Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove code related to object hierarchy in MySQLremove-nested-groups-checks | Heinrich Lee Yu | 2019-07-25 | 1 | -1/+1 |
| | | | | | These are not required because MySQL is not supported anymore | ||||
* | Modified spec so a second call to json_response is avoided35757-add-result-to-request | Patrick Derichs | 2019-07-16 | 1 | -2/+7 |
| | |||||
* | Use match_array instead of include | Patrick Derichs | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | Add result to MoveService#execute_multiple | Patrick Derichs | 2019-07-16 | 1 | -2/+11 |
| | | | | | | | | 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. | ||||
* | Cleanup usages of `JSON.parse` in specs | Peter Leitzen | 2019-07-16 | 2 | -9/+3 |
| | | | | Prefer `json_response` where applicable. | ||||
* | Add endpoint to move multiple issues35757-move-issues-in-boards-pderichs | Patrick Derichs | 2019-07-11 | 1 | -0/+195 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 2 | -0/+4 |
| | | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Move Contribution Analytics related spec in ↵ | Imre Farkas | 2019-04-09 | 1 | -0/+26 |
| | | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE | ||||
* | Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'" | Andreas Brandl | 2019-04-05 | 1 | -26/+0 |
| | | | This reverts merge request !26823 | ||||
* | Move Contribution Analytics related spec in ↵ | Imre Farkas | 2019-04-05 | 1 | -0/+26 |
| | | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE | ||||
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Backport of 54385-board-policy | Mario de la Ossa | 2019-01-18 | 2 | -12/+5 |
| | |||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 2 | -24/+36 |
| | | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }` | ||||
* | Remove rails4 specific code | Jasper Maes | 2018-12-16 | 1 | -5/+1 |
| | |||||
* | Extract code into IssueBoardEntity | Brett Walker | 2018-12-04 | 1 | -3/+3 |
| | |||||
* | Revert "Extract code into IssueBoardEntity"revert_issue_board_entity | Thong Kuah | 2018-11-09 | 1 | -3/+3 |
| | | | | This reverts commit 8c126525faba40032244328187ba73a53b6eaf4c. | ||||
* | Extract code into IssueBoardEntity | Brett Walker | 2018-11-06 | 1 | -3/+3 |
| | |||||
* | Simplify query and add tests for authorization change | Heinrich Lee Yu | 2018-10-26 | 1 | -4/+15 |
| | |||||
* | Add preload in issues controller | Chantal Rollison | 2018-10-18 | 1 | -2/+47 |
| | |||||
* | [Backport] View summed weights of issues in board column | Felipe Artur | 2018-07-30 | 1 | -2/+2 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 2 | -2/+2 |
| | |||||
* | Merge branch 'jprovazn-rails5-boards' into 'master' | Rémy Coutable | 2018-06-11 | 1 | -6/+12 |
|\ | | | | | | | | | | | | | [Rails5] Fix conversion of integer into string in board spec Closes #47653 See merge request gitlab-org/gitlab-ce!19616 | ||||
| * | Fix conversion of integer into string in board spec | Jan Provaznik | 2018-06-09 | 1 | -6/+12 |
| | | | | | | | | | | | | In rails 5 controller specs, integers are converted to strings unless conte-type is set with `as: :json`: https://github.com/rails/rails/issues/26069 | ||||
* | | Make all uses of `fixture_file_upload` use relative paths | Robert Speicher | 2018-06-07 | 1 | -1/+1 |
|/ | |||||
* | Reduce CE/EE diff in spec/controllers/boards/issues_controller_spec.rb | Rémy Coutable | 2018-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Port `read_cross_project` ability from EE | Bob Van Landuyt | 2018-02-22 | 1 | -0/+1 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 2 | -5/+5 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 2 | -30/+30 |
| | |||||
* | fix another N+1 query for label priorities34510-board-issues-sql-speedup | micael.bergeron | 2017-09-12 | 1 | -0/+11 |
| | | | | added a QueryRecorder for IssuesController#index.json | ||||
* | Backport specs | Felipe Artur | 2017-08-31 | 2 | -10/+24 |
| | |||||
* | Continue BE backport | Felipe Artur | 2017-08-31 | 2 | -0/+473 |