summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '57794-project-template-for-net' of https://gitlab.com/gitlab-or...Jason Lenny2019-02-251-0/+1
* Merge branch '57712-project-import-error-user-expected-got-hash' into 'master'Lin Jen-Shin2019-02-251-1/+0
|\
| * Fix project import error on releasesJames Lopez2019-02-221-1/+0
* | Merge branch 'expose-merge-ref-to-runner' into 'master'Kamil Trzciński2019-02-251-7/+3
|\ \
| * | Expose refspec and depth to runnerShinya Maeda2019-02-251-7/+3
* | | Merge branch '40795-set-project-name-on-fork-api' into 'master'Douwe Maan2019-02-251-0/+2
|\ \ \
| * | | Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-0/+2
* | | | Merge branch '58098-auto-devops-postgres-version-variable' into 'master'Sean McGivern2019-02-251-0/+2
|\ \ \ \
| * | | | Allow configuring POSTGRES_VERSION in Auto DevOpsDylan Griffith2019-02-221-0/+2
| |/ / /
* | | | Merge branch 'am-fix-pagination-relative-links' into 'master'Rémy Coutable2019-02-251-39/+36
|\ \ \ \
| * | | | Properly implement API pagination headers and add specsAdam Mulvany2019-02-211-39/+36
| | |_|/ | |/| |
* | | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-251-0/+1
|\ \ \ \
| * | | | Only use boolean parameters internallyRobert Schilling2019-02-221-9/+0
| * | | | Add API support for filtering confidential issuesRobert Schilling2019-02-211-0/+10
* | | | | Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' int...Rémy Coutable2019-02-252-0/+52
|\ \ \ \ \
| * | | | | Incorporate review feedbackRobert Schilling2019-02-181-2/+2
| * | | | | Add new to test bulk_update endpoint for issues and MRsRobert Schilling2019-02-141-3/+6
| * | | | | API: Bulk update for issues and merge requestsRobert Schilling2019-02-142-0/+49
* | | | | | Merge branch 'sh-fix-cpp-templates-404' into 'master'Nick Thomas2019-02-251-1/+4
|\ \ \ \ \ \
| * | | | | | Fix 404s when C++ .gitignore template selectedStan Hu2019-02-221-1/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '57785-create-project-template-for-netlify' of https://gitlab.co...Jason Lenny2019-02-251-1/+6
* | | | | | Properly handle multiple X-Forwarded-For addresses in runner IPStan Hu2019-02-241-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch '58062-tracing-url-template-render-using-string-format-does-not-...Douglas Barbosa Alexandre2019-02-221-4/+5
|\ \ \ \ \
| * | | | | Switch back to using regexps in `tracing_url_template`Andrew Newdigate2019-02-221-4/+5
| |/ / / /
* | | | | Only allow 30 RPCs per test case to GitalyZeger-Jan van de Weg2019-02-223-3/+9
|/ / / /
* | | | Add spec/frontend/ to frontend rouletteWinnie Hellmann2019-02-211-2/+2
| |/ / |/| |
* | | Catch exception in calculate reactive cacheReuben Pereira2019-02-211-1/+1
* | | Move ChatOps to CoreJames Fargher2019-02-2013-3/+469
* | | Merge branch 'gitlab_kubernetes_helm_bump' into 'master'Nick Thomas2019-02-201-2/+2
|\ \ \
| * | | Bump helm and kubectl versionsThong Kuah2019-02-201-2/+2
* | | | Merge branch 'helm-2.12.3' into 'master'Dmitriy Zaporozhets2019-02-201-2/+2
|\ \ \ \
| * | | | Bump kubectl to 1.11.7Thong Kuah2019-02-201-1/+1
| * | | | Bump Helm to 2.12.3Thong Kuah2019-02-201-1/+1
| |/ / /
* | | | Merge branch 'sh-upgrade-webmock-ruby-2.6' into 'master'James Lopez2019-02-201-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix BitbucketServer::Client failing with Webmock 3.5.1Stan Hu2019-02-161-0/+1
* | | | Fix Auto DevOps check domain is blankDylan Griffith2019-02-191-1/+1
| |_|/ |/| |
* | | Merge branch '55376-related_merge_requests-api-call-returns-merge-requests-th...Sean McGivern2019-02-191-10/+5
|\ \ \
| * | | Directly use MRs given by ReferencedMergeRequestsServiceRobert Schilling2019-02-141-10/+5
| * | | API: Reference MRs cross-project wiseRobert Schilling2019-02-131-1/+1
| | |/ | |/|
* | | Add related merge request count to api responsePatrick Derichs2019-02-191-0/+9
* | | Merge branch '54796-add-tiebreaker-to-sorts' into 'master'Sean McGivern2019-02-195-6/+11
|\ \ \
| * | | Added: Specs for sort page breaks on notesNermin Vehabovic2019-02-161-6/+6
| * | | Fixed: Warnings from static code analysisNermin Vehabovic2019-02-161-5/+3
| * | | Added: Include order by ID desc for tie breakers in paginationNermin Vehabovic2019-02-165-6/+13
* | | | Merge branch '55109-jira-integration-api-doesn-t-respect-available-format' in...Sean McGivern2019-02-191-1/+1
|\ \ \ \
| * | | | API: Support Jira transition ID as stringRobert Schilling2019-02-101-1/+1
* | | | | Fix rollout status for statefulsets and daemonsetsSergej2019-02-191-1/+3
* | | | | Merge branch 'jej/feature-gates-can-be-set-by-group-path' into 'master'James Lopez2019-02-192-2/+9
|\ \ \ \ \
| * | | | | Allow setting feature flags per GitLab groupJames Edwards-Jones2019-02-192-2/+9
* | | | | | Merge branch 'sh-include-project-path-for-internal-api' into 'master'Rémy Coutable2019-02-182-0/+9
|\ \ \ \ \ \