summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-111-2/+2
* Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-115-8/+7
|\
| * Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-071-2/+1
| * Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-074-6/+6
* | Users can accept terms during registrationBob Van Landuyt2018-06-083-69/+97
* | Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-072-1/+4
* | Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master'Clement Ho2018-06-072-2/+2
|\ \
| * | Use the default strings of timeago.js for timeagoTakuya Noguchi2018-06-042-2/+2
* | | Resolve "Show `failure_reason` and improve failed jobs tab in pipeline detail...André Luís2018-06-071-0/+10
* | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-072-1/+21
|\ \ \ | |_|/ |/| |
| * | allow only png, ico for favicon uploadsAlexis Reigel2018-06-051-1/+1
| * | remove favicon preview on appearance pageAlexis Reigel2018-06-051-3/+2
| * | remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
| * | create favicon overlay on the clientAlexis Reigel2018-06-051-23/+4
| * | whitelist allowed file types for custom faviconsAlexis Reigel2018-06-051-0/+6
| * | feature spec for managing appearance > faviconAlexis Reigel2018-06-051-0/+34
* | | Merge branch 'master' into '39549-label-list-page-redesign-with-draggable-lab...Luke Bennett2018-06-074-10/+10
|\ \ \
| * | | group runnersMark Chao2018-06-061-6/+6
| * | | Fix specMark Chao2018-06-062-2/+2
| * | | Rename “Developers + Masters”Mark Chao2018-06-061-2/+2
* | | | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-06-065-121/+129
|\ \ \ \ | |/ / /
| * | | Combine multiple `it` blocks to improve Markdown feature spec timesRobert Speicher2018-06-051-107/+97
| * | | Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-2/+4
| * | | Merge branch '46585-gdpr-terms-acceptance' into 'master'Robert Speicher2018-06-051-0/+16
| |\ \ \
| | * | | Messaging on terms page when user already accepted46585-gdpr-terms-acceptancetauriedavis2018-06-041-0/+16
| | | |/ | | |/|
| * | | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-12/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-012-12/+12
* | | | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-06-051-2/+0
|\ \ \ \ | |/ / /
| * | | Remove unused running_or_pending_build_countremove-unused-query-in-hooksKamil Trzciński2018-06-041-2/+0
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-06-0545-233/+723
|\ \ \ | |/ /
| * | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński2018-06-012-24/+22
| |\ \
| | * | Fix spec/features/runners_spec.rbDylan Griffith2018-05-311-2/+2
| | * | Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-312-14/+12
| | * | Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-312-12/+12
| * | | Merge branch '47046-use-sortable-from-npm' into 'master'Phil Hughes2018-06-011-3/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Make simulateDrag duration configurableKushal Pandya2018-05-311-3/+4
| | |/
| * | Update 404 and 403 pagesPaul Slaughter2018-05-312-1/+43
| * | Fix active tab stylingAnnabel Gray2018-05-311-4/+4
| * | Export assigned issues in iCalendar feedImre Farkas2018-05-3123-63/+278
| |/
| * Simplify spec: `2.times.each` -> `2.times`Stan Hu2018-05-301-1/+1
| * Merge branch 'sh-fix-submit-not-clearing-local-storage' into 'master'Filipa Lacerda2018-05-302-1/+16
| |\
| | * Add a regression test for clearing local storage upon issue creationStan Hu2018-05-291-0/+14
| | * Fix local storage not being cleared after creating a new issueStan Hu2018-05-291-1/+2
| * | Merge branch 'mattermost-api-v4' into 'master'Sean McGivern2018-05-301-2/+2
| |\ \
| | * | Updated help text for team list for Mattermost slash commandsHarrison Healey2018-05-291-2/+2
| * | | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-301-0/+124
| |\ \ \ | | |_|/ | |/| |
| | * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-0/+124
| | |/
| * | Resolve "Merge request spinner spins forever after loading the diff"Lukas Eipert2018-05-292-6/+14
| * | Resolve "Operations navigation menu renders empty menu when user does not hav...Lukas Eipert2018-05-291-0/+12
| * | Merge branch '38759-fetch-available-parameters-directly-from-gke-when-creatin...Kamil Trzciński2018-05-291-110/+81
| |\ \