Merge branch 'f-update-auth' into 'dev'
Create Authorization Mechanism See merge request caosdb/caosdb-advanced-user-tools!20 This implements a mechanism that allows to authorize changes of the crawler after a run (see https://gitlab.com/caosdb/caosdb-advanced-user-tools/-/issues/5). Furthermoer, changes are included that allow the crawler to run as SSS. This MR shall precede the first release. In order to prevent confusions with unreleased versions, I increased the number to 0.2.0.
No related branches found
No related tags found
Showing
- .docker/Dockerfile 1 addition, 0 deletions.docker/Dockerfile
- .gitlab-ci.yml 1 addition, 2 deletions.gitlab-ci.yml
- CHANGELOG.md 15 additions, 2 deletionsCHANGELOG.md
- integrationtests/full_test/crawl.py 33 additions, 7 deletionsintegrationtests/full_test/crawl.py
- integrationtests/full_test/test.sh 29 additions, 0 deletionsintegrationtests/full_test/test.sh
- setup.py 160 additions, 28 deletionssetup.py
- src/caosadvancedtools/cache.py 97 additions, 5 deletionssrc/caosadvancedtools/cache.py
- src/caosadvancedtools/cfood.py 6 additions, 28 deletionssrc/caosadvancedtools/cfood.py
- src/caosadvancedtools/crawler.py 168 additions, 5 deletionssrc/caosadvancedtools/crawler.py
- src/caosadvancedtools/guard.py 29 additions, 4 deletionssrc/caosadvancedtools/guard.py
- tox.ini 4 additions, 2 deletionstox.ini
- unittests/test_cfood.py 25 additions, 2 deletionsunittests/test_cfood.py
- unittests/test_update_cache.py 67 additions, 0 deletionsunittests/test_update_cache.py
Loading
Please register or sign in to comment