summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add clarity around where to find request accessupdate-docs-to-clarify-where-to-allow-mr-request-accessNicole Schwartz2019-06-111-1/+1
* Merge branch 'docs-ssot-review-ci-examples' into 'master'Achilleas Pipinellis2019-06-1117-108/+148
|\
| * Doc types on tutorials in top level examples folder, minor editsMike Lewis2019-06-1117-108/+148
|/
* Merge branch '62813-show-inline-diff-example-rendered' into 'master'Marcia Ramos2019-06-112-1/+5
|\
| * Replace rendered example with imageMark Lapierre2019-06-112-1/+5
|/
* Merge branch '62760-use-time-zone-now' into 'master'Rémy Coutable2019-06-111-1/+2
|\
| * Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_atLin Jen-Shin2019-06-111-1/+2
|/
* Merge branch 'docs-fix-alert-box' into 'master'Marcia Ramos2019-06-111-1/+1
|\
| * Use correct alert boxBen Bodenmiller2019-06-111-1/+1
|/
* Merge branch 'fix-pipeline-schedule-owner-is-nil' into 'master'Stan Hu2019-06-113-1/+14
|\
| * Fix pipeline schedule when owner is nilfix-pipeline-schedule-owner-is-nilShinya Maeda2019-06-113-1/+14
* | Merge branch 'docs/architecture-table-hack' into 'master'Marcia Ramos2019-06-111-0/+4
|\ \
| * | Make the architecture table displayed in a blockdocs/architecture-table-hackAchilleas Pipinellis2019-06-111-0/+4
* | | Merge branch 'docs/subscriptions-ce-port' into 'master'Mike Lewis2019-06-111-0/+8
|\ \ \
| * | | Port the subscriptions docs to CEdocs/subscriptions-ce-portAchilleas Pipinellis2019-06-111-0/+8
* | | | Merge branch 'jv-go-1.11.10' into 'master'Achilleas Pipinellis2019-06-112-8/+8
|\ \ \ \
| * | | | Use Go 1.11.10 in source installationsJacob Vosmaer2019-06-112-8/+8
|/ / / /
* | | | Merge branch 'docs-bulk-migrate-issues' into 'master'Tom Atkins2019-06-111-0/+25
|\ \ \ \
| * | | | Adding documentation on how to bulk migrate issuesdocs-bulk-migrate-issuesmac-key2019-01-211-0/+25
* | | | | Merge branch '62622-constrain-parent' into 'master'Fatih Acet2019-06-111-1/+1
|\ \ \ \ \
| * | | | | Constrain parent so trunc works62622-constrain-parentsarahghp2019-06-101-1/+1
* | | | | | Merge branch 'add-target-project-and-branch-to-merge-trains' into 'master'Kamil Trzciński2019-06-112-1/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Persist target project id and target branch in merge trains tableShinya Maeda2019-06-112-1/+19
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ignore-artifact-attirbutes-in-project-import-export' into 'master'James Lopez2019-06-114-1/+15
|\ \ \ \ \
| * | | | | Ignore legacy artifact columns in Project Import/ExportShinya Maeda2019-06-114-1/+15
* | | | | | Merge branch 'fix-diff-system-note-alignment' into 'master'Filipa Lacerda2019-06-111-1/+1
|\ \ \ \ \ \
| * | | | | | Fix system note alignment within difffix-diff-system-note-alignmentAnnabel Dunstone Gray2019-06-101-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '58882-explicit-chrome-data-dir' into 'master'Thong Kuah2019-06-111-0/+3
|\ \ \ \ \ \
| * | | | | | Explicitly set Chrome user-data-dir58882-explicit-chrome-data-dirHeinrich Lee Yu2019-06-111-0/+3
* | | | | | | Merge branch 'prom-api-1' into 'master'Sean McGivern2019-06-1112-18/+94
|\ \ \ \ \ \ \
| * | | | | | | Switch errors to inherit from a base classprom-api-1syasonik2019-06-065-25/+26
| * | | | | | | Address rubocop errorssyasonik2019-06-062-3/+5
| * | | | | | | Expose prometheus endpoint per metric in dashboardsyasonik2019-06-068-8/+81
| * | | | | | | Named route for prometheus proxy_pathSimon Knox2019-06-061-1/+1
| * | | | | | | Return no_content from prometheus API empty responseSimon Knox2019-06-062-3/+3
* | | | | | | | Merge branch 'add-default-reactive-cache-key' into 'master'Nick Thomas2019-06-115-5/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a default reactive cache keyadd-default-reactive-cache-keyTiger2019-06-075-5/+15
* | | | | | | | | Merge branch 'add-eread-as-codeowner-doc' into 'master'Achilleas Pipinellis2019-06-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add eread as CODEOWNER for doc dirEvan Read2019-06-111-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge branch 'add-lfs-blob-ids-to-tree-type' into 'master'Filipa Lacerda2019-06-1111-2/+87
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Add LFS blob ID to GraphQL blob typePhil Hughes2019-06-1011-2/+87
* | | | | | | | | Merge branch 'docs/ssot-university-topics' into 'master'Achilleas Pipinellis2019-06-1142-775/+266
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SSoT audit fixes for GitLab U topicsEvan Read2019-06-1142-775/+266
|/ / / / / / / / /
* | | | | | | | | Merge branch 'dz-cleanup-deprecated-code' into 'master'Kamil Trzciński2019-06-119-61/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove some deprecated codedz-cleanup-deprecated-codeDmitriy Zaporozhets2019-06-079-61/+5
* | | | | | | | | | Merge branch 'process-when-auto-merge-is-enabled' into 'master'Kamil Trzciński2019-06-112-0/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Notify when auto merge is enabledprocess-when-auto-merge-is-enabledShinya Maeda2019-06-102-0/+13
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sh-fix-utf-8-encoding-resolve-conflicts' into 'master'Dmitriy Zaporozhets2019-06-113-4/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Force source and target branch to binary modesh-fix-utf-8-encoding-resolve-conflictsStan Hu2019-06-102-10/+17
| * | | | | | | | | Fix UTF-8 conversion issues when resolving conflictsStan Hu2019-06-103-2/+19