Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-fuse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-fuse
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
07a41c5fad65975341f0c4c2a909a4cbd1de871e
Select Git revision
Branches
5
2917-how-to-discover-swhids
asyncgrpc
bench
generated-differential-D4833-source
master
default
protected
Tags
18
v1.1.0
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.0.4
v0.0.3
v0.0.2
v0.0.1
23 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Mar
11
28
Feb
25
21
19
18
17
14
13
12
11
23
Jan
22
21
17
2
Sep
30
Aug
27
29
Mar
5
Feb
5
Dec
1
28
Nov
7
Jul
11
May
23
Feb
17
16
2
6
Jan
19
Dec
18
Oct
9
May
26
Apr
21
8
30
Mar
22
10
Feb
19
Jan
16
Dec
18
Oct
5
9
Jun
26
Apr
13
19
Mar
5
4
26
Feb
6
Jan
5
4
29
Dec
28
18
16
14
8
7
4
3
2
1
30
Nov
27
26
25
20
18
17
16
13
5
4
31
Oct
23
22
21
20
19
18
16
15
14
13
9
8
7
24
Sep
23
upgrade swh.graph / hopefully pleasing Jenkins / will conflict later
master
master
final sheets + put TemporaryDirectory in the right place
bench
bench
reporting on the first test of swh-fuse with a local graph+objstorage
formatting
support get_metadata for CONTENT objects
New configuration option: use a compressed graph to build the folder structure.
first attempt at async-gRPC for CompressedGraphBackend
asyncgrpc
asyncgrpc
wrap all strings decoding in decode_or_base64
formatting
tests suggestions by @vlorentz
future-proofing revisions' successors
add parameter type annotation
loop on `successor.label` as suggested by @vlorentz
correct dependencies, after testing from a new virtualenv
refresh test API data, revoked that rogue token
add `if __name__ == "__main__"` because pytest got lost here, somehow
codespell doesn't like generated test data 🙄
depend on mypy-protobuf too
more documentation proof-reading (and, compile with -W)
update requirements
Merge branch 'master' into graph
rename backends/graph.py to backends/compressed.py
formattin'
remove useless fixtures
proof-read docstrings
formatting
proof-read the configuration doc
tests/data/config: Fix black formatting
Apply swh-py-template v0.3.3 with copier
separate (for future work) GraphBackend and ObjBackend
fix and test date_offset parsing
ignore .vscode
basic tests for the graph implem
a fairly correct first implem of GraphBackend.get_metadata
a more precise fields list, after some experimentation
correct implem of GraphBackend.get_visits
do not start at all when config is suspicious
coherent types + docstrings after retroengineering the WebApiBackend
GraphBackend appears, with an empty test that spawns a gRPC server
2x faster by mounting in a module-scoped fixture
Loading