- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 18 2022
Feb 18 2022
New upstream version 3.1.3~gh
douardda committed rPMKee1241b06bac: Changelog for 2.4.2-2~~swh1 disabling tests (authored by douardda).
Changelog for 2.4.2-2~~swh1 disabling tests
Disable running tests for now
douardda triaged T3959: Create sustainable plan for hardware provisioning/rotation as Normal priority.
douardda added a subtask for T2207: Improve ingestion efficiency : T3544: Deal with GitHub removing support for git:// URLs.
douardda added a parent task for T3544: Deal with GitHub removing support for git:// URLs: T2207: Improve ingestion efficiency .
douardda added a comment to T3951: Split the code of the public API from the frontent code in swh-web.
A probable path for this would be:
- publish the new GraphQL API as a standalone project (GraphQL
- implement the v1 API on the top of the GraphQL API
- remove public API code from swh-web
douardda triaged T3951: Split the code of the public API from the frontent code in swh-web as Normal priority.
Feb 17 2022
Feb 17 2022
douardda committed rPMKd55163523a50: pristine-tar data for mirakuru_2.4.2.orig.tar.gz (authored by douardda).
pristine-tar data for mirakuru_2.4.2.orig.tar.gz
douardda committed rPMK165a70ca2aab: Update debian/changelog, patches and rules (authored by douardda).
Update debian/changelog, patches and rules
douardda committed rPMK141ea541e751: Update upstream source from tag 'debian/upstream/2.4.2' (authored by douardda).
Update upstream source from tag 'debian/upstream/2.4.2'
New upstream version 2.4.2
douardda committed rPTPP00f3b96b16e0: pristine-tar data for pytest-postgresql_3.1.3.orig.tar.gz (authored by douardda).
pristine-tar data for pytest-postgresql_3.1.3.orig.tar.gz
douardda committed rPTPP3913f659e3b5: Update upstream source from tag 'debian/upstream/3.1.3' (authored by douardda).
Update upstream source from tag 'debian/upstream/3.1.3'
New upstream version 3.1.3
douardda committed rDCORE9c9475f769cf: Prevent root conftest.py from loading swh.core at module loading time (authored by douardda).
Prevent root conftest.py from loading swh.core at module loading time
douardda committed rDCORE1bee4ce598c2: Add a documentation section for swh.core.db (authored by douardda).
Add a documentation section for swh.core.db
douardda committed rDCORE84b63d5b1da7: Replace mock_package_sql by a mock_import_swhmodule fixture (authored by douardda).
Replace mock_package_sql by a mock_import_swhmodule fixture
Refactor swh.core.db.pytest_plugin
douardda committed rDCORE25fee94847d3: Make get_sql_for_package() return pathlib.Path objects (authored by douardda).
Make get_sql_for_package() return pathlib.Path objects
Add a 'swh db upgrade' command
douardda committed rDCORE7e07b1f36326: Make 'swh db init' fill the dbversion table (authored by douardda).
Make 'swh db init' fill the dbversion table
douardda committed rDCOREf8a07dfa0bf6: Use a standard postgresql db fixture in test_cli (authored by douardda).
Use a standard postgresql db fixture in test_cli
douardda committed rDCOREb1e449fd91eb: Refactor the mock_package_sql fixture to allow multiple sql script set (authored by douardda).
Refactor the mock_package_sql fixture to allow multiple sql script set
douardda committed rDCOREc4bd270c3000: Add support for dbversion and dbmodule handling in swh db init (authored by douardda).
Add support for dbversion and dbmodule handling in swh db init
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
rebase
rebase
update dependency on pytest_postgresql
Feb 16 2022
Feb 16 2022
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
rebase
rebase
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
rebase
split the git revision in 2
don't remember...
In D7188#186977, @vlorentz wrote:This also comes with a change in expected test data structure for sql script
please mention this in the first line of the commit msg (or ideally, in a separate commit)
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
rebase
rebase
rebase + more fixes suggested by ardumont and vlorentz
rebase
rebase
douardda updated the diff for D7062: Add support for dbversion and dbmodule handling in swh db init.
fix copyrights
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
rebase
rebase
typos and fixes suggested by ardumon
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
rebase
rebase
docstring and fix in get_sql_for_package
douardda updated the diff for D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
gazillion of typos (+ fix erroneous cfg example file)
douardda requested review of D7189: Prevent root conftest.py from loading swh.core at module loading time.
rebase
typos and add missing docstrings
Feb 15 2022
Feb 15 2022
typos, add sanity check in the 'swh db upgrade' command, add tests