Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-scheduler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-scheduler
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
811718bccff100973e9a2d011da8439fe2546ab7
Select Git revision
Branches
7
add-forge-now-cli-evolution
add_forge_now_cli
generated-differential-D4928-source
generated-differential-D4981-source
improve-cli-check-ingestion
master
default
protected
oneshot-task
Tags
20
v3.1.0
v3.0.0
v2.8.0
v2.7.3
v2.7.2
v2.7.1
v2.7.0
v2.6.2
v2.6.1
v2.6.0
v2.5.0
v2.4.0
v2.3.2
v2.3.1
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
27 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Feb
14
13
11
6
1
31
Jan
30
29
28
18
17
16
15
14
10
8
19
Dec
18
14
3
28
Nov
23
21
20
19
9
8
29
Oct
26
25
23
18
17
16
15
12
11
10
8
5
2
1
28
Sep
19
15
14
3
Aug
1
30
Jul
27
19
18
28
Jun
22
31
May
30
29
28
25
23
22
18
17
16
14
9
3
2
26
Apr
25
24
18
13
10
9
30
Mar
29
26
22
21
15
14
9
8
19
Dec
14
7
29
Nov
8
2
12
Oct
11
11
Sep
6
1
30
Aug
20
7
25
Jul
21
19
17
19
Jun
15
12
31
May
7
Apr
9
Mar
15
Feb
10
9
21
Oct
20
19
5
Sep
1
1
Jul
29
Jun
24
Feb
23
22
19
18
16
15
scheduler.task: Remove no longer used Task class
v0.0.46
v0.0.46
celery_backend/config: Fix loglevel for amqp module
v0.0.45
v0.0.45
tests: Use hypothesis profile to configure sample generation sizes
api/server: Do not read configuration at each request
v0.0.44
v0.0.44
listener: make the listener's queue name independent from the hostname
v0.0.43
v0.0.43
runner: fix task_run configuration bootstrap
sql: add the swh-lister-bitbucket-* task types
task: do not send the task-result-exception event in Task.on_failure()
requirements-test: Enforce a version for hypothesis
v0.0.42
v0.0.42
Fix a bug in the listener: commit() is not defined in the backend
v0.0.41
v0.0.41
Add basic stats to tasks
Allow to override celery config file name via the SWH_CONFIG_FILENAME env var
Make (celery) tests immune to environment variables
Remove call to tobytes(), BaseDB now handles conversion.
Fix the task_queues Celery config setting in build_app()
cli: display a sorted list of task-types
Fix the listener: accessing the db cnx from the backend has changed
Make cli tools output logs on the console by default
cli: build the celery app from a celery section of the given configuration file
Add a build_app() function to instantiate a Celery app with controlled config
Add a /site-map endpoint that lists published routes for this server
Activate the support for options from environment variables for swh-scheduler tool
Fix 'swh-scheduler runner' command: rollback() has beed removed from the SchedulerBackend
Fix get_scheduler's cls value when using 'swh-scheduler --url' cli option
Fix a regression introduced in 61c91b82
Drop 'except Exception', it catches too many errors.
BaseDb.copy_to's default_columns has been renamed as default_values
Make the prepare_event helper function pre-aggregate the events with same url
Rewrite updater/test_backend.py with pytest and use the postgresql fixture
Kill DbBackend class
Refactor swh/scheduler/updater as well
Fix tests for the scheduler and the API
Refactor config handling in cli.py
Move sheduler's default conf in swh.scheduler
Make configuration of SWHElasticSearchClient use an explicit and consistent behavior
Remove the main function from listener.py
Refactor the scheduler's backend to use swh.core.db.BaseDb (part 2)
Refactor the scheduler's backend to use swh.core.db.BaseDb
Add debug statements in the runner
Make the 'runner' cli command a bit less verbose
Loading