- 07 Jun, 2017 2 commits
-
-
Yorick Peterse authored
One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
-
Felipe Artur authored
-
- 06 Jun, 2017 4 commits
-
-
Paul Charlton authored
-
-
Mark Fletcher authored
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
-
Drew Blessing authored
Previously, `PagesDomain` would not allow a domain such as 123.example.com. With this change, this is now allowed, because it is a perfectly valid domain.
-
- 05 Jun, 2017 5 commits
-
-
Tiago Botelho authored
-
Nick Thomas authored
-
Sean McGivern authored
Previously, only group masters could do this. However, project reporters can manage project labels, so there doesn't seem to be any need to restrict group labels further. Also, save a query or two by getting a single GroupMember object to find out if the user is a master or not.
-
Z.J. van de Weg authored
This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219
-
Grzegorz Bizon authored
-
- 04 Jun, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 03 Jun, 2017 1 commit
-
-
vanadium23 authored
-
- 02 Jun, 2017 8 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>
-
Douwe Maan authored
-
Ahmad Sherif authored
-
Adam Niedzielski authored
-
Grzegorz Bizon authored
-
Lin Jen-Shin authored
So we don't have to do it in CreateDeploymentService Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11695#note_31322649
-
Nick Thomas authored
-
- 01 Jun, 2017 17 commits
-
-
Bob Van Landuyt authored
-
Lin Jen-Shin authored
it a bit more robust against missing options, which we did guard on for some cases.
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Lin Jen-Shin authored
To make sure that we're accessing the same instance, so ending up with `env.external` = `env.external_url` shall be fine.
-
Lin Jen-Shin authored
methods directly from job, avoid duplicating the works.
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
to the external_url from persisted environment, and make the other utility methods private as we don't really need to use them outside of the job.
-
Lin Jen-Shin authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Lin Jen-Shin authored
-
Sean McGivern authored
When getting the max member access for a group of users, we stored the results in RequestStore. However, this will only return results for project members, so anyone who wasn't a member of the project would be checked once at the start, and then once for each comment they made. These queries are generally quite fast, but no query is faster!
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- 31 May, 2017 2 commits
-
-
Douwe Maan authored
-
Z.J. van de Weg authored
-