summaryrefslogtreecommitdiff
path: root/spec/features/boards/boards_spec.rb
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-221-4/+10
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Hide duplicate board list while draggingWinnie Hellmann2019-08-231-2/+12
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-051-1/+1
|
* 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>
* Change `Backlog` list title to `Open`Kushal Pandya2018-08-141-1/+1
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-1/+1
|
* Fix boards specClement Ho2018-04-241-1/+1
|
* [skip ci] Convert previous .card to .board-cardClement Ho2018-04-131-25/+25
|
* Update test for change in label dropdown action nameKushal Pandya2018-03-121-1/+1
|
* feature spec for #34252Simon Knox2018-01-181-0/+11
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/34252
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
|
* 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-231-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | route around issue with trailing quotes in issue filters (see ↵Mike Greiling2017-10-131-2/+2
| | | | | | | | gitlab-org/gitlab-ce#39121)
* | chrome cannot send_keys unless the element is focusableMike Greiling2017-10-091-1/+1
| |
* | resize window when simulating dragging as horizontal scrolling causes issues ↵Mike Greiling2017-10-091-0/+3
| | | | | | | | in tests
* | ensure javascript confirm dialog is accepted when attempting to delete boardsMike Greiling2017-10-091-2/+2
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* | add set_cookie helperMike Greiling2017-09-221-1/+2
|/
* Check for sidebar cookie instead of class when resizing windowAnnabel Dunstone Gray2017-09-111-1/+1
|
* Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-9/+9
|\ | | | | | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| * Fix broken feature specsHiroyuki Sato2017-08-311-9/+9
| |
* | fixed boards specsPhil Hughes2017-08-291-0/+2
| |
* | spec updatesPhil Hughes2017-08-291-0/+2
|/
* Show all labelsRegis Boudinot2017-08-081-2/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix label creation from new list for subgroup projectsMark Fletcher2017-07-171-1/+2
|
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-6/+6
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-4/+4
|
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-2/+2
| | | | Change `logout_direct` uses to `gitlab_sign_out_direct`
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
|
* Fixes boards_spec failureboards-spec-fixPhil Hughes2017-06-161-4/+4
| | | | Closes #33614
* Try to use the same pattern as other spec in this file33614-try-to-fix-transient-failureRémy Coutable2017-06-151-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* fixed boards_specPhil Hughes2017-06-011-89/+85
| | | | [ci skip]
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-39/+38
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Recent search history for issuesEric Eastwood2017-04-061-1/+1
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-11/+11
|