summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-162-13/+29
* Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda2019-04-162-2/+2
|\
| * Rename CI related selectorsGeorge Tsiolis2019-04-162-2/+2
* | 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
* | Merge branch 'helm_uninstall_command' into 'master'Sean McGivern2019-04-161-0/+72
|\ \
| * | Implement commands to uninstall cluster applicationshelm_uninstall_commandThong Kuah2019-04-161-0/+72
* | | 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
* | | | Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin2019-04-151-2/+2
|\ \ \ \
| * | | | Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-2/+2
| | |/ / | |/| |
* | | | 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
| | |/ | |/|
* | | Merge branch 'sh-validate-ref-name-in-commit' into 'master'Rémy Coutable2019-04-151-0/+30
|\ \ \
| * | | Validate refs used in controllers don't have spacessh-validate-ref-name-in-commitStan Hu2019-04-141-0/+30
| | |/ | |/|
* | | Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-16/+59
* | | Un-quarantine speccherry-pick-39eb16aaKamil Trzciński2019-04-151-3/+3
* | | Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern2019-04-152-37/+30
|/ /
* | Squashed commits and modified visibility level outputSara Ahbabou2019-04-121-0/+8
* | Merge branch 'restore-hipchat' into 'master'Nick Thomas2019-04-112-0/+23
|\ \
| * | Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-102-0/+23
| |/
* | Merge branch 'revert-24704-download-repository-path' into 'master'Rémy Coutable2019-04-112-29/+13
|\ \
| * | Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-112-29/+13
* | | Merge branch 'jc-guard-against-empty-dereferenced_target' into 'master'Sean McGivern2019-04-111-0/+7
|\ \ \ | |/ / |/| |
| * | Guard against nil dereferenced_targetjc-guard-against-empty-dereferenced_targetJohn Cai2019-04-101-0/+7
* | | Align UrlValidator to validate_url gem implementation.Thong Kuah2019-04-111-3/+3
* | | Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"tz-revert-new-emojis-loadingTim Zallmann2019-04-101-1/+1
| |/ |/|
* | Merge branch '47327-fix-github-project-import-visibility' into 'master'Douwe Maan2019-04-101-3/+13
|\ \
| * | Address style review commentDaniel Wyatt2019-04-091-2/+0
| * | Add test for github project import to user namespace.Daniel Wyatt2019-04-091-0/+12
| * | Fix GitHub project import visibilityDaniel Wyatt2019-04-081-2/+2
* | | Add more info logging to cluster appsDylan Griffith2019-04-101-0/+27
| |/ |/|
* | Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-097-0/+439
* | Merge branch 'osw-multi-assignees-merge-requests' into 'master'Nick Thomas2019-04-095-5/+14
|\ \
| * | [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-085-5/+14
* | | Merge branch '43263-git-push-option-to-create-mr' into 'master'Nick Thomas2019-04-091-0/+103
|\ \ \
| * | | Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-0/+12
| * | | Support merge request create with push optionsLuke Duncalfe2019-04-091-0/+91
| |/ /
* | | Merge branch 'osw-schedule-multiple-mr-assignees-ff-auto-enabling' into 'master'Yorick Peterse2019-04-091-0/+40
|\ \ \
| * | | Add methods to check dead and retrying jobsosw-schedule-multiple-mr-assignees-ff-auto-enablingOswaldo Ferreira2019-04-081-0/+40
| |/ /
* | | Reduce number of rspec retriesSanad Liaquat2019-04-091-1/+1
* | | Add environment url validationWolphin2019-04-091-0/+40
* | | Set release name when adding release notes to an existing tagJason Goodman2019-04-091-0/+1
|/ /
* | Merge branch 'sh-fix-issue-59985' into 'master'Michael Kozono2019-04-081-1/+1
|\ \
| * | Fix stage index migration failing in PostgreSQL 10sh-fix-issue-59985Stan Hu2019-04-031-1/+1
* | | Improve performance of PR importfix-pull-request-importerKamil Trzciński2019-04-081-0/+73
| |/ |/|
* | GitHub import: Run housekeeping after initial importsh-git-gc-after-initial-fetchStan Hu2019-04-071-0/+5
* | Handle possible HTTP exception for Sentry clientPeter Leitzen2019-04-071-9/+39