Commit Graph

33 Commits

Author SHA1 Message Date
Valery Sizov 387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
Valery Sizov 800f2a722f [Issue board sorting] Specs 2017-02-28 16:52:49 +02:00
Valery Sizov 6af8547aa2 [Issue board sorting] Set position for unpositioning issues when view[ci skip]
Actually I think we could avoid doing it so because it does not look efficient.
But we can improve it later.
2017-02-27 13:55:06 +02:00
Phil Hughes c032414b2d Frontend updates to positioning the issue in lists 2017-02-17 11:29:16 +00:00
Douwe Maan ac868482a7 Allow issues in boards to be ordered 2017-02-17 11:29:16 +00:00
Phil Hughes 6c828906a2 Disabled add issues button if no lists exist 2017-02-03 17:02:44 +03:00
Phil Hughes c368b28cc9 Fixed issue with issue not persisting in list 2017-02-03 17:02:44 +03:00
Douglas Barbosa Alexandre 274987d5c0 Reuse endpoint to list issues for a list instead of create a new one 2017-02-03 17:02:44 +03:00
Phil Hughes 3aabf0c6aa Used issue bulk update instead of different endpoint 2017-02-03 17:02:43 +03:00
Phil Hughes 38d84c1396 Changed where data gets loaded
Changed what is hidden when data is loading
2017-02-03 17:02:43 +03:00
Phil Hughes fcf0a4a12d Merge branch 'master' into issue-board-sidebar 2016-10-19 22:33:34 +01:00
Douglas Barbosa Alexandre 86e0b5d643 Fix issue board related controllers to expose label priority per project 2016-10-19 14:58:27 -02:00
Phil Hughes f1350a5c82 Merge branch 'master' into issue-board-sidebar 2016-10-19 08:44:55 +01:00
Douglas Barbosa Alexandre 2c2a1dea67 Refactoring service to create a new issue in a board list 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre 6751509865 Update endpoints to handle with board issues 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre e1f889df64 Update endpoints to handle with board list changes 2016-10-11 11:39:05 -03:00
Phil Hughes 7d20a91b2e Restore subscribe status in JSON 2016-10-07 09:24:57 +01:00
Phil Hughes 6cece3f49e Show clicked issue data in the sidebar 2016-10-07 09:14:33 +01:00
Douglas Barbosa Alexandre 97ec0c05f6 Add service to create a new issue in a board list 2016-10-06 11:00:01 +01:00
Douglas Barbosa Alexandre e7a4bbb04a Add authorization to Projects::Boards::IssuesController#create action 2016-10-06 11:00:01 +01:00
Phil Hughes 674844d0e9 Fixed issue with backlog list not saving
Fixed issue when dragging cards
2016-10-06 11:00:01 +01:00
Phil Hughes 4d9f76c151 Added ability to save the new issue 2016-10-06 11:00:01 +01:00
Rémy Coutable 56259155d5 Small improvements thanks to Robert's feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-30 12:02:54 +02:00
Douglas Barbosa Alexandre 246bb231c3 Returns the total number of issues in the JSON response 2016-08-31 09:30:37 +01:00
Phil Hughes d6a14e9910 Added text color to issues labels in issue board lists 2016-08-19 14:45:19 +01:00
Douglas Barbosa Alexandre babdf45a82 Use IssuesFinder instead of project.issues.visible_to_user 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre 50ac488c73 Add a movable scope and a movable? method to List model 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre c6511235e4 Add a destroyable scope and a destroyable? method to List model 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre f77c47a51c Remove lookup inside services to keep them consistent with other ones 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre 66da64ae1e Extract method to serialize board lists as JSON 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre cd98ff179c Move action to render board lists to `Projects::Boards::ListsController` 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre c3880d1057 Extract `Projects::Boards::ApplicationController` 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre 57737785df Move board related controllers to the `Boards` namespace 2016-08-17 12:58:59 -03:00