summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Make more Gitaly features mandatoryJacob Vosmaer (GitLab)2018-07-042-29/+0
* Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)2018-07-033-89/+6
* Merge branch 'da-exclusive-lease-helpers' into 'master'Robert Speicher2018-06-292-16/+11
|\
| * Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre2018-06-282-16/+11
* | Merge branch 'rails5-fix-48430' into 'master'Rémy Coutable2018-06-292-4/+4
|\ \
| * | Rails5 fix MySQL milliseconds problem in specsJasper Maes2018-06-272-4/+4
* | | Merge branch 'ccr/maintain_labels' into 'master'Sean McGivern2018-06-291-3/+23
|\ \ \ | |_|/ |/| |
| * | Keep label on issue when movingChantal Rollison2018-06-271-3/+23
* | | Mark MR as merged regardless of errors when closing issuesOswaldo Ferreira2018-06-271-0/+13
| |/ |/|
* | Merge branch 'issue_47729' into 'master'Sean McGivern2018-06-262-0/+89
|\ \
| * | BatchOpenIssuesCount only updates public issues countissue_47729Felipe Artur2018-06-251-2/+4
| * | Fix refresh cache for open issues count serviceFelipe Artur2018-06-212-0/+87
* | | Merge branch 'zj-is-anchestor' into 'master'Douwe Maan2018-06-251-278/+27
|\ \ \
| * | | Update remote happens through Gitaly onlyZeger-Jan van de Weg2018-06-251-278/+27
| | |/ | |/|
* | | Resolve "WebHookService doesn't handle user info with nil passwords"Jan Beckmann2018-06-251-0/+30
* | | Delete non-latest merge request diff files upon diffs reloadosw-delete-non-latest-mr-diff-files-upon-mergeOswaldo Ferreira2018-06-244-39/+135
|/ /
* | Merge branch 'unify-container_registry_authentication_service_spec.rb' into '...Grzegorz Bizon2018-06-221-0/+13
|\ \
| * | Bring changes from EEunify-container_registry_authentication_service_spec.rbLin Jen-Shin2018-06-211-0/+13
| |/
* | Use expect_next_instance_of to replace expect_any_instance_ofunify-destroy_service_spec.rbLin Jen-Shin2018-06-211-2/+6
|/
* Add a cop for `FinderMethods`bvl-finder-methods-copBob Van Landuyt2018-06-201-3/+1
* Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-1/+4
* Resolve "Add `/confidential` quick action for issues"Jan2018-06-131-0/+18
* Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan2018-06-125-6/+22
|\
| * Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-125-6/+22
* | Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-113-3/+3
* | Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-115-14/+14
|\ \
| * | Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-071-1/+1
| * | Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-075-13/+13
* | | Resolve "Automatically created MR uses wrong target branch (when branching fr...Athar Hameed2018-06-081-3/+8
* | | Fix NotificationRecipientService spec for EESean McGivern2018-06-081-3/+3
| |/ |/|
* | Merge branch 'improve-housekeeping-spec' into 'master'Nick Thomas2018-06-081-31/+41
|\ \
| * | backport changes from gitlab-org/gitlab-ee!5461improve-housekeeping-specGabriel Mazetto2018-04-261-31/+41
* | | Merge branch 'issue_44230' into 'master'Sean McGivern2018-06-071-29/+159
|\ \ \
| * | | Apply notification settings level of groups to all child objectsFelipe Artur2018-06-071-29/+159
* | | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-3/+6
|\ \ \ \
| * | | | find assets in test for CI and local testAlexis Reigel2018-06-061-1/+2
| * | | | use Gitlab::Favicon for jira serviceAlexis Reigel2018-06-051-3/+5
| * | | | remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-3/+3
* | | | | Fix some N+1s when calculating notification recipientsSean McGivern2018-06-071-0/+36
| |_|_|/ |/| | |
* | | | Support LFS objects when creating a project by importFrancisco Javier López2018-06-065-1/+421
* | | | fix lock specMark Chao2018-06-061-2/+2
* | | | Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-052-5/+13
* | | | Merge branch 'ce-6021-extract-ee-services' into 'master'Rémy Coutable2018-06-051-2/+8
|\ \ \ \
| * | | | Backport changes in app/services/test_hooks/project_service.rbMario de la Ossa2018-06-021-2/+8
* | | | | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-012-8/+8
| | |/ / | |/| |
* | | | Merge branch '46452-nomethoderror-undefined-method-previous_changes-for-nil-n...Kamil Trzciński2018-06-051-0/+4
|\ \ \ \
| * | | | Add check for nil auto_devops in Projects::UpdateServiceMatija Čupić2018-05-281-0/+4
* | | | | Merge branch 'optimise-pages-service-calling' into 'master'Grzegorz Bizon2018-06-051-53/+0
|\ \ \ \ \
| * | | | | Remove PagesService and instead make it explicit that we call PagesWorkeroptimise-pages-service-callingKamil Trzciński2018-06-051-53/+0
| | |_|/ / | |/| | |