| .. |
|
helpers
|
Merge branch '28447-hybrid-repository-storages' into 'master'
|
2017-03-07 16:55:03 +00:00 |
|
v3
|
Make API v3 work with the new param name
|
2017-03-13 08:27:52 +01:00 |
|
access_requests.rb
|
Revert "Prefer leading style for Style/DotPosition"
|
2017-02-23 09:33:05 -06:00 |
|
api.rb
|
API routes referencing a specific issue should use the issue `iid`
|
2017-03-07 13:06:42 +05:30 |
|
api_guard.rb
|
Enable and autocorrect the CustomErrorClass cop
|
2017-03-01 15:28:10 +00:00 |
|
award_emoji.rb
|
Implement review comments from @dbalexandre
|
2017-03-07 13:56:00 +05:30 |
|
boards.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
branches.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
broadcast_messages.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
commit_statuses.rb
|
Fix updaing commit status with optional attributes
|
2017-03-01 13:59:15 +01:00 |
|
commits.rb
|
Returns correct header data for commits endpoint
|
2017-03-07 22:56:31 -03:00 |
|
deploy_keys.rb
|
API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`
|
2017-02-20 09:33:42 +01:00 |
|
deployments.rb
|
Move `api/v3/deployments` to the correct namespace
|
2017-03-06 12:21:04 -05:00 |
|
entities.rb
|
Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonation_token'
|
2017-03-07 09:29:55 -06:00 |
|
environments.rb
|
Add environment `/stop` action
|
2017-02-28 15:34:38 +01:00 |
|
files.rb
|
Remove unecessary endpoint from repository, add compatibility endpoints for v3 and several improvements
|
2017-03-07 22:20:38 -03:00 |
|
groups.rb
|
Expose Group VisibilityLevel as String
|
2017-03-02 12:15:24 +01:00 |
|
helpers.rb
|
use the policy stack to protect logins
|
2017-03-09 11:49:52 -08:00 |
|
internal.rb
|
Add internal endpoint to notify post-receive to Gitaly
|
2017-03-01 18:46:59 -03:00 |
|
issues.rb
|
Rename variable
|
2017-03-13 08:27:52 +01:00 |
|
jobs.rb
|
Remove user_can_download_artifacts
|
2017-03-07 23:45:32 +01:00 |
|
keys.rb
|
…
|
|
|
labels.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
lint.rb
|
…
|
|
|
members.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
merge_request_diffs.rb
|
Migrate the MergeRequestDiffs API to use `merge_request_iid`
|
2017-03-07 13:55:59 +05:30 |
|
merge_requests.rb
|
API routes referencing a specific merge request should use the MR `iid`
|
2017-03-07 13:06:42 +05:30 |
|
milestones.rb
|
Order milestone issues by position ascending in api
|
2017-03-09 18:43:07 +00:00 |
|
namespaces.rb
|
Use the pagination helper in the API
|
2016-12-04 18:11:19 +01:00 |
|
notes.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
notification_settings.rb
|
Use declared_params helper in API
|
2016-11-14 15:22:06 +01:00 |
|
pagination_params.rb
|
Paginate all endpoints that return an array
|
2017-02-16 15:32:01 +01:00 |
|
pipelines.rb
|
Expose pipelines as PipelineBasic `projects/:id/pipelines`
|
2017-03-03 09:52:04 +01:00 |
|
project_hooks.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
project_snippets.rb
|
Use string based `visibility` getter & setter
|
2017-03-02 12:15:25 +01:00 |
|
projects.rb
|
Rename query parameter to `membership`
|
2017-03-03 13:42:39 +01:00 |
|
repositories.rb
|
Remove unecessary endpoint from repository, add compatibility endpoints for v3 and several improvements
|
2017-03-07 22:20:38 -03:00 |
|
runner.rb
|
Add minor refactoring
|
2017-03-07 12:30:34 +01:00 |
|
runners.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
services.rb
|
Added Prometheus Service and Prometheus graphs
|
2017-03-07 16:57:42 +00:00 |
|
session.rb
|
adds impersonator variable and makes sudo usage overall more clear
|
2016-12-07 14:42:51 +00:00 |
|
settings.rb
|
Override setters so it also accepts string visibility levels
|
2017-03-02 16:31:22 +01:00 |
|
sidekiq_metrics.rb
|
Grapify the sidekiq metrics API
|
2016-11-23 13:36:52 +01:00 |
|
snippets.rb
|
Use string based `visibility` getter & setter
|
2017-03-02 12:15:25 +01:00 |
|
subscriptions.rb
|
Remove last merge_request endpoint
|
2017-02-23 14:15:06 +01:00 |
|
system_hooks.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
tags.rb
|
Return 204 for delete endpoints
|
2017-02-28 08:32:38 +01:00 |
|
templates.rb
|
Backport API to v3
|
2017-02-17 09:05:24 +01:00 |
|
time_tracking_endpoints.rb
|
Fix time tracking endpoints for API v4
|
2017-03-07 13:56:00 +05:30 |
|
todos.rb
|
Migrate the Todos API to use `issuable_iid`
|
2017-03-07 13:55:59 +05:30 |
|
triggers.rb
|
Rename `/take` to `/take_ownership`, expose `owner` in `v3`.
|
2017-03-06 12:00:15 +01:00 |
|
users.rb
|
use a magic default :global symbol instead of nil
|
2017-03-09 11:49:52 -08:00 |
|
variables.rb
|
Backport API to V3
|
2017-02-28 08:32:39 +01:00 |
|
version.rb
|
…
|
|