Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-deposit
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-deposit
Graph
0124b9337f60b5a6c3b47639e0b120d0f4bb82e9
Select Git revision
Branches
5
deposit-docs
deposit-docs-review
embed-json
master
default
protected
mypy-version
Tags
20
v2.4.1
v2.4.0
v2.3.2
v2.3.1
v2.3.0
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.4
v1.3.3
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Jan
4
22
Dec
21
17
15
14
10
7
2
27
Nov
25
24
23
20
19
18
17
13
12
10
9
6
3
30
Oct
28
27
26
19
16
15
14
13
12
10
9
7
2
1
29
Sep
28
26
25
24
23
18
17
16
15
14
11
10
2
25
Aug
10
30
Jul
24
9
8
1
Jun
20
May
19
15
14
11
7
6
4
29
Apr
23
20
17
8
23
Jan
17
16
13
10
9
8
7
20
Dec
19
18
12
6
3
25
Nov
21
20
7
1
30
Oct
21
20
19
10
4
25
Sep
24
19
17
16
5
4
30
Aug
11
Jul
28
Jun
27
19
18
21
May
20
10
9
7
6
19
Apr
17
16
15
13
12
14
Mar
12
24
Feb
20
19
14
4
17
Jan
20
Dec
5
29
Nov
23
12
8
7
29
Oct
24
23
12
8
5
2
1
28
Sep
27
17
12
4
30
Aug
28
24
Jul
23
20
19
17
16
14
13
10
9
6
3
2
29
Jun
3
May
16
Mar
7
6
12
Feb
6
2
1
30
Jan
29
26
25
24
23
19
17
16
15
12
11
10
9
8
8
Dec
7
6
5
4
1
30
Nov
29
28
27
24
23
20
16
13
9
6
2
31
Oct
25
24
23
20
19
18
17
homepage: Fix broken link
Add a cli section in the doc
Handle <swh:create_origin> / <swh:add_to_origin> in multipart uploads
v0.9.0
v0.9.0
Split <swh:create_origin> / <swh:add_to_origin> handling to its own function.
Fix formatting of XML snippets in the documentation.
Rephrase introduction of the metadata-only deposit documentation
tests: Deduplicate boilerplate when POSTing/PUTing an multipart requests.
tests: Deduplicate boilerplate when POSTing/PUTing an Atom document.
tests: Deduplicate boilerplate when POSTing/PUTing a zip archive.
Fix '# fmt' directives.
Reorganize POST/PUT SWORD tests
Document metadata updates.
Catch invalid dates before marking a deposit as verified.
Drop spurious noqa comment
v0.8.0
v0.8.0
Use decorator to avoid flag repetition
user-manual: Add metadata-only section
server: Fix metadata-only deposit which are currently rejected
v0.7.3
v0.7.3
Allow metadata-only deposit client side
Trap and report exceptions in a unified way within the cli
Move parse_swh_reference to swh.deposit.utils namespace
swh/deposit/migrations/0021: Fix migration script
v0.7.2
v0.7.2
Use string equality instead of substring search to check for mandatory fields.
v0.7.1
v0.7.1
Accept <codemeta:name> and <codemeta:author> as alternatives to <atom:name>/<atom:title> and <atom:author>.
Add a complete protocol reference.
v0.7.0
v0.7.0
Remove specifications of the sparse deposit.
Add tag <swh:add_to_origin>, to replace the Slug header for parent relationships.
Check origin urls start with the user's provider_url
Add tag <swh:create_origin>, to replace the Slug header.
rename status -> state for consistency with SWORD and the view name.
Return the origin url on 'GET State-IRI'.
fix mypy error in swh/deposit/urls.py
Don't generate slugs on the client side
Make the Slug header optional.
Defer origin_url computation until the deposit completes.
add column 'origin_url' on Deposit.
swh.xsd: Use the https://www.softwareheritage.org/schema/2018/deposit namespace
swh.xsd: Improve readability
parse_xml: build regular dicts instead of OrderedDicts.
Remove unused arguments / return type of _deposit_put.
Make POST SE-IRI schedule a check task.
Loading