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

argocd diff #3

Merged
merged 36 commits into from
Apr 25, 2024
Merged

argocd diff #3

merged 36 commits into from
Apr 25, 2024

Commits on Apr 9, 2024

  1. Testing ArgoCD client;

    Oded-B committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5b3e98e View commit details
    Browse the repository at this point in the history
  2. tidy

    Oded-B committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d1bbf6f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Sync currnet progress

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    96b0fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c092e79 View commit details
    Browse the repository at this point in the history
  3. Comment out some new staugg

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    666c93a View commit details
    Browse the repository at this point in the history
  4. Pin k8s version

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d42fad5 View commit details
    Browse the repository at this point in the history
  5. another try

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0ada842 View commit details
    Browse the repository at this point in the history
  6. upgrade kyaml

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1df937e View commit details
    Browse the repository at this point in the history
  7. upgrade protobuf

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    41eae24 View commit details
    Browse the repository at this point in the history
  8. Testing older Argocd version

    Oded-B committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1d5e111 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d7e7f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Add diff from ArgoCD cli

    Oded-B committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b5ef654 View commit details
    Browse the repository at this point in the history
  2. Got a diff

    Oded-B committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    08dab87 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

  1. Use file based Argocd endpoint config.

    Warn on failure to find apps
    Oded-B committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7b8edba View commit details
    Browse the repository at this point in the history
  2. Lint work

    Oded-B committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9531ed9 View commit details
    Browse the repository at this point in the history
  3. bump go version

    Oded-B committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    804967c View commit details
    Browse the repository at this point in the history
  4. lint work

    Oded-B committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f5e3473 View commit details
    Browse the repository at this point in the history
  5. more lint work

    Oded-B committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a52e105 View commit details
    Browse the repository at this point in the history
  6. bump lint version

    Oded-B committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    002b806 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

    Oded-B committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c8992f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12536e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    c574377 View commit details
    Browse the repository at this point in the history
  2. Removed unused code path

    Improved formating in failure cases
    Oded-B committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f231c2c View commit details
    Browse the repository at this point in the history
  3. Some refacoring and code doc

    Oded-B committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bbc1e9c View commit details
    Browse the repository at this point in the history
  4. moving stuff around

    Oded-B committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    aef665c View commit details
    Browse the repository at this point in the history
  5. Just moving stuff around

    Oded-B committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    94e309f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. testing go-cmp for diff

    Oded-B committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6777665 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    edd33d1 View commit details
    Browse the repository at this point in the history
  2. Adress PR comments:

    Document env var default values
    Remove dead code
    Named return value in multiple function
    Renaming/spliting of some vars
    Switched from  map[relevantComponent]bool) to desribe a set  map[relevantComponent]struct{})
    Oded-B committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e0b9831 View commit details
    Browse the repository at this point in the history
  3. Address more PR comments:

    Add some error handeling
    Document some functions
    Oded-B committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b344d82 View commit details
    Browse the repository at this point in the history
  4. fix lint issue

    Oded-B committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4c0fda7 View commit details
    Browse the repository at this point in the history
  5. Lint fix

    Oded-B committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b6d3e87 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix typo

    Co-authored-by: Yazdan Mohammadi <[email protected]>
    Oded-B and yzdann authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    404293e View commit details
    Browse the repository at this point in the history
  2. Fix typo in file name

    Oded-B committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    22661b4 View commit details
    Browse the repository at this point in the history