summaryrefslogtreecommitdiff
path: root/spec/services/git_push_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename GitPushService -> Git::BranchPushServiceNick Thomas2019-03-251-837/+0
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
* Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-181-3/+5
* Fix wrong commit count in push event payloadStan Hu2018-08-221-9/+31
* Improve system hook spec in spec/services/git_push_service_spec.rbStan Hu2018-08-221-3/+3
* Eliminate unnecessary and duplicate system hook firesStan Hu2018-08-211-3/+7
* Add repository languages for projectsZeger-Jan van de Weg2018-08-011-2/+2
* Create GPG commit signature in bulkFrancisco Javier López2018-07-301-2/+10
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-6/+6
* Backports every CE related change from ee-5484 to CETiago Botelho2018-05-071-0/+66
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-6/+6
* replace `is_default_branch?` with `default_branch?`Maxim Rydkin2017-08-291-2/+2
* Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-3/+31
* Migrate events into a new formatYorick Peterse2017-08-101-2/+5
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Merge branch 'dm-large-push-performance' into 'master'Robert Speicher2017-07-281-4/+2
|\
| * Load and process at most 100 commits when pushing into default branchDouwe Maan2017-07-281-4/+2
* | refactors git push service spec codebackport-refator-git-push-service-specTiago Botelho2017-07-281-100/+99
* | Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-271-0/+18
|\ \
| * | generate gpg signature on pushAlexis Reigel2017-07-271-0/+18
| |/
* | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
|/
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-11/+47
* Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez2017-07-181-2/+2
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-3/+7
* Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-12/+0
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-23/+23
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-0/+13
* Don’t create comment on JIRA if link already existsJarka Kadlecova2017-05-301-0/+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-1/+10
|/
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-2/+2
* Moved call of SystemHooksService from UpdateMergeRequestsWorker to GitPushSer...gpongelli2017-03-071-0/+7
* Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-2/+2
|\
| * Add more storage statisticsMarkus Koller2016-12-211-2/+2
* | Schedule at most 100 commitsprocess-commit-worker-large-batchesYorick Peterse2016-12-231-0/+19
|/
* Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-3/+3
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-49/+55
* Merge branch 'fix-tests-for-different-host' into 'master' Rémy Coutable2016-11-181-1/+1
|\
| * Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
* | Add JIRA remotelinks and prevent duplicated closing messagesFelipe Artur2016-11-181-0/+10
|/
* Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-0/+9
* Flush Housekeeping data from Redis specsYorick Peterse2016-11-071-0/+7
* Finish updates to use JIRA gemFelipe Artur2016-10-261-16/+7
* Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-191-22/+38
* Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-1/+1
* Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-2/+2
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+2
* Fix build.Timothy Andrew2016-09-211-2/+2