summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-174-0/+99
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-172-0/+146
* 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-173-1/+47
* Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre2016-08-172-5/+5
* Add endpoint to allow users to move listsDouglas Barbosa Alexandre2016-08-173-1/+75
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-172-11/+11
* Add endpoint to allow users to create a new board listDouglas Barbosa Alexandre2016-08-173-1/+71
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-174-7/+79
* Add json-schema gem to test groupDouglas Barbosa Alexandre2016-08-172-0/+4
* Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-172-0/+6
* Initial issues board pageDouglas Barbosa Alexandre2016-08-175-0/+42
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-176-20/+17
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-174-2/+31
* Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre2016-08-172-0/+30
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-1714-103/+113
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-172-11/+57
* 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-172-0/+183
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-172-67/+94
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-173-15/+45
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-172-13/+32
* Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-172-0/+64
* Add service to move board listsDouglas Barbosa Alexandre2016-08-172-0/+128
* Add service to create a board listDouglas Barbosa Alexandre2016-08-174-0/+58
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-173-0/+44
* fixup! Add List modelDouglas Barbosa Alexandre2016-08-171-0/+4
* Add Board modelDouglas Barbosa Alexandre2016-08-179-0/+108
* Merge branch 'vue-js-plugin' into 'master' Douwe Maan2016-08-176-0/+11411
|\
| * Added VueJS pluginPhil Hughes2016-08-176-0/+11411
* | Merge branch 'fix-downtime-check-formatting' into 'master' Douwe Maan2016-08-172-6/+39
|\ \ | |/ |/|
| * Better formatting for downtime check messagesfix-downtime-check-formattingYorick Peterse2016-08-172-3/+36
| * Fixed downtime check label colouringYorick Peterse2016-08-172-4/+4
|/
* Merge branch '17932-move-to-project-dropdown-improve' into 'master' Yorick Peterse2016-08-178-112/+340
|\
| * Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-178-112/+340
|/
* Merge branch 'label-flash' into 'master' Jacob Schatz2016-08-172-5/+10
|\
| * Fix error message for existing labels.label-flashFatih Acet2016-08-112-5/+10
* | 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
* | | Merge branch 'doc-update-akismet' into 'master' Patricio Cano2016-08-162-4/+4
|\ \ \
| * | | Updated Akismet documentationPatricio Cano2016-08-162-4/+4
* | | | Update CHANGELOG for 8.10.6, 8.9.7, and 8.8.8Robert Speicher2016-08-161-2/+12
* | | | Merge branch 'todos-hover-state' into 'master' Jacob Schatz2016-08-163-14/+49
|\ \ \ \
| * | | | Add hover state to todos (!5361)winniehell2016-08-163-14/+49
|/ / / /
* | | | 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 'project-list-icons-width' into 'master' Jacob Schatz2016-08-161-0/+1
|\ \ \ \ \
| * | | | | Fixed width on project visibility icon in project listproject-list-icons-widthPhil Hughes2016-07-072-1/+2
* | | | | | Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher2016-08-1650-111/+609
|\ \ \ \ \ \