Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7437483
changelog
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
9 KB
Subscribers
None
changelog
View Options
swh-scheduler (0.0.32-1~swh1) unstable-swh; urgency=medium
* v0.0.32
* tests: Add celery fixture to ease tests
* tests: make tests use sql/ files from the package
* tests: Starting migration towards pytest
* listener: Make the listener code compatible with new celery (debian
buster)
* Make swh_scheduler_create_tasks_from_temp use indexes
* setup: prepare for pypi upload
* docs: add a simple README file
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Mon, 22 Oct 2018 15:37:51 +0200
swh-scheduler (0.0.31-1~swh1) unstable-swh; urgency=medium
* v0.0.31
* sql/swh-scheduler: Make the create_tasks call idempotent
* swh.scheduler.utils: Open create_task_dict function
* sql/scheduler-data: Add lister gitlab task types
* sql/scheduler-data: Reference the existing production lister data
* swh.scheduler.backend_es: Open sniffing options
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Tue, 31 Jul 2018 06:55:39 +0200
swh-scheduler (0.0.30-1~swh1) unstable-swh; urgency=medium
* v0.0.30
* swh-scheduler-schema.sql: Archive disabled oneshot tasks as well
* swh.scheduler.cli: Add policy to pretty printing task routine
* swh.scheduler.cli: Fix broken cli list-pending since api change
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Fri, 22 Jun 2018 18:07:02 +0200
swh-scheduler (0.0.29-1~swh1) unstable-swh; urgency=medium
* v0.0.29
* swh.scheduler.cli: Change archival period to rolling month - 1 week
* swh.scheduler.updater.writer: Force filter resolution to list
* swh.scheduler.cli: Change default archival period to current month
* swh.scheduler.cli: Improve logging message
* swh.scheduler.updater.backend: Adapt configuration path accordingly
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Thu, 31 May 2018 11:42:51 +0200
swh-scheduler (0.0.28-1~swh1) unstable-swh; urgency=medium
* v0.0.28
* Fix wrong runtime dependencies
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Tue, 29 May 2018 14:12:15 +0200
swh-scheduler (0.0.27-1~swh1) unstable-swh; urgency=medium
* v0.0.27
* scheduler: Deal with priority in tasks
* scheduler-update: new package python3-swh.scheduler.updater
* Contains tools in charge of consuming events from arbitrary sources
* and update the scheduler db
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Tue, 29 May 2018 12:27:34 +0200
swh-scheduler (0.0.26-1~swh1) unstable-swh; urgency=medium
* v0.0.26
* swh.scheduler: Fix package build
* swh.scheduler.tests: Test remote scheduler api as well
* swh.scheduler: Add tests around removing archivable tasks
* swh.scheduler: Add tests around filtering archivable tasks
* swh-scheduler-schema: Fix unneeded drop instructions
* swh.scheduler.cli: Improve docstring
* swh.scheduler.cli: Permit to specify the backend to use in cli
* swh.scheduler.api: Bootstrap scheduler's remote api
* swh.scheduler: Use `get_scheduler` api to instantiate a scheduler
* swh.scheduler.backend: Fix docstring
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Thu, 26 Apr 2018 17:34:07 +0200
swh-scheduler (0.0.25-1~swh1) unstable-swh; urgency=medium
* v0.0.25
* swh.scheduler.cli.archive: Index arguments.kwargs as text
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Wed, 18 Apr 2018 12:34:43 +0200
swh-scheduler (0.0.24-1~swh1) unstable-swh; urgency=medium
* v0.0.24
* data/template: Do not index the arguments field (it's in _source)
* data/README: Add a small readme to explain es install step
* swh.scheduler.cli: Add a bulk index flag to separate read from index
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Fri, 13 Apr 2018 14:55:32 +0200
swh-scheduler (0.0.23-1~swh1) unstable-swh; urgency=medium
* swh.scheduler.cli.archive: Delete only completely indexed tasks
* Prior to this commit, it could happen that we removed tasks even
* though we did not yet index associated task_run.
* Related T986
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Tue, 10 Apr 2018 17:43:07 +0200
swh-scheduler (0.0.22-1~swh1) unstable-swh; urgency=medium
* v0.0.22
* Update to a more recent python3-elasticsearch client
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Mon, 09 Apr 2018 16:09:16 +0200
swh-scheduler (0.0.21-1~swh1) unstable-swh; urgency=medium
* v0.0.21
* Adapt default configuration
* Fix typo in configuration variable name
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Fri, 30 Mar 2018 15:02:55 +0200
swh-scheduler (0.0.20-1~swh1) unstable-swh; urgency=medium
* v0.0.20
* swh.scheduler.cli.archive: Open completed oneshot or disabled
* recurring tasks archival endpoint
* swh.core.serializer: Move to msgpack serialization format
* swh.scheduler.cli: Unify pretty print output
* sql/data: Add new task type for loading mercurial dump
* swh.scheduler.cli: Add sample use case for the scheduling cli
* swh.scheduler.cli: Open policy column to the scheduling cli
* swh.scheduler.cli: Open the delimiter option as cli argument
* Fix issue when updating task-type without any retry delay defined
* swh-scheduler/data: Add new oneshot scheduling load-mercurial task
* backend: fix default scheduling_db value for consistency
* backend: doc: fix return value of create_tasks
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Fri, 30 Mar 2018 11:44:18 +0200
swh-scheduler (0.0.19-1~swh1) unstable-swh; urgency=medium
* v0.0.19
* swh.scheduler.utils: Open utility function to create oneshot task
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Wed, 29 Nov 2017 12:51:15 +0100
swh-scheduler (0.0.18-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.18
* Celery 4 compatibility
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Wed, 08 Nov 2017 17:06:22 +0100
swh-scheduler (0.0.17-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler version 0.0.17
* Update packaging runes
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Thu, 12 Oct 2017 18:49:02 +0200
swh-scheduler (0.0.16-1~swh1) unstable-swh; urgency=medium
* Release swh-scheduler v0.0.16
* add some tests
* implement one-shot tasks
* implement retry on temporary failure
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Mon, 07 Aug 2017 18:44:03 +0200
swh-scheduler (0.0.15-1~swh1) unstable-swh; urgency=medium
* Release swh-scheduler v0.0.15
* Add some methods to get the length of task queues
* worker: Show logs on stdout if loglevel = debug
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Mon, 19 Jun 2017 19:44:56 +0200
swh-scheduler (0.0.14-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler 0.0.14
* Make the return value of tasks available in the listener
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Mon, 12 Jun 2017 17:50:32 +0200
swh-scheduler (0.0.13-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.13
* Use systemd for logging rather than PostgreSQL
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Fri, 07 Apr 2017 11:57:50 +0200
swh-scheduler (0.0.12-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.12
* Only log to database if the configuration is present
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Thu, 09 Mar 2017 11:12:45 +0100
swh-scheduler (0.0.11-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.11
* add utils.get_task
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Tue, 14 Feb 2017 19:49:34 +0100
swh-scheduler (0.0.10-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.10
* Allow disabling tasks
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Thu, 20 Oct 2016 17:20:17 +0200
swh-scheduler (0.0.9-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.9
* Revert management of one shot tasks
* Add possibility of launching several worker instances
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Fri, 02 Sep 2016 17:09:18 +0200
swh-scheduler (0.0.7-1~swh1) unstable-swh; urgency=medium
* v0.0.7
* Add oneshot task
-- Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com> Fri, 01 Jul 2016 16:42:45 +0200
swh-scheduler (0.0.6-1~swh1) unstable-swh; urgency=medium
* Release swh-scheduler v0.0.6
* More reliability and efficiency when scheduling a lot ot tasks
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Wed, 24 Feb 2016 18:46:57 +0100
swh-scheduler (0.0.5-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.5
* Use copy for task mass-scheduling
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Wed, 24 Feb 2016 12:13:38 +0100
swh-scheduler (0.0.4-1~swh1) unstable-swh; urgency=medium
* Release swh-scheduler v0.0.4
* general cleanup of the backend
* use arrow instead of dateutil
* add new cli program
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Tue, 23 Feb 2016 17:46:04 +0100
swh-scheduler (0.0.3-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler version 0.0.3
* Implement the timestamp arguments to the task_run functions
* Make the celery event listener use a reliable queue
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Mon, 22 Feb 2016 15:14:28 +0100
swh-scheduler (0.0.2-1~swh1) unstable-swh; urgency=medium
* Release swh.scheduler v0.0.2
* Multiple schema changes
* Initial releases for the celery job runner and the event listener
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Fri, 19 Feb 2016 18:50:47 +0100
swh-scheduler (0.0.1-1~swh1) unstable-swh; urgency=medium
* Initial release
* Release swh.scheduler v0.0.1
* Move swh.core.scheduling and swh.core.worker to swh.scheduler
-- Nicolas Dandrimont <nicolas@dandrimont.eu> Mon, 15 Feb 2016 11:07:30 +0100
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 15, 12:21 AM (1 w, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3286456
Attached To
rDSCH Scheduling utilities
Event Timeline
Log In to Comment