-
- Downloads
Implement basic storage and retrieval of lister information
This adds a pair a functions to the backend: - `get_or_create_lister` pulls the record for a given lister from the database - `update_lister` updates the record for a given lister in the database This is one of the basic building blocks for the integration of lister information directly in the scheduler database. Related to T2442.
parent
466ac591
No related branches found
No related tags found
Showing
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- swh/scheduler/backend.py 68 additions, 1 deletionswh/scheduler/backend.py
- swh/scheduler/exc.py 5 additions, 0 deletionsswh/scheduler/exc.py
- swh/scheduler/interface.py 24 additions, 0 deletionsswh/scheduler/interface.py
- swh/scheduler/model.py 34 additions, 1 deletionswh/scheduler/model.py
- swh/scheduler/sql/10-swh-init.sql 1 addition, 0 deletionsswh/scheduler/sql/10-swh-init.sql
- swh/scheduler/sql/30-swh-schema.sql 16 additions, 0 deletionsswh/scheduler/sql/30-swh-schema.sql
- swh/scheduler/sql/60-swh-indexes.sql 3 additions, 0 deletionsswh/scheduler/sql/60-swh-indexes.sql
- swh/scheduler/tests/common.py 9 additions, 0 deletionsswh/scheduler/tests/common.py
- swh/scheduler/tests/test_api_client.py 2 additions, 0 deletionsswh/scheduler/tests/test_api_client.py
- swh/scheduler/tests/test_scheduler.py 38 additions, 1 deletionswh/scheduler/tests/test_scheduler.py
Loading
-
Some references in the commit message have been migrated:
- T2442 is now #2442 (closed)
-
mentioned in merge request !143 (closed)
-
mentioned in merge request !304 (closed)
-
mentioned in merge request !305 (closed)
-
mentioned in merge request !306 (closed)
Please register or sign in to comment