Lunny Xiao
c492858551
fix lfs version check warning log when using ssh protocol ( #5501 )
6 years ago
Lunny Xiao
64b0b53345
fix detect force push failure on deletion of protected branches ( #5522 )
6 years ago
Lunny Xiao
91cff20d9a
remove unused db init on commands serv, update, hooks ( #5225 )
6 years ago
Lunny Xiao
2c7ef2c537
fix showing pull request link when delete a branch ( #5166 )
6 years ago
Julien Tant
573caed137
Give user a link to create PR after push ( #4716 )
* Give user a link to create PR after push
* Forks now create PR in the base repository + make sure PR creation is allowed
* fix code style
6 years ago
Morgan Bazalgette
4711309c40
General refactor of the cmd package ( #3328 )
* General refactor of the cmd package
* Address breakage in runCreateUser
* Place "common" functions into cmd.go
7 years ago
Lunny Xiao
3377ee0de4
improve force push detect when push ( #2798 )
7 years ago
Lunny Xiao
1c80057b53
improve protected branch to add whitelist support ( #2451 )
* improve protected branch to add whitelist support
* fix lint
* fix style check
* fix tests
* fix description on UI and import
* fix test
* bug fixed
* fix tests and languages
* move isSliceInt64Eq to util pkg; improve function names & typo
7 years ago
Lunny Xiao
6e24cd5498
Drop db operations from hook commands ( #1514 )
* move all database operations from hook command to web command and instead of internal routes
* bug fixed
* adjust the import path sequences
* remove unused return value on hookSetup
8 years ago
Lunny Xiao
9b63c7c08a
Comment force push detect to fix bug #1073 ( #1077 )
* umcomment force push detect to fix bug #1073
* fix #1086
* handle global config set and fix #1086
8 years ago
Lunny Xiao
045272eba4
fix push ( #1076 )
8 years ago
Lunny Xiao
6448b1a381
Move push update to post-receive and protected branch check to pre-receive ( #1030 )
* move all push update to git hook post-receive and protected branch check to git hook pre-receive
* add SSH_ORIGINAL_COMMAND check back
* remove all unused codes
* fix the import
8 years ago
Lunny Xiao
a392789294
Take back control of hooks ( #1006 )
* git: delegate all server-side Git hooks (#1623 )
* create hooks directories
* take control hooks back
* fix lint
* bug fixed and minor changes
* fix imports style
* fix migration scripts
8 years ago