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.
c67f012138179afd8a127bd54fa94c07662aa133
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
23
Feb
19
2
30
Jan
26
20
13
12
4
30
Dec
15
16
Nov
12
10
27
Oct
26
23
14
8
5
2
29
Sep
25
18
17
10
25
Aug
14
7
6
4
30
Jul
29
20
9
8
7
6
3
2
29
Jun
24
23
22
16
15
3
29
May
20
14
5
30
Apr
29
28
27
26
24
21
20
17
16
10
8
2
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
Deduplicate code between CoreSWHID, QualifiedSWHID, and ExtendedSWHID
Add new class ExtendedSWHID as an alternative to SWHID/QualifiedSWHID
Use dict instead of temporary SWHID when parsing {Core,Qualified}SWHID.
QualifiedSWHID: Replace the 'qualifiers' dict with statically defined attributes
Add new class CoreSWHID as an alternative to SWHID/QualifiedSWHID
Add new class QualifiedSWHID to replace SWHID, and deprecate the latter.
tests: Clean hashutil._blake2_hash_cache after mocking blake2 functions.
Make explicit Python 3 dependency
Update persistent identifiers doc with pip install info
Add swh-journal's model-related test data set in swh-model
v0.12.0
v0.12.0
model: Allow new status values not_found and failed to OriginVisitStatus
v0.11.0
v0.11.0
Add an optional type field on OriginVisitStatus object
v0.10.0
v0.10.0
test_identifiers: Reorder SWHID tests.
test_identifiers: Make sure that {directory,revision,release,snapshot}_identifier() doesn't just return a value from the dict.
Add missing slots=True for Directory.
SWHID parsing: simplify and deduplicate validation logic
model: Make all classes slotted.
Drop backwards-compatibility support for RawExtrinsicMetadata.id
v0.9.0
v0.9.0
model.identifiers: Fix one space too many in error message
v0.8.0
v0.8.0
identifiers.parse_swhid: Make SWHIDs with whitespaces invalid
identifiers.parse_swhid: Check the swhid qualifiers and fail if invalid
model.identifiers: Improve error messages in case of invalid SWHIDs
test: Migrate parse_swhid test cases to pytest
Throw fewer deprecation warnings for the RawExtrinsicMetadata id attr
v0.7.3
v0.7.3
Rename the RawExtrinsicMetadata id field to target
v0.7.2
v0.7.2
Update the HashableObject interface to take the object itself
CONTRIBUTORS: Add Antoine Cezar
swh identify: add --exclude
Make revision/release identifiers explicitly the hash of a manifest
Add a 'unique_key' method on model objects
v0.7.1
v0.7.1
cli: make SWHIDParamType return SWHID type instead of string
v0.7.0
v0.7.0
tox.ini: pin black to the pre-commit version (19.10b0) to avoid flip-flops
Merge the two test_identifiers.py files.
Adapt cli declaration entrypoint to swh.core 0.3
v0.6.7
v0.6.7
model: remove deprecated and unused PID methods
python: Reorder imports with isort
pre-commit: Add isort hook and configuration
pre-commit: Update flake8 hook configuration
cli: speedup the `swh` cli command startup time
model: Fix "unused 'type: ignore' comment" error with mypy 0.782
Loading