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

feat: big bang generate #3002

wants to merge 55 commits into from

Commits on Sep 11, 2024

  1. WIP

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1a81554 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. deprecate big bang

    Signed-off-by: Austin Abro <austinabro321@gmail.com>
    AustinAbro321 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a474130 View commit details
    Browse the repository at this point in the history
  2. deprecate big bang

    Signed-off-by: Austin Abro <austinabro321@gmail.com>
    AustinAbro321 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    55a9a0b View commit details
    Browse the repository at this point in the history
  3. big bang package is creating

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d79554b View commit details
    Browse the repository at this point in the history
  4. CLI flags

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1d6df4c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. unit test passing

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d1141e2 View commit details
    Browse the repository at this point in the history
  2. tests passing

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d2019d5 View commit details
    Browse the repository at this point in the history
  3. test actually working

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4a37ff3 View commit details
    Browse the repository at this point in the history
  4. Tests passing

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8587340 View commit details
    Browse the repository at this point in the history
  5. skip flux working

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    13c8ee5 View commit details
    Browse the repository at this point in the history
  6. adding bb-generate example

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a609142 View commit details
    Browse the repository at this point in the history
  7. change how we get git repo and helm repo so it's direct from bb

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    68f662b View commit details
    Browse the repository at this point in the history
  8. remove unused test

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    00fb308 View commit details
    Browse the repository at this point in the history
  9. add bb manifests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7c3c6be View commit details
    Browse the repository at this point in the history
  10. delete old examples

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1af3cf0 View commit details
    Browse the repository at this point in the history
  11. edit test

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b63d986 View commit details
    Browse the repository at this point in the history
  12. test manifests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4c4d017 View commit details
    Browse the repository at this point in the history
  13. cleanup tests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9fd9bd9 View commit details
    Browse the repository at this point in the history
  14. cleanup tests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cae8b6c View commit details
    Browse the repository at this point in the history
  15. cleanup tests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0b59633 View commit details
    Browse the repository at this point in the history
  16. delete comments

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    810a86f View commit details
    Browse the repository at this point in the history
  17. bb generate example

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3487a9a View commit details
    Browse the repository at this point in the history
  18. sort helm releases

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    aaaf288 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. different file if zarf.yaml already exists

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6ec763a View commit details
    Browse the repository at this point in the history
  2. credentials as a file now

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bbb6b2a View commit details
    Browse the repository at this point in the history
  3. allow secrets with data or string data

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    237557c View commit details
    Browse the repository at this point in the history
  4. remove stutter

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    275313e View commit details
    Browse the repository at this point in the history
  5. wording

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1e7716a View commit details
    Browse the repository at this point in the history
  6. update docs

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7b0ee2e View commit details
    Browse the repository at this point in the history
  7. values files

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b0ba0e5 View commit details
    Browse the repository at this point in the history
  8. update tests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b0f79ba View commit details
    Browse the repository at this point in the history
  9. taking away metrics server health checks and failure debug

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    52e1989 View commit details
    Browse the repository at this point in the history
  10. create tests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4a26e5c View commit details
    Browse the repository at this point in the history
  11. add skip flux test

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d0646d5 View commit details
    Browse the repository at this point in the history
  12. skip flux

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    55e761d View commit details
    Browse the repository at this point in the history
  13. remove spinner

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    db0b291 View commit details
    Browse the repository at this point in the history
  14. mock http

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    301780c View commit details
    Browse the repository at this point in the history
  15. tests passing

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    80dded7 View commit details
    Browse the repository at this point in the history
  16. docs and schema

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cc060d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. add type meta

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7be99b9 View commit details
    Browse the repository at this point in the history
  2. fix health checks

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d93eeda View commit details
    Browse the repository at this point in the history
  3. change health checks

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0e0b7e6 View commit details
    Browse the repository at this point in the history
  4. update to newer kubernetes package

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ba910ec View commit details
    Browse the repository at this point in the history
  5. controller runtime indrect

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f4c1bf7 View commit details
    Browse the repository at this point in the history
  6. better error messages

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    54ad03c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. tests passing

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3a047bc View commit details
    Browse the repository at this point in the history
  2. change tests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e4ed64c View commit details
    Browse the repository at this point in the history
  3. filepath not sprint

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bd27215 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab080f5 View commit details
    Browse the repository at this point in the history
  5. make docs and schema

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    54a97d1 View commit details
    Browse the repository at this point in the history
  6. go mod tidy

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    21ffb72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef22af4 View commit details
    Browse the repository at this point in the history
  8. revert ingress.yaml

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0f9d1c5 View commit details
    Browse the repository at this point in the history
  9. remove ingress from example

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a5ccbb2 View commit details
    Browse the repository at this point in the history
  10. multiple manifests

    Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
    AustinAbro321 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    feec104 View commit details
    Browse the repository at this point in the history