summaryrefslogtreecommitdiff
path: root/spec/features/boards/sidebar_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update test for change in label dropdown action nameKushal Pandya2018-03-121-2/+2
|
* update capybara specs for subscription toggleMike Greiling2018-01-121-5/+5
|
* Async notification subscriptions in issue boardsEric Eastwood2017-11-201-2/+20
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-231-15/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * backport for gitlab-ee!2869backport-ee-2869Simon Knox2017-10-131-15/+17
| |
* | 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.
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-111-7/+5
|\ \ | |/
| * Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-7/+5
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-091-4/+4
|\ \ | |/
| * Show all labelsRegis Boudinot2017-08-081-3/+3
| |
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-3/+19
|\ \ | |/
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-0/+16
| |\
| | * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
| | |
| | * Resolve "Issue Board -> "Remove from board" button when viewing an issue ↵Luke "Jared" Bennett2017-07-031-0/+16
| | | | | | | | | | | | gives js error and fails"
| * | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
| | |
| * | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
| |/
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-06-211-1/+1
|\ \ | |/
| * Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
| |
* | Convert variants of trigger('click') -> clickStan Hu2017-06-161-2/+2
|/
* fixed boards specsPhil Hughes2017-06-011-4/+4
| | | | added key to assignee avatar loop
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-24/+22
|
* Merge branch 'master' into ↵Clement Ho2017-05-161-3/+3
|\ | | | | | | '31987-automatically-close-assignee-select-dropdown-after-selection-when-multiple-assignees-is-disabled'
| * Use .trigger(‘click’) instead of .clickas-fix-spec-masterAlfredo Sumaran2017-05-111-1/+1
| | | | | | | | This is to improve reliability on mentioned tests
| * Find dropdown-menu before asserting active item in sidebar_spec.rbfix-sidebar_spec-assignee-edit-transient-failureLuke "Jared" Bennett2017-05-101-2/+2
| |
* | Fix sidebar specClement Ho2017-05-091-1/+0
|/
* Multiple issue assignee: fixed services/issues/update_service by using new ↵Valery Sizov2017-05-041-21/+0
| | | | NoteSummary
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-6/+29
|
* 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`
* Fixed sidebar specPhil Hughes2017-03-011-2/+2
|
* Reduced sidebar wait timeoutboards-sidebar-spec-refactorPhil Hughes2017-02-171-1/+1
|
* Refactor boards sidebar specPhil Hughes2017-02-171-86/+53
| | | | | | | | - Uses Timecop to fix due date spec - Waits for sidebar to be visible before doing anything - Fixes weird issues where the link would be clicked instead of the card itself Closes #28310
* Fix issue boards sidebar alignment and sidebar toggle specAnnabel Dunstone Gray2017-02-101-1/+1
|
* Fixed some specsPhil Hughes2017-02-061-1/+1
| | | | CHANGELOG item
* Fixed up specsPhil Hughes2017-02-031-18/+0
|
* Added remove buttonPhil Hughes2017-02-031-0/+32
|
* Fix feature spec for issue sidebar on issue boardsDouglas Barbosa Alexandre2017-02-031-30/+33
|
* Resets issue boards assignee dropdownPhil Hughes2017-01-201-0/+30
| | | | Closes #26514
* Fixed random issue boards sidebar failureboards-sidebar-spec-fixPhil Hughes2017-01-161-1/+3
|
* rewrite subscription javascript to accomodate new designMike Greiling2016-11-301-2/+2
|
* Tests updatePhil Hughes2016-10-191-2/+3
|
* Added tests for showing sidebar when new issue is savedPhil Hughes2016-10-071-0/+14
|
* Added testsPhil Hughes2016-10-071-0/+297