Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 14 | -49/+73 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43 | GitLab Bot | 2021-04-20 | 7 | -74/+94 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40 | GitLab Bot | 2021-03-16 | 8 | -119/+128 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42 | GitLab Bot | 2021-02-18 | 5 | -71/+80 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42 | Robert Speicher | 2021-01-20 | 2 | -100/+139 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 2 | -13/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 3 | -7/+24 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-4-stable-ee | GitLab Bot | 2020-09-19 | 2 | -2/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 4 | -19/+47 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 2 | -9/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-11 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-13 | 1 | -7/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-12 | 1 | -1/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-25 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-17 | 1 | -4/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-02 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-25 | 2 | -5/+17 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-23 | 1 | -7/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-23 | 1 | -2/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 9 | -0/+18 |
| | |||||
* | Save board lists collapsed setting | Felipe Artur | 2019-08-28 | 2 | -1/+57 |
| | | | | Persists if a board list is collapsed for each user. | ||||
* | Add result to MoveService#execute_multiple | Patrick Derichs | 2019-07-16 | 1 | -7/+32 |
| | | | | | | | | It adds a hash response which includes the count, success state and the moved issues itself so the caller has additional information about the result of the process. | ||||
* | Add endpoint to move multiple issues35757-move-issues-in-boards-pderichs | Patrick Derichs | 2019-07-11 | 1 | -7/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs for new endpoint to move multiple issues. Add changelog entry Just check the first issue for the ability to move / update Add specs for exceeding limits and malformed requests Changed name of shared examples Change title of changelog entry Use %i instead of %w Check permission to update issue on project instead of board Use admin_issue permission to check for issue move ability Changed variable name to avoid shadow issue_params method Rename route to bulk_move Change route definition Check permissions for each issue Combine methods for parameters permit check Remove extra context Change description of context Check param for type Array Add unit tests to MoveService Use before_action for permission check Use set instead of let! Use let's instead of set | ||||
* | Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ce | Alexandru Croitor | 2019-06-26 | 4 | -20/+21 |
| | | | | | Refactor code to allow multiple issue boards management for projects in CE | ||||
* | Add reorder action to Project IssuesControllerbw-issue-reorder | Brett Walker | 2019-06-21 | 1 | -2/+4 |
| | | | | to support manual sorting on the frontend | ||||
* | Adds the Rubocop ReturnNil cop | Andrew Newdigate | 2019-03-06 | 1 | -1/+1 |
| | | | | | This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points | ||||
* | CE-port for 7714-view-recent-boards | Heinrich Lee Yu | 2019-03-01 | 1 | -5/+7 |
| | | | | Adds additional count param to Boards::Visits::LatestService | ||||
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fixed label removal from issueccr/51052_keep_labels_on_issue | Chantal Rollison | 2018-11-05 | 1 | -3/+1 |
| | |||||
* | Automatically navigate to last board visited | Brett Walker | 2018-10-26 | 2 | -0/+34 |
| | |||||
* | Add preload in issues controller | Chantal Rollison | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix-rubocop-todo' into 'master' | Douglas Barbosa Alexandre | 2018-09-19 | 1 | -1/+1 |
|\ | | | | | | | | | Fix rubocop Style/ZeroLengthPredicate See merge request gitlab-org/gitlab-ce!21793 | ||||
| * | Fix rubocop Style/ZeroLengthPredicate | Semyon Pupkov | 2018-09-18 | 1 | -1/+1 |
| | | |||||
* | | Filter out archived issues from group issue board | Brett Walker | 2018-09-14 | 1 | -0/+5 |
|/ | |||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 4 | -0/+24 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | [Backport] View summed weights of issues in board column | Felipe Artur | 2018-07-30 | 1 | -3/+24 |
| | |||||
* | Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner | gfyoung | 2018-07-16 | 11 | -0/+22 |
| | | | | | | For directories application_settings --> labels. Partially addresses #47424. | ||||
* | Backport of "Add assignee lists to boards" | Mario de la Ossa | 2018-06-07 | 3 | -21/+26 |
| | |||||
* | Replace `.exists` with `EXISTS ()` | Jan Provaznik | 2018-05-28 | 1 | -5/+3 |
| | | | | | `.exists` should not be used because it's an internal ActiveRecord method, but we can easily generate the same sql query with `EXISTS`. | ||||
* | Bring CE-EE parity to app/services/boards/issues/create_service.rbrs-boards-issues-create-service-parity | Robert Speicher | 2018-05-22 | 1 | -1/+5 |
| | |||||
* | Fix more specs | Felipe Artur | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Show issues of subgroups in group-level issue board | Felipe Artur | 2018-04-05 | 1 | -0/+5 |
| | |||||
* | Merge branch 'issue_44551' into 'master' | Sean McGivern | 2018-04-05 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | Fix 404 in group boards when moving issue between lists Closes #44551 See merge request gitlab-org/gitlab-ce!18064 | ||||
| * | Fix 404 in group boards when moving issue between listsissue_44551 | Felipe Artur | 2018-04-03 | 1 | -1/+4 |
| | | |||||
* | | Allow assigning and filtering issuables by ancestor group labels | Felipe Artur | 2018-04-04 | 1 | -2/+6 |
| | | |||||
* | | [Backport] Order boards alphabeticallyosw-order-boards-by-name | oswaldoferreira | 2018-03-28 | 1 | -1/+5 |
|/ | |||||
* | Bring one group board to CE | Felipe Artur | 2018-03-03 | 3 | -3/+13 |
| |