Our GitOps offering did not support enterprise git due to some logic around the repository URLs.
Testing
Created a new repository in enterprise git
Registered repository with ArgoCD
Deployed multiple applications from the enterprise repo via ArgoCD
Verified actions are generated
Successfully executed actions in both direct and request modes.
Applications
Direct commit mode
Request commit mode PR
Checklist
These are the items that must be done by the developer and by reviewers before the change is ready to merge. Please strikeout any items that are not applicable, but don't delete them
[ ] Developer Checks
[x] Full build with unit tests and fmt and vet checks
[ ] Unit tests added / updated
[ ] No unlicensed images, no third-party code (such as from StackOverflow)
[ ] Integration tests added / updated
[x] Manual testing done (and described)
[ ] Product sweep run and passed
[ ] Developer wiki updated (and linked to this description)
[ ] Reviewer Checks
[ ] Merge request description clear and understandable
[ ] Developer checklist items complete
[ ] Functional code review (how is the code written)
[ ] Architectural review (does the code try to do the right thing, in the right way)
Intent
Enable GitOps support for Enterprise GitHub.
Background
Our GitOps offering did not support enterprise git due to some logic around the repository URLs.
Testing
direct
andrequest
modes.Applications
Direct commit mode
Request commit mode PR
Checklist
These are the items that must be done by the developer and by reviewers before the change is ready to merge. Please
strikeoutany items that are not applicable, but don't delete themAudience