gitlab-org--gitlab-foss/lib/api
Rémy Coutable 2b5aa3efb8 Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'
Allows to work with execute permissions in GitLab API

Closes #43832

See merge request gitlab-org/gitlab-ce!21866
2018-09-27 10:28:27 +00:00
..
helpers Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
access_requests.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
api.rb Use ResourceLabelEvent for tracking label changes 2018-09-07 13:39:20 +00:00
api_guard.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
applications.rb
avatar.rb Add Avatar API 2018-06-06 10:12:52 +02:00
award_emoji.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
badges.rb
boards.rb Backport issue board milestone lists EE changes 2018-08-07 17:29:06 +00:00
boards_responses.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
branches.rb Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
broadcast_messages.rb
circuit_breakers.rb
commit_statuses.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
commits.rb Adds chmod action to POST /projects/:id/repository/commits API 2018-09-27 11:51:15 +02:00
custom_attributes_endpoints.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
deploy_keys.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
deployments.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
discussions.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
entities.rb add user's public_email attribute to api 2018-09-27 11:33:55 +02:00
environments.rb Support manually stopping any environment from the UI 2018-07-10 08:11:04 +00:00
events.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
features.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
files.rb Resolve "500 Internal Server Error: Cherrypick commit with empty branch name" 2018-09-11 22:02:09 +00:00
group_boards.rb Backport issue board milestone lists EE changes 2018-08-07 17:29:06 +00:00
group_milestones.rb Allow to delete group milestones 2018-08-06 17:31:47 -03:00
group_variables.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
groups.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
helpers.rb Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
internal.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
issues.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
job_artifacts.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
jobs.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
keys.rb Add an option to have a private profile on GitLab 2018-07-24 12:46:19 +00:00
labels.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
lint.rb
markdown.rb enable CommonMark as the default 2018-06-14 08:30:16 +00:00
members.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
merge_request_diffs.rb
merge_requests.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
milestone_responses.rb
namespaces.rb
notes.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
notification_settings.rb Allow global event list containing all events 2018-08-14 15:03:27 +08:00
pages_domains.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pagination_params.rb
pipeline_schedules.rb Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
pipelines.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
project_export.rb refactor code based on feedback 2018-09-07 14:43:51 +02:00
project_hooks.rb Filter project hooks by branch 2018-08-13 13:20:58 +02:00
project_import.rb
project_milestones.rb Allow to delete group milestones 2018-08-06 17:31:47 -03:00
project_snapshots.rb
project_snippets.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
projects.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
projects_relation_builder.rb Updates code using class_methods over module ClassMethods 2018-08-29 16:56:34 +02:00
protected_branches.rb Remove EE-specific code from ProtectedRefAccess 2018-09-17 19:36:53 +08:00
protected_tags.rb Remove EE-specific code from ProtectedRefAccess 2018-09-17 19:36:53 +08:00
repositories.rb Get the merge-base of 2 refs trough the API 2018-08-13 11:58:54 +02:00
resource_label_events.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
runner.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
runners.rb add status param to runners api 2018-09-15 21:39:26 +02:00
scope.rb
search.rb Add ability to search wiki titles 2018-06-04 11:41:37 +00:00
services.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
settings.rb Remove background job throttling feature 2018-09-24 18:41:14 +03:00
sidekiq_metrics.rb
snippets.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
subscriptions.rb
system_hooks.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
tags.rb
templates.rb Allow the TemplateFinder to handle licenses as well 2018-09-05 15:10:39 +01:00
time_tracking_endpoints.rb
todos.rb
triggers.rb Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
users.rb Merge branch 'rubocop-code-reuse' into 'master' 2018-09-13 14:53:05 +00:00
variables.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
version.rb
wikis.rb Uploads to wiki stored inside the wiki git repository 2018-09-04 10:39:08 +00:00