Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iprocs
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Equipe info plateforme CBI
Iprocs
Merge requests
!20
API Key integration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
API Key integration
api_key
into
main
Overview
0
Commits
33
Pipelines
12
Changes
33
Merged
Francesco WITZ
requested to merge
api_key
into
main
2 years ago
Overview
0
Commits
33
Pipelines
12
Changes
33
Expand
Made API Key generation and storing and update the auth guard to accept them
0
0
Merge request reports
Compare
main
version 11
058fb27e
2 years ago
version 10
e107e68d
2 years ago
version 9
d36671e1
2 years ago
version 8
0fbf843c
2 years ago
version 7
bacc8e46
2 years ago
version 6
98715e71
2 years ago
version 5
bec79965
2 years ago
version 4
2d044b9b
2 years ago
version 3
cf90d2b0
2 years ago
version 2
d1c502d1
2 years ago
version 1
9f386d1a
2 years ago
main (base)
and
latest version
latest version
48832b9e
33 commits,
2 years ago
version 11
058fb27e
31 commits,
2 years ago
version 10
e107e68d
30 commits,
2 years ago
version 9
d36671e1
24 commits,
2 years ago
version 8
0fbf843c
23 commits,
2 years ago
version 7
bacc8e46
22 commits,
2 years ago
version 6
98715e71
22 commits,
2 years ago
version 5
bec79965
22 commits,
2 years ago
version 4
2d044b9b
21 commits,
2 years ago
version 3
cf90d2b0
14 commits,
2 years ago
version 2
d1c502d1
13 commits,
2 years ago
version 1
9f386d1a
11 commits,
2 years ago
33 files
+
399
−
284
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
adapters/Cargo.toml
+
1
−
1
Options
@@ -10,4 +10,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml
=
"0.8"
tera
=
"1"
chrono
=
"0.4"
uuid
=
{
version
=
"
0.8
.2"
,
features
=
[
"v4"
]
}
uuid
=
{
version
=
"
1.1
.2"
,
features
=
[
"v4"
]}