- 02 Mar, 2017 40 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337
-
Toon Claes authored
Override the `ApplicationSetting` default visibility_level setters so they accept strings & integers for the levels.
-
Annabel Dunstone Gray authored
Removes random border on event items on mobile See merge request !9654
-
Dmitriy Zaporozhets authored
Use full group name in GFM group reference title See merge request !9642
-
Dmitriy Zaporozhets authored
Add filter and sorting to dashboard groups page See merge request !9619
-
Sean McGivern authored
Update Rubyzip to 1.2.1 Closes #28933 See merge request !9660
-
Achilleas Pipinellis authored
Add docs on how to install GitLab on GCP Closes #28868 See merge request !9662
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Remove deprecated build status badge and related services Closes #14757 See merge request !9620
-
Jacob Schatz authored
Don't copy tooltip when copying GFM Closes #28802 See merge request !9563
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Correct the return code description for 204 See merge request !9648
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
CORS: Whitelist pagination headers Closes #28405 See merge request !9651
-
Filipa Lacerda authored
Remove jQuery UI Closes #18437 See merge request !9649
-
Toon Claes authored
Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value.
-
Toon Claes authored
And add changelog entry.
-
Toon Claes authored
Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
-
Toon Claes authored
-
Toon Claes authored
Because environments also expose the project, ensure the projects are exposed as they were before in API v3.
-
Toon Claes authored
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
-
Kamil Trzciński authored
Fix updaing commit status when using optional attributes Closes #28656 and #25784 See merge request !9618
-
Filipa Lacerda authored
-
Sean McGivern authored
API issues - support filtering by iids Closes #28257 See merge request !9541
-
Grzegorz Bizon authored
-
Rémy Coutable authored
cleanup SSH key details Closes #28896 See merge request !9643
-
Ben Bodenmiller authored
-
Rémy Coutable authored
Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
-
Phil Hughes authored
It was taking up space when it didn't really need to be taking up space
-
Robert Schilling authored
-
Phil Hughes authored
jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
-
Robert Schilling authored
-
Rémy Coutable authored
Merge branch '28805-download-archive-with-branch-like-feature-xxxx-add-extra-directory-level' into 'master' Ensure archive download is only one directory deep Closes #28805 See merge request !9616
-
Toon Claes authored
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
-
Toon Claes authored
For the API, the VisibilityLevel will be exposed as String instead of Integer. So add the string values and method to translate a level integer to a string.
-
Mark Fletcher authored
-
Mark Fletcher authored
- Also remove a redundant test
-
Robert Speicher authored
Add internal endpoint to notify post-receive to Gitaly See merge request !8983
-
Alfredo Sumaran authored
Fix ES6 interpolation in GitLabCrop class Closes #28647 See merge request !9624
-