summaryrefslogtreecommitdiff
path: root/spec/services/git_push_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+4
* Cache project avatars stored in GitYorick Peterse2016-03-171-3/+6
* Use an exception to pass messagesJacob Vosmaer2016-03-151-6/+18
* Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-0/+27
* web hooks to webhooksashleys2016-03-101-2/+2
* Handle permissions for ExternalIssue instancesfix-git-push-service-specsYorick Peterse2016-03-091-2/+2
* Fixed part of the GitPushService specsYorick Peterse2016-03-091-5/+6
* adds test for git push service for updating the language of the projecttiagonbotelho2016-03-071-0/+17
* refactored specJames Lopez2016-02-171-9/+12