summaryrefslogtreecommitdiff
path: root/spec/features/issues
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into revert-c676283bPhil Hughes2016-10-041-0/+10
|\
| * Add a /wip slash commandThomas Balthazar2016-10-031-0/+10
| | | | | | | | It toggles the 'WIP' prefix in the MR title.
* | Tests updatePhil Hughes2016-10-031-6/+13
| |
* | Merge branch 'master' into revert-c676283bPhil Hughes2016-10-034-127/+226
|\ \ | |/
| * Small improvements thanks to Robert's feedbackRémy Coutable2016-09-302-50/+10
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Take filters in account in issuable countersRémy Coutable2016-09-302-102/+87
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Fix permission for setting an issue's due dateRémy Coutable2016-09-281-13/+59
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-221-32/+0
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Revert "Merge branch ↵Rémy Coutable2016-09-221-13/+7
| | | | | | | | | | | | | | '22421-fix-issuable-counter-when-more-than-one-label-is-selected' into 'master' " This reverts commit 8ed5be5935a77fffe730baa188d1e1fc1c739d72, reversing changes made to fb0d1378f4f3365a9cae0938829da0560a92b6e6.
| * Hotfix the issuable counters when filtering by multiple labels22421-fix-issuable-counter-when-more-than-one-label-is-selectedRémy Coutable2016-09-221-7/+13
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * fix issues mr counterbarthc2016-09-202-8/+40
| |
| * Replace single quotes with escaped single quotes and write spec to test ↵Luke Bennett2016-09-141-2/+29
| | | | | | | | | | | | | | | | multiple lable selection over a page load Added spec for removing label with space and single quote Fixed removing label with single quote
| * Move write_note into SlashCommandsHelper and update other dependent specsslash-commands-issuable-spec-fixStan Hu2016-09-081-8/+7
| |
| * Simulate filtering with url params, clean up accordingly.Bryce Johnson2016-09-071-44/+7
| |
| * Add failing reset all test.Bryce Johnson2016-09-071-6/+11
| |
| * Add user to project.Bryce Johnson2016-09-061-0/+1
| |
| * Refactor filters reset test to re-use issues.Bryce Johnson2016-09-051-26/+40
| |
| * Revise test error messages to be more reaadble.Bryce Johnson2016-09-051-9/+9
| |
| * Use broader js flag.Bryce Johnson2016-09-051-5/+5
| |
| * Clean reset filters test.Bryce Johnson2016-09-051-26/+27
| |
| * Add tests for reset filters button.Bryce Johnson2016-09-021-0/+97
| |
* | Updated testsPhil Hughes2016-09-021-1/+0
| |
* | Merge branch 'master' into revert-c676283bPhil Hughes2016-09-022-1/+10
|\ \ | |/
| * Fixed escaping issue with labels filterlabel-dropdown-encodePhil Hughes2016-08-311-0/+10
| | | | | | | | Closes #15552
| * prevent authored awardable thumbs votesbarthc2016-08-281-1/+0
| | | | | | | | | | | | prevent authored awardable thumbs votes prevent authored awardable thumbs votes
* | Merge branch 'master' into revert-c676283bPhil Hughes2016-08-3011-74/+132
|\ \ | |/
| * Capitalize mentioned issue timeline notesClement Ho2016-08-251-1/+1
| |
| * Remove unneeded aliasesDouwe Maan2016-08-181-4/+4
| |
| * Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-1/+1
| |\ | | | | | | | | | | | | # Conflicts: # app/services/issues/create_service.rb
| | * Updated testsPhil Hughes2016-08-131-1/+1
| | |
| * | Force notes poll after commands have been executedDouwe Maan2016-08-121-2/+2
| | |
| * | Simplify the slash commands DSL to store action blocks instead of creating ↵Rémy Coutable2016-08-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods Other improvements: - Ensure slash commands autocomplete doesn't break when noteable_type is not given - Slash commands: improve autocomplete behavior and /due command - We don't display slash commands for note edit forms. - Add tests for reply by email with slash commands - Be sure to execute slash commands after the note creation in Notes::CreateService Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+59
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
| * fixes part1 of files to start using active tensetiagonbotelho2016-08-0910-71/+71
| |
| * remove search_id for label dropdown filterScott Le2016-07-241-1/+1
| |
* | Updated wording in the specsPhil Hughes2016-07-211-2/+2
| |
* | Fixed failing issuable filter specsPhil Hughes2016-07-201-2/+2
| |
* | Uses the selected values from the controller not the paramsPhil Hughes2016-07-201-28/+62
| | | | | | | | Added tests for new merge requests from forked project & owned project
* | Added tests for new/edit issue formPhil Hughes2016-07-201-0/+85
| |
* | Revert "Merge branch 'revert-bdb6f1e6' into 'master'"Phil Hughes2016-07-201-1/+1
|/ | | This reverts merge request !5290
* Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"revert-bdb6f1e6Douwe Maan2016-07-151-1/+1
| | | This reverts merge request !4970
* Merge branch 'gl-dropdown-issuable-form' into 'master' Jacob Schatz2016-07-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GL dropdowns in issuable form ## What does this MR do? Changed all the issuable dropdown menus over to user GL dropdowns. This brings the dropdowns to be inline with the issuable filter dropdowns and allows for labels to be created whilst creating/editing an issuable. ## What are the relevant issue numbers? Closes #12574 ## Screenshots (if relevant) See merge request !4970
| * Updated testsPhil Hughes2016-07-071-1/+1
| |
* | Updated testsPhil Hughes2016-07-051-1/+3
|/
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-6/+0
|
* Add tests to check fixesAlfredo Sumaran2016-06-231-3/+148
|
* Merge branch '18714_bulk_assign_labels_icon' into 'master' Jacob Schatz2016-06-181-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes item icon state when for issues that have the same labels assigned ## What does this MR do? Previously if all issues had the same labels the dropdown was showing the labels with indeterminate stated which is wrong. This MR fixes that and shows the correct state. ## What are the relevant issue numbers? Fixes #18714 ## Screenshots (if relevant) **Before** ![label-before](/uploads/c65aa051e773dfea898a0d19767d6ade/label-before.gif) **After** ![label](/uploads/73fd657d104d1081e189e0a9547d483b/label.gif) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - [ ] Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4721
| * Click until item is unmarked18714_bulk_assign_labels_iconAlfredo Sumaran2016-06-161-1/+1
| |
| * Fix spelling error on filenameAlfredo Sumaran2016-06-161-0/+0
| |
| * Fixes icon state when selecting issues that have the same labels assignedAlfredo Sumaran2016-06-161-1/+2
| |