Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-24Add application create APINicolas MERELLI
2018-01-09Save user ID and username in Grape API log (api_json.log)Stan Hu
This will enable admins to identify who actually made the API request. Relates to #36960
2018-01-04EE-BACKPORT group boardsFelipe Artur
2017-11-09Merge branch '36099-api-responses-missing-x-content-type-options-header' ↵Douwe Maan
into '10-1-stable' Include X-Content-Type-Options (XCTO) header into API responses See merge request gitlab/gitlabhq!2211 (cherry picked from commit 6c818e77f2abeef2dd7b17a269611b018701fa79) e087e075 Include X-Content-Type-Options (XCTO) header into API responses
2017-11-02Remove Session APIDouwe Maan
2017-10-22Add pages domains API implementationTravis Miller
2017-10-13Adds requirements that supports anything in sha paramsGuilherme Vieira
2017-09-13Exclude logging of API responses to prevent leakage of confidential dataStan Hu
2017-09-07Merge branch 'sh-add-grape-logging' into 'master'Sean McGivern
Add JSON logger in `log/api_json.log` for Grape API endpoints Closes #36189 See merge request !14102
2017-09-07Use a custom GrapeLogging formatter to get the timestampStan Hu
2017-09-07Fix Rubocop failures in API loggerStan Hu
2017-09-07Merge branch 'wiki_api' into 'master'Grzegorz Bizon
Add API support for wiki pages Closes #12747 See merge request !13372
2017-09-07Add JSON logger in `log/api_json.log` for Grape API endpointsStan Hu
Closes #36189
2017-09-07Add API support for wiki pagesblackst0ne
2017-09-06Extract job artifacts API code to a separate fileGrzegorz Bizon
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-08-03Merge branch 'dm-api-current-user' into 'master'Sean McGivern
Do not validate CSRF token in API unless needed Closes #35705 See merge request !13256
2017-08-02Do not validate CSRF token in API unless neededDouwe Maan
2017-08-02Extending API for protected branchesEric
2017-08-01Merge branch '34519-extend-api-group-secret-variable' into 'master'Kamil Trzciński
Extend API: Group Secret Variable Closes #34519 See merge request !12936
2017-07-27DRY the branches API requirements definitionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-25Merge branch 'issue_34622' into 'master'Sean McGivern
Group milestones API endpoint Closes #34622 See merge request !12819
2017-07-25Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira
2017-07-21Add group milestones API endpointFelipe Artur
2017-07-19IniShinya Maeda
2017-06-28Initial attempt at refactoring API scope declarations.Timothy Andrew
- Declaring an endpoint's scopes in a `before` block has proved to be unreliable. For example, if we're accessing the `API::Users` endpoint - code in a `before` block in `API::API` wouldn't be able to see the scopes set in `API::Users` since the `API::API` `before` block runs first. - This commit moves these declarations to the class level, since they don't need to change once set.
2017-06-08Merge branch 'dz-api-x-frame' into 'security-9-2'DJ Mountney
Restrict API X-Frame-Options to same origin See merge request !2103
2017-06-06Introduce an Events APIMark Fletcher
* 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
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-30Add API support for pipeline scheduleShinya Maeda
2017-05-25Bugfix: Always use the default language when generating emails.Ruben Davila
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-03-07API routes referencing a specific issue should use the issue `iid`Timothy Andrew
- As opposed to the issue `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4.
2017-03-06Merge branch 'zj-builds-to-jobs-api' into 'master' Kamil Trzciński
Rename builds to jobs in the API Closes #28515 See merge request !9463
2017-03-06Cleanup common code in Unique Ips testsPawel Chojnacki
2017-03-06Test various login scenarios if the limit gets enforcedPawel Chojnacki
2017-03-06Rename Builds to Jobs in the APIZ.J. van de Weg
Fixes gitlab-org/gitlab-ce#28515 [ci skip]
2017-03-03Expose pipelines as PipelineBasic `projects/:id/pipelines`Toon Claes
The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`.
2017-03-03Merge branch '27532_api_changes' into 'master' Sean McGivern
Use iids as filter parameter Closes #27532 See merge request !9096
2017-03-02Use iids as filter parameterJarka Kadlecova
2017-03-02Expose ApplicationSetting visibility settings as StringToon Claes
Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
2017-03-02Expose Snippet VisibilityLevel as StringToon Claes
2017-02-28Backport API to V3Robert Schilling
2017-02-27Merge branch 'feature/runners-v4-api' into 'master' Kamil Trzciński
Add Runner registration/deletion API See merge request !9246
2017-02-24Backport groups API to V3Robert Schilling
2017-02-22Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling
2017-02-22Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable
Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira