summaryrefslogtreecommitdiff
path: root/spec/services/git_push_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spec failures.Timothy Andrew2016-09-201-1/+1
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-0/+15
|\
| * 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-0/+15
* | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-0/+37
|/
* Backport EE assertions in protected branch related specs.Timothy Andrew2016-08-161-6/+6
* Improve EE compatibility with protected branch access levels.Timothy Andrew2016-08-161-3/+3
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-3/+3
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-6/+6
* Fix `git_push_service_spec`Timothy Andrew2016-07-291-1/+2
* Fix default branch protection.Timothy Andrew2016-07-291-5/+12
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-2/+12
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-12/+2
* Implement last round of review comments from !4892.18193-developers-can-mergeTimothy Andrew2016-07-131-1/+2
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-2/+11
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-6/+0
* Merge branch 'fix-external-issue-rendering' into 'master' Robert Speicher2016-06-301-0/+2
|\
| * Fix broken spec in git_push_service_spec by stubbing an external issue trackerfix-external-issue-renderingStan Hu2016-06-301-0/+2
* | Expire branch/tag git data when needed.18709-branch-tag-collection-cachingPaco Guzman2016-06-301-0/+36
|/
* Reduce queries in IssueReferenceFilterbanzai-issue-filter-queriesYorick Peterse2016-06-161-1/+2
* Remove main_language and testsremove-main-languageJosh Frye2016-05-251-43/+0
* Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-0/+30
* Only update main language if it is not already setupdate_main_lang_if_unsetDrew Blessing2016-04-061-5/+21
* Update language only on HEAD of the repositoryreorder-languageKamil Trzcinski2016-04-051-4/+14