summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-2/+2
* Enable Style/DotPositionDouwe Maan2017-02-2310-72/+72
* Merge branch 'fix-test-for-build-attributes' into 'master' Kamil Trzciński2017-02-231-2/+2
|\
| * Fix build attributes test, see:Lin Jen-Shin2017-02-211-2/+2
* | updated ci skip regex to accept underscores and hyphensupdate-ci-skip-regex-to-accept-underscores-and-hyphensLuke "Jared" Bennett2017-02-221-42/+29
* | Merge branch 'issue_28051_2' into 'master'Sean McGivern2017-02-221-7/+6
|\ \
| * | Create compare object with default branch when target branch is missingissue_28051_2Felipe Artur2017-02-211-7/+6
| |/
* | Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern2017-02-222-38/+43
|\ \
| * | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-212-38/+43
| |/
* | Add user deletion permission check in `Users::DestroyService`sh-delete-user-permission-checkStan Hu2017-02-201-5/+26
|/
* Prevent project team from being truncated too early during project destructionsh-fix-project-team-truncation-in-destroyStan Hu2017-02-191-0/+19
* Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-181-12/+24
|\
| * Todo done clicking is kind of unusable.Jacopo2017-02-171-12/+24
* | Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-1713-25/+480
|\ \
| * \ Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński2017-02-171-0/+41
| |\ \ | | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-1517-48/+662
| | |\
| | * | Only tick queue if anything is updatedLin Jen-Shin2017-02-071-4/+27
| | * | Just pass :services, feedback:Lin Jen-Shin2017-02-071-1/+1
| | * | Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-0714-86/+198
| | |\ \
| | * \ \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-0416-309/+566
| | |\ \ \
| | * | | | Prefer service object over after_save hookLin Jen-Shin2017-01-211-0/+18
| * | | | | Merge branch 'sh-namespace-cleanup-deleted-projects' into 'master' Douwe Maan2017-02-161-3/+16
| |\ \ \ \ \
| | * | | | | Fix a number of race conditions that can occur during namespace deletionsh-namespace-cleanup-deleted-projectsStan Hu2017-02-151-3/+16
| * | | | | | Merge branch '28124-mrs-don-t-show-all-merge-errors' into 'master' Rémy Coutable2017-02-161-9/+20
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Show merge errors in merge request widgetSean McGivern2017-02-161-9/+20
| * | | | | | Merge branch 'move_tags_service_to_namespace' into 'master'Rémy Coutable2017-02-152-2/+2
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Move tag services to `Tags` namespacedixpac2017-02-142-2/+2
| | |/ / / /
| * | | | | Execute web hooks for WikiPage delete operationMark Fletcher2017-02-141-0/+21
| * | | | | Add tests for WikiPages servicesMark Fletcher2017-02-142-0/+73
| |/ / / /
| * | | | Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan2017-02-131-0/+59
| |\ \ \ \
| | * | | | Update NotificationService to respect User#notified_of_own_activityRichard Macklin2017-02-011-0/+59
| * | | | | Merge branch '27886_rebasing_fix' into 'master'Sean McGivern2017-02-131-9/+32
| |\ \ \ \ \
| | * | | | | Mark as WIP based on MR commits onlyJarka Kadlecova2017-02-131-9/+32
| * | | | | | Merge branch '24976-start-of-line-mention' into 'master' Sean McGivern2017-02-131-1/+205
| |\ \ \ \ \ \
| | * | | | | | Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-081-1/+205
| * | | | | | | fix issue creation from milestone doesn't assign the milestonewendy04022017-02-122-1/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-16/+20
* | | | | | | Add test for cloning attributes when retrying a buildGrzegorz Bizon2017-02-151-0/+32
* | | | | | | Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-153-4/+4
* | | | | | | Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+13
* | | | | | | Make it possible to resolve all todos for pipelineGrzegorz Bizon2017-02-151-1/+24
* | | | | | | Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-142-16/+87
* | | | | | | Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-12/+31
* | | | | | | Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-142-14/+14
* | | | | | | Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-1/+50
* | | | | | | Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+48
* | | | | | | Fix envs and deploys specs related to build retryGrzegorz Bizon2017-02-131-1/+5
* | | | | | | Fix pipeline processing specs after adding ability checksGrzegorz Bizon2017-02-131-3/+11
* | | | | | | Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-131-1/+1
* | | | | | | Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+56
|/ / / / / /