- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 31 2022
update copyright
update copyright
In D7920#205795, @ardumont wrote:lgtm
one remark, I'd be neat you add the related task id on those diffs (if there is one).
rebase
rebase
In D7918#205739, @ardumont wrote:instead of swh-core's postgresql_fact one, since we actually do not
use its custom features any more in swh-storage.Well, initially the feature used was the reset between tables to make
it faster than it was (and it worked 'cause it was hellishly slow to drop
and create tables again).So, now storage uses the template to make the tests go as fast, is that it?
Tests for the cli are using again the pytest-plugin db tool (i think it got removed at some point for some reason).
May 25 2022
May 24 2022
May 23 2022
topics to be created under the `swh.test' prefix (or similar).
May 19 2022
May 18 2022
May 16 2022
seems we still have a lot of NotFound error from the swh-loader-git:
May 12 2022
May 11 2022
May 10 2022
May 9 2022
Apr 26 2022
typo + forgot the requirement file
rephrase (journal usage by the scheduler)
In D7647#200113, @olasd wrote:In D7647#200065, @vlorentz wrote:Thanks. On the diagram, it looks like 9' is causing 12 (via 10 and 11), which is not true (yet! D7332 isn't agreed upon) and could be very confusing.
This is because 9' writes to the origin_visit table, but 10/11/12 are based on the origin table/topic.
Could you split swh-storage in two, to avoid this misunderstanding?
To clear the misunderstanding maybe the label for 10 could be Consume final "origin visit status" entries?
typos and better rst syntax as suggested by vlorentz
typos
In D7652#199523, @ardumont wrote:lgtm
couple of typos to fix.
Apr 25 2022
Apr 21 2022
typo
rebase
thx vlorentz
thx vlorentz
Apr 20 2022
Improve docstrings, better config validation, use lists in grab_next_visits_policy_weights()
Use a flatter config structure
Apr 15 2022
Improve and simplify a bit the code