Tom Gehrke
Tom Gehrke
It would be great to be able to add header bar buttons from e.g. the nvim config file. I believe this would probably require a nvim plugin for the communication...
For org units and repositories (by name, description). Possibly using [chewy](https://github.com/toptal/chewy).
Investigate if [party_foul](https://github.com/DockYard/party_foul) is useful to automatically report backend errors as github issues.
This fixes #1535. Until #1761 is merged, it also exhibits the bug from #1753. I'm not sure if I can delete `save_file_only` completely from the code, or if it is...
When we have a locid like ``` /external/github.com/eugenk/test-import-dol/raw/master/OwlBase//https%253A%252F%252Fgithub.com%252Feugenk%252Ftest-import-dol%252Fraw%252Fmaster%252FOwlBase%2523OwlBaseClass ``` the router will fail to match the request to this page because the part ``` com%252Feugenk%252Ftest-import-dol%252Fraw%252Fmaster%252FOwlBase%2523OwlBaseClass ``` is assumed to be...
Reverts ontohub/ontohub#1783. Merge, when travis uses a working version of bundler again.
This should fix #1612 - [x] wait for #1697 and then - [ ] write tests
When listing all ontologies in a repository, it would be useful to display the parsing status for all ontologies (or at least for the failed ones).
An activity feed like on GitHub or other social media might be a nice replacement for the current "Recently updated repositories" and "Recently updated ontologies" lists on the front page....
Some collections do not have any pagination yet. Examples of very long lists: - https://develop.ontohub.org/logics/CASL?tab=distributed - https://ontohub.org/users/1 (takes really long to load) - https://develop.ontohub.org/admin/status?tab=errored_ontologies (only accessible for admins)