- Jan 24, 2018
-
-
- Jan 22, 2018
-
-
- Jan 21, 2018
-
-
Mark Fletcher authored
-
- Jan 19, 2018
-
-
Mark Fletcher authored
-
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- Jan 18, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 17, 2018
-
-
Nick Thomas authored
-
Jacopo authored
Adds sorting to deployments API through the `order_by` and sort `fields`.
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
Sean McGivern authored
check project access on MR create See merge request gitlab/gitlabhq!2273 (cherry picked from commit 1fe2325d6ef2bced4c5e97b57691c894f38b2834) 43e85f49 check project access on MR create
-
Stan Hu authored
Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
-
- Jan 16, 2018
-
-
Jacopo authored
Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
-
- Jan 15, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 14, 2018
-
-
Matija Čupić authored
-
- Jan 13, 2018
-
-
Matija Čupić authored
-
- Jan 11, 2018
-
-
-
Sean McGivern authored
-
- Jan 10, 2018
-
-
Tony Rom authored
-
- Jan 09, 2018
-
-
-
Stan Hu authored
This will enable admins to identify who actually made the API request. Relates to #36960
-
- Jan 08, 2018
-
-
James Edwards-Jones authored
-
Pablo Carranza authored
Add find key by base64 key or fingerprint to the internal API See merge request !250 Squashed changes: Add unique index to fingerprint Add new index to schema Add internal api to get ssh key by fingerprint Change API endpoint to authorized_keys Add InsecureKeyFingerprint that calculates the fingerprint without shelling out Add require for gitlab key fingerprint Remove uniqueness of fingerprint index Remove unique option from migration Fix spec style in fingerprint test Fix rubocop complain Extract insecure key fingerprint to separate file Change migration to support building index concurrently Remove those hideous tabs
-
- Jan 05, 2018
-
-
Brent Greeff authored
-
- Jan 04, 2018
-
-
Felipe Artur authored
-
Mayra Cabrera authored
-
Alexis Reigel authored
-
- Jan 03, 2018
-
-
Luc Didry authored
-
Rubén Dávila authored
In some cases is prefered to manually create a ProjectWiki over using Project#wiki. This is because Project#wiki always uses the #owner (which is a User sometimes) as the author of the wiki changes but sometimes the owner is a Group and it doesn't respond to #username
-
- Jan 02, 2018
-
-
Oswaldo Ferreir authored
-
- Dec 24, 2017
-
-
Stan Hu authored
On GitLab.com, there are write deploy keys with no associated users. Pushes with these deploy keys end with an Error 500 since we attempt to look up redirect message. If there is no user, don't attempt to display a redirect message. Closes #41466
-
- Dec 22, 2017
-
-
blackst0ne authored
-
- Dec 21, 2017
-
-
Kamil Trzcińśki authored
-
- Dec 20, 2017
-
-
Mark Fletcher authored
-
- Dec 15, 2017
-
-
Tony Rom authored
-
- Dec 14, 2017
-
-
haseeb authored
-
- Dec 13, 2017
-
-
Jacopo authored
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
-
- Dec 08, 2017
-
-
Sean McGivern authored
Prevent creating issues through API without having permissions See merge request gitlab/gitlabhq!2225 (cherry picked from commit c298bbaa88883343dc9cbbb6abec0808fb3b546c) 915b97c5 Prevent creating issues through API without having permissions
-
Douwe Maan authored
[10.2] Ensure we expose group projects using GroupProjectsFinder See merge request gitlab/gitlabhq!2234 (cherry picked from commit 072f8f2fd6ec794645375a16ca4ddc1cbeb76d7a) a2240338 Ensure we expose group projects using GroupProjectsFinder
-