summaryrefslogtreecommitdiff
path: root/app/services/git_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
* Reduce remaining diff with EE in app/servicesRémy Coutable2019-02-141-1/+7
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Fix wrong commit count in push event payloadStan Hu2018-08-221-4/+10
* Eliminate unnecessary and duplicate system hook firesStan Hu2018-08-211-1/+0
* Add repository languages for projectsZeger-Jan van de Weg2018-08-011-0/+2
* Code cleaning in PostReceive servicesFrancisco Javier López 🌴 (About to) On vacation; back on August 22th!2018-07-311-33/+46
* Create GPG commit signature in bulkFrancisco Javier López2018-07-301-6/+8
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+8
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+0
* Protected branch is now created for default branch on import3968-protected-branch-is-not-set-for-default-branch-on-importTiago Botelho2018-01-061-18/+1
* replace `is_default_branch?` with `default_branch?`Maxim Rydkin2017-08-291-5/+5
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-2/+13
* Merge branch 'dm-large-push-performance' into 'master'Robert Speicher2017-07-281-10/+21
|\
| * Load and process at most 100 commits when pushing into default branchDouwe Maan2017-07-281-10/+21
* | generate gpg signature on pushAlexis Reigel2017-07-271-0/+8
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-2/+3
* Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski2017-06-131-2/+1
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
* Merge branch 'deltas-only' into 'master' Sean McGivern2017-05-091-1/+1
|\
| * Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-1/+1
* | Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones2017-05-041-2/+4
|/
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-1/+1
* Moved call of SystemHooksService from UpdateMergeRequestsWorker to GitPushSer...gpongelli2017-03-071-0/+2
* Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-1/+1
|\
| * Add more storage statisticsMarkus Koller2016-12-211-1/+1
* | Schedule at most 100 commitsprocess-commit-worker-large-batchesYorick Peterse2016-12-231-11/+13
|/
* Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-1/+1
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-2/+21
* Add service that runs after branch removed hooksGrzegorz Bizon2016-11-111-6/+13
* Do not call environments service in repository modelGrzegorz Bizon2016-11-111-1/+1
* Stop environments for branch after branch removalGrzegorz Bizon2016-11-091-1/+1
* Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-34/+3
* Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-13/+2
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-1/+3
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-1/+1
|\
| * Only create a protected branch upon a push to a new branch if a rule for that...sh-prevent-duplicate-protected-branches-on-pushStan Hu2016-09-171-1/+1
* | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-1/+0
* | Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-0/+7
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-161-4/+4
|\
| * Fix failing tests relating to backporting ee!581.Timothy Andrew2016-08-161-4/+4
* | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-4/+14
* | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-111-1/+1
|\ \ | |/
| * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+1
* | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-2/+2
|/