Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crossplane-contrib/provider-argocd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: crossplane-contrib/provider-argocd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 18 commits
  • 71 files changed
  • 10 contributors

Commits on Sep 23, 2024

  1. feat(projects): add sourceNamespaces field to ProjectParameters (#199)

    Signed-off-by: Ismail KABOUBI <[email protected]>
    smileisak authored Sep 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1568f5c View commit details

Commits on Oct 1, 2024

  1. fix: Add error handling for Permission Denied response

    Signed-off-by: David Hondl <[email protected]>
    KasnocknDave authored and MisterMX committed Oct 1, 2024
    Copy the full SHA
    0acaa90 View commit details
  2. Merge pull request #200 from KasnocknDave/fix/repository-not-found-st…

    …atus
    
    fix: Repository resource handles PermissionDenied status
    MisterMX authored Oct 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a224394 View commit details

Commits on Dec 2, 2024

  1. Set reconciliation timeout 5 min for application controller

    Signed-off-by: vbuko <[email protected]>
    vbuko committed Dec 2, 2024
    Copy the full SHA
    2851c85 View commit details

Commits on Dec 3, 2024

  1. Merge pull request #219 from kyriba/set-reconciliation-timeout

    MisterMX authored Dec 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    039b2cf View commit details

Commits on Dec 12, 2024

  1. chore: Add OWNERS.md (#225)

    Signed-off-by: Maximilian Blatt <[email protected]>
    MisterMX authored Dec 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    58924c2 View commit details

Commits on Dec 13, 2024

  1. chore: Update OWNERS.md with correct christophrj

    Signed-off-by: Jared Watts <[email protected]>
    jbw976 committed Dec 13, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    jbw976 Jared Watts
    Copy the full SHA
    df5a1d2 View commit details
  2. Merge pull request #228 from jbw976/main

    chore: Update OWNERS.md with correct christophrj
    christophrj authored Dec 13, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fdf0a23 View commit details

Commits on Jan 16, 2025

  1. Add token generation

    Signed-off-by: Clément Blaise <[email protected]>
    clementblaise committed Jan 16, 2025
    Copy the full SHA
    81bfa1f View commit details

Commits on Feb 25, 2025

  1. chore(ci): Upgrade CI and build submodule

    Signed-off-by: Maximilian Blatt <[email protected]>
    MisterMX committed Feb 25, 2025
    Copy the full SHA
    6e4b44d View commit details
  2. Merge pull request #246 from MisterMX/chore/update-ci

    MisterMX authored Feb 25, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c7ef766 View commit details
  3. Merge pull request #188 from clementblaise/main

    MisterMX authored Feb 25, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e482cb6 View commit details

Commits on Feb 27, 2025

  1. Add support for kustomize patches

    Signed-off-by: Steven Borrelli <[email protected]>
    
    update libraries for trivy scan issues
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    address linter issues
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    lint scan issues
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    linter fixes
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    update linter
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    trigger linter
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    test linter
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    update github action and go version
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    go mod tidy
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    fix linting issue
    
    Signed-off-by: Steven Borrelli <[email protected]>
    
    add crddiff
    
    Signed-off-by: Steven Borrelli <[email protected]>
    stevendborrelli committed Feb 27, 2025
    Copy the full SHA
    c8a8021 View commit details

Commits on Feb 28, 2025

  1. Merge pull request #210 from stevendborrelli/kustomize

    MisterMX authored Feb 28, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    998dfd3 View commit details
  2. feat: Upgrade crossplane-runtime to v1.18.0

    Signed-off-by: Maximilian Blatt <[email protected]>
    MisterMX committed Feb 28, 2025
    Copy the full SHA
    c9d81ec View commit details

Commits on Mar 4, 2025

  1. fix: Make provider-argocd Application controller report accurate Read…

    …y state.
    
    Signed-off-by: Jason Witkowski <[email protected]>
    jwitko committed Mar 4, 2025
    Copy the full SHA
    3d94693 View commit details
  2. Merge pull request #240 from jwitko/fix/application-ready-status-repo…

    …rting
    
    fix: Make provider-argocd Application controller report accurate Ready state
    MisterMX authored Mar 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9bbf6ac View commit details

Commits on Mar 18, 2025

  1. Merge pull request #247 from MisterMX/feat/upgrade-crossplane-runtime…

    …-1.18
    
    feat: Upgrade crossplane-runtime to v1.18.0
    MisterMX authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ec933e3 View commit details
Loading