An error occurred fetching the project authors.
- 30 Jan, 2019 1 commit
-
-
Brett Walker authored
-
- 14 Jan, 2019 1 commit
-
-
Hiroyuki Sato authored
-
- 06 Dec, 2018 1 commit
-
-
Fatih Acet authored
-
- 23 Nov, 2018 1 commit
-
-
Jacopo authored
By using the parameters `?labels=None|Any` the user can filter issues/mrs from the API that has `none/any` label. Affected endpoints are: - /api/issues - /api/projects/:id/issues - /api/groups/:id/issues - /api/merge_requests - /api/projects/:id/merge_requests - /api/groups/:id/merge_requests
-
- 01 Nov, 2018 1 commit
-
-
George Tsiolis authored
-
- 23 Oct, 2018 1 commit
-
-
Jan Provaznik authored
It's possible that user pastes accidentally also unsubscribe link which is included in footer of notification emails. This unsubscribe link contains personal token which attacker then use to act as the original user (e.g. for sending comments under his/her identity).
-
- 03 Oct, 2018 1 commit
-
-
Jacopo authored
In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
-
- 17 Sep, 2018 2 commits
-
-
Lin Jen-Shin authored
-
Sean McGivern authored
-
- 07 Sep, 2018 1 commit
-
-
Jan Provaznik authored
-
- 06 Sep, 2018 1 commit
-
-
Tiago Botelho authored
-
- 29 Aug, 2018 1 commit
-
-
Jacopo authored
-
- 07 Aug, 2018 2 commits
-
-
Oswaldo Ferreira authored
-
gfyoung authored
Partially addresses #47424.
-
- 02 Aug, 2018 1 commit
-
-
Jarka Kadlecová authored
This reverts commit 8717c7da.
-
- 11 Jul, 2018 1 commit
-
-
Jarka Kadlecová authored
This reverts commit 4d9a3f42, reversing changes made to ecf9c145.
-
- 03 Jul, 2018 1 commit
-
-
Jan Provaznik authored
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
-
- 21 Jun, 2018 1 commit
-
-
Felipe Artur authored
-
- 30 May, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 18 Apr, 2018 1 commit
-
-
Yorick Peterse authored
This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
-
- 09 Apr, 2018 1 commit
-
-
Yorick Peterse authored
Goldiloader (https://github.com/salsify/goldiloader) can eager load associations automatically. This removes the need for adding "includes" calls in a variety of different places. This also comes with the added benefit of not having to eager load data if it's not used.
-
- 04 Apr, 2018 1 commit
-
-
blackst0ne authored
-
- 07 Mar, 2018 1 commit
-
-
Jan Provaznik authored
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
-
- 05 Mar, 2018 1 commit
-
-
Jacopo authored
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 02 Jan, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 27 Nov, 2017 1 commit
-
-
Douwe Maan authored
-
- 24 Nov, 2017 2 commits
-
-
Douwe Maan authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 Nov, 2017 1 commit
-
-
Felipe Artur authored
-
- 15 Nov, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 Nov, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 02 Nov, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 09 Oct, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 Sep, 2017 1 commit
-
-
Vitaliy @blackst0ne Klachkov authored
-
- 06 Sep, 2017 4 commits
-
-
micael.bergeron authored
also fix some code styling issues
-
micael.bergeron authored
- only show in merge-requests - show as a little glyph
-
micael.bergeron authored
-
micael.bergeron authored
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
-