summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-17153-179/+8177
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-1789-85/+5635
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue boards ## What are the relevant issue numbers? - Issue: #17907 - Issue backend: #20335 - Backend MR: !5548 - Frontend MR: !5554 - Documentation !5713 ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [X] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - [X] ~~API support added~~ - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] 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 !5548
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'issue-boards-ui' into 'issue-boards' Jacob Schatz2016-08-1741-89/+3884
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue boards UI ## What does this MR do? UI for issue boards. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? - Issue: #17907 - Backend MR: !5548 - Frontend MR: !5554 - Documentation !5713 ## Screenshots (if relevant) ![Screen_Shot_2016-08-17_at_14.06.06](/uploads/e2abed987d2c2d280e8b8034c8949024/Screen_Shot_2016-08-17_at_14.06.06.png) See merge request !5554
| | | * | | | | | | | | | | | | | Removed vue assetsPhil Hughes2016-08-172-10080/+0
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Test updatePhil Hughes2016-08-171-20/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It wasnt testing what it was saying it should be...
| | | * | | | | | | | | | | | | | Fixed failing testPhil Hughes2016-08-171-0/+2
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added wait for vue in logged out & guest testsPhil Hughes2016-08-171-0/+2
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed bug when moving listPhil Hughes2016-08-172-2/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Removed if around board deletingPhil Hughes2016-08-171-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed duplication
| | | * | | | | | | | | | | | | | Fixed permissions around create new list buttonPhil Hughes2016-08-172-2/+28
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Code improvementsPhil Hughes2016-08-173-41/+24
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Improved code readabilityPhil Hughes2016-08-179-124/+57
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Testing buildsPhil Hughes2016-08-171-2/+15
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fix feature spec for issues boardDouglas Barbosa Alexandre2016-08-171-16/+32
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated testsPhil Hughes2016-08-171-9/+3
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated teaspoon mock tests endpointsPhil Hughes2016-08-171-4/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated tests for creating with boardPhil Hughes2016-08-171-2/+4
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Tests updatedPhil Hughes2016-08-173-25/+14
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Tests updatePhil Hughes2016-08-173-63/+93
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added vue resource interceptorPhil Hughes2016-08-173-2/+41
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fix issue with paging not working sometimesPhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed some flexbox height issuesPhil Hughes2016-08-171-0/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated rspec to not use sleep when draggingPhil Hughes2016-08-174-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed JS tests
| | | * | | | | | | | | | | | | | Uses dataset rather than jQuery to get attribute valuesPhil Hughes2016-08-176-40/+45
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated JSON endpointsPhil Hughes2016-08-171-11/+8
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed bug when moving lists around & then deletingPhil Hughes2016-08-175-13/+26
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed removing items from listPhil Hughes2016-08-1712-48/+1339
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed small screen bug not draggingPhil Hughes2016-08-172-2/+2
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Moved issue board components from being globalPhil Hughes2016-08-176-16/+39
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Namespaced sortable default options functionPhil Hughes2016-08-173-6/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Moved board store to namespaced gl objectPhil Hughes2016-08-1715-87/+88
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed blank state issuePhil Hughes2016-08-174-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated some parts based on feedback
| | | * | | | | | | | | | | | | | Fixed blank state nevermind buttonPhil Hughes2016-08-175-7/+6
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Removed underscorejs from create label classPhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added loading icon so user knows when new page is loadingPhil Hughes2016-08-175-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test for finding lists when limited to type
| | | * | | | | | | | | | | | | | Create new label link text changePhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-174-13/+20
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed bug when dragging to done listPhil Hughes2016-08-171-3/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed bug with creating new list from Backlog or done labelPhil Hughes2016-08-173-5/+27
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Reverted milestone upcoming default filterPhil Hughes2016-08-175-35/+26
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Defaults milestone filter to upcomingPhil Hughes2016-08-177-29/+39
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed bug with label filter dropdown not removing the correct labelPhil Hughes2016-08-171-2/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated simulateDrag JSPhil Hughes2016-08-171-10/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Removed underscoreJS usesPhil Hughes2016-08-1714-130/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed props on main VueJS app instead uses data variables
| | | * | | | | | | | | | | | | | Changed ghost to have a slight opacityPhil Hughes2016-08-172-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled sorting in list
| | | * | | | | | | | | | | | | | Stop propogation when adding default listsPhil Hughes2016-08-171-1/+2
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed error with class not existingPhil Hughes2016-08-171-4/+4
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed failing teaspoon testsPhil Hughes2016-08-176-14/+15
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Increased scrolling speed when dragging issuePhil Hughes2016-08-172-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed failing tests
| | | * | | | | | | | | | | | | | Hides label for current listPhil Hughes2016-08-176-24/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added confidential icon Fixed assignee tooltip Updates some tests