Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-20Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-19Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre
2016-10-19Merge branch 'master' into issue-board-sidebarPhil Hughes
2016-10-11Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre
2016-10-11Update endpoints to handle with board issuesDouglas Barbosa Alexandre
2016-10-11Update endpoints to handle with board list changesDouglas Barbosa Alexandre
2016-10-07Restore subscribe status in JSONPhil Hughes
2016-10-07Show clicked issue data in the sidebarPhil Hughes
2016-10-06Add service to create a new issue in a board listDouglas Barbosa Alexandre
2016-10-06Add authorization to Projects::Boards::IssuesController#create actionDouglas Barbosa Alexandre
2016-10-06Fixed issue with backlog list not savingPhil Hughes
2016-10-06Added ability to save the new issuePhil Hughes
2016-09-30Small improvements thanks to Robert's feedbackRémy Coutable
2016-08-31Returns the total number of issues in the JSON responseDouglas Barbosa Alexandre
2016-08-19Added text color to issues labels in issue board listsPhil Hughes
2016-08-17Use IssuesFinder instead of project.issues.visible_to_userDouglas Barbosa Alexandre
2016-08-17Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre
2016-08-17Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre
2016-08-17Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre
2016-08-17Extract method to serialize board lists as JSONDouglas Barbosa Alexandre
2016-08-17Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre
2016-08-17Extract `Projects::Boards::ApplicationController`Douglas Barbosa Alexandre
2016-08-17Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre