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
ebedc2b0a7a6432095dcb5142afdd7f74d6c807c
Select Git revision
Branches
5
deposit-docs
deposit-docs-review
embed-json
master
default
protected
mypy-version
Tags
20
v3.0.0
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
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
18
Nov
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
11
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
Remove return value of _check_preconditions_on.
Remove return values of process_put and process_delete.
Use exceptions instead of a special "error" key in returned dicts.
Generalize BadRequestError to be a DepositError.
Move _compute_md5 to toplevel and remove its docstring.
Move Deposit Receipt creation to its own function.
Use an attr class instead of a dict to store parsed headers.
Split SE-IRI and Edit-IRI.
remove assumption that Edit-IRI and SE-IRI are the same from test_post_deposit_atom_entry_multiple_steps.
Rename files and classes in swh/deposit/api/deposit_* to be consistent with SWORD terminology.
deposit: Relax mandatory constraint on slug for metadata-only deposit
v0.6.0
v0.6.0
Refuse SWHID use with qualifier anchor and visit targeting both a snapshot
Adapt existing POST to a collection to allow metadata-only deposit
swh.deposit.parsers: Ensure SWHIDs with context are valid
tests: Rename test_parser.py to test_parsers.py
deposit.settings.production: Remove the logging django configuration
Customize the user-agent header in deposit client classes
Use a requests.Session object in deposit client classes
Reformat optional arguments passed cli tests to make them easier to read
Simplify `swh deposit upload` cli options
Refactor BaseApiDepositClient to get rid of the _client argument
Add an annotated table of content at the end of the introduction
doc: improve the user manual documentation
doc: rename Getting Starter as User Manual and update the content
deposit.parser: Add parse_swh_reference function
doc: add an introduction paragraph in blueprint.rst
api.common: Fix docstring typo
doc: improve the spec-loading doc
doc: improve the doc of API endpoints
doc: rename docs/specs/specs.rst as docs/specs/index.rst
Fix the sphinx config
spec-meta-deposit: Update metadata-only deposit samples
spec-meta-deposit: Update metadata-only deposit requirements
Drop todo from the specification
deposit.urls: Ignore mypy warning on django tooling
docs/getting-started: Fix rendering typo
tests: Simplify deposit schedule check to the minimum
conftest: Drop uneeded swh_scheduler_config fixture fixture dep
Add a description of the deposit in the docs' index page
Replace RawExtrinsicMetadata `id` attribute with `target`.
Loading