- docker doc: add --publish to the run invocation
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 28 2019
- docker doc: drop the list of files generated by Setup class
Jul 25 2019
- docker doc: further shorten CLI examples using relative paths
due to this bug (I suppose), trying to generate the various mapping files for a compressed graph that also includes swh:1:ori:... PIDs fails with:
Pre-computing node id maps... Exception in thread "main" java.lang.IllegalArgumentException: Unknown SWH ID type in: swh:1:ori:4135fe80baeff9983f73e94b02da92f618cbb6c7 at org.softwareheritage.graph.SwhId.<init>(SwhId.java:44) at org.softwareheritage.graph.backend.Setup.precomputeNodeIdMap(Setup.java:108) at org.softwareheritage.graph.backend.Setup.main(Setup.java:47)
Jul 24 2019
Jul 21 2019
Here's a first stab at an API for the py4j bindings that would be nice to use.
Jul 19 2019
Instead of this, please add a pair of private methods to the Endpoint class, one to start timing (e.g., this.startTiming()), one to end it and return the diff w.r.t. the start time (e.g., this.stopTiming()) , and make all endpoint methods invoke the two methods and log the result.
I was more thinking of lifting this up to the traversal algo, ideally not having to do a test at every edge that is followed.
Done this way, this is not gonna gain you much, only a couple of array lookup per edge.
Jul 18 2019
in f13a43d697eb0d10ba59a4789847742607c49aaa I've added swh-graph to the mrconfig of swh-environment, let's see what the CI has to say about that… (cc: @douardda)
Jul 17 2019
In D1741#40411, @haltode wrote:Concerning links to swh-graph/docs it needs to wait for integration with swh-docs and then add external html links.
in addition to the comments below, a general issue is that all verbs are in the third person (e.g., "returns foo", "converts bla"), while it is more idiomatic to use the infinitive in API documentation (e.g., "return foo", "convert bla").
Jul 16 2019
*SAD TROMBONE*.
In T1832#35429, @ardumont wrote:If we agree that the status page is the way forward (and that clients interested in swh can use it to subscribe to update), i think we could close this current task now.
- use case doc: update edge restrictions for provenance use cases
- doc: add use cases and benchmark description
- use cases doc: fix typo and remove out-of-scope comments
- use case doc: update edge restrictions for provenance use cases
as a minor point on the commit message, I think you need separate Closes lines to close several bugs with a commit at once
Jul 15 2019
- use cases doc: fix typo and remove out-of-scope comments