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: Applications in any namespace #9755

Merged
merged 37 commits into from
Aug 10, 2022

Commits on Aug 1, 2022

  1. feat: Applications in any namespace

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6aac75e View commit details
    Browse the repository at this point in the history
  2. Fix typo in CI

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3f20a8b View commit details
    Browse the repository at this point in the history
  3. Create argocd-e2e-external namespace

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e71d320 View commit details
    Browse the repository at this point in the history
  4. Update from codegen

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6a2193b View commit details
    Browse the repository at this point in the history
  5. Remove debug code

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    46f8bd0 View commit details
    Browse the repository at this point in the history
  6. Update help text for -N option to app create

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    60a1225 View commit details
    Browse the repository at this point in the history
  7. Wrap error when retrieving AppProject from cache

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    04cbff0 View commit details
    Browse the repository at this point in the history
  8. Check for controller namespace first before matching on additional ns

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    84b196c View commit details
    Browse the repository at this point in the history
  9. Improve TestAppProjectIsSourceNamespacePermitted unit test

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5f17811 View commit details
    Browse the repository at this point in the history
  10. Get rid of some debug leftovers

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7509db8 View commit details
    Browse the repository at this point in the history
  11. Better error wrapping; return IsNotFound as-is

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    dcf0749 View commit details
    Browse the repository at this point in the history
  12. Updates from codegen

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7d91ece View commit details
    Browse the repository at this point in the history
  13. We don't need AppShortName() anymore

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    49485f3 View commit details
    Browse the repository at this point in the history
  14. Update end-to-end tests to use annotation methods

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    afa5787 View commit details
    Browse the repository at this point in the history
  15. Add e2e tests to test for app creation in not permitted ns

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0bdea96 View commit details
    Browse the repository at this point in the history
  16. Remove deprecated code

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    bb7c0f0 View commit details
    Browse the repository at this point in the history
  17. Remove dead code

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e2242ea View commit details
    Browse the repository at this point in the history
  18. Add RBACName() method to application type

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b57f289 View commit details
    Browse the repository at this point in the history
  19. Update from codegen

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b096cb3 View commit details
    Browse the repository at this point in the history
  20. Fix e2e test

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    50f48b9 View commit details
    Browse the repository at this point in the history
  21. Update codegen

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    81f6da1 View commit details
    Browse the repository at this point in the history
  22. Move RBAC name generation to an application receiver

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0d9eea7 View commit details
    Browse the repository at this point in the history
  23. Fix sync window status in UI

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    45b482a View commit details
    Browse the repository at this point in the history
  24. Fix pod logs viewer

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    52b5027 View commit details
    Browse the repository at this point in the history
  25. Fix application events in UI

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1dd0120 View commit details
    Browse the repository at this point in the history
  26. Fix application search in UI

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b5a4941 View commit details
    Browse the repository at this point in the history
  27. Fix yarn lint

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    716b458 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    2161698 View commit details
    Browse the repository at this point in the history
  2. Only set up cluster-wide application informer when additional namespa…

    …ces are specified
    
    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b873029 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    de825d1 View commit details
    Browse the repository at this point in the history
  2. Adapt e2e test to a changed error message

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5d99371 View commit details
    Browse the repository at this point in the history
  3. Application namespace should be taken into account for create

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    194da5d View commit details
    Browse the repository at this point in the history
  4. Use non-qualified application name as Helm release name

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    dcde56c View commit details
    Browse the repository at this point in the history
  5. Support --app-namespace in e2e tests

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    360d267 View commit details
    Browse the repository at this point in the history
  6. Enable more e2e tests

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    77d3658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f0f27e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Increase e2e timeout for newly added tests

    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c10a381 View commit details
    Browse the repository at this point in the history