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

feat: big bang generate #3002

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
1a81554
WIP
AustinAbro321 Sep 11, 2024
a474130
deprecate big bang
AustinAbro321 Sep 16, 2024
55a9a0b
deprecate big bang
AustinAbro321 Sep 16, 2024
d79554b
big bang package is creating
AustinAbro321 Sep 16, 2024
1d6df4c
CLI flags
AustinAbro321 Sep 16, 2024
d1141e2
unit test passing
AustinAbro321 Sep 17, 2024
d2019d5
tests passing
AustinAbro321 Sep 17, 2024
4a37ff3
test actually working
AustinAbro321 Sep 17, 2024
8587340
Tests passing
AustinAbro321 Sep 17, 2024
13c8ee5
skip flux working
AustinAbro321 Sep 17, 2024
a609142
adding bb-generate example
AustinAbro321 Sep 17, 2024
68f662b
change how we get git repo and helm repo so it's direct from bb
AustinAbro321 Sep 17, 2024
00fb308
remove unused test
AustinAbro321 Sep 17, 2024
7c3c6be
add bb manifests
AustinAbro321 Sep 17, 2024
1af3cf0
delete old examples
AustinAbro321 Sep 17, 2024
b63d986
edit test
AustinAbro321 Sep 17, 2024
4c4d017
test manifests
AustinAbro321 Sep 17, 2024
9fd9bd9
cleanup tests
AustinAbro321 Sep 17, 2024
cae8b6c
cleanup tests
AustinAbro321 Sep 17, 2024
0b59633
cleanup tests
AustinAbro321 Sep 17, 2024
810a86f
delete comments
AustinAbro321 Sep 17, 2024
3487a9a
bb generate example
AustinAbro321 Sep 17, 2024
aaaf288
sort helm releases
AustinAbro321 Sep 17, 2024
6ec763a
different file if zarf.yaml already exists
AustinAbro321 Sep 18, 2024
bbb6b2a
credentials as a file now
AustinAbro321 Sep 18, 2024
237557c
allow secrets with data or string data
AustinAbro321 Sep 18, 2024
275313e
remove stutter
AustinAbro321 Sep 18, 2024
1e7716a
wording
AustinAbro321 Sep 18, 2024
7b0ee2e
update docs
AustinAbro321 Sep 18, 2024
b0ba0e5
values files
AustinAbro321 Sep 18, 2024
b0f79ba
update tests
AustinAbro321 Sep 18, 2024
52e1989
taking away metrics server health checks and failure debug
AustinAbro321 Sep 18, 2024
4a26e5c
create tests
AustinAbro321 Sep 18, 2024
d0646d5
add skip flux test
AustinAbro321 Sep 18, 2024
55e761d
skip flux
AustinAbro321 Sep 18, 2024
db0b291
remove spinner
AustinAbro321 Sep 18, 2024
301780c
mock http
AustinAbro321 Sep 18, 2024
80dded7
tests passing
AustinAbro321 Sep 18, 2024
cc060d5
docs and schema
AustinAbro321 Sep 18, 2024
7be99b9
add type meta
AustinAbro321 Sep 19, 2024
d93eeda
fix health checks
AustinAbro321 Sep 19, 2024
0e0b7e6
change health checks
AustinAbro321 Sep 19, 2024
ba910ec
update to newer kubernetes package
AustinAbro321 Sep 19, 2024
f4c1bf7
controller runtime indrect
AustinAbro321 Sep 19, 2024
54ad03c
better error messages
AustinAbro321 Sep 19, 2024
3a047bc
tests passing
AustinAbro321 Sep 20, 2024
e4ed64c
change tests
AustinAbro321 Sep 20, 2024
bd27215
filepath not sprint
AustinAbro321 Sep 20, 2024
ab080f5
Merge branch 'main' into big-bang-generate
AustinAbro321 Sep 20, 2024
54a97d1
make docs and schema
AustinAbro321 Sep 20, 2024
21ffb72
go mod tidy
AustinAbro321 Sep 20, 2024
ef22af4
Merge branch 'main' into big-bang-generate
AustinAbro321 Sep 20, 2024
0f9d1c5
revert ingress.yaml
AustinAbro321 Sep 20, 2024
a5ccbb2
remove ingress from example
AustinAbro321 Sep 20, 2024
feec104
multiple manifests
AustinAbro321 Sep 20, 2024
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
args:
- "--allow-missing-credentials"
- id: detect-private-key
exclude: "src/test/e2e/29_config_file_test.go"
exclude: "src/test/e2e/29_config_file_test.go|examples/bb-generate/values-files/ingress.yaml"
- id: end-of-file-fixer
exclude: site/src/content/docs/commands/.*
- id: fix-byte-order-marker
Expand Down
Loading
Loading