Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove /projects/:id/keys/.. endpoints | Robert Schilling | 2017-02-07 | 1 | -0/+1 |
| | |||||
* | Remove deprecated 'expires_at' from project snippets API | Robert Schilling | 2017-02-07 | 1 | -0/+1 |
| | |||||
* | Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changes | Oswaldo Ferreira | 2017-02-06 | 1 | -0/+2 |
| | |||||
* | Remain V3 endpoint unchanged | Oswaldo Ferreira | 2017-01-30 | 1 | -1/+6 |
| | |||||
* | Don't instrument 405 Grape calls26051-fix-missing-endpoint-route-method | Rémy Coutable | 2017-01-09 | 1 | -1/+5 |
| | | | | | | Fixes #26051. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Calls to the API are checked for scope. | Timothy Andrew | 2016-12-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | - Move the `Oauth2::AccessTokenValidationService` class to `AccessTokenValidationService`, since it is now being used for personal access token validation as well. - Each API endpoint declares the scopes it accepts (if any). Currently, the top level API module declares the `api` scope, and the `Users` API module declares the `read_user` scope (for GET requests). - Move the `find_user_by_private_token` from the API `Helpers` module to the `APIGuard` module, to avoid littering `Helpers` with more auth-related methods to support `find_user_by_private_token` | ||||
* | API: Endpoint to expose personal snippets as /snippets | Guyzmo | 2016-12-01 | 1 | -0/+1 |
| | | | | | | | | | | Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net> | ||||
* | Merge branch 'api-order-mounts' into 'master' | Rémy Coutable | 2016-10-13 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Sort API mounts ## What does this MR do? Sort the API mounts. ## Why was this MR needed? The API mounts are unsorted. See merge request !6831 | ||||
| * | Sort API mountsapi-order-mounts | Robert Schilling | 2016-10-13 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'api-version' into 'master' | Robert Speicher | 2016-10-12 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Version information ## What does this MR do? Adds a new endpoint to retrieve the version information. ## Why was this MR needed? Clients can now use this information to enable/disable certain API features depending on the version. ## What are the relevant issue numbers? Closes #22608, https://gitlab.com/gitlab-org/gitlab-ce/issues/23148 See merge request !6822 | ||||
| * | | API: Version informationapi-version | Robert Schilling | 2016-10-12 | 1 | -0/+1 |
| |/ | |||||
* | | Create a new /templates API namespace | Thomas Balthazar | 2016-10-12 | 1 | -1/+0 |
|/ | | | | | | The /licenses, /gitignores and /gitlab_ci_ymls endpoints are now also available under a new /templates namespace. Old endpoints will be deprecated when GitLab 9.0.0 is released. | ||||
* | Replace undefined Grape routing code from 400 to 404 | Dmitriy Zaporozhets | 2016-10-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Catch any undefined API routing and return 400 Bad Request | Dmitriy Zaporozhets | 2016-10-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Added Issue Board API support | Andre Guedes | 2016-10-05 | 1 | -0/+1 |
| | | | | - Includes documentation and tests | ||||
* | Keep API mounts in alphabetical order | Achilleas Pipinellis | 2016-09-25 | 1 | -1/+2 |
| | |||||
* | Add notification_settings API calls | Marc Siegfriedt | 2016-09-09 | 1 | -0/+1 |
| | | | | Use NotificationSetting::EMAIL_EVENTS for params | ||||
* | Move lint to api from ci/api | Katarzyna Kobierska | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | Add BroadcastMessage API implementation | Robert Speicher | 2016-08-31 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dz-merge-request-version' | Douwe Maan | 2016-08-25 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'master' into dz-merge-request-version | Dmitriy Zaporozhets | 2016-08-19 | 1 | -0/+2 |
| |\ | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * \ | Merge branch 'master' into dz-merge-request-version | Dmitriy Zaporozhets | 2016-08-15 | 1 | -4/+10 |
| |\ \ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |