Lister schema: add is_fork and forked_from_url fields
This expands the schema to add fork (boolean yes/no/unknown) and fork source (URL field) if available from the listers, which will be usable for scheduling heuristics (e.g. for GitHub).
parent
2bc7e11e
No related branches found
No related tags found
Showing
- swh/scheduler/backend.py 1 addition, 1 deletionswh/scheduler/backend.py
- swh/scheduler/conftest.py 12 additions, 1 deletionswh/scheduler/conftest.py
- swh/scheduler/model.py 5 additions, 0 deletionsswh/scheduler/model.py
- swh/scheduler/sql/30-schema.sql 4 additions, 0 deletionsswh/scheduler/sql/30-schema.sql
- swh/scheduler/sql/upgrades/37.sql 10 additions, 0 deletionsswh/scheduler/sql/upgrades/37.sql
Loading
Please register or sign in to comment