summaryrefslogtreecommitdiff
path: root/lib/gitlab/git_post_receive.rb
Commit message (Collapse)AuthorAgeFilesLines
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-2/+2
| | | | add complete changelog for !8949
* Log base64-decoded PostReceive argumentsJacob Vosmaer2016-08-051-1/+0
| | | | | | | | The change to base64-encoding the third argument to PostReceive in gitlab-shell made our Sidekiq ArgumentsLogger a little less useful. This change adds a log statement for the decoded data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20381
* Back-porting PostReceive refactor made for EE 🍺Gabriel Mazetto2016-03-171-0/+60