Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
7c268211
Commit
7c268211
authored
8 years ago
by
Michelle Noorali
Browse files
Options
Download
Plain Diff
Merge pull request #745 from michelleN/repo-index
feat(helm): generate index file in given directory with given url
parents
475544fb
0783fee7
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
cmd/helm/repo.go
+37
-0
cmd/helm/repo.go
cmd/helm/search.go
+1
-1
cmd/helm/search.go
cmd/helm/search_test.go
+2
-2
cmd/helm/search_test.go
cmd/helm/testdata/foobar-index.yaml
+18
-12
cmd/helm/testdata/foobar-index.yaml
cmd/helm/testdata/local-index.yaml
+21
-15
cmd/helm/testdata/local-index.yaml
pkg/repo/index.go
+52
-4
pkg/repo/index.go
pkg/repo/index_test.go
+37
-0
pkg/repo/index_test.go
pkg/repo/local.go
+1
-44
pkg/repo/local.go
pkg/repo/local_test.go
+0
-41
pkg/repo/local_test.go
pkg/repo/repo.go
+126
-1
pkg/repo/repo.go
pkg/repo/repo_test.go
+120
-0
pkg/repo/repo_test.go
pkg/repo/testdata/local-index.yaml
+19
-15
pkg/repo/testdata/local-index.yaml
pkg/repo/testdata/repositories.yaml
+3
-0
pkg/repo/testdata/repositories.yaml
pkg/repo/testdata/repository/frobnitz-1.2.3.tgz
+0
-0
pkg/repo/testdata/repository/frobnitz-1.2.3.tgz
pkg/repo/testdata/repository/sprocket-1.2.0.tgz
+0
-0
pkg/repo/testdata/repository/sprocket-1.2.0.tgz
with
437 additions
and
135 deletions
+437
-135
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets