This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
SHA fetching can be very slow if conflict checking is happening #82
Comments
ymilki
added a commit
that referenced
this issue
Aug 18, 2014
BUG FIXES * Don't run merge detection on merged requests (rschlaikjer, #84, #91) * Fetch non-ff branches (rschlaikjer, #85, #90) IMPROVEMENTS * Manually rerun merge detection (rschlaikjer, #86, #92) PERFORMANCE TWEAKS * Separate git sha retrieval from git merge conflict detection. (rschlaikjer, #82, #83)
ymilki
added a commit
that referenced
this issue
Aug 18, 2014
BUG FIXES * Don't run merge detection on merged requests (rschlaikjer, #84, #91) * Fetch non-ff branches (rschlaikjer, #85, #90) IMPROVEMENTS * Manually rerun merge detection (rschlaikjer, #86, #92) PERFORMANCE TWEAKS * Separate git sha retrieval from git merge conflict detection. (rschlaikjer, #82, #83)
Merged
ymilki
added a commit
that referenced
this issue
Aug 18, 2014
BUG FIXES * Don't run merge detection on merged requests (rschlaikjer, #84, #91) * Fetch non-ff branches (rschlaikjer, #85, #90) IMPROVEMENTS * Manually rerun merge detection (rschlaikjer, #86, #92) PERFORMANCE TWEAKS * Separate git sha retrieval from git merge conflict detection. (rschlaikjer, #82, #83)
ymilki
added a commit
that referenced
this issue
Aug 18, 2014
Release 0.3.3 BUG FIXES * Don't run merge detection on merged requests (rschlaikjer, #84, #91) * Fetch non-ff branches (rschlaikjer, #85, #90) IMPROVEMENTS * Manually rerun merge detection (rschlaikjer, #86, #92) PERFORMANCE TWEAKS * Separate git sha retrieval from git merge conflict detection. (rschlaikjer, #82, #83)
Fixed in release 0.3.3 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SHAs were getting set very slowly since they could be stuck behind conflict checking jobs in the GitQueue. This is caused problems where two verify jobs end up both running after an edit, which would raise a GitError, as well as the issue of external resources reliant on pickme SHA not being usable.
The text was updated successfully, but these errors were encountered: