Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-model
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Nicolas Dandrimont
swh-model
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
76eb3640dde8bf2075788605b82bd6b10a51ddc3
Select Git revision
Branches
6
generated-differential-D8150-source
generated-differential-D8151-source
generated-differential-D8759-source
generated-differential-D8937-source
master
default
protected
wip/new-origin-visit-status
Tags
20
v6.11.0
v6.10.0
v6.9.1
v6.9.0
v6.8.0
v6.7.0
v6.6.3
v6.6.2
v6.6.1
v6.6.0
v6.5.1
v6.5.0
v6.4.1
v6.4.0
v6.3.1
v6.3.0
v6.2.0
6.2.0
v6.1.0
v6.0.1
26 results
Begin with the selected commit
Created with Raphaël 2.2.0
2
Apr
1
31
Mar
30
28
23
12
11
4
2
27
Feb
24
21
18
14
7
5
30
Jan
29
17
2
Dec
29
Nov
21
20
30
Oct
29
23
20
18
9
6
4
1
28
Sep
27
20
15
4
3
23
Aug
22
21
20
19
5
18
Jul
11
10
28
Jun
27
18
11
5
3
10
May
26
Apr
16
12
11
9
8
4
23
Nov
12
9
29
Oct
25
24
23
19
18
12
8
5
3
1
27
Sep
21
17
15
14
20
Jul
12
29
Jun
22
21
16
15
14
13
5
18
May
7
Mar
9
Feb
31
Jan
23
19
17
15
14
20
Dec
13
12
2
Nov
12
Oct
5
4
3
19
Sep
15
6
30
Aug
12
Jul
26
Jun
19
7
Apr
24
Mar
21
17
15
24
Feb
23
15
14
9
23
Jun
14
13
12
11
8
26
May
25
24
23
8
Apr
5
2
1
31
Mar
30
29
24
22
21
27
Jan
16
Dec
7
30
Nov
26
25
24
23
model: Make message field optional in Release model
hypothesis: Fix some issues in snapshots strategy and add tests
model: add support for ctime in [Skipped]Content.from_[data,dict]()
model: small code improvement of SkippedContent.from_dict
model: fix SkippedContent origin to be a str
hypothesis: split hypothesis strategies as a dict + entity instance
model: improve a bit the TimestampWithTimezone model
tests: add low level tests for the Timestamp model entity
model: use attrs_static to enforce type validation of model objects
model: Add new OriginVisitUpdate model object + test strategy
v0.0.63
v0.0.63
Typo
Further clarifications in the PID extension
Clarify ambiguities in PID extensions
Extend SWH PID definition with additional context qualifiers.
identifiers: encode origin URLs in utf-8
v0.0.62
v0.0.62
tests/identifiers: fix 'target', 'directory' and 'parents' object types
v0.0.61
v0.0.61
test/model: do not test direct instanciation of model objects
tests/models: use d.copy() instead of dict(d)
model: kill Origin.type attribute
Extract the dictify() function from BaseModel.to_dict()
Add classmethod Person.from_address, to parse from 'name <email>' strings.
v0.0.60
v0.0.60
Draw contents from a byte string instead of generating arbitrary hashes
Add a method to generate Content/SkippedContent from binary data
model.hypothesis: use the proper strategy name for building `Person`s
v0.0.59
v0.0.59
model.hypothesis: Fix person generation
v0.0.58
v0.0.58
Make attributes name and email of Person optional.
v0.0.57
v0.0.57
Add from_datetime and from_iso8601 constructors for TimestampWithTimezone.
Add method MerkleNode.iter_tree, to visit all nodes in the subtree of a node.
Take the value of MerkleNode.data into account to compute equality.
Add to_model() method to from_disk.{Content,Directory}, to convert to canonical model objects.
Fix tests of special devices.
Sort from_disk.Directory entries.
Add test for git directory entries order.
Add support for skipping large contents in from_disk.
Re-introduce the swh.core dependency in swh.model[cli]
Add method BaseModel.hashes().
Make OriginVisit.snapshot optional.
v0.0.56
v0.0.56
Make 'visible' the default status for present Contents.
v0.0.55
v0.0.55
Make content length mandatory.
Split Content class into two classes, for missing and non-missing contents.
v0.0.54
v0.0.54
Loading