summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_post_receive.rb
Commit message (Expand)AuthorAgeFilesLines
* Expire project caches once per push instead of once per refStan Hu2019-08-161-0/+11
* Only expire tag cache once per pushsh-only-flush-tags-once-per-pushStan Hu2019-08-131-0/+6
* Rename branches_exist? -> includes_branches?65803-invalidate-branches-cache-on-refreshStan Hu2019-08-091-5/+3
* Invalidate branches cache on PostReceivePatrick Bajao2019-08-091-0/+8
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-2/+3
* Removes idenfitication by commit from Gitlab::Identifier51335-fail-early-when-user-cannot-be-identifiedTiago Botelho2018-10-251-2/+2
* User not defined in PostReceive#process_project_changesTiago Botelho2018-10-251-1/+1
* Code cleaning in PostReceive servicesFrancisco Javier López 🌴 (About to) On vacation; back on August 22th!2018-07-311-6/+6
* Added repository_update hookGabriel Mazetto2017-05-121-0/+10
* Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez2017-05-051-26/+3
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-2/+2
* Log base64-decoded PostReceive argumentsJacob Vosmaer2016-08-051-1/+0
* Back-porting PostReceive refactor made for EE 🍺Gabriel Mazetto2016-03-171-0/+60