Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vaultwarden
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Vaultwarden
Graph
4b57bb8eeb9c6828db216cf53d1cc259566b7f1f
Select Git revision
Branches
5
duo
master
protected
new_ring
tedomum
default
tedomum-prod
Tags
20
1.33.2+tedomum.1
1.33.0+tedomum.1
1.33.0
1.32.7+tedomum.1
1.32.7
1.32.6+tedomum.1
1.32.6
1.32.5+tedomum.1
1.32.5
1.32.4+tedomum.1
1.32.4
1.32.3+tedomum.1
1.32.3
1.32.2
1.32.1
1.32.0+tedomum.1
1.32.0
1.31.0+tedomum.1
1.31.0
1.30.5+tedomum.1
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
1
Jan
31
Dec
29
28
27
25
24
22
19
15
7
6
3
2
1
30
Nov
28
27
25
24
23
22
21
19
16
15
14
13
11
7
6
5
4
2
1
29
Oct
26
25
24
22
17
16
15
14
12
11
10
9
8
5
1
30
Sep
23
17
16
12
11
7
6
5
4
3
2
1
31
Aug
29
27
26
23
21
20
19
18
15
12
10
6
4
3
30
Jul
25
22
9
6
5
4
3
2
26
Jun
24
18
17
14
2
1
30
May
28
27
26
20
17
16
15
11
3
2
1
30
Apr
27
26
15
14
13
12
11
7
5
2
29
Mar
25
23
21
20
18
17
14
13
10
9
7
3
27
Feb
25
24
22
20
18
17
16
15
13
12
11
10
8
6
5
4
31
Jan
29
28
27
26
25
24
22
21
20
19
18
17
16
15
13
12
11
10
8
7
6
5
4
2
1
31
Dec
30
29
28
27
26
25
23
21
20
18
17
16
15
14
13
12
11
9
7
6
4
3
1
29
Nov
27
24
22
21
20
19
18
17
16
15
14
13
12
9
6
3
1
28
Oct
27
26
25
23
19
17
16
15
14
13
12
10
7
6
5
4
1
Remove debugging echo statement from Dockerfiles
Use apt-get instead of apt in Dockerfiles, also --no-install-recommends
Remove duplicate empty lines in generated Dockerfiles
Set build time options for dpkg and reproducible builds
Improve Jinja2 template logic a bit
Readd missing cargo setup for armv7. Thanks to @dani-garcia!
Fix armv6 build, thanks to @dani-garcia for the review!
Move `rustup target` before `cargo build`. Thanks to @dani-garcia!
Make `cargo new` independent of workdir to be exact
Fix package name for Ubuntu 16.04 based image. Thanks @dani-garcia!
Move `dpkg --add-architecture` before the first apt call
Fix cross platform build support, thanks to @dani-garcia for the review
Use rmp upstream version
Avoid some to_string in the request logging and include message to disable web vault when not found.
try setting VCPKG_ROOT
Update build workflow
Generate Dockerfiles from one source for maintainability. Closes #785.
Disable Windows build for now to avoid failing CI
When receiving a comma separated list as IP, pick the first
WIP: Use Debian base image for all steps of the build process
Merge pull request #779 from publicarray/master
Config option for client IP header
Print current server time when failing TOTP, and use chrono as the rest of the server
Formatting
Update rust-win.yml
Update rust-win.yml
update dependencies to build workflows
fix
fix action
update build actions
Create Github build Actions
Update docker images to alpine 3.11 and rust 1.40
Fix crash when page URL points to huge file
Updated dependencies
Fix IP not shown when failed login (Fixes #761)
Also hide options requests, unless using debug or trace
Collapsed log messages from 3 lines per request to 2 and hidden the ones valued as less informative.
Fix some lints
Updated dependencies
Merge pull request #755 from mqus/patch-2
Loading