-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix race condition in AppProjectRepository reconciliation and remove RepositoryCredential field #594
Fix race condition in AppProjectRepository reconciliation and remove RepositoryCredential field #594
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jgwest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #594 +/- ##
==========================================
+ Coverage 56.06% 56.14% +0.07%
==========================================
Files 100 100
Lines 17612 17676 +64
==========================================
+ Hits 9875 9925 +50
- Misses 6515 6523 +8
- Partials 1222 1228 +6
☔ View full report in Codecov by Sentry. |
ce60471
to
847bb8f
Compare
|
Known CI flake |
db1b583
to
dae9175
Compare
@jgwest LGTM, just a minor typos |
Thanks @Rizwana777! |
Description:
AppProjectRepository
rows should exist in the database is now entirely within thereconcileAppProjectRepositories
function of the shared resource loopLink to JIRA Story (if applicable): https://issues.redhat.com/browse/GITOPSRVCE-705