Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cache
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
cache
Merge requests
!11
Refactor deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Refactor deployment
refactor-deployment
into
main
Overview
0
Commits
12
Pipelines
21
Changes
24
Open
Kalin Daskalov
requested to merge
refactor-deployment
into
main
9 months ago
Overview
0
Commits
12
Pipelines
21
Changes
24
Expand
0
0
Merge request reports
Compare
main
version 10
0daf8e8a
9 months ago
version 9
91d18f84
9 months ago
version 8
c987d505
9 months ago
version 7
d15d0507
9 months ago
version 6
c7a5b840
9 months ago
version 5
9f747387
9 months ago
version 4
da04d54b
9 months ago
version 3
c392212c
9 months ago
version 2
93d56483
9 months ago
version 1
54263491
9 months ago
main (HEAD)
and
latest version
latest version
f32d396a
12 commits,
9 months ago
version 10
0daf8e8a
11 commits,
9 months ago
version 9
91d18f84
10 commits,
9 months ago
version 8
c987d505
9 commits,
9 months ago
version 7
d15d0507
8 commits,
9 months ago
version 6
c7a5b840
7 commits,
9 months ago
version 5
9f747387
6 commits,
9 months ago
version 4
da04d54b
5 commits,
9 months ago
version 3
c392212c
4 commits,
9 months ago
version 2
93d56483
3 commits,
9 months ago
version 1
54263491
2 commits,
9 months ago
24 files
+
28
−
649
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
24
Search (e.g. *.vue) (Ctrl+P)
cmd/cache/main.go
+
1
−
0
Options
@@ -163,6 +163,7 @@ func createLogger(logLevel string, opts ...zap.Option) (*zap.Logger, error) {
return
config
.
Build
(
opts
...
)
}
//nolint:misspell
func
errFormatter
(
ctx
context
.
Context
,
e
error
)
goahttp
.
Statuser
{
return
service
.
NewErrorResponse
(
ctx
,
e
)
}
Loading