summaryrefslogtreecommitdiff
path: root/spec/features/boards
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-1/+11
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-223-7/+126
|
* Let project reporters create issue from group boardsFelipe Artur2019-09-041-0/+40
| | | | | The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-3010-10/+10
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Hide duplicate board list while draggingWinnie Hellmann2019-08-231-2/+12
|
* Add feature specs for multiple group issue boardsFelipe Artur2019-08-161-0/+15
| | | | Add feature specs for multiple issue boards for groups
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-269-0/+18
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-251-5/+17
| | | | Changes migration and all other places the attribute is used
* Fix dropdown position when loading remote data61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350Heinrich Lee Yu2019-05-271-0/+4
| | | | Also fixes flaky spec
* `None` for assigneesVictor Wu2019-04-161-2/+2
| | | | | | | | Update assignees_spec.js Update sidebar_spec.rb Update issues_spec.rb
* Add time tracking information to Issue Boards sidebarKushal Pandya2019-04-121-0/+15
| | | | Add time tracking progress bar to Issue Boards sidebar.
* Add helper reference6573-extract-ee-spec-features-boards-cecharlieablett2019-04-081-0/+1
|
* Abstract out method from spec to supportcharlieablett2019-04-081-0/+1
|
* Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-052-1/+19
|
* Standardize token value capitalization in filter barOmar Bahareth2019-01-281-3/+3
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Quarantine very flaky testsRémy Coutable2019-01-151-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add specsrubenmoya2019-01-051-0/+21
| | | | Co-Authored-By: André Luis <aluis@gitlab.com>
* Resolve "Filter by `None`/`Any` for labels in issues/mrs/boards"🙈 jacopo beschi 🙉2018-12-031-1/+1
|
* Resolve "Issue board card design"Constance Okoghenun2018-11-072-3/+3
|
* Fix testsHeinrich Lee Yu2018-10-261-1/+1
|
* Always show new issue in Open listHeinrich Lee Yu2018-10-261-2/+8
|
* circumvent browser cache on browser back navigationJohann Hubert Sonntagbauer2018-10-021-0/+48
|
* Change `Backlog` list title to `Open`Kushal Pandya2018-08-141-1/+1
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-117-8/+8
|
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-1/+1
|
* Make simulateDrag duration configurableKushal Pandya2018-05-311-3/+4
|
* Fix boards new issue specClement Ho2018-04-241-1/+1
|
* Fix boards specClement Ho2018-04-241-1/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-04-231-0/+7
|\
| * Merge branch 'issue_45435' into 'master'Phil Hughes2018-04-201-0/+7
| |\ | | | | | | | | | | | | | | | | | | Fix issues without links when added from boards new issue modal Closes #45435 See merge request gitlab-org/gitlab-ce!18460
| | * Fix issues without links when added from boards new issue modalFelipe Artur2018-04-191-0/+7
| | |
* | | Fix sidebar specClement Ho2018-04-201-7/+7
| | |
* | | Merge branch 'master' into bootstrap4Clement Ho2018-04-191-1/+19
|\ \ \ | |/ /
| * | Resolve "View labels when editing labels in sidebar and board sidebar"André Luís2018-04-181-1/+19
| |/
* | [skip ci] Convert previous .card to .board-cardClement Ho2018-04-136-76/+76
|/
* Update test for change in label dropdown action nameKushal Pandya2018-03-123-4/+4
|
* feature spec for #34252Simon Knox2018-01-181-0/+11
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/34252
* update capybara specs for subscription toggleMike Greiling2018-01-121-5/+5
|
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-9/+27
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-225-9/+9
|
* Async notification subscriptions in issue boardsEric Eastwood2017-11-201-2/+20
|
* use resize_window helperMike Greiling2017-11-021-1/+2
|
* add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-021-1/+0
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-311-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ...
| * Load participants asyncEric Eastwood2017-10-311-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-232-15/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
| * Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+4
| | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
| * backport for gitlab-ee!2869backport-ee-2869Simon Knox2017-10-131-15/+17
| |
* | route around issue with trailing quotes in issue filters (see ↵Mike Greiling2017-10-131-2/+2
| | | | | | | | gitlab-org/gitlab-ce#39121)