Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-16Expire project caches once per push instead of once per refStan Hu
2019-08-14Add usage pings for source code pushesIgor
2019-08-13Only expire tag cache once per pushStan Hu
2019-08-10Rename branches_exist? -> includes_branches?Stan Hu
2019-08-09Invalidate branches cache on PostReceivePatrick Bajao
2019-06-19Backport of 12014-incremental-es-wiki-updatesMario de la Ossa
2019-05-29Add wiki size to project statisticsPeter Marko
2019-04-29Port changes for design management to CEBob Van Landuyt
2019-04-10Process at most 4 pipelines during pushKamil TrzciƄski
2019-04-09Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe
2019-03-27Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'James Lopez
2019-03-26Allow multiple repositories per projectBob Van Landuyt
2019-03-25Rename GitPushService -> Git::BranchPushServiceNick Thomas
2019-03-25Rename GitTagPushService -> Git::TagPushServiceNick Thomas
2018-12-31Add support for Git push options, specifically ci.skipJonathon Reinhart
2018-10-25Removes idenfitication by commit from Gitlab::IdentifierTiago Botelho
2018-10-25User not defined in PostReceive#process_project_changesTiago Botelho
2018-06-27Enable frozen string literals for app/workers/*.rbgfyoung
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-03-07Update project activity when pushing to a wiki repositoryDouglas Barbosa Alexandre
2017-12-05Add ApplicationWorker and make every worker include itDouwe Maan
2017-06-28Use gl_repository exclusively as identifier on post-receiveAlejandro RodrĂ­guez
2017-06-06Refactor PostReceive worker to limit merge conflictsDouglas Barbosa Alexandre
2017-05-13Added repository_update hookGabriel Mazetto
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro RodrĂ­guez
2017-05-05Allow gl-repository strings as project identifiers in PostReceive workerAlejandro RodrĂ­guez
2017-03-29Helper method for storage path strippingJacob Vosmaer
2017-03-03Update storage settings to allow extra values per shardAlejandro RodrĂ­guez
2016-11-02remove extra spaces from app/workers/post_receive.rbElan RuusamÀe
2016-10-21Re-organize queues to use for SidekiqYorick Peterse
2016-08-05Log base64-decoded PostReceive argumentsJacob Vosmaer
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro RodrĂ­guez
2016-04-19Refactor GitTagPushService and fig tags_push system event hookGabriel Mazetto
2016-04-11Fix high CPU usage when PostReceive receives refs/merge-requests/<id>Kamil Trzcinski
2016-03-17Back-porting PostReceive refactor made for EE đŸșGabriel Mazetto
2016-02-17refactored some stuff based on MR feedbackJames Lopez
2016-02-15refactored GitPushService and updated specJames Lopez
2016-02-11attempt to reduce code complexity on GitPushService#executeJames Lopez
2015-08-10Trigger post-receive hoooks when commits are made by GitLabDmitriy Zaporozhets
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-03-15Prevent gitlab-shell character encoding issues by receiving its changes as ra...Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2014-09-02Update post-receive worker for new formatDmitriy Zaporozhets
2014-08-13Fix projects ending with `_git` or `-git` being ignored by post-receive hookDmitriy Zaporozhets
2014-03-06Added newrev and oldrev to the hook dataJeroen van Baarsen
2014-03-06Post-receive hook can also fire TagPushServiceJeroen van Baarsen
2013-04-29Refactor post-receive workerDmitriy Zaporozhets
2013-04-03fixed blame and mr factoryDmitriy Zaporozhets
2013-02-25Move git post push logic to serviceDmitriy Zaporozhets
2013-02-14Update post-receive worker to use correct identifierDmitriy Zaporozhets