hydrus icon indicating copy to clipboard operation
hydrus copied to clipboard

REST server - Flask Hydra-powered for Semantic Web

Results 20 hydrus issues
Sort by recently updated
recently updated
newest added

### I'm submitting a - [x] bug report. ### Current Behaviour: While exploring [app.py](https://github.com/HTTP-APIs/hydrus/blob/develop/hydrus/app.py) and [conf.py](https://github.com/HTTP-APIs/hydrus/blob/develop/hydrus/conf.py), I observed that even if I pass a different `port` or `api-name` in`conf.py` it...

### I'm submitting a - [X] feature request. ### Current Behaviour: We have `alembic` installed but there is no mention in the documentation about how to create the first migration...

beginners

### I'm submitting a - [x] bug report. ### Current Behaviour: While installing dependencies using `pip install -r requirements.txt` (python version > 3.9), I am encountering the following error: `Building...

issue number #607 ### Checklist - [x] My branch is up-to-date with upstream/develop branch. - [x] Everything works and tested for Python 3.6.0 and above. ### Current behaviour less reference...

### I'm submitting a - [ ] bug report. - [x] feature request. ### Current Behaviour: Currently Readme has some grammatical error and some less reference ### Expected Behaviour: Update...

### I'm submitting a - [x] feature request. ### Current Behaviour: Logging is only present in `app.py`. Logging is seldommly used. For example in the case of `delete_collection_member`: ``` try:...

GSOC-2021

### I'm submitting a - [X] feature request. ### Current Behaviour: To bulk-load data in the server the only possibility is to send PUT requests to the endpoint ### Expected...

enhancement
good-to-start

### I'm submitting a - [ ] bug report. - [x] feature request. ### Current Behaviour: Right now, hydrus only serves static data and provides standard CRUD operations over that...

enhancement
GSOC-2021

### I'm submitting a - [ ] bug report. - [ x] feature request. ### Current Behaviour: Tests need to be added for the database built by the DB Model...

### I'm submitting a - [x] feature request. ### Current Behaviour: Socket functionalities automatically run when hydrus is started so it is ready for connections from the agent. Socket is...