summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Change the schema of the common_metrics.ymlrpereira22019-04-171-21/+23
* Merge branch '24704-restore-download-repository-path' into 'master'Rémy Coutable2019-04-176-27/+75
|\
| * Add a feature flag for subdirectory archivesNick Thomas2019-04-161-25/+58
| * JSON-encoded binary fields should use Base64::encode64Nick Thomas2019-04-161-1/+1
| * Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-166-18/+33
* | Fix unexpected extra notification mailsPatrick Derichs2019-04-173-5/+69
* | Merge branch '10083-dropdown-ce-ee-difference' into 'master'Filipa Lacerda2019-04-171-2/+2
|\ \
| * | Removes EE diffs for dropdown_value_collapsed10083-dropdown-ce-ee-differenceDenys Mishunov2019-04-151-2/+2
* | | Merge branch 'fix-logic-in-43263-git-push-option-to-create-mr-test' into 'mas...11-11-auto-deploy-0012345Lin Jen-Shin2019-04-171-4/+2
|\ \ \
| * | | Fix logic in Api::Internal testfix-logic-in-43263-git-push-option-to-create-mr-testLuke Duncalfe2019-04-171-4/+2
* | | | Merge branch '58361-issue-create-system-note-timestamp' into 'master'Stan Hu2019-04-161-1/+9
|\ \ \ \
| * | | | Set correct timestamps when creating past issues58361-issue-create-system-note-timestampHeinrich Lee Yu2019-04-161-1/+9
* | | | | `None` for assigneesVictor Wu2019-04-163-11/+11
* | | | | Add sync: false to fix Karma tests60605-karma-failingNathan Friend2019-04-161-18/+32
* | | | | Merge branch 'nfriend-update-merge-request-widget-for-post-merge-pipelines' i...Filipa Lacerda2019-04-164-1/+145
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add two warning messages to the MR widgetnfriend-update-merge-request-widget-for-post-merge-pipelinesNathan Friend2019-04-154-1/+145
* | | | | Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda2019-04-166-10/+10
|\ \ \ \ \
| * | | | | Rename CI related selectorsGeorge Tsiolis2019-04-166-10/+10
* | | | | | Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński2019-04-163-5/+25
|\ \ \ \ \ \
| * | | | | | Backport changes from EEMatija Čupić2019-04-163-5/+25
* | | | | | | Merge branch '60533-tooltip-for-view-file-shows-raw-html' into 'master'Kushal Pandya2019-04-161-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix showing HTML content in view file tooltip60533-tooltip-for-view-file-shows-raw-htmlFatih Acet2019-04-161-0/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch '59570-move-quick-action' into 'master'Sean McGivern2019-04-163-120/+92
|\ \ \ \ \ \ \
| * | | | | | | Extract move quick action spec to shared example59570-move-quick-actionAlexandru Croitor2019-04-153-120/+92
* | | | | | | | Merge branch 'rewind-iid-on-pipelines' into 'master'Sean McGivern2019-04-163-6/+130
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil Trzciński2019-04-163-6/+130
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'downloading-expired-artifacts' into 'master'Grzegorz Bizon2019-04-162-11/+45
|\ \ \ \ \ \ \
| * | | | | | | use cleaner expectation matchers from Capybaradrew cimino2019-04-121-8/+5
| * | | | | | | Don't render artifact download links on the project tags page for builds with...drew cimino2019-04-122-11/+48
* | | | | | | | Merge branch '53138-add-metrics-usage-ping' into 'master'Grzegorz Bizon2019-04-161-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Adds instance metrics to usage pingRyan Cobb2019-04-101-0/+2
* | | | | | | | Autosave description in epicsRajat Jain2019-04-164-0/+80
* | | | | | | | Merge branch 'bw-query_graphql_field-enhancement' into 'master'Dmitriy Zaporozhets2019-04-162-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow arrays to specify fields graphql_query_forbw-query_graphql_field-enhancementBrett Walker2019-04-112-2/+3
* | | | | | | | | Merge branch 'helm_uninstall_command' into 'master'Sean McGivern2019-04-162-0/+98
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement commands to uninstall cluster applicationshelm_uninstall_commandThong Kuah2019-04-162-0/+98
* | | | | | | | | | Merge branch 'ci-lint-ssl-error' into 'master'Kamil Trzciński2019-04-161-0/+22
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino2019-04-151-0/+22
* | | | | | | | | | Fix remove_source_branch merge request API handlingsh-fix-merge-requests-api-remove-branch-paramStan Hu2019-04-151-0/+26
* | | | | | | | | | Merge branch 'sh-fix-pipeline-delete-caching' into 'master'Lin Jen-Shin2019-04-152-26/+64
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Properly expire all pipeline caches when pipeline is deletedsh-fix-pipeline-delete-cachingStan Hu2019-04-152-26/+64
* | | | | | | | | | Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin2019-04-152-2/+62
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-152-2/+62
* | | | | | | | | | | Merge branch 'osw-remote-multi-line-suggestions-ff' into 'master'Lin Jen-Shin2019-04-151-23/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove multi-line suggestions feature flagosw-remote-multi-line-suggestions-ffOswaldo Ferreira2019-04-101-23/+4
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Add ability to do variable substitutionReuben Pereira2019-04-151-0/+33
* | | | | | | | | | Merge branch 'sh-validate-ref-name-in-commit' into 'master'Rémy Coutable2019-04-152-0/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Validate refs used in controllers don't have spacessh-validate-ref-name-in-commitStan Hu2019-04-142-0/+50
* | | | | | | | | | | Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-154-23/+107
* | | | | | | | | | | Merge branch 'cherry-pick-39eb16aa' into 'master'Sean McGivern2019-04-152-40/+33
|\ \ \ \ \ \ \ \ \ \ \