summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ | |/| |
* | | | Merge branch '36862-subgroup-milestones' into 'master'Sean McGivern2018-06-051-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Include all ancestors milestones in json list & autocomplete36862-subgroup-milestonesJarka Kadlecová2018-06-041-0/+15
| | |/ | |/|
* | | Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-012-2/+14
* | | Fix specs api/runners_spec.rb, api/v3/runners_spec.rb update_build_queue_serv...Dylan Griffith2018-05-311-0/+3
* | | Fix `register_job_service_spec` failuresKamil Trzciński2018-05-311-1/+1
* | | Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil Trzciński2018-05-311-6/+2
* | | Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-312-6/+2
* | | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-312-20/+20
|/ /
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-302-13/+246
|\ \
| * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-292-13/+246
| |/
* | Merge branch '46758-fallout-of-cacheable-attribute' into 'master'Douwe Maan2018-05-291-1/+87
|\ \
| * | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable2018-05-291-1/+87
| |/
* | Merge branch '38759-fetch-available-parameters-directly-from-gke-when-creatin...Kamil Trzciński2018-05-291-32/+0
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into 38759-fetch-available-param...Dennis Tang2018-05-2511-127/+174
| |\
| * \ Merge remote-tracking branch 'origin/master' into 38759-fetch-available-param...Dennis Tang2018-05-1115-86/+691
| |\ \
| * \ \ Merge branch 'master' into 38759-fetch-available-parameters-directly-from-gke...Matija Čupić2018-05-0219-117/+257
| |\ \ \
| * | | | Remove ListGcpProjectsServiceMatija Čupić2018-05-021-32/+0
| * | | | Rename CheckGcpProjectBillingService to ListGcpProjectsServiceMatija Čupić2018-04-201-1/+1
* | | | | Merge branch '45190-create-notes-diff-files' into 'master'Douwe Maan2018-05-281-0/+82
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Persist truncated note diffs on a new table45190-create-notes-diff-filesOswaldo Ferreira2018-05-241-0/+82
* | | | | Merge branch 'dz-refactor-cluster-apps-schedule' into 'master'Douwe Maan2018-05-241-18/+15
|\ \ \ \ \
| * | | | | Refactor code around scheduling cluster installationsdz-refactor-cluster-apps-scheduleDmitriy Zaporozhets2018-05-241-18/+15
* | | | | | Merge branch 'issue_38418' into 'master'Rémy Coutable2018-05-241-9/+42
|\ \ \ \ \ \
| * | | | | | Fix sidebar issue countissue_38418Felipe Artur2018-05-241-9/+42
* | | | | | | Merge branch 'mr-conflict-notification' into 'master'Douwe Maan2018-05-244-35/+44
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Create TODO when MR became unmergeablelulalala2018-05-172-34/+17
| * | | | | | Notify with email when merge request became unmergeablelulalala2018-05-171-0/+26
| * | | | | | Add cannot_be_merged_recheck merge_statuslulalala2018-05-171-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ...Grzegorz Bizon2018-05-211-1/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix Rubocop offense in create pipeline services :cop:fix/gb/exclude-persisted-variables-from-environment-nameGrzegorz Bizon2018-05-211-1/+2
| * | | | | Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-1/+20
* | | | | | Add handling for commit/tags with big messagesAhmad Sherif2018-05-181-1/+5
|/ / / / /
* | | | | Introduce a new Keys::DestroyService serviceRémy Coutable2018-05-161-0/+13
| |/ / / |/| | |
* | | | Merge branch 'ce-5968-extract-ee-specific-files-lines-for-clusters-related-fi...Kamil Trzciński2018-05-151-63/+5
|\ \ \ \
| * | | | Extract shared components from Clusters::CreateService specMatija Čupić2018-05-131-63/+5
| |/ / /
* | | | Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-0/+29
|/ / /
* | | Merge branch '5480-epic-notifications-ce' into 'master'Douwe Maan2018-05-071-30/+1
|\ \ \
| * | | Backport 5480-epic-notifications from EEMario de la Ossa2018-05-071-30/+1
* | | | Merge branch 'ccr/weight_1481' into 'master'Douwe Maan2018-05-071-28/+0
|\ \ \ \