summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-263-28/+5
|\
| * Populate pipeline with objects before creating itGrzegorz Bizon2018-03-212-8/+5
| * Remove legacy service for creating pipeline stagesGrzegorz Bizon2018-03-211-10/+0
| * Decouple pipeline stage seeds from building environmentsGrzegorz Bizon2018-03-211-11/+1
* | Merge branch 'YarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-t...Grzegorz Bizon2018-03-262-3/+15
|\ \
| * | Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-262-3/+15
* | | Merge branch 'pages_force_https' into 'master'Nick Thomas2018-03-232-2/+14
|\ \ \ | |/ / |/| |
| * | Add HTTPS-only pagesRob Watson2018-03-222-2/+14
* | | Merge branch 'ci-pipeline-commit-lookup' into 'master'Kamil Trzciński2018-03-221-1/+1
|\ \ \ | |/ / |/| |
| * | Use porcelain commit lookup method on CI::CreatePipelineServiceci-pipeline-commit-lookupAlejandro Rodríguez2018-03-221-1/+1
* | | Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez2018-03-221-2/+2
|\ \ \
| * | | Backports changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_reque...ee-5063-to-ce-backportTiago Botelho2018-03-211-2/+2
| |/ /
* | | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-213-12/+11
|/ /
* | Merge branch 'sh-fix-failure-project-destroy' into 'master'Robert Speicher2018-03-191-1/+5
|\ \ | |/ |/|
| * Fix "Can't modify frozen hash" error when project is destroyedsh-fix-failure-project-destroyStan Hu2018-03-161-1/+5
* | Merge branch 'master' into 'update-kubeclient'Grzegorz Bizon2018-03-177-53/+106
|\ \ | |/
| * Merge branch '41902-add-api-option-to-overwrite-project-description-on-projec...Grzegorz Bizon2018-03-161-1/+1
| |\
| | * Adds the option to override project description on export via APITiago Botelho2018-03-161-1/+1
| * | Merge branch 'jej/commit-api-tracks-lfs' into 'master'Dmitriy Zaporozhets2018-03-164-49/+93
| |\ \ | | |/ | |/|
| | * Use correct encoding with Lfs::FileTransfromerJames Edwards-Jones2018-03-152-5/+16
| | * Lfs::FileTranformer caches .gitattributes parserJames Edwards-Jones2018-03-151-1/+5
| | * Avoid failed integrity check by linking LfsObjectProjects soonerJames Edwards-Jones2018-03-153-35/+19
| | * Multi-file upload and Commit API obey LFS filtersJames Edwards-Jones2018-03-153-10/+55
| | * Rename Lfs::FileModificationHandler to Lfs::FileTransformerJames Edwards-Jones2018-03-152-2/+2
| * | Merge branch '44191-reduce-redis-usage-from-merge-request-diffs-caching' into...Stan Hu2018-03-151-1/+10
| |\ \ | | |/ | |/|
| | * Only cache highlight results for latest MR diffsSean McGivern2018-03-151-1/+10
| * | Merge branch 'dm-mirror-hard-failed-invites' into 'master'Robert Speicher2018-03-141-2/+2
| |\ \ | | |/ | |/|
| | * Prevent sending an access request to a project from failing when the project ...dm-mirror-hard-failed-invitesDouwe Maan2018-03-111-2/+2
* | | Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-153-3/+3
|/ /
* | Merge branch 'osw-stop-recalculating-merge-base-on-mr-loading' into 'master'Sean McGivern2018-03-121-2/+7
|\ \
| * | Avoid re-fetching merge-base SHA from Gitaly unnecessarilyOswaldo Ferreira2018-03-071-2/+7
* | | Merge branch 'cache-refactor' into 'master'Sean McGivern2018-03-091-9/+1
|\ \ \ | |_|/ |/| |
| * | Cache `#can_be_resolved_in_ui?` git operationscache-refactorAlejandro Rodríguez2018-03-081-9/+1
* | | Fix Error 500 when updating a projectsh-fix-update-serviceStan Hu2018-03-081-1/+1
| |/ |/|
* | Merge branch 'unassign-when-leaving' into 'master'Robert Speicher2018-03-081-38/+2
|\ \
| * | Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leavingDouwe Maan2018-03-071-38/+2
* | | Merge branch 'backport-ee-3892-to-ce' into 'master'Douwe Maan2018-03-071-0/+2
|\ \ \
| * | | Backport relevant changes from EE https://gitlab.com/gitlab-org/gitlab-ee/mer...backport-ee-3892-to-ceTiago Botelho2018-03-071-0/+2
* | | | Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan2018-03-073-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Use Project#source_of_merge_requests-relationBob Van Landuyt2018-03-071-1/+1
| * | | Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-072-0/+9
* | | | Merge branch 'dz-use-less-deprecated-methods-2' into 'master'Douwe Maan2018-03-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets2018-03-071-1/+1
| | |/ | |/|
* | | Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-074-6/+10
|\ \ \ | |/ / |/| |
| * | Add discussion APIjprovazn-apiJan Provaznik2018-03-074-6/+10
* | | Merge branch 'issue_38337' into 'master'Sean McGivern2018-03-063-3/+13
|\ \ \
| * \ \ Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-0614-72/+98
| |\ \ \
| * | | | Bring one group board to CEFelipe Artur2018-03-033-3/+13
| | |/ / | |/| |
* | | | Merge branch '5029-support-cluster-metrics-ce' into 'master'Grzegorz Bizon2018-03-061-0/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into 5029-support-cluster-metr...5029-support-cluster-metrics-cePawel Chojnacki2018-03-0624-197/+334
| |\ \ \