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!: filter package components with strategy interface #2321

Merged
merged 51 commits into from
Mar 21, 2024
Merged

Commits on Feb 21, 2024

  1. copy filters over

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f8875ec View commit details
    Browse the repository at this point in the history
  2. more copying

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    57fd951 View commit details
    Browse the repository at this point in the history
  3. more copying

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    33cfd78 View commit details
    Browse the repository at this point in the history
  4. fixes from copy

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3684b69 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8f2e717 View commit details
    Browse the repository at this point in the history
  6. fix eks test

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5d697d2 View commit details
    Browse the repository at this point in the history
  7. docs and schema

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fea6c6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34110ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d75f0f View commit details
    Browse the repository at this point in the history
  10. go mod tidy

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e7b3949 View commit details
    Browse the repository at this point in the history
  11. lint

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b62265f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    897b380 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    2ce99a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    0d2f951 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    9cbff5b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update src/pkg/packager/filters/deploy_test.go

    Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
    Noxsios and lucasrod16 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b1dfca1 View commit details
    Browse the repository at this point in the history
  2. update unit tests to be much better

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    df6b5b2 View commit details
    Browse the repository at this point in the history
  3. dont mark required as deprecated yet, wait for the other PR

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    490e12c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e60976a View commit details
    Browse the repository at this point in the history
  5. fix compile error

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    37bb092 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    5d1ffbe View commit details
    Browse the repository at this point in the history
  2. no more config in interactive

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    50714d3 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2f6b0f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    b6bccc7 View commit details
    Browse the repository at this point in the history
  2. cleanup

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a8fd62a View commit details
    Browse the repository at this point in the history
  3. fix default behavior for interactive

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1dbe066 View commit details
    Browse the repository at this point in the history
  4. why do i do this to myself

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4f1469b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    4fbe721 View commit details
    Browse the repository at this point in the history
  2. delete again

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    14a1a7c View commit details
    Browse the repository at this point in the history
  3. platform --> localOS due to filtering already occuring in compose

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b14d96e View commit details
    Browse the repository at this point in the history
  4. fix create

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2c9284a View commit details
    Browse the repository at this point in the history
  5. changes from review

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8337c90 View commit details
    Browse the repository at this point in the history
  6. move reading zarf.yaml into sources where it belongs so we can do fil…

    …ters
    
    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f8fdd57 View commit details
    Browse the repository at this point in the history
  7. fix unit tests

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    89e5486 View commit details
    Browse the repository at this point in the history
  8. docs and schema

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    41907c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. lint

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e6aaa10 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f615c6c View commit details
    Browse the repository at this point in the history
  3. cleanup

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    be1f270 View commit details
    Browse the repository at this point in the history
  4. changes from review

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0fb6c94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f42f966 View commit details
    Browse the repository at this point in the history
  6. fix test

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2517b19 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. add errors

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d58a945 View commit details
    Browse the repository at this point in the history
  2. update unit tests

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e052172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42dce8a View commit details
    Browse the repository at this point in the history
  4. fix compile error

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7edf9d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. cleanup

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b0613a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45ec9b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix spinners + interactive

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    247d197 View commit details
    Browse the repository at this point in the history
  2. messaging

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5cbf584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a17833 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. switch during deploy, not inside of sources

    Signed-off-by: razzle <harry@razzle.cloud>
    Noxsios committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    eed0129 View commit details
    Browse the repository at this point in the history