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
2023-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Create an event on epic actionsJan Provaznik
Creates new event when an epic is created, closed, reopened or commented.
2019-06-27Move order lambda to list scopecharlieablett
- apply ordering to both list scopes in `Board`
2019-06-26Compound lists scopes to preserve orderingcharlieablett
2019-06-26Remove N+1 query for project and group boardscharlieablett
- Add test for N+1 queries - Add destroyable lists scope to Board and List - Preload lists for both project and group boards
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-02-15Fix 403 errors when adding an assignee list in project boardsStan Hu
Due to a bug in `BoardPolicy`, users were getting back a 403 error when trying to assign users to an assignee list and seeing "Something went wrong while fetching assignees list". For some reason, the declarative policy runtime was ignoring the ternary condition. To work around the issue, we make the project board an explicit condition check. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9727
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2018-07-05Unify app/views/shared/issuable/_search_bar.html.hamlLin Jen-Shin
This brings some EE changes which don't hurt
2018-03-03Bring one group board to CEFelipe Artur
2017-08-31Small fixesFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
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-03-24Change Done column to Closed in issue boardsblackst0ne
2017-02-03Remove backlog lists from boardsDouglas Barbosa Alexandre
2016-09-26Improve project_with_board factory to create the default listsDouglas Barbosa Alexandre
2016-08-17The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre
2016-08-17Order board lists by list_type, and positionDouglas Barbosa Alexandre
2016-08-17Add Board modelDouglas Barbosa Alexandre