An error occurred fetching the project authors.
- 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
-
- 02 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 31 May, 2017 1 commit
-
-
vanadium23 authored
-
- 30 May, 2017 1 commit
-
-
blackst0ne authored
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
-
- 18 May, 2017 1 commit
-
-
Marcia Ramos authored
-
- 10 May, 2017 1 commit
-
-
Marcia Ramos authored
-
- 03 May, 2017 1 commit
-
-
Mark Fletcher authored
+ The statistics parameter was already accepted * This commit ensure that it is respected for GET /projects/:id endpoint + Add documentation of the parameter and update the example response for stats
-
- 01 May, 2017 1 commit
-
-
Mark Fletcher authored
* Only supported for the GET /projects endpoint
-
- 21 Apr, 2017 1 commit
-
-
Marion Deveaud authored
-
- 10 Apr, 2017 1 commit
-
-
Achilleas Pipinellis authored
-
- 08 Apr, 2017 2 commits
-
-
Achilleas Pipinellis authored
-
Dawid Goslawski authored
-
- 07 Mar, 2017 1 commit
-
-
Toon Claes authored
It returns all projects visible for the authenticated user, not just the project they are member of.
-
- 06 Mar, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 03 Mar, 2017 2 commits
-
-
Toon Claes authored
The query parameter `membership` should be more self-explaining.
-
Oswaldo Ferreira authored
-
- 02 Mar, 2017 1 commit
-
-
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.
-
- 01 Mar, 2017 2 commits
-
-
Robert Schilling authored
-
James Lopez authored
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
-
- 27 Feb, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 22 Feb, 2017 2 commits
-
-
Mark Fletcher authored
-
Robert Schilling authored
-
- 20 Feb, 2017 1 commit
-
-
Robert Schilling authored
-
- 14 Feb, 2017 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Toon Claes authored
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
-
- 13 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 08 Feb, 2017 1 commit
-
-
Markus Koller authored
Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730
-
- 07 Feb, 2017 1 commit
-
-
Toon Claes authored
The create and edit actions for projects had these parameters: - `public` (optional) - if true same as setting `visibility_level = 20` - `visibility_level` (optional) Remove the `public` parameter to avoid contradiction.
-
- 21 Dec, 2016 1 commit
-
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
- 15 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 02 Dec, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 28 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 24 Nov, 2016 3 commits
-
-
Luis Alonso Chavez Armendariz authored
-
Robert Schilling authored
You can only assign default_branch when editing a project or when creating a project for a specified user [ci skip] You can only assign default_branch when editing a project [ci skip]
-
Ruben Davila authored
-
- 23 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 18 Nov, 2016 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 04 Nov, 2016 1 commit
-
-
Rodolfo Santos authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 01 Nov, 2016 2 commits
-
-
Sean McGivern authored
-
Gauvain Pocentek authored
The UI allows to define a token to validate payload on the target URL, this patch adds the feature to the API.
-