- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 30 2022
Aug 30 2022
Aug 29 2022
Aug 29 2022
Aug 12 2022
Aug 12 2022
Aug 10 2022
Aug 10 2022
douardda committed rDENV3fcab65f1372: docker/tests: use a random compose project name (authored by douardda).
docker/tests: use a random compose project name
douardda committed rDENVe4052005b0e8: docker/tests: add a test for the vault git-bare cooker (authored by douardda).
docker/tests: add a test for the vault git-bare cooker
douardda committed rDENVcb526021a4c4: docker/tests: simplify docker_compose fixture usage a bit (authored by douardda).
docker/tests: simplify docker_compose fixture usage a bit
douardda committed rDENV7a40b4444e0d: docker/tests: use 'compose v2' command if available (authored by douardda).
docker/tests: use 'compose v2' command if available
douardda committed rDENV0f90f6629f3d: docker/tests: replace the COMPOSE_CMD const by a fixture (authored by douardda).
docker/tests: replace the COMPOSE_CMD const by a fixture
douardda committed rDENV9292d8d1510f: docker/tests: use testinfra's host to run commands instead of subprocess (authored by douardda).
docker/tests: use testinfra's host to run commands instead of subprocess
douardda committed rDENVba0ce8f3289a: docker/tests: replace the wfi_timeout fixture by a simple constant (authored by douardda).
docker/tests: replace the wfi_timeout fixture by a simple constant
Aug 9 2022
Aug 9 2022
small (black) format fix
apply vlorentz' suggestion and rebase
douardda updated the diff for D8225: docker/tests: rework and improve fixture usage in conftest.py, and use compose v2 if available.
fix flake8 errors
douardda committed rDENV8d05ddb97216: docker: move all 'static' kafka config entries in env/kafka.env (authored by douardda).
docker: move all 'static' kafka config entries in env/kafka.env
douardda committed rDENVe801ffcdc247: docker: add a generic 'swh' command in storage and worker entrypoint scripts (authored by douardda).
docker: add a generic 'swh' command in storage and worker entrypoint scripts
douardda committed rDENV344d1ee48a10: docker: add iputils-ping package in the container image (authored by douardda).
docker: add iputils-ping package in the container image
douardda committed rDENVe932814e79fe: docker: use named volumes for kafka, storage and objstorage (authored by douardda).
docker: use named volumes for kafka, storage and objstorage
douardda committed rDENVb41653635e50: docker: update the list of created topics (authored by douardda).
docker: update the list of created topics
douardda updated the diff for D8213: docker: move all 'static' kafka config entries in env/kafka.env.
rebase
douardda updated the diff for D8212: docker: add a generic 'swh' command in storage and worker entrypoint scripts.
fix tabs
rebase
Remove empty line
douardda updated the diff for D8213: docker: move all 'static' kafka config entries in env/kafka.env.
Rebase
douardda updated the diff for D8212: docker: add a generic 'swh' command in storage and worker entrypoint scripts.
Rebase
Rebase
Rebase
apply/fix comments
Aug 8 2022
Aug 8 2022
douardda requested review of D8213: docker: move all 'static' kafka config entries in env/kafka.env.
Aug 5 2022
Aug 5 2022
Aug 4 2022
Aug 4 2022
douardda committed rDVAUca71a59eda6f: Use original attr module instead of attrs (authored by douardda).
Use original attr module instead of attrs
douardda committed rDVAU186295793d7d: Add a test for the vault db initialization command `swh db init vault` (authored by douardda).
Add a test for the vault db initialization command `swh db init vault`
douardda updated the diff for D8185: Add a test for the vault db initialization command `swh db init vault`.
apply vlorentz' comment
douardda requested review of D8185: Add a test for the vault db initialization command `swh db init vault`.
Aug 2 2022
Aug 2 2022
Jul 9 2022
Jul 9 2022
douardda committed rDPROV804c3a371eb5: Add a `swh provenance directory flatten` command (authored by douardda).
Add a `swh provenance directory flatten` command
Remove unused mongo backend
douardda committed rDPROVe30e9f68262f: Add a `swh provenance revision from-journal` command (authored by douardda).
Add a `swh provenance revision from-journal` command
douardda committed rDPROV2492c8c97a25: Rename process_journal_objects as process_journal_origins (authored by douardda).
Rename process_journal_objects as process_journal_origins
Jul 8 2022
Jul 8 2022
rebase
rebase and remove refs to mongo in config files (mypy, pytest, requirements)
fix mistakes reported by olasd (thx a lot) and handle dates in process_journal_recisions
douardda committed rDSCHd8474480aee9: Fix the load_and_check_config() function to support the "postgresql" cls value (authored by douardda).
Fix the load_and_check_config() function to support the "postgresql" cls value
douardda updated the diff for D8102: Fix the load_and_check_config() function to support the "postgresql" cls value.
minor fix (thx ardumont)
douardda added inline comments to D8102: Fix the load_and_check_config() function to support the "postgresql" cls value.
rebase
grr
rebase
add a test
douardda retitled D8098: Add a `swh provenance revision from-journal` command from Rename process_journal_objects as process_journal_origins to Add a `swh provenance revision from-journal` command.
fixes/docstrings suggested by olasd
douardda committed rDSTOd6db4e445330: cli: move an import statement in the cli command (authored by douardda).
cli: move an import statement in the cli command
Jul 7 2022
Jul 7 2022
douardda committed rCDFP6195a72ccb0a: images/base: install python3-swh.objstorage.cloud and zstd packages (authored by douardda).
images/base: install python3-swh.objstorage.cloud and zstd packages
douardda committed rCDFP17e9c5326458: images/base: upgrade the db on startup (authored by douardda).
images/base: upgrade the db on startup
Fix nginx config for newer grafana
douardda committed rDSTOe0825acb7e17: do not always auto-create an OriginVisitStatus object in origin_visit_add() (authored by douardda).
do not always auto-create an OriginVisitStatus object in origin_visit_add()
Jul 6 2022
Jul 6 2022
douardda updated the diff for D8068: Do not always auto-create an OriginVisitStatus object in origin_visit_add().
implement this behavior also in cassandra/in-memory backend
douardda updated the diff for D8068: Do not always auto-create an OriginVisitStatus object in origin_visit_add().
fix cassandra's origin_visit_add() to match pg
douardda retitled D8068: Do not always auto-create an OriginVisitStatus object in origin_visit_add() from postgresql: Do not allways auto-create an OriginVisitStatus object in origin_visit_add() to postgresql: Do not always auto-create an OriginVisitStatus object in origin_visit_add().
douardda updated the diff for D8068: Do not always auto-create an OriginVisitStatus object in origin_visit_add().
fixes suggested by vlorentz
douardda committed rDDOC975e07b6db93: adapt mirror doc: swh-docker repo has been renamed as swh-mirror (authored by douardda).
adapt mirror doc: swh-docker repo has been renamed as swh-mirror
douardda committed rDSTO47caf04ea5e9: Add a Storage.flavor property to the postgresql backend (authored by douardda).
Add a Storage.flavor property to the postgresql backend