- 06 Jun, 2017 1 commit
-
-
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
-
- 05 Jun, 2017 3 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.
-
- 04 Jun, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 03 Jun, 2017 1 commit
-
-
vanadium23 authored
-
- 02 Jun, 2017 7 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
-
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 15 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
-
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 12 commits
-
-
Douwe Maan authored
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
Now we have a PipelineEntity which is a bit smaller, mostly in bytes needing to send to the frontend. PipelineDetailsEntity is the default for the PipelineSerializer, limiting the changes needed. This commit also incorporates the review.
-
Z.J. van de Weg authored
Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397
-
Douwe Maan authored
-
Douwe Maan authored
-
Z.J. van de Weg authored
-
Lin Jen-Shin authored
-
Kamil Trzcinski authored
-
James Edwards-Jones authored
Improvements and refactorings were made while adding role based permissions for protected tags to EE. This doesn’t backport the feature, but should improve code quality and minimize divergence.
-
Yorick Peterse authored
This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
-
Luke "Jared" Bennett authored
-