- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 6 2019
Feb 6 2019
douardda committed rCDFD842f819f3439: Merge all loaders and listers services in swh-loader and swh-lister (authored by douardda).
Merge all loaders and listers services in swh-loader and swh-lister
douardda committed rCDFD29c9481102d3: Ensure PATH contains ~/.local/bin for dockers where 'pip install --user' is used (authored by douardda).
Ensure PATH contains ~/.local/bin for dockers where 'pip install --user' is used
douardda committed rCDFD7ddf391cdccb: Reduce verbosity of the journal pusblisher and storage listener. (authored by douardda).
Reduce verbosity of the journal pusblisher and storage listener.
douardda committed rCDFDa1d4f5a8f5de: Move all swh config file in conf/ and use volumes to inject them in dockers (authored by douardda).
Move all swh config file in conf/ and use volumes to inject them in dockers
douardda committed rCDFDf8ca643a0508: Install kombu from sources in scheduler-worker as a workaround for T1491 (authored by douardda).
Install kombu from sources in scheduler-worker as a workaround for T1491
douardda committed rCDFD1b6edf887e77: Move conf and env files in dedicated directories (authored by douardda).
Move conf and env files in dedicated directories
douardda committed rDSCHdb25694f1e12: Fix a bug in the listener: commit() is not defined in the backend (authored by douardda).
Fix a bug in the listener: commit() is not defined in the backend
Herald added a reviewer for D1085: Fix a bug in the listener: commit() is not defined in the backend: Reviewers.
douardda committed rDENV5aef579b9d04: Excluse swh-docker-env from ls-py-modules (authored by douardda).
Excluse swh-docker-env from ls-py-modules
douardda added inline comments to D1083: Improve the cli a bit and normalize the lister_db_url config.
Herald added a reviewer for D1084: Simplify and organize a bit the whole docker environment: Reviewers.
douardda committed rCDFD4dcbc2cf5e5a: Update config system for scheduler services (authored by douardda).
Update config system for scheduler services
douardda committed rCDFD144f580b4662: Workers' celery config is now managed as the [celery] section of the main… (authored by douardda).
Workers' celery config is now managed as the [celery] section of the main…
Reduce the slicing for objstorage
douardda committed rCDFDc90fb7242ff6: Ensure pip, setuptools and wheel are up to date at image build time (authored by douardda).
Ensure pip, setuptools and wheel are up to date at image build time
Update config of the scheduler
Fix a typo in indexer's Dockerfile
Small fix for the prometheus service
douardda committed rCDFD7f8ff5e21523: Add a prefix in celery workers' hostnames to prevent confusion eg. with pypi (authored by douardda).
Add a prefix in celery workers' hostnames to prevent confusion eg. with pypi
Fix the celery worker's hostname
douardda committed rCDFD4d33cbaa87b1: Indexers have been refactored so we now only one celery worker (authored by douardda).
Indexers have been refactored so we now only one celery worker
Herald added a reviewer for D1083: Improve the cli a bit and normalize the lister_db_url config: Reviewers.
douardda committed rDCOREf3efe0cd6357: Allow to override config file name via the SWH_CONFIG_FILENAME env var (authored by douardda).
Allow to override config file name via the SWH_CONFIG_FILENAME env var
douardda added a comment to D1066: Allow to override config file name via the SWH_CONFIG_FILENAME env var.
In D1066#22587, @douardda wrote:In D1066#22575, @ardumont wrote:slowly but surely we progress towards the implicit configuration killing ;)
In fact this diff is probably not that useful, the one really needed, for most celery workers in fact, is D1067
douardda committed rDSCHabfe3db7f227: Allow to override celery config file name via the SWH_CONFIG_FILENAME env var (authored by douardda).
Allow to override celery config file name via the SWH_CONFIG_FILENAME env var
douardda updated the diff for D1067: Allow to override celery config file name via the SWH_CONFIG_FILENAME env var.
rebased ans small fix
Feb 5 2019
Feb 5 2019
douardda added a comment to T1510: Have a look at openAPI and decide whether we want to follow these specs.
In fact, OpenAPI is the new name for swagger (more or less).
Feb 4 2019
Feb 4 2019
douardda added inline comments to D1067: Allow to override celery config file name via the SWH_CONFIG_FILENAME env var.
Feb 1 2019
Feb 1 2019
douardda added a comment to D1066: Allow to override config file name via the SWH_CONFIG_FILENAME env var.
In D1066#22575, @ardumont wrote:slowly but surely we progress towards the implicit configuration killing ;)
Herald added a reviewer for D1067: Allow to override celery config file name via the SWH_CONFIG_FILENAME env var: Reviewers.
douardda committed rDSCH0f2f3ff9d09f: Make (celery) tests immune to environment variables (authored by douardda).
Make (celery) tests immune to environment variables
Herald added a reviewer for D1066: Allow to override config file name via the SWH_CONFIG_FILENAME env var: Reviewers.
douardda committed rDLSc2c26d7e46ee: Fix the bitbucket lister; handle properly the date-like bounds (authored by douardda).
Fix the bitbucket lister; handle properly the date-like bounds
douardda committed rDLS1b2d6895a9ff: Use the named logger instead of the root logger in lister_base.py (authored by douardda).
Use the named logger instead of the root logger in lister_base.py
douardda committed rDLS94a35f12aa0e: Fix the SWHIndexingLister.db_partition_indices (authored by douardda).
Fix the SWHIndexingLister.db_partition_indices
douardda committed rDLS1d7d9b6128ea: Log errors when fetching an url in SWHListerHttpTransport (authored by douardda).
Log errors when fetching an url in SWHListerHttpTransport
douardda committed rDVAU19015b28a94f: Fix test_cookers.py: we need to use explicitely GitLoaderFromDisk now (authored by douardda).
Fix test_cookers.py: we need to use explicitely GitLoaderFromDisk now
Herald added a reviewer for D1064: Fix test_cookers.py: we need to use explicitely GitLoaderFromDisk now: Reviewers.
douardda committed rDCORE0e277770ad0f: Put the default_values argument of BaseDb.copy_to after cur and iten_cb (authored by douardda).
Put the default_values argument of BaseDb.copy_to after cur and iten_cb
douardda committed rDCOREd24a1ffd30e3: Fix the default_values handling in BaseDb.copy_to (authored by douardda).
Fix the default_values handling in BaseDb.copy_to
Not needed after D1057
douardda triaged T1510: Have a look at openAPI and decide whether we want to follow these specs as Wishlist priority.
Herald added a reviewer for D1057: Put the default_values argument of BaseDb.copy_to after cur and iten_cb: Reviewers.
Do really remove a debug piece of code and fix the test
remove a debug piece of code
In D1051#22335, @ardumont wrote:What is that error?
Jan 31 2019
Jan 31 2019
Herald added a reviewer for D1052: Big pile of fixes to adapt to current HEAD of core,scheduler,storage etc.: Reviewers.
Fix async version of decode_request
douardda committed rDCORE508e3d0d15df: Make the cur_arg argument optional in BaseDb.cursor() (authored by douardda).
Make the cur_arg argument optional in BaseDb.cursor()
douardda committed rDSCH0c3306bbfebb: Fix the task_queues Celery config setting in build_app() (authored by douardda).
Fix the task_queues Celery config setting in build_app()
douardda committed rDSCHb0e6dd80440d: Fix the listener: accessing the db cnx from the backend has changed (authored by douardda).
Fix the listener: accessing the db cnx from the backend has changed
douardda committed rDSCHf1883433bee7: cli: display a sorted list of task-types (authored by douardda).
cli: display a sorted list of task-types
douardda committed rDSCH5d40529c74ea: Make cli tools output logs on the console by default (authored by douardda).
Make cli tools output logs on the console by default
douardda committed rDSCHa8bc684cceb5: cli: build the celery app from a celery section of the given configuration file (authored by douardda).
cli: build the celery app from a celery section of the given configuration file
douardda committed rDSCH42462869f91c: Add a build_app() function to instantiate a Celery app with controlled config (authored by douardda).
Add a build_app() function to instantiate a Celery app with controlled config
8cb3ca2c4206569f147f3544e4bb1b107e1e0980
douardda closed D1019: Add python-decorator dep and adapt debian/copyright for swh/core/api/negotiate.
55da57a197e1daf3f94904f3b3dc785b2b497938
Herald added a reviewer for D1049: Fix the task_queues Celery config setting in build_app(): Reviewers.
Herald added a reviewer for D1047: Fix the listener: accessing the db cnx from the backend has changed: Reviewers.
See also T826 which is somewhat related
via cebc11d1752e
douardda committed rDSCH70581b67c0d0: Add a /site-map endpoint that lists published routes for this server (authored by douardda).
Add a /site-map endpoint that lists published routes for this server