- 09 Feb, 2018 1 commit
-
-
Robert Speicher authored
Restrict Todo API mark_as_done endpoint to the user's todos only
-
- 31 Aug, 2017 1 commit
-
-
Robert Schilling authored
-
- 03 Aug, 2017 1 commit
-
-
Toon Claes authored
TodoService should not call `.select(&:id)` on todos, because this is bad performance. So instead use sub-queries, which will result in a single SQL query to the database. https://docs.gitlab.com/ee/development/sql.html#plucking-ids
-
- 29 Apr, 2017 1 commit
-
-
Stan Hu authored
This reverts merge request !10845
-
- 27 Apr, 2017 1 commit
-
-
Toon Claes authored
TodoService should not call `.select(&:id)` on todos, because this is bad performance. So instead use sub-queries, which will result in a single SQL query to the database. https://docs.gitlab.com/ee/development/sql.html#plucking-ids
-
- 16 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 07 Mar, 2017 1 commit
-
-
Timothy Andrew authored
- Instead of `issuable_id`
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 23 Jan, 2017 1 commit
-
-
Robert Speicher authored
Ensure that only privileged users can access merge requests in the API See merge request !2053
-
- 04 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 14 Oct, 2016 1 commit
-
-
Robert Schilling authored
-
- 12 Aug, 2016 2 commits
-
-
Paco Guzman authored
We’re being kept up to date the counter data but we’re not using it. The only thing which is not real if is the number of projects that the user read changes the number of todos can be stale for some time. The counters will be sync just after the user receives a new todo or mark any as done
-
Paco Guzman authored
-
- 19 Jul, 2016 1 commit
-
-
Robert Schilling authored
-
- 01 Jul, 2016 6 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Douglas Barbosa Alexandre authored
-