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 (Collapse)Author
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
2019-03-01CE-port for 7714-view-recent-boardsHeinrich Lee Yu
Adds additional count param to Boards::Visits::LatestService
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-05Fixed label removal from issueChantal Rollison
2018-10-26Automatically navigate to last board visitedBrett Walker
2018-10-19Add preload in issues controllerChantal Rollison
2018-09-19Merge branch 'fix-rubocop-todo' into 'master'Douglas Barbosa Alexandre
Fix rubocop Style/ZeroLengthPredicate See merge request gitlab-org/gitlab-ce!21793
2018-09-18Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov
2018-09-15Filter out archived issues from group issue boardBrett Walker
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-30[Backport] View summed weights of issues in board columnFelipe Artur
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
For directories application_settings --> labels. Partially addresses #47424.
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-05-28Replace `.exists` with `EXISTS ()`Jan Provaznik
`.exists` should not be used because it's an internal ActiveRecord method, but we can easily generate the same sql query with `EXISTS`.
2018-05-22Bring CE-EE parity to app/services/boards/issues/create_service.rbRobert Speicher
2018-04-05Fix more specsFelipe Artur
2018-04-05Show issues of subgroups in group-level issue boardFelipe Artur
2018-04-05Merge branch 'issue_44551' into 'master'Sean McGivern
Fix 404 in group boards when moving issue between lists Closes #44551 See merge request gitlab-org/gitlab-ce!18064
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-04-03Fix 404 in group boards when moving issue between listsFelipe Artur
2018-03-28[Backport] Order boards alphabeticallyoswaldoferreira
2018-03-03Bring one group board to CEFelipe Artur
2017-12-05[CE-Backport] Fix board filter when milestone is predefinedFelipe Artur
2017-08-31Small fixesFelipe Artur
2017-08-31Continue BE backportFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-07-19Clear issuable counter caches on updateSean McGivern
When an issuable's state changes, or one is created, we should clear the cache counts for a user's assigned issuables, and also the project-wide caches for this user type.
2017-07-07This makes the `Boards::CreateService` more reusable for EEBob Van Landuyt
2017-06-28Fixed issue boards closed list not listing all issuesPhil Hughes
This was a regression caused by the backlog list being re-added Closes #33850
2017-06-06updated service specPhil Hughes
2017-06-06moved creating backlog list into list servicePhil Hughes
2017-05-31Expand/collapse close & backlog lists in issue boardsPhil Hughes
The closed & backlog lists in issue boards are no collapsible. They can be collapsed independently of each other & this selection is then saved to the browser through localStorage. When the page loads, the code gets the data from localStorage & determines whether to show or hide the list Closes #23917
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-28Add board_move slash commandAlex Sanford
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-03-23Display all closed issues in “done” board listJarka Kadlecova
2017-03-14Preserve order by priority on issues boardValery Sizov
2017-03-03[Issue sorting on board] Addressing review issuesValery Sizov
2017-03-02Address review commentsValery Sizov
2017-02-17Allow issues in boards to be orderedDouwe Maan
2017-02-03Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre
2017-02-03Remove backlog lists from board servicesDouglas Barbosa Alexandre
2016-10-19Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre
2016-10-19User Labes::CreateService to create labelsDouglas Barbosa Alexandre
2016-10-19Allow user to create a board list based on a group labelDouglas Barbosa Alexandre
2016-10-11Remove Boards::BaseServiceDouglas Barbosa Alexandre
2016-10-11Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre
2016-10-11Update Boards::Lists::DestroyService to remove list on a specic boardDouglas Barbosa Alexandre
2016-10-11Add Boards::ListService service to list project boardsDouglas Barbosa Alexandre
2016-10-11Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre