Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-vault
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-vault
Graph
1c34d471a4a18e0ba948b5c863e0b3df2ce9d9aa
Select Git revision
Branches
3
master
default
protected
mr/fix-backend-migration-use-case
timeouts
Tags
20
v2.0.0
v1.13.0
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.11.0
v1.10.1
v1.10.0
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.8.2
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
v1.6.1
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Nov
25
Oct
28
Sep
18
14
19
Jul
13
7
26
Jun
11
May
3
Mar
23
Feb
17
16
2
19
Dec
23
Nov
7
19
Oct
18
14
Sep
30
Aug
4
29
Jul
19
23
Jun
22
21
7
31
May
9
6
2
26
Apr
21
13
8
6
22
Mar
4
2
24
Feb
14
10
8
7
2
18
Jan
16
Dec
23
Nov
22
16
12
Oct
7
6
21
Sep
17
15
14
7
6
2
26
Aug
19
18
17
5
19
Jul
16
15
29
Jun
9
31
May
11
6
5
29
Apr
27
17
Feb
4
Jan
8
Dec
2
23
Nov
19
18
17
29
Oct
28
27
23
22
19
2
25
Sep
24
17
10
9
4
25
Aug
18
6
5
Jun
5
May
29
Apr
20
8
6
2
Mar
11
Feb
4
9
Dec
21
Nov
20
10
Oct
9
19
Sep
29
Jul
23
11
4
17
Jun
23
May
20
17
15
9
7
26
Apr
12
10
9
29
Mar
6
19
Feb
18
14
1
17
Jan
7
Dec
23
Nov
19
9
24
Oct
23
17
16
15
8
5
1
5
Sep
18
Jul
24
May
7
3
2
27
Apr
26
24
5
21
Feb
16
15
1
31
Jan
30
22
19
18
16
12
11
9
14
Dec
8
1
30
Nov
13
9
2
23
Oct
12
5
15
Sep
14
13
30
Aug
7
Jul
23
Jun
16
15
11
May
5
21
Apr
22
Mar
17
16
15
13
9
2
23
Feb
22
21
20
16
14
9
26
Jan
20
Dec
15
3
Nov
22
Sep
21
20
14
12
31
Aug
29
23
19
16
19
Jul
27
Jun
21
14
1
20
May
12
Apr
4
Mar
4
Jan
16
Oct
5
1
29
Sep
25
23
22
21
16
15
3
2
setup: declare vault's cooking task using the scheduler's plugin system
v1.10.0
v1.10.0
cookers/git_bare: Fix master ref creation when cooking a release
v1.9.3
v1.9.3
backend: Insert cooking task info in database after task creation
v1.9.2
v1.9.2
setup.py: Remove sdisk build warning about importable packages
v1.9.1
v1.9.1
to_disk: Represent revisions as empty directories instead of symlinks
v1.9.0
v1.9.0
interface: Add download_url method and implement it in backend
backend: Move postgresql backend initialization in a separate class
v1.8.2
v1.8.2
Fix mypy/click: add swh.core[testing] in requirements-test.txt
test_backend: Fix sentry DSN format
api/server: Fix ImportError after config_basepath removal
Call storage.content_get_data() with hash dicts instead of only sha1
Fix mypy warning about untyped methods
Fix pytest warning about TestRepo being uncollectable
tests: Replace deprecated config tree
Fix a bunch of deprecation warnings from other SWH modules
Invert symlink and content for the README file
mypy: Bump to 1.0.1 and fix new typing error
Update and clean tox configuration for version 4
pre-commit: Bump isort from 5.10.1 to 5.11.5
docs: Include module indices only when building standalone package doc
Fix incorrect error messages when failing to connect
backend: Fix git_bare bundle download URL sent in email notification
v1.8.1
v1.8.1
git_bare: Fix typo detected by codespell
pre-commit, tox: Bump pre-commit, codespell, black and flake8
Bump swh dependencies
v1.8.0
v1.8.0
Instanciate the SMTP class only when needed
Call objstorage.get() with a HashDict instead of single hash
Use original attr module instead of attrs
v1.7.2
v1.7.2
Add a test for the vault db initialization command `swh db init vault`
v1.7.1
v1.7.1
api/server: Allow 'postgresql' configuration key entry
Fix mypy error
Add test for DirectoryBuilder on missing directories
Fix crash on directories pointing to missing contents
to_disk: Add type annotations + a simple test for DirectoryBuilder
cache: Don't return objstorage.add's return value, and add types
v1.7.0
v1.7.0
cache: Drop unused method get_stream
tests: Fix current_version attribute change
tests: use stock pytest_postgresql factory function
use an in-memory storage for test_cookers and test_to_disk
add strict asyncio_mode in pytest.ini
Loading