Add a test
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jan 31 2019
Jan 31 2019
douardda updated the diff for D1042: Add a /site-map endpoint that lists published routes for this server.
douardda committed rDSCH5880c52a46a5: Activate the support for options from environment variables for swh-scheduler… (authored by douardda).
Activate the support for options from environment variables for swh-scheduler…
douardda committed rDSCH9bc5640d17ab: Fix 'swh-scheduler runner' command: rollback() has beed removed from the… (authored by douardda).
Fix 'swh-scheduler runner' command: rollback() has beed removed from the…
douardda committed rDSCH174d89ba9f48: Fix get_scheduler's cls value when using 'swh-scheduler --url' cli option (authored by douardda).
Fix get_scheduler's cls value when using 'swh-scheduler --url' cli option
douardda committed rDSCH6da09a1940a2: Fix a regression introduced in 61c91b82 (authored by douardda).
Fix a regression introduced in 61c91b82
douardda added a comment to D1042: Add a /site-map endpoint that lists published routes for this server.
In D1042#22181, @vlorentz wrote:Needs a test (in swh/scheduler/tests/test_api_client.py)
Jan 30 2019
Jan 30 2019
Herald added a reviewer for D1042: Add a /site-map endpoint that lists published routes for this server: Reviewers.
douardda committed rDSTO8cb3ca2c4206: Use the BaseDb (and friends) from swh-core (authored by douardda).
Use the BaseDb (and friends) from swh-core
douardda committed rDSCH84cded25f85b: BaseDb.copy_to's default_columns has been renamed as default_values (authored by douardda).
BaseDb.copy_to's default_columns has been renamed as default_values
douardda committed rDCORE55da57a197e1: Add python-decorator dep and adapt debian/copyright for swh/core/api/negotiate (authored by douardda).
Add python-decorator dep and adapt debian/copyright for swh/core/api/negotiate
douardda committed rDCORE5cccdc840759: Add a 'default_values' argument to the BaseDb.copy_to() method (authored by douardda).
Add a 'default_values' argument to the BaseDb.copy_to() method
douardda committed rDCOREe87c67e4a849: Extract the escape function declaration from the BaseDb.copy_to method (authored by douardda).
Extract the escape function declaration from the BaseDb.copy_to method
douardda committed rDCORE187545fe8b53: Rename BaseDb._cursor as BaseDb.cursor (authored by douardda).
Rename BaseDb._cursor as BaseDb.cursor
douardda committed rDCOREbfd08670d6a1: Embed the code from the negotiate package in the sources (authored by douardda).
Embed the code from the negotiate package in the sources
douardda committed rDCORE476dddca0322: Move API related code in an swh.core.api package (authored by douardda).
Move API related code in an swh.core.api package
Herald added a reviewer for D1039: BaseDb.copy_to's default_columns has been renamed as default_values: Reviewers.
douardda updated the diff for D1033: Add a 'default_columns' argument to the BaseDb.copy_to() method.
rename as default_values and fix the docstring.
In D1033#22042, @vlorentz wrote:Shouldn't it be called default_values instead?
douardda committed rDSCH4fc7a8917878: Make the prepare_event helper function pre-aggregate the events with same url (authored by douardda).
Make the prepare_event helper function pre-aggregate the events with same url
douardda committed rDSCH4117d5ab1ea4: Rewrite updater/test_backend.py with pytest and use the postgresql fixture (authored by douardda).
Rewrite updater/test_backend.py with pytest and use the postgresql fixture
douardda committed rDSCH48e537261b2b: Fix tests for the scheduler and the API (authored by douardda).
Fix tests for the scheduler and the API
Kill DbBackend class
douardda committed rDSCHf338b75c739e: Refactor swh/scheduler/updater as well (authored by douardda).
Refactor swh/scheduler/updater as well
Refactor config handling in cli.py
douardda committed rDSCH63af8746a757: Move sheduler's default conf in swh.scheduler (authored by douardda).
Move sheduler's default conf in swh.scheduler
douardda committed rDSCHa840ec46b381: Make configuration of SWHElasticSearchClient use an explicit and consistent… (authored by douardda).
Make configuration of SWHElasticSearchClient use an explicit and consistent…
douardda committed rDSCH488b154e3d8e: Remove the main function from listener.py (authored by douardda).
Remove the main function from listener.py
douardda committed rDSCHcebc11d1752e: Refactor the scheduler's backend to use swh.core.db.BaseDb (part 2) (authored by douardda).
Refactor the scheduler's backend to use swh.core.db.BaseDb (part 2)
douardda updated the diff for D1035: Make the prepare_event helper function pre-aggregate the events with same url.
fix the typo in the docstring
Herald added a reviewer for D1035: Make the prepare_event helper function pre-aggregate the events with same url: Reviewers.
rebased
rebased
rebased
Extract the /site-map endpoint in a dedicated diff
douardda committed rDSCH94258bda1846: Refactor the scheduler's backend to use swh.core.db.BaseDb (authored by douardda).
Refactor the scheduler's backend to use swh.core.db.BaseDb
douardda committed rDSCH7f511590332b: Make the 'runner' cli command a bit less verbose (authored by douardda).
Make the 'runner' cli command a bit less verbose
Add debug statements in the runner
douardda committed rDSCH63e750a1f9f1: Small fix in the 'task respawn' cli command (authored by douardda).
Small fix in the 'task respawn' cli command
douardda committed rDSCH12035447ba4c: Do not crash the listener if a message has already been ack'ed (authored by douardda).
Do not crash the listener if a message has already been ack'ed
douardda committed rDSCH02520510609e: prevent pytest from displaying gazillions of warnings (authored by douardda).
prevent pytest from displaying gazillions of warnings
rebased
rebased
rebased
douardda updated the diff for D1021: Do not crash the listener if a message has already been ack'ed.
rebased
rebased
Jan 29 2019
Jan 29 2019
Herald added a reviewer for D1033: Add a 'default_columns' argument to the BaseDb.copy_to() method: Reviewers.
Herald added a reviewer for D1031: Extract the escape function declaration from the BaseDb.copy_to method: Reviewers.
rebased
Forgotten fold
Herald added a reviewer for D1024: Refactor the scheduler's backend to use swh.core.db.BaseDb: Reviewers.
also add debug statements in the runner
Herald added a reviewer for D1021: Do not crash the listener if a message has already been ack'ed: Reviewers.
Herald added a reviewer for D1020: prevent pytest from displaying gazillions of warnings: Reviewers.
Insert the MIT license in the negotiate.py file
Herald added a reviewer for D1019: Add python-decorator dep and adapt debian/copyright for swh/core/api/negotiate: Reviewers.
Note that I've modified the original file, so I'm not sure whether we should keep it (swh/core/api/negotiate.py) under its original MIT license (in which case the debian package's copyright file should be modified) or if we put it under the swh.core's LGPL one.
Herald added a reviewer for D1018: Embed the code from the negotiate package in the sources: Reviewers.
douardda committed rDCOREedfd0b3324e5: Add a simple merge_configs function in config.py (authored by douardda).
Add a simple merge_configs function in config.py
Rewrite test_config with pytest
fix an error in the docstring