Page MenuHomeSoftware Heritage
Feed Advanced Search

Nov 26 2019

douardda committed rDENV0c89cd3350bb: dockerfile: ensure swh-web's version of pip is up to date (authored by douardda).
dockerfile: ensure swh-web's version of pip is up to date
Nov 26 2019, 1:35 PM
douardda committed rDENV7b3213293ca1: conf: make swh-web always serve assets (authored by douardda).
conf: make swh-web always serve assets
Nov 26 2019, 1:35 PM
douardda committed rDENVaac4cff40773: grafana: replace the tasks dashboard with olasd's task-processing one (authored by douardda).
grafana: replace the tasks dashboard with olasd's task-processing one
Nov 26 2019, 1:35 PM
douardda committed rDENV777d5be54ec0: Fix nginx revert proxy for rabbitmq (authored by douardda).
Fix nginx revert proxy for rabbitmq
Nov 26 2019, 1:35 PM
douardda committed rDENV1f10d774be7b: Fix celery workers conf files: explicit list of queues is now required (authored by douardda).
Fix celery workers conf files: explicit list of queues is now required
Nov 26 2019, 1:35 PM
douardda committed rDENV3a7e4df76175: Activate a 10s heartbeat for celery workers (authored by douardda).
Activate a 10s heartbeat for celery workers
Nov 26 2019, 1:35 PM
douardda committed rDENV48038bdb707a: Upgrade to pg 11 (authored by douardda).
Upgrade to pg 11
Nov 26 2019, 1:35 PM
douardda committed rDENV2ed0c7833c5b: Add the vault services (api and worker) and make them avaible in swh-web (authored by douardda).
Add the vault services (api and worker) and make them avaible in swh-web
Nov 26 2019, 1:35 PM
douardda committed rDENV0ac8db330055: Move options and arguments of the swh manage command as COMMAND (authored by douardda).
Move options and arguments of the swh manage command as COMMAND
Nov 26 2019, 1:35 PM
douardda committed rDENVbb38cd93622e: Deploy a djangossettings.py for swh-web that allows to set a dumd asmin password (authored by douardda).
Deploy a djangossettings.py for swh-web that allows to set a dumd asmin password
Nov 26 2019, 1:35 PM
douardda committed rDENV7000265592f0: Update the lister entrypoint to make latest cli updates (authored by douardda).
Update the lister entrypoint to make latest cli updates
Nov 26 2019, 1:35 PM
douardda committed rDENV452185dac5ef: Very beginning of a grafana service (authored by douardda).
Very beginning of a grafana service
Nov 26 2019, 1:35 PM
douardda committed rDENV7a0178e5c839: Improve a bit the README file (authored by douardda).
Improve a bit the README file
Nov 26 2019, 1:35 PM
douardda committed rDENV842f819f3439: 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
Nov 26 2019, 1:35 PM
douardda committed rDENV29c9481102d3: 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
Nov 26 2019, 1:35 PM
douardda committed rDENVa1d4f5a8f5de: 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
Nov 26 2019, 1:35 PM
douardda committed rDENV7ddf391cdccb: Reduce verbosity of the journal pusblisher and storage listener. (authored by douardda).
Reduce verbosity of the journal pusblisher and storage listener.
Nov 26 2019, 1:35 PM
douardda committed rDENVf8ca643a0508: 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
Nov 26 2019, 1:35 PM
douardda committed rDENV144f580b4662: 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…
Nov 26 2019, 1:35 PM
douardda committed rDENV4dcbc2cf5e5a: Update config system for scheduler services (authored by douardda).
Update config system for scheduler services
Nov 26 2019, 1:35 PM
douardda committed rDENVf1aae8764ed0: Reduce the slicing for objstorage (authored by douardda).
Reduce the slicing for objstorage
Nov 26 2019, 1:35 PM
douardda committed rDENV1b6edf887e77: Move conf and env files in dedicated directories (authored by douardda).
Move conf and env files in dedicated directories
Nov 26 2019, 1:35 PM
douardda committed rDENVaed3cf803d12: Fix a typo in indexer's Dockerfile (authored by douardda).
Fix a typo in indexer's Dockerfile
Nov 26 2019, 1:35 PM
douardda committed rDENVc90fb7242ff6: 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
Nov 26 2019, 1:35 PM
douardda committed rDENV7f8ff5e21523: 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
Nov 26 2019, 1:35 PM
douardda committed rDENV6f6b92cdb173: Small fix for the prometheus service (authored by douardda).
Small fix for the prometheus service
Nov 26 2019, 1:35 PM
douardda committed rDENV9be3d5233674: Update config of the scheduler (authored by douardda).
Update config of the scheduler
Nov 26 2019, 1:35 PM
douardda committed rDENV4d33cbaa87b1: 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
Nov 26 2019, 1:35 PM
douardda committed rDENV652f9f2709e2: Fix the celery worker's hostname (authored by douardda).
Fix the celery worker's hostname
Nov 26 2019, 1:35 PM
douardda committed rDENV04d38c79e427: Try to rationalize a bit ports published on the host (authored by douardda).
Try to rationalize a bit ports published on the host
Nov 26 2019, 1:35 PM
douardda committed rDENVe0795aa1d5e7: Rewrite the 'How to use' section as a 'Quick Start' (authored by douardda).
Rewrite the 'How to use' section as a 'Quick Start'
Nov 26 2019, 1:35 PM
douardda committed rDENVb24f45b91d5f: Add an nginx service to group all http services on the same service endpoint (authored by douardda).
Add an nginx service to group all http services on the same service endpoint
Nov 26 2019, 1:35 PM
douardda committed rDENVb0cf67760891: Fix tab indent in dockerfiles/swh-indexer-worker/entrypoint.sh (authored by douardda).
Fix tab indent in dockerfiles/swh-indexer-worker/entrypoint.sh
Nov 26 2019, 1:35 PM
douardda committed rDENVe1d3e4241823: Use full postgresql connexion URLs everywhere (authored by douardda).
Use full postgresql connexion URLs everywhere
Nov 26 2019, 1:35 PM
douardda committed rDENV4d1f1a3ef3b4: Rename celery workers as <swh-instance>@<hostname> (authored by douardda).
Rename celery workers as <swh-instance>@<hostname>
Nov 26 2019, 1:35 PM
douardda committed rDENV3c3f86d3ef4d: Use Python 3.6 since celery 4.2 is not yet compatible with python 3.7 (authored by douardda).
Use Python 3.6 since celery 4.2 is not yet compatible with python 3.7
Nov 26 2019, 1:35 PM
douardda committed rDENV8deedeb75ae8: No need to expose port 5008 in swh-scheduler-worker's Dockerfile (authored by douardda).
No need to expose port 5008 in swh-scheduler-worker's Dockerfile
Nov 26 2019, 1:34 PM
douardda committed rDENV91288bbf2de3: Fix loader config file name (authored by douardda).
Fix loader config file name
Nov 26 2019, 1:34 PM
douardda committed rDENV119f4f2d5529: Use 'swh-scheduler api-server' command to start the sheduler's API server (authored by douardda).
Use 'swh-scheduler api-server' command to start the sheduler's API server
Nov 26 2019, 1:34 PM
douardda committed rDENVa5a9f670b04a: Add missing swh-lister-bitbucket service (authored by douardda).
Add missing swh-lister-bitbucket service
Nov 26 2019, 1:34 PM
douardda committed rDENV06f417d3eb88: task_queues configuration is not needed any more (authored by douardda).
task_queues configuration is not needed any more
Nov 26 2019, 1:34 PM
douardda committed rDENVaf2d06948b61: Add loader workers services (authored by douardda).
Add loader workers services
Nov 26 2019, 1:34 PM
douardda committed rDENV72c144941f3e: Fix the example code to add a gitlab lister task (authored by douardda).
Fix the example code to add a gitlab lister task
Nov 26 2019, 1:34 PM
douardda committed rDENVfe98a7154e65: Add a flower service (authored by douardda).
Add a flower service
Nov 26 2019, 1:34 PM
douardda committed rDENV081d478f44b6: Print the list of python installed packages on container startup (authored by douardda).
Print the list of python installed packages on container startup
Nov 26 2019, 1:34 PM
douardda committed rDENV0cff6c5c92ad: swh-scheduler-api: add a 'swh-scheduler' command to the entrypoint (authored by douardda).
swh-scheduler-api: add a 'swh-scheduler' command to the entrypoint
Nov 26 2019, 1:34 PM
douardda committed rDENV301a8d979e2d: Add a section in the README on how to create tasks to start importing content… (authored by douardda).
Add a section in the README on how to create tasks to start importing content…
Nov 26 2019, 1:34 PM
douardda committed rDENV61bcc9b25643: Fix swh-scheduler-runner config (authored by douardda).
Fix swh-scheduler-runner config
Nov 26 2019, 1:34 PM
douardda committed rDENV98733a8b96d1: Use 8080 as host port for the swh-web service (authored by douardda).
Use 8080 as host port for the swh-web service
Nov 26 2019, 1:34 PM
douardda committed rDENV58d97a091b52: Duplicate the build: item in swh-scheduler-runner instead of using depends_on (authored by douardda).
Duplicate the build: item in swh-scheduler-runner instead of using depends_on
Nov 26 2019, 1:34 PM
douardda committed rDENV3d6b7324e91c: Add lister workers services (authored by douardda).
Add lister workers services
Nov 26 2019, 1:34 PM
douardda committed rDENVa377e8701fba: Add scheduler services (authored by douardda).
Add scheduler services
Nov 26 2019, 1:34 PM
douardda committed rDENVe6cd16ec4f57: refactor a bit (authored by douardda).
refactor a bit
Nov 26 2019, 1:34 PM
douardda committed rDENV169c120f7adb: Import swh-docker-dev repository as docker/ directory (authored by douardda).
Import swh-docker-dev repository as docker/ directory
Nov 26 2019, 1:34 PM
douardda committed rDENV99e40b70c0e9: Remove pythonpath.sh (authored by douardda).
Remove pythonpath.sh
Nov 26 2019, 10:33 AM
douardda committed rDENV9e44c9328d95: Update the README file for pre-commit based git hooks (authored by douardda).
Update the README file for pre-commit based git hooks
Nov 26 2019, 10:33 AM
douardda committed rDENV84b78c6ab309: bin/update: ensure pre-commit is available (authored by douardda).
bin/update: ensure pre-commit is available
Nov 26 2019, 10:33 AM
douardda closed D2338: Update the README and ensure pre-commit is available in bin/update.
Nov 26 2019, 10:33 AM

Nov 25 2019

douardda updated the diff for D2338: Update the README and ensure pre-commit is available in bin/update.

Rebase + typos/rewordings in the README file

Nov 25 2019, 3:00 PM

Nov 22 2019

douardda committed rDWAPPS72f134bc4aea: Fix several typos reported by pre-commit hooks (authored by douardda).
Fix several typos reported by pre-commit hooks
Nov 22 2019, 3:45 PM
douardda closed D2335: Fix several typos reported by pre-commit hooks.
Nov 22 2019, 3:45 PM
douardda accepted D2341: requirements: Remove reference to swh-mirror-forge.
Nov 22 2019, 3:44 PM
douardda updated the diff for D2338: Update the README and ensure pre-commit is available in bin/update.

also remove pythonpath.sh

Nov 22 2019, 12:10 PM
douardda created D2338: Update the README and ensure pre-commit is available in bin/update.
Nov 22 2019, 12:07 PM
douardda committed rDENVa2e3199ab496: Use 'pre-commit install' as fixups hook (authored by douardda).
Use 'pre-commit install' as fixups hook
Nov 22 2019, 10:13 AM
douardda closed T1881: Replace custom managed git hooks with pre-commit as Resolved by committing rDENVa2e3199ab496: Use 'pre-commit install' as fixups hook.
Nov 22 2019, 10:13 AM · Development environment
douardda committed rDENVe4bae4f26236: Remove git-(add|rm)-pro-commit-hook scripts (authored by douardda).
Remove git-(add|rm)-pro-commit-hook scripts
Nov 22 2019, 10:13 AM
douardda closed D2337: Use 'pre-commit install' as fixups hook.
Nov 22 2019, 10:13 AM
douardda added a comment to D2337: Use 'pre-commit install' as fixups hook.
In D2337#54934, @zack wrote:

great !

I guess this should have a Closes T1881 in its commit message before landing

Nov 22 2019, 10:03 AM

Nov 21 2019

douardda created D2337: Use 'pre-commit install' as fixups hook.
Nov 21 2019, 6:29 PM
douardda committed rDENV0e92ccd47503: mrconfig: remove swh-mirror-forge (authored by douardda).
mrconfig: remove swh-mirror-forge
Nov 21 2019, 6:26 PM
douardda created D2335: Fix several typos reported by pre-commit hooks.
Nov 21 2019, 6:22 PM
douardda committed rDWAPPS897187b4793a: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 6:21 PM
douardda committed rDTPL3b938d9ead8d: Update the pre-commit config file (authored by douardda).
Update the pre-commit config file
Nov 21 2019, 6:00 PM
douardda committed rDDEPb646d12ba94b: Fix migration scripts for 80 column lines (authored by douardda).
Fix migration scripts for 80 column lines
Nov 21 2019, 5:56 PM
douardda committed rDDEP3aeae797a458: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 5:53 PM
douardda committed rDDATASET38dee6c7a943: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 5:38 PM
douardda committed rDDATASET3fad1a09fefd: Fix a few typos reported by pre-commit hooks (authored by douardda).
Fix a few typos reported by pre-commit hooks
Nov 21 2019, 5:38 PM
douardda committed rDSEAcc43f26baea6: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 5:31 PM
douardda committed rDVAU4395d7529109: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 5:29 PM
douardda committed rDJNLe5b5076611c6: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 5:24 PM
douardda committed rDCIDX737958390bd6: Fix test_origin_metadata mistakenly broken by e50660efca (authored by douardda).
Fix test_origin_metadata mistakenly broken by e50660efca
Nov 21 2019, 5:16 PM
douardda committed rDCIDX9fb81d3bee37: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 4:54 PM
douardda committed rDCIDXe50660efca73: Fix several typos reported by pre-commit hooks (authored by douardda).
Fix several typos reported by pre-commit hooks
Nov 21 2019, 4:54 PM
douardda committed rDLS3ddfd00e9014: Fix typos (and trailing ws) reported by codespell (authored by douardda).
Fix typos (and trailing ws) reported by codespell
Nov 21 2019, 2:12 PM
douardda committed rDLSdfd8569c58ff: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 2:12 PM
douardda committed rDLDSVN543ba9ebbdd6: Fix a typo reported by codespell (authored by douardda).
Fix a typo reported by codespell
Nov 21 2019, 2:06 PM
douardda committed rDLDSVNb4fd27154289: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 2:06 PM
douardda committed rDLDHGf742ed59d36a: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 2:05 PM
douardda committed rDLDGddbba2dc0b7a: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 2:04 PM
douardda committed rDLDG5a074b06efd4: Fix a typo reported by codespell (authored by douardda).
Fix a typo reported by codespell
Nov 21 2019, 2:04 PM
douardda committed rDLDBASE12924c824980: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 2:01 PM
douardda committed rDLDBASE0faf23a066fb: Fix typos reported by codespell (authored by douardda).
Fix typos reported by codespell
Nov 21 2019, 2:01 PM
douardda committed rDTPL5b8067849645: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 1:52 PM
douardda committed rDSCH101a1310b611: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 1:51 PM
douardda committed rDOBJS6be809ef6640: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 1:49 PM
douardda committed rDMOD276a528c2f35: Add a pre-commit config file (authored by douardda).
Add a pre-commit config file
Nov 21 2019, 1:47 PM
douardda committed rDSTO29eb5489580f: Fix a few typos reported by codespell (authored by douardda).
Fix a few typos reported by codespell
Nov 21 2019, 1:26 PM
douardda committed rDSTObc0e81c3d140: pre-commit: explicitely whitelist 'iff' when running codespell (authored by douardda).
pre-commit: explicitely whitelist 'iff' when running codespell
Nov 21 2019, 1:26 PM
douardda committed rDSTO1472c8e89334: fix trailing ws reported by pre-commit (authored by douardda).
fix trailing ws reported by pre-commit
Nov 21 2019, 1:26 PM