summaryrefslogtreecommitdiff
path: root/spec/services/git_push_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactored some stuff based on MR feedbackJames Lopez2016-02-171-54/+30
* refactored GitPushService and updated specJames Lopez2016-02-151-24/+24
* attempt to reduce code complexity on GitPushService#executeJames Lopez2016-02-111-26/+56
* Smarter flushing of branch statistics cachesYorick Peterse2016-02-091-3/+3
* Cache various Repository Git operationscaching-repository-git-operationsYorick Peterse2016-02-081-0/+30
* Backport JIRA serviceDrew Blessing2015-12-181-0/+69
* Tag service specsDouwe Maan2015-12-091-1/+1
* Add a system note and update relevant merge requests when a branch is deleted...Stan Hu2015-10-151-0/+8
* Shut up, RubocopRobert Speicher2015-10-141-1/+1
* Use `to_reference` where possible.Douwe Maan2015-10-131-2/+2
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1
* Create cross-reference for closing references on commits pushed to non-defaul...Maël Valais2015-08-221-23/+34
* Use stub_application_setting in a few more specsRobert Speicher2015-07-061-6/+2
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-15/+23
|\
| * Fix GitPushService specRobert Speicher2015-06-221-4/+6
| * Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-5/+5
| * Update mock and stub syntax for specsRobert Speicher2015-06-221-10/+16
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-6/+6
* | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-221-3/+3
|/
* Fix post-receive errors on a push when an external issue tracker is configuredStan Hu2015-06-121-0/+9
* Make the first branch pushed to an empty repository the default HEAD.Stan Hu2015-05-051-1/+14
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-5/+5
* Use project.commit convenience method.Douwe Maan2015-04-241-3/+3
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-211-5/+0
* fix mass SQL statements on initial pushHannes Rosenögger2015-03-091-9/+0
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+11
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-47/+49
* Add test for default branch protection configurationMarco Wessel2015-01-311-0/+18
* Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-1/+1
* Factor '0' * 40 blank ref constantsCiro Santilli2014-11-031-1/+1
* Add a simple spec test.Marin Jankovski2014-09-291-0/+2
* Improve git_push service specsDmitriy Zaporozhets2014-09-261-0/+26
* Fix git_push service specsDmitriy Zaporozhets2014-08-011-2/+4
* Fix testsDmitriy Zaporozhets2014-04-021-7/+1
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
* Execute project hooks when issue or merge request createdDmitriy Zaporozhets2013-12-041-26/+7
* Include project_id in webhook payload.Marin Jankovski2013-10-141-0/+1
* Drop support of root namespace in routingHiroyuki Sato2013-09-131-1/+1