Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-08 | 1 | -0/+23 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-12 | 1 | -0/+40 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-23 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-30 | 1 | -33/+39 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-03 | 1 | -6/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-29 | 1 | -0/+2 |
| | |||||
* | Significantly reduce N+1 queries in /api/v4/todos endpoint | Stan Hu | 2019-03-06 | 1 | -5/+47 |
| | | | | | | | | | | | By preloading associations and batching issuable metadata lookups, we can significantly cut the number of SQL queries needed to load the Todos API endpoint. On GitLab.com, my own tests showed my user's SQL queries went from 365 to under 60 SQL queries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40378 | ||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -6/+6 |
| | | | | | | | | | | 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 }` | ||||
* | Add changes from the EE | Jarka Kadlecová | 2018-08-06 | 1 | -1/+13 |
| | |||||
* | Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into ↵ | Robert Speicher | 2018-02-09 | 1 | -0/+6 |
| | | | | | | 'security-10-4' Restrict Todo API mark_as_done endpoint to the user's todos only | ||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -3/+3 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -6/+6 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Fix the :project factory by not copying the test repo twicerc/fix-tests-factories | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -3/+1 |
| | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | Migrate the Todos API to use `issuable_iid` | Timothy Andrew | 2017-03-07 | 1 | -3/+3 |
| | | | | - Instead of `issuable_id` | ||||
* | Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' | Sean McGivern | 2017-03-01 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Fix todos API endpoint application error Closes #22951 See merge request !9351 | ||||
| * | Add spec for todo with target_type Commit | George Andrinopoulos | 2017-02-21 | 1 | -2/+2 |
| | | |||||
* | | API: Use POST requests to mark todos as done | Robert Schilling | 2017-02-21 | 1 | -13/+14 |
| | | |||||
* | | Add a custom pagination matcher | Robert Schilling | 2017-02-16 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'fix-api-mr-permissions' into 'security' | Robert Speicher | 2017-01-23 | 1 | -1/+14 |
| | | | | | | Ensure that only privileged users can access merge requests in the API See merge request !2053 | ||||
* | Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specs | Rémy Coutable | 2017-01-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use cache for todos counter calling TodoService | Paco Guzman | 2016-08-12 | 1 | -0/+12 |
| | |||||
* | Return the number of marked todosapi-delete-todos | Robert Schilling | 2016-07-19 | 1 | -2/+1 |
| | |||||
* | Support creating a todo on issuables via APItodos-api | Robert Schilling | 2016-07-01 | 1 | -1/+48 |
| | |||||
* | Expose target, filter by state as string | Robert Schilling | 2016-07-01 | 1 | -3/+12 |
| | |||||
* | Expose action_name | Robert Schilling | 2016-07-01 | 1 | -0/+1 |
| | |||||
* | Assert response body | Robert Schilling | 2016-07-01 | 1 | -1/+12 |
| | |||||
* | Add user to project to see todos | Robert Schilling | 2016-07-01 | 1 | -0/+5 |
| | |||||
* | Make tests follow the guidelines | Robert Schilling | 2016-07-01 | 1 | -10/+20 |
| | |||||
* | Add Todos API | Douglas Barbosa Alexandre | 2016-07-01 | 1 | -0/+107 |