Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more helm custom fields #5622

Merged
merged 43 commits into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
99e1552
Change "Replace" str with the exported str from batchv1
antgamdia Oct 28, 2022
0f082cc
Add Interval to the AppRepo spec
antgamdia Oct 28, 2022
8ae0e0b
Merge branch 'main' into 3661-appRepoCustomInterval
antgamdia Nov 2, 2022
37cf53d
Add test case
antgamdia Nov 2, 2022
f84221b
Fix typo
antgamdia Nov 2, 2022
9c0b85f
Add explicit error handling in intervalToCron
antgamdia Nov 2, 2022
a1147e3
Add interval to the crd openapi model
antgamdia Nov 2, 2022
b23e055
Fix interval generation syntax
antgamdia Nov 2, 2022
72a3259
Use the apprepo.Interval in the plugin
antgamdia Nov 2, 2022
030be87
Use the interval in the repo form even if using helm plugin
antgamdia Nov 2, 2022
b9a5265
Fix linter issue
antgamdia Nov 2, 2022
ac5a047
Change apprepository.crontab msg
antgamdia Nov 2, 2022
010f1d8
Merge branch 'main' into 3661-appRepoCustomInterval
antgamdia Nov 3, 2022
2960a2b
Use the field in the get repo details. Disable field for helm
antgamdia Nov 3, 2022
a6eae43
Fix disable condition
antgamdia Nov 3, 2022
95c1775
Merge branch 'main' into 3661-appRepoCustomInterval
antgamdia Nov 4, 2022
6042c2d
prevent invalid cron lines
antgamdia Nov 7, 2022
04b02f5
fix wrong interval examples
antgamdia Nov 7, 2022
f3344a4
Add more replacements with their respective constants
antgamdia Nov 7, 2022
1b65469
Trigger AppRepo controller sync on every change
antgamdia Nov 8, 2022
cc38302
Add more fields to helm custom details
antgamdia Nov 8, 2022
fed55d1
Add autogen files
antgamdia Nov 8, 2022
4e30429
Handle new custom fields when adding helm repo
antgamdia Nov 8, 2022
2d40330
Add proxy fields in the repo UI
antgamdia Nov 8, 2022
43efb9d
Fix typos
antgamdia Nov 9, 2022
00f9dc0
Add more interval formats in the api doc
antgamdia Nov 9, 2022
2fa8d0e
Merge branch '3661-appRepoCustomInterval'
antgamdia Nov 9, 2022
dd2858b
Fix test case
antgamdia Nov 9, 2022
f31aeb7
Merge branch 'main'
antgamdia Nov 21, 2022
136aeaa
Run buf generate
antgamdia Nov 21, 2022
18c15e3
Remove todo
antgamdia Nov 21, 2022
cda2999
Merge branch 'main' into 5128-addMoreHelmFields
antgamdia Nov 21, 2022
b8af022
Fix wrong initialization
antgamdia Nov 21, 2022
d040417
Fix var names
antgamdia Nov 21, 2022
347c9ca
Use custom details when updating repo
antgamdia Nov 21, 2022
04a60b4
Add test cases
antgamdia Nov 21, 2022
f829334
Merge remote-tracking branch 'origin/5128-addMoreHelmFields' into 512…
antgamdia Nov 21, 2022
981a296
Fix netlify issue with chart readme
antgamdia Nov 21, 2022
271ffc9
Fix unhandled type conversion
antgamdia Nov 22, 2022
91fa839
Merge branch 'main'
antgamdia Dec 14, 2022
457ccb1
Update cmd/kubeapps-apis/plugins/helm/packages/v1alpha1/repositories.go
antgamdia Dec 14, 2022
dafe67e
Merge branch 'main' into 5128-addMoreHelmFields
absoludity Dec 20, 2022
3f62412
Prettier
absoludity Dec 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
644 changes: 313 additions & 331 deletions cmd/kubeapps-apis/docs/kubeapps-apis.swagger.json

Large diffs are not rendered by default.

42 changes: 20 additions & 22 deletions cmd/kubeapps-apis/gen/core/packages/v1alpha1/packages.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 38 additions & 35 deletions cmd/kubeapps-apis/gen/core/packages/v1alpha1/repositories.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading