Looks good to me.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 9 2022
Feb 8 2022
Looks like release objects cannot be currently cooked, I guess you have another diff coming to add such support ?
Looking at puppet configuration, my guess is that the sentry_dsn is not set for the vault cookers.
Cypress tests can be simplified before landing this.
Add non regression test
Update: Rebase and improve debug logging
Feb 7 2022
I think you miss my inline comment so I put this in request changes.
Looks good to me.
Some more details about why the tests are failing since the release of pytest 7.0.0,
this is due to two external pytest modules we are using that are importing private
pytest modules that were removed:
- pytest-postgresql < 4.0.0
- pytest-redis
Update: Add trailing slash when testing URL prefix.
This page should contain a link to the different guides and to the guided tour.
Also, when the guided tour is published, would this page disappear?
by clicking on help you enter the guided tour but you might want access to specific guides and FAQ.
Looks good to me.
Feb 4 2022
Fix typo.
Add docstring for externals member of DirState.
I think you forgot to pass the ignore_displayname parameter to storage.revision_log line 166, no ?
I think the proper place for that link would be the Permalinks tab.
Add typing
I forgot to add typing, will update.
Looks good, thanks !
Feb 3 2022
Indeed this origin visits retrieving process is quite time consuming for origins with numerous visits,
especially when getting all visits again while most of them are already in cache (sighs, my bad for this).