Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude logging of API responses to prevent leakage of confidential datash-exclude-api-responses | Stan Hu | 2017-09-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'sh-add-grape-logging' into 'master' | Sean McGivern | 2017-09-07 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | Add JSON logger in `log/api_json.log` for Grape API endpoints Closes #36189 See merge request !14102 | ||||
| * | Use a custom GrapeLogging formatter to get the timestampsh-add-grape-logging | Stan Hu | 2017-09-07 | 1 | -2/+2 |
| | | |||||
| * | Fix Rubocop failures in API logger | Stan Hu | 2017-09-07 | 1 | -3/+5 |
| | | |||||
| * | Add JSON logger in `log/api_json.log` for Grape API endpoints | Stan Hu | 2017-09-06 | 1 | -0/+9 |
| | | | | | | | | Closes #36189 | ||||
* | | Merge branch 'wiki_api' into 'master' | Grzegorz Bizon | 2017-09-07 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | Add API support for wiki pages Closes #12747 See merge request !13372 | ||||
| * | Add API support for wiki pages | blackst0ne | 2017-09-07 | 1 | -0/+1 |
| | | |||||
* | | Extract job artifacts API code to a separate file | Grzegorz Bizon | 2017-09-06 | 1 | -0/+1 |
|/ | |||||
* | Add a Circuitbreaker for storage paths | Bob Van Landuyt | 2017-08-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dm-api-current-user' into 'master' | Sean McGivern | 2017-08-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Do not validate CSRF token in API unless needed Closes #35705 See merge request !13256 | ||||
| * | Do not validate CSRF token in API unless neededdm-api-current-user | Douwe Maan | 2017-08-02 | 1 | -1/+1 |
| | | |||||
* | | Extending API for protected branches | Eric | 2017-08-02 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '34519-extend-api-group-secret-variable' into 'master' | Kamil Trzciński | 2017-08-01 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | Extend API: Group Secret Variable Closes #34519 See merge request !12936 | ||||
| * | Ini | Shinya Maeda | 2017-07-19 | 1 | -0/+1 |
| | | |||||
* | | DRY the branches API requirements definition | Rémy Coutable | 2017-07-27 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch 'issue_34622' into 'master' | Sean McGivern | 2017-07-25 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Group milestones API endpoint Closes #34622 See merge request !12819 | ||||
| * | | Add group milestones API endpointissue_34622 | Felipe Artur | 2017-07-21 | 1 | -1/+2 |
| |/ | |||||
* | | Resolve "More RESTful API: include resource URLs in responses" | Oswaldo Ferreira | 2017-07-25 | 1 | -0/+1 |
|/ | |||||
* | Initial attempt at refactoring API scope declarations. | Timothy Andrew | 2017-06-28 | 1 | -1/+2 |
| | | | | | | | | | | - 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. | ||||
* | Merge branch 'dz-api-x-frame' into 'security-9-2' | DJ Mountney | 2017-06-08 | 1 | -0/+1 |
| | | | | | | Restrict API X-Frame-Options to same origin See merge request !2103 | ||||
* | Introduce an Events API | Mark Fletcher | 2017-06-06 | 1 | -0/+1 |
| | | | | | | | | | | | * 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 | ||||
* | Add feature toggles through Flipper | Alejandro Rodríguez | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | Add API support for pipeline schedule | Shinya Maeda | 2017-05-30 | 1 | -0/+1 |
| | |||||
* | Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-language | Ruben Davila | 2017-05-25 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵ | Valery Sizov | 2017-05-05 | 1 | -0/+3 |
|\ | | | | | | | skip] | ||||
| * | More updates for translations plus some refactoring. | Ruben Davila | 2017-05-03 | 1 | -0/+3 |
| | | |||||
* | | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -0/+2 |
|/ | |||||
* | API routes referencing a specific issue should use the issue `iid` | Timothy Andrew | 2017-03-07 | 1 | -0/+2 |
| | | | | | | - 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. | ||||
* | Merge branch 'zj-builds-to-jobs-api' into 'master' | Kamil Trzciński | 2017-03-06 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Rename builds to jobs in the API Closes #28515 See merge request !9463 | ||||
| * | Rename Builds to Jobs in the API | Z.J. van de Weg | 2017-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixes gitlab-org/gitlab-ce#28515 [ci skip] | ||||
* | | Cleanup common code in Unique Ips tests | Pawel Chojnacki | 2017-03-06 | 1 | -1/+1 |
| | | |||||
* | | Test various login scenarios if the limit gets enforced | Pawel Chojnacki | 2017-03-06 | 1 | -0/+4 |
|/ | |||||
* | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basic | Toon Claes | 2017-03-03 | 1 | -0/+1 |
| | | | | | | | | 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`. | ||||
* | Merge branch '27532_api_changes' into 'master' | Sean McGivern | 2017-03-03 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096 | ||||
| * | Use iids as filter parameter | Jarka Kadlecova | 2017-03-02 | 1 | -0/+1 |
| | | |||||
* | | Expose ApplicationSetting visibility settings as String | Toon Claes | 2017-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility | ||||
* | | Expose Snippet VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -0/+1 |
|/ | |||||
* | Backport API to V3 | Robert Schilling | 2017-02-28 | 1 | -1/+8 |
| | |||||
* | Merge branch 'feature/runners-v4-api' into 'master' | Kamil Trzciński | 2017-02-27 | 1 | -0/+1 |
|\ | | | | | | | | | Add Runner registration/deletion API See merge request !9246 | ||||
| * | Rename API::Ci to API::Runnerfeature/runners-v4-api | Tomasz Maczukin | 2017-02-16 | 1 | -1/+1 |
| | | |||||
| * | Add Runner registration/deletion API | Tomasz Maczukin | 2017-02-16 | 1 | -0/+1 |
| | | |||||
* | | Backport groups API to V3 | Robert Schilling | 2017-02-24 | 1 | -0/+1 |
| | | |||||
* | | Remove deprecated `upvotes` and `downvotes` from the notes API | Robert Schilling | 2017-02-22 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' | Rémy Coutable | 2017-02-22 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936 | ||||
| * | | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branch | Oswaldo Ferreira | 2017-02-21 | 1 | -0/+2 |
| | | | |||||
* | | | API: Make subscription API more RESTfuL | Robert Schilling | 2017-02-21 | 1 | -0/+1 |
|/ / | |||||
* | | Backport Todos API to V3api-todos-restful | Robert Schilling | 2017-02-21 | 1 | -0/+1 |
| | | |||||
* | | Backport API to v3paginate-all-the-things | Robert Schilling | 2017-02-17 | 1 | -0/+9 |
|/ | |||||
* | Remove deprecated templates endpoints in V422818-licence-gitignore-and-yml-endpoints-removal | Oswaldo Ferreira | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | Add member: Always return 409 when a member exists | Jarka Kadlecova | 2017-02-10 | 1 | -0/+1 |
| |