mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
c0aaca8ed1
(cherry picked from commit d557da0baba819b7cd7e6b5941528776e125ac6d) build(ui): fix stacker builds (cherry picked from commit ba25daf02b4a9bc7ee1cb6f84b7a6b096ca7d61f) build(ui): various fixes - Fix metrics endpoint - Fix unit tests unit tests - Make the ui build optional in the makefile before the linter lint runs in the golangci-lint workflow - Do not attempt to include UI routes if search is enabled - Fix authorization for search endpoint fix: use zot tag in ui make target (cherry picked from commit 2a6882fa23f06b2d68c6c299773a6ff50bf90e78) Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com> Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Co-authored-by: Ramkumar Chinchani <rchincha@cisco.com>
32 lines
No EOL
428 B
Text
32 lines
No EOL
428 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Output of the UI build
|
|
pkg/extensions/build/
|
|
|
|
# Tooling used for blackbox testing
|
|
hack/
|
|
.stacker/
|
|
oci/
|
|
roots/
|
|
bin/
|
|
bazel-*
|
|
coverage*.txt
|
|
test/data/
|
|
*.orig
|
|
.idea/
|
|
coverage.html
|
|
tags
|
|
vendor/
|
|
.vscode/
|
|
examples/config-sync-localhost.json |