summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Turn board for public projects accessible to everyoneDouglas Barbosa Alexandre2016-08-171-0/+1
* Use qualified name for services in generate default lists serviceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-175-1/+32
* Add an endpoint to generate the default lists for a boardDouglas Barbosa Alexandre2016-08-171-0/+10
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+36
* Destroy related lists when a label is removedDouglas Barbosa Alexandre2016-08-171-0/+2
* Include the Issue#assignee in the response when listing issuesDouglas Barbosa Alexandre2016-08-171-1/+6
* Return Issue#iid instead of id when listing issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+1
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-2/+17
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-172-2/+3
* Move endpoint to list issues under lists resourcesDouglas Barbosa Alexandre2016-08-171-1/+1
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-172-2/+21
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-179-57/+24
* Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-171-0/+22
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73
* Handle formats at the controller level in Projects::BoardListsControllerDouglas Barbosa Alexandre2016-08-171-22/+18
* Add endpoint to allow users to remove listsDouglas Barbosa Alexandre2016-08-171-0/+12
* Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add endpoint to allow users to move listsDouglas Barbosa Alexandre2016-08-171-0/+22
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add endpoint to allow users to create a new board listDouglas Barbosa Alexandre2016-08-171-0/+19
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-171-1/+2
* Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-171-0/+2
* Initial issues board pageDouglas Barbosa Alexandre2016-08-173-0/+20
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-172-1/+9
* Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre2016-08-171-0/+6
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-176-36/+24
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-3/+19
* Extract new list position validation to a methodDouglas Barbosa Alexandre2016-08-171-4/+7
* Check if user can update the issue before moving it betweens listsDouglas Barbosa Alexandre2016-08-171-0/+1
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+58
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-6/+25
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-171-0/+2
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-5/+8
* Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-171-0/+34
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+52
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+22
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19
* Add Board modelDouglas Barbosa Alexandre2016-08-173-0/+19
* Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-174-8/+29
* Merge branch 'label-flash' into 'master' Jacob Schatz2016-08-171-5/+7
|\
| * Fix error message for existing labels.label-flashFatih Acet2016-08-111-5/+7
* | Merge branch 'no-comment-button-on-discussion-diffs' into 'master' Jacob Schatz2016-08-171-1/+1
|\ \
| * | Don't show comment button in gutter of diffs on MR discussion tabno-comment-button-on-discussion-diffsDouwe Maan2016-07-251-1/+1
* | | Add hover state to todos (!5361)winniehell2016-08-162-14/+48
* | | Merge branch 'project-desc-width' into 'master' Jacob Schatz2016-08-161-1/+1
|\ \ \
| * | | Changed project description widthproject-desc-widthPhil Hughes2016-07-211-1/+1
* | | | Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher2016-08-1616-34/+99
|\ \ \ \