-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Remove local clones & make hooks run on merge/edit/upload #6672
Remove local clones & make hooks run on merge/edit/upload #6672
Conversation
Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
9bac975
to
6e26309
Compare
Signed-off-by: Andrew Thornton <art27@cantab.net>
This is a redo of the closed #6505 I've not moved over the improvement to tree as that will conflict with @filipnavara's git patches and I haven't reduced temporary repo to a shim as previously. |
Codecov Report
@@ Coverage Diff @@
## master #6672 +/- ##
==========================================
+ Coverage 41.38% 41.43% +0.04%
==========================================
Files 436 440 +4
Lines 59618 59738 +120
==========================================
+ Hits 24674 24752 +78
- Misses 31704 31750 +46
+ Partials 3240 3236 -4
Continue to review full report at Codecov.
|
please resolve conflicts but otherwise lgtm |
* Use AppURL for Oauth user link Fix go-gitea#6843 * Update oauth.go * Update oauth.go
* ssh: ignore env command totally * Remove commented code Needed fix described in issue go-gitea#6889
…a#6906) The branch protection description text were not quite accurate.
* ENABLE_MACARON_REDIRECT should be REDIRECT_MACARON_LOG * Allow DISABLE_ROUTER_LOG to be set in the [log] section
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
This PR removes the local clones from the Wiki and the Repository.
It also fixes #6544 by ensuring that the hooks are run on pushing.