summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-flakey-remove-deploy-key-spec' into 'master'Rémy Coutable2018-06-151-1/+2
|\ | | | | | | | | Fix flakey time-sensitive remove deploy key spec See merge request gitlab-org/gitlab-ce!19800
| * Fix flakey time-sensitive remove deploy key specfix-flakey-remove-deploy-key-specEric Eastwood2018-06-141-1/+2
| |
* | Merge branch 'fix-flakey-user-assignee-autocomplete-dropdown-specs' into ↵Douwe Maan2018-06-151-25/+26
|\ \ | | | | | | | | | | | | | | | | | | 'master' Fix flakey time-sensitive user/assignee autocomplete dropdown See merge request gitlab-org/gitlab-ce!19799
| * | Update dropdown_assignee_spec with filtered_search_helpersfix-flakey-user-assignee-autocomplete-dropdown-specsEric Eastwood2018-06-141-19/+18
| | |
| * | Fix flakey user/assignee autocomplete dropdownEric Eastwood2018-06-141-8/+10
| |/ | | | | | | | | | | | | | | | | Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/38664 This previously worked because, it would assert the correct names in the full list and then wait for the list to go blank for the NOT assertion Example failure, https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/74649299
* | Resolve ""Click to expand" link in collapsed diffs should be blue"Annabel Gray2018-06-141-2/+1
| |
* | Merge branch 'fix-flakey-user-comment-on-issue' into 'master'Sean McGivern2018-06-141-2/+5
|\ \ | | | | | | | | | | | | Fix flakey time-sensitive user comment on issue test See merge request gitlab-org/gitlab-ce!19786
| * | Fix flakey user comment on issue test race conditionEric Eastwood2018-06-141-2/+5
| |/
* | enable CommonMark as the defaultBrett Walker2018-06-143-20/+89
|/
* Resolve "Add `/confidential` quick action for issues"Jan2018-06-131-0/+36
|
* 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
|\ | | | | | | | | Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
| * 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
| | | | | | | | | | | | | | | | | | | | When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
* | 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 timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350
| * | 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 ↵André Luís2018-06-071-0/+10
| | | | | | | | | | | | detail view"
* | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-072-1/+21
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * | allow only png, ico for favicon uploadsAlexis Reigel2018-06-051-1/+1
| | | | | | | | | | | | | | | | | | the related omnibus graphicsmagick package only supports those formats. see https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1975
| * | remove favicon preview on appearance pageAlexis Reigel2018-06-051-3/+2
| | |
| * | remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
| | | | | | | | | | | | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
| * | create favicon overlay on the clientAlexis Reigel2018-06-051-23/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront.
| * | 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 ↵Luke Bennett2018-06-074-10/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | '39549-label-list-page-redesign-with-draggable-labels' # Conflicts: # app/views/projects/labels/index.html.haml
| * | | 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 ↵Luke Bennett2018-06-065-121/+129
|\ \ \ \ | |/ / / | | | | | | | | 39549-label-list-page-redesign-with-draggable-labels
| * | | Combine multiple `it` blocks to improve Markdown feature spec timesRobert Speicher2018-06-051-107/+97
| | | | | | | | | | | | | | | | | | | | The setup of each spec is too expensive to perform as many times as we were doing it. Reduced duration from 255 seconds to 43.
| * | | 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
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Missing Accept button for terms of service" Closes #46585 See merge request gitlab-org/gitlab-ce!19156
| | * | | Messaging on terms page when user already accepted46585-gdpr-terms-acceptancetauriedavis2018-06-041-0/+16
| | | |/ | | |/| | | | | | | | | | | | | We show a blue flash banner if the user already accepted, and show a button allowing them to continue to the application.
| * | | Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher2018-06-052-12/+12
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061
| | * | Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-pushMark Chao2018-06-012-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751
* | | | Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-06-051-2/+0
|\ \ \ \ | |/ / / | | | | | | | | 39549-label-list-page-redesign-with-draggable-labels
| * | | Remove unused running_or_pending_build_countremove-unused-query-in-hooksKamil Trzciński2018-06-041-2/+0
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-06-0545-233/+723
|\ \ \ | |/ / | | | | | | 39549-label-list-page-redesign-with-draggable-labels
| * | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into ↵Kamil Trzciński2018-06-012-24/+22
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Improve validations for Ci::Runner#runner_type See merge request gitlab-org/gitlab-ce!18901
| | * | Fix spec/features/runners_spec.rbDylan Griffith2018-05-311-2/+2
| | | |
| | * | Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński2018-05-312-14/+12
| | | | | | | | | | | | | | | | runner
| | * | 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
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Use NPM provided version of SortableJS Closes #47046 See merge request gitlab-org/gitlab-ce!19274
| | * | 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
| |