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-08-19Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan
2016-08-19Fix notification_service argument error of declined invitation emailsPaco Guzman
2016-08-19Merge branch 'master' into 'expiration-date-on-memberships'Sean McGivern
2016-08-19Merge branch 'diff-line-comment-vuejs' into 'master' Douwe Maan
2016-08-19Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-19Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-19Merge branch '4273-slash-commands' into 'master'Robert Speicher
2016-08-18Ensure last group owner isn't removed on expirySean McGivern
2016-08-18Fix behavior around commands with optional argumentsDouwe Maan
2016-08-18Fix behavior of label_ids and add/remove_label_idsDouwe Maan
2016-08-18Remove unneeded aliasesDouwe Maan
2016-08-18Rename TodoService#mark_todos_as_done_by_id{,s}Ahmad Sherif
2016-08-18Implement TodoService#mark_todos_as_done_by_idAhmad Sherif
2016-08-18Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-18Merge branch 'master' into expiration-date-on-membershipsSean McGivern
2016-08-18Address feedbackDouwe Maan
2016-08-18Fix specs and implement fixes based on failing specsDouwe Maan
2016-08-17Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher
2016-08-17Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-17Merge branch 'issue-boards' into 'master' Douwe Maan
2016-08-17Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre
2016-08-17Fix board create service namespace to avoid autoload issuesDouglas Barbosa Alexandre
2016-08-17Inherit board related services from BaseServiceDouglas 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-17Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre
2016-08-17Remove useless increment when creating a new board listDouglas Barbosa Alexandre
2016-08-17Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre
2016-08-17Fix filtering issues by "No Label"Douglas Barbosa Alexandre
2016-08-17Use qualified name for services in generate default lists serviceDouglas Barbosa Alexandre
2016-08-17Add authorization to issues board related controllersDouglas Barbosa Alexandre
2016-08-17Add service to generate default board listsDouglas Barbosa Alexandre
2016-08-17Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre
2016-08-17Use zero-based positions on issues board servicesDouglas Barbosa Alexandre
2016-08-17Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre
2016-08-17Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre
2016-08-17Extract base service class for boards related servicesDouglas Barbosa Alexandre
2016-08-17Add service to list issues for a board listDouglas Barbosa Alexandre
2016-08-17Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre
2016-08-17Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre
2016-08-17Order board lists by list_type, and positionDouglas Barbosa Alexandre
2016-08-17Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre
2016-08-17Extract new list position validation to a methodDouglas Barbosa Alexandre
2016-08-17Check if user can update the issue before moving it betweens listsDouglas Barbosa Alexandre
2016-08-17Add service to move issues between listsDouglas Barbosa Alexandre
2016-08-17Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre
2016-08-17Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre
2016-08-17Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre
2016-08-17Add service to remove a list from boardDouglas Barbosa Alexandre