Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort API mountsapi-order-mounts | Robert Schilling | 2016-10-13 | 1 | -4/+4 |
| | |||||
* | 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> | ||||
| * | | | Add API to list merge request diff versions | Dmitriy Zaporozhets | 2016-08-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Add Sentry logging to API callsadd-sentry-logging-to-api | Stan Hu | 2016-08-24 | 1 | -10/+2 |
| |_|/ |/| | | | | | | | | Closes #21043 | ||||
* | | | Add deployment endpoints | Z.J. van de Weg | 2016-08-18 | 1 | -0/+1 |
| | | | |||||
* | | | Add endpoints for pipelines | Z.J. van de Weg | 2016-08-18 | 1 | -0/+1 |
| |/ |/| | |||||
* | | New AccessRequests API endpoints for Group & Project | Rémy Coutable | 2016-08-10 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Also, mutualize AccessRequests and Members endpoints for Group & Project. New API documentation for the AccessRequests endpoints. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Retain old behavior | Connor Shea | 2016-08-09 | 1 | -2/+4 |
|/ | |||||
* | Use Grape DSL for environment endpoints | Z.J. van de Weg | 2016-07-29 | 1 | -0/+4 |
| | | | | Also a couple of minor edits for this branch are included | ||||
* | Add API support for environments | Z.J. van de Weg | 2016-07-29 | 1 | -0/+1 |
| | |||||
* | Add Todos API | Douglas Barbosa Alexandre | 2016-07-01 | 1 | -0/+1 |
| | |||||
* | Rename Licenses API to License Templates API | Drew Blessing | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Refactor Gitlab::Gitignores | ZJ van de Weg | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | Add endpoints for award emoji on notes | Z.J. van de Weg | 2016-06-17 | 1 | -1/+0 |
| | | | | Docs also added. | ||||
* | Sort API endpoints and implement feedback | Z.J. van de Weg | 2016-06-17 | 1 | -25/+26 |
| | |||||
* | Add endpoints for Award Emoji | Z.J. van de Weg | 2016-06-17 | 1 | -0/+1 |
| | | | | | This only supports Issues and MergeRequests right now because of the consistency of the routes those models provide. | ||||
* | Added missing mount point for Sidekiq Metrics API, after it got lost on rebase. | Patricio Cano | 2016-06-17 | 1 | -0/+1 |
| | |||||
* | Backend for a gitignores dropdown | Zeger-Jan van de Weg | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 1 | -0/+1 |
| | | | | Closes #15638 | ||||
* | Fix a few places where autoloading would fail | Rémy Coutable | 2016-05-10 | 1 | -35/+34 |
| | | | | | | | | | | | - Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Initial implementation if license template selector and /licenses/:key API ↵ | Anton Davydov | 2016-04-18 | 1 | -0/+1 |
| | | | | endpoint | ||||
* | Add basic runners management API | Tomasz Maczukin | 2016-02-19 | 1 | -0/+1 |
| | | | | | | | - add feature to list runners - add feature to show runners details - add feature to delete runner - add feature to update runner | ||||
* | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2016-01-14 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Fix version Fix specs and rubocop warnings Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages fixed LDAP activation on login to use new ldap_blocked state Fix Admin/Users view to position buttons without spacing magic Update to Go 1.5.3 Fix the undefinded variable error in Project's safe_import_url method Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Fix misaligned edit button in milestone collection partial Update button styles for Milestones#show Modify builds API documentation style [ci skip] Modify :ci_variable factory Ensure the API doesn't return notes that the current user shouldn't see Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add spec for Note#cross_reference_not_visible_for? Remove (invalid) timestamp formatting Move `BroadcastMessage#status` to a helper since it's presentational Update CHANGELOG ... Conflicts: doc/api/README.md lib/api/api.rb lib/api/entities.rb | ||||
| * | Remove blank line | Tomasz Maczukin | 2016-01-12 | 1 | -1/+0 |
| | | |||||
| * | Add features for list and show details of variables in API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+2 |
| | | |||||
* | | Add some fixes | Tomasz Maczukin | 2016-01-12 | 1 | -1/+0 |
| | | |||||
* | | Add builds API (listing, showing trace) | Tomasz Maczukin | 2015-12-24 | 1 | -0/+2 |
|/ | |||||
* | Reimplement Trigger API | Kamil Trzcinski | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | Move git tags API to separate file | Dmitriy Zaporozhets | 2015-11-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix API::APIHelpers -> API::Helpers; | Jason Lee | 2015-10-23 | 1 | -1/+1 |
| | | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb; | ||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+1 |
| | |||||
* | Add API method for get user by ID of an SSH key | Artem V. Navrotskiy | 2015-09-03 | 1 | -0/+1 |
| | |||||
* | API to set application settings for admin | Dmitriy Zaporozhets | 2015-07-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Send 500 errors as JSON in the API | jubianchi | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | Rubocop enabled for: Use spaces inside hash literal braces | Dmitriy Zaporozhets | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Doorkeeper integration | Valery Sizov | 2014-12-24 | 1 | -0/+1 |
| | |||||
* | Split group members api | Dmitriy Zaporozhets | 2014-10-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -0/+1 |
| | |||||
* | Move branches api to separate class | Dmitriy Zaporozhets | 2014-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project members api to separate file | Dmitriy Zaporozhets | 2014-03-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'feature/api_fle_encoded' into 'master' | Dmitriy Zaporozhets | 2014-02-18 | 1 | -0/+1 |
|\ | | | | | | | | | | | Complete api files CRUD Adds ability to read file from repository with content encoded with Base64. |