Page MenuHomeSoftware Heritage
Feed Advanced Search

Jan 3 2023

douardda accepted D8802: added last add forge now archivals to changelog.
Jan 3 2023, 2:36 PM
douardda accepted D8992: Remove unused dependency on swh.core.api.asynchronous.

I trust the tests to validate the "GraphServerApp does not use any of the features added by RPCServerApp" assertion :-)

Jan 3 2023, 11:30 AM

Dec 16 2022

douardda requested review of D8964: Add a backfiller cli command.
Dec 16 2022, 3:20 PM
douardda closed D8962: Add a --size-limit cli option to the replay command.
Dec 16 2022, 2:58 PM
douardda committed rDOBJSRPL2f297a695943: Add a --size-limit cli option to the replay command (authored by douardda).
Add a --size-limit cli option to the replay command
Dec 16 2022, 2:58 PM
douardda requested review of D8962: Add a --size-limit cli option to the replay command.
Dec 16 2022, 10:35 AM
douardda added a revision to T4736: Allow to specify a content size limit in objstorage replayer: D8962: Add a --size-limit cli option to the replay command.
Dec 16 2022, 10:32 AM · Object storage
douardda created T4736: Allow to specify a content size limit in objstorage replayer.
Dec 16 2022, 10:27 AM · Object storage

Dec 15 2022

douardda committed rDOBJSRPL11b1b233e2b1: Add tests for replay scenarios with add errors (authored by douardda).
Add tests for replay scenarios with add errors
Dec 15 2022, 4:22 PM
douardda committed rDOBJSRPLb0989f7ed9d7: Improve logging in replay.py (authored by douardda).
Improve logging in replay.py
Dec 15 2022, 4:21 PM
douardda closed D8939: Rework the replaying exception handling.
Dec 15 2022, 4:21 PM
douardda committed rDOBJSRPLa3e366823d81: Rework the replaying exception handling (authored by douardda).
Rework the replaying exception handling
Dec 15 2022, 4:21 PM

Dec 9 2022

douardda updated the diff for D8939: Rework the replaying exception handling.

Bump copyright dates

Dec 9 2022, 3:03 PM
douardda added a comment to D8939: Rework the replaying exception handling.

Could you use a logger instance,

what do you mean by "use a logger instance"?

and add if logger.isEnabledFor(logging.DEBUG): before logger.debug statements that use hash_to_hex?

sure

Actually, why would this be needed? I mean I don't expect has_to_hex() to be a fat cpu burner, do I?

Dec 9 2022, 2:58 PM
douardda added a comment to D8939: Rework the replaying exception handling.

Could you use a logger instance,

what do you mean by "use a logger instance"?

and add if logger.isEnabledFor(logging.DEBUG): before logger.debug statements that use hash_to_hex?

sure

Dec 9 2022, 2:52 PM
douardda added a comment to D8939: Rework the replaying exception handling.

Could you use a logger instance,

Dec 9 2022, 2:48 PM

Dec 8 2022

douardda accepted D8935: Add dataset name to the export id.
Dec 8 2022, 11:26 AM
douardda added inline comments to D8940: cli.add_forge_now: Open `register-lister` with sensible defaults.
Dec 8 2022, 11:22 AM

Dec 7 2022

douardda updated the summary of D8939: Rework the replaying exception handling.
Dec 7 2022, 4:51 PM
douardda updated the summary of D8939: Rework the replaying exception handling.
Dec 7 2022, 4:51 PM
douardda accepted D8877: Fix incorrect error messages when failing to connect.

(no test? worth it?)

Dec 7 2022, 4:43 PM
douardda requested review of D8939: Rework the replaying exception handling.
Dec 7 2022, 4:33 PM

Nov 28 2022

douardda triaged T4704: Publish objects that has been subject to a TDN in a (series of) kafka topic as High priority.
Nov 28 2022, 10:57 AM · Roadmap 2022, meta-task, Roadmap 2021, Web app
douardda added a comment to T4657: Allow object removal from journal.
In T4657#98361, @lunar wrote:

[...]
@douardda: would you agree?

Nov 28 2022, 10:52 AM · Journal

Nov 23 2022

douardda committed rDPROV869f9f168255: kafka: improve the message schema for the journal writer (authored by douardda).
kafka: improve the message schema for the journal writer
Nov 23 2022, 11:52 AM
douardda committed rDPROV6730f2fdbda6: Fix typo (orign -> origin) (authored by douardda).
Fix typo (orign -> origin)
Nov 23 2022, 11:52 AM

Nov 22 2022

douardda created P1530 (An Untitled Masterwork).
Nov 22 2022, 11:35 AM

Nov 2 2022

douardda accepted D8634: Prepare the tests to run in Jenkins.
Nov 2 2022, 5:37 PM
douardda committed rDPROVe4795882d3aa: sql: only insert entities that we really need to insert in relation_add (authored by douardda).
sql: only insert entities that we really need to insert in relation_add
Nov 2 2022, 4:56 PM
douardda committed rDPROVc89763f01c8d: tests: set journal writer auto_flush to False (authored by douardda).
tests: set journal writer auto_flush to False
Nov 2 2022, 4:56 PM
douardda closed D8696: tests: simplify and (possibly) fix the grpc_server helper context manager.
Nov 2 2022, 4:56 PM
douardda committed rDPROV90a4250a2c57: tests: simplify and (possibly) fix the grpc_server helper context manager (authored by douardda).
tests: simplify and (possibly) fix the grpc_server helper context manager
Nov 2 2022, 4:56 PM
douardda updated the diff for D8696: tests: simplify and (possibly) fix the grpc_server helper context manager.

also add rabbitmq marker in pytest.ini

Nov 2 2022, 4:55 PM

Oct 21 2022

douardda closed D8740: tests: only flush() the kafka journal writer once per test.
Oct 21 2022, 5:48 PM
douardda committed rDSTO0e8da810ac96: tests: only flush() the kafka journal writer once per test (authored by douardda).
tests: only flush() the kafka journal writer once per test
Oct 21 2022, 5:48 PM
douardda added a comment to D8740: tests: only flush() the kafka journal writer once per test.

On the outstanding sample of one execution on jenkins: 11min 44s vs 13min 39s (previous execution, before this diff)

Oct 21 2022, 5:43 PM