summaryrefslogtreecommitdiff
path: root/lib/gitlab_post_receive.rb
Commit message (Expand)AuthorAgeFilesLines
* Prints a message if project was redirected35385-allow-git-pull-push-on-project-redirectsMayra Cabrera2017-12-071-1/+1
* Support new /internal/post-receive API endpointAlejandro Rodríguez2017-08-301-20/+39
* Revert "Merge branch '86-follow-up-from-use-gl_repository-if-present-when-enq...revert-gl-repositoryAlejandro Rodríguez2017-07-031-3/+6
* Remove old `project` parameter, use `gl_repository` instead86-follow-up-from-use-gl_repository-if-present-when-enqueing-sidekiq-postreceive-jobsAlejandro Rodríguez2017-06-201-6/+3
* Use gl_repository if present when enqueing Sidekiq PostReceive jobs83-follow-up-from-handle-gl_repository-env-variable-and-use-it-in-api-callsAlejandro Rodríguez2017-05-301-2/+2
* Setup use of gl-repository to enqueue PostReceive sidekiq jobsAlejandro Rodríguez2017-05-111-1/+4
* Handle GL_REPOSITORY env variable and use it in api callsAlejandro Rodríguez2017-05-111-4/+5
* Add gitaly notification on post-receive hookAlejandro Rodríguez2017-02-071-0/+2
* Make merge request text after push clearerLisanne Fellinger2016-12-081-1/+1
* Add instrumentation to push hooksmore-instrumentation-down-the-pipelineAhmad Sherif2016-11-161-2/+7
* Use full repository path for API calls instead of extracting namedz-support-nested-namespacesDmitriy Zaporozhets2016-10-271-2/+1
* print new merge request urls after push receivedScott Le2016-08-121-1/+29
* Track ongoing pushes and reject mv-storage commands if there are push running...mv-storageAlejandro Rodríguez2016-07-271-1/+2
* use STDERR to output error messagesValery Sizov2016-07-051-3/+3
* Update PostReceive worker to provide enqueued_at timeenqueued_at_for_jobsPaco Guzman2016-06-231-1/+6
* Add redis-rb as a vendored libraryStan Hu2016-05-121-1/+0
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-121-4/+6
* Update post receive worker so it logs a unique JID in sidekiqaiionx/gitlab-shell-aiionx-post_receive_jidaiionx2016-04-191-2/+4
* Move setting/unsetting of GL_ID from lib to executables.Douwe Maan2015-04-061-4/+0
* Prevent character encoding issues by sending received changes as raw data.Douwe Maan2015-03-151-1/+5
* Fix post-receive broadcast messageDmitriy Zaporozhets2015-03-041-1/+1
* Enable rubocop ruleDmitriy Zaporozhets2015-03-021-1/+1
* Add tests.Douwe Maan2015-02-231-2/+2
* Return true from GitlabPostReceive to ensure custom hooks run.Douwe Maan2015-02-231-1/+3
* Improve broadcast message logicv2.5.1Dmitriy Zaporozhets2015-02-181-1/+3
* Make fixes to pass rubocopDmitriy Zaporozhets2015-02-161-7/+7
* Show nice error message when internal API is unreachable.Douwe Maan2015-02-111-3/+7
* Print broadcast message if one is available.Douwe Maan2015-02-091-0/+41
* Support for custom hooksDrew Blessing2014-11-051-2/+5
* Fix bug when changes to post-receive worker was not dumped properlyv2.0.1Dmitriy Zaporozhets2014-09-251-1/+1
* GitlabAccess and GitlabPostReceive classes addedDmitriy Zaporozhets2014-09-011-0/+31