- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Oct 12 2021
This is a working C implementation with tests and decent code coverage (all but error conditions). The run of the tests is valgrind clean. Next step is to run the python tests. Then wrap up and document so it can be reviewed.
Build has FAILED
working implementation, with tests
Build is green
Forgot to remove content_swhid strategy
Build is green
Build is green
Fix typo in function name
Rebase
Still some work to do before I can accept the diff:
- add missing tests
- remove the use of the browse-origin-log view in codebase (grep for it)
In D6455#167506, @ardumont wrote:lgtm
I suppose you'll align the other hypothesis strategies the same way in other diffs?
Oct 11 2021
Build has FAILED
compiles but crashes
Deploy storage v0.38 on worker (proxy buffer/filter adaptations client/loader side).
Restarted all loaders with it.
Keep the docs/_static as link (like the "users" instance)
Update tox.ini instructions as well
Build is green
Build is green
rebase
I suppose you'll align the other hypothesis strategies the same way in other diffs?
- Add new RabbitMQ-based client/server API
- Rework ProvenanceStorageRabbitMQWorker to handle connection loss
- Improve server/client shoutdown logic and error handling
- Improve routing key computation for paths
- Fix config file parsing for server initilization
- Send several items per message in the remote provenance storage
Build is green
rebase
Build is green
In D6424#167442, @dachary wrote:skeleton
Review changes
- checking for origin_url in request params
- better tests
- redirect to /snapshot/log/<id>
Adapt according to suggestion