summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-b...Filipa Lacerda2019-01-235-10/+10
|\
| * Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-225-10/+10
* | fix(labels): Move the primary button out of breadcrumbs and into the project ...Martin Hobert2019-01-221-1/+1
* | Merge branch '47007-related-merge-requests-in-issue-design-restyle' into 'mas...Kushal Pandya2019-01-222-2/+4
|\ \
| * | Updated test for related merge request titleConstance Okoghenun2019-01-172-2/+2
| * | Updated spec for issues related merge request count and statusConstance Okoghenun2019-01-161-2/+2
| * | Updated spec for issues referencesConstance Okoghenun2019-01-151-0/+2
* | | Merge branch '53856-changing-group-visibility-does-not-re-enable-save-button'...Filipa Lacerda2019-01-221-1/+3
|\ \ \
| * | | Fix DirtySubmit handling of checkbox and radio inputsLuke Bennett2019-01-221-1/+3
| |/ /
* | | Merge branch 'sh-bump-katex-version-0.10.0' into 'master'Kushal Pandya2019-01-211-2/+2
|\ \ \
| * | | Update spec/features/markdown/math_spec.rbAndrew Harmon2019-01-181-2/+2
* | | | Merge branch '56213-remove-error_tracking-feature-flag' into 'master'Kamil Trzciński2019-01-191-20/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove `error_tracking` feature flagPeter Leitzen2019-01-151-20/+4
* | | | Merge branch '42769-remove-expansion-hover-animation-from-status-icon-buttons...Annabel Dunstone Gray2019-01-171-8/+38
|\ \ \ \
| * | | | Remove animation from pipeline status icon buttonsNathan Friend2019-01-171-8/+38
* | | | | Show CI artifacts size with 3 significant digitsVladimir Shushlin2019-01-171-2/+2
|/ / / /
* | | | Merge branch 'add-badge-count-to-projects-and-groups' into 'master'Lin Jen-Shin2019-01-161-0/+3
|\ \ \ \
| * | | | Add tests to check projects badge countGeorge Tsiolis2019-01-151-0/+3
* | | | | Fixed transient user merges immediately specPhil Hughes2019-01-161-0/+2
* | | | | Merge branch 'fix-403-page-is-rendered-but-404-is-the-response' into 'master'Lin Jen-Shin2019-01-161-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Show the correct error page when access is deniedLuke Bennett2019-01-151-3/+4
* | | | | Quarantine very flaky testsRémy Coutable2019-01-151-3/+3
| |/ / / |/| | |
* | | | Merge branch 'remove-cancel-all-button-in-job-list-view' into 'master'Grzegorz Bizon2019-01-151-21/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove cancel all jobs button in general jobs list viewJordi Llull2019-01-071-21/+0
* | | | Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne2019-01-141-6/+16
* | | | Merge branch '56311-undefined-method-count_of_extra_tags_not_shown' into 'mas...Filipa Lacerda2019-01-141-0/+24
|\ \ \ \
| * | | | Rename count_of_extra_tags_not_shown to count_of_extra_topics_not_shownMartin Wortschack2019-01-141-0/+24
| | |/ / | |/| |
* | | | Merge branch 'update-gitlab-styles' into 'master'Lin Jen-Shin2019-01-141-1/+1
|\ \ \ \
| * | | | Update gitlab-styles to 2.5.1Jasper Maes2019-01-111-1/+1
| |/ / /
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into move-job-cancel...Fernando Arias2019-01-111-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '54167-rename-project-tags-to-project-topics' into 'master'Kushal Pandya2019-01-111-3/+3
| |\ \ \
| | * | | Rename tags to topicsMartin Wortschack2019-01-101-3/+3
* | | | | Update failing specs & linter errors & changelogFernando Arias2019-01-101-1/+1
|/ / / /
* | | | Merge branch '25043-empty-states' into 'master'Kushal Pandya2019-01-101-3/+41
|\ \ \ \
| * | | | Make issuable empty state actionable25043-empty-statesRajat Jain2019-01-101-3/+41
* | | | | Fix broken templated "Too many changes to show" textStan Hu2019-01-091-0/+15
* | | | | Update string structure for group runnersGeorge Tsiolis2019-01-091-2/+2
* | | | | First pass at updated profile empty stateFernando Arias2019-01-093-3/+3
|/ / / /
* | | | Fixes Auto DevOps Domain title on admin settingsMayra Cabrera2019-01-081-1/+1
| |_|/ |/| |
* | | Merge branch '50224-rails5-duplicate-key-value-violates-unique-constraint-ind...Robert Speicher2019-01-081-1/+3
|\ \ \
| * | | Wait for requests in LFS files specSean McGivern2019-01-081-1/+3
| |/ /
* | | Add feature spec for Release page MVCShinya Maeda2019-01-081-0/+46
|/ /
* | Add view and feature test for error tracking settingsTristan Read2019-01-071-0/+39
|/
* Merge branch '54311-fix-board-add-label' into 'master'Kushal Pandya2019-01-071-0/+21
|\
| * Merge branch 'master' into 54311-fix-board-add-labelrubenmoya2019-01-0517-98/+271
| |\
| * | Add specsrubenmoya2019-01-051-0/+21
* | | Merge branch 'kamil-refactor-ci-builds-v5' into 'master'Grzegorz Bizon2019-01-064-16/+9
|\ \ \
| * | | Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-044-16/+9
| | |/ | |/|
* | | Require Knative to be installed only on an RBAC kubernetes clusterChris Baumbauer2019-01-041-0/+28
|/ /
* | Merge branch '53696-make-rbac-default' into 'master'Kamil Trzciński2019-01-042-57/+35
|\ \