gitlab-org--gitlab-foss/lib/api
Rémy Coutable 7f0431dd85 Merge branch 'fix-project-api-archived' into 'master'
Fix archived parameter for projects API

Closes #32301

See merge request gitlab-org/gitlab-ce!20566
2018-07-16 18:29:14 +00:00
..
helpers Resolve "do not set updated_at when creating note" 2018-07-12 09:26:09 +00:00
access_requests.rb Improve Member services 2018-02-27 16:02:22 +01:00
api.rb Add Avatar API 2018-06-06 10:12:52 +02:00
api_guard.rb Block access to API & git when terms are enforced 2018-05-10 17:02:27 +02:00
applications.rb Make the exposing of the Application secret more explicit 2018-01-24 09:44:07 +01:00
avatar.rb Add Avatar API 2018-06-06 10:12:52 +02:00
award_emoji.rb
badges.rb Projects and groups badges settings UI 2018-04-08 10:20:05 +00:00
boards.rb Backport from EE !5954 2018-07-04 20:48:50 +08:00
boards_responses.rb
branches.rb Fix branch API can_push attribute and add specs 2018-06-25 18:39:23 +02:00
broadcast_messages.rb
circuit_breakers.rb
commit_statuses.rb
commits.rb Allow collaboration with forks through the API 2018-07-12 12:14:54 +02:00
custom_attributes_endpoints.rb
deploy_keys.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
deployments.rb
discussions.rb Merge request and commit discussions API 2018-05-01 12:39:44 +00:00
entities.rb Merge branch 'fix-performance-problem-of-tags-query' into 'master' 2018-07-12 13:50:08 +00:00
environments.rb Support manually stopping any environment from the UI 2018-07-10 08:11:04 +00:00
events.rb Eliminate N+1 queries with authors and push_data_payload in Events API 2018-06-05 07:22:07 -07:00
features.rb Allow feature gate removal through the API 2018-04-03 16:39:08 +02:00
files.rb Add SHA256 and HEAD on File API 2018-06-28 06:10:51 +00:00
group_boards.rb Address review comments 2018-03-05 14:30:56 -03:00
group_milestones.rb
group_variables.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
groups.rb Adds with_projects optional parameter to /groups/:id API endpoint 2018-07-09 16:28:17 +01:00
helpers.rb Fix archived parameter for projects API 2018-07-16 16:25:38 +02:00
internal.rb Merge branch 'zj-internal-repo-path' into 'master' 2018-05-28 08:13:58 +00:00
issues.rb Remove N+1 query for author in issues API 2018-06-04 16:44:03 -07:00
job_artifacts.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
jobs.rb Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pipeline_id/jobs 2018-06-04 16:47:16 -07:00
keys.rb
labels.rb
lint.rb
markdown.rb enable CommonMark as the default 2018-06-14 08:30:16 +00:00
members.rb Improve Member services 2018-02-27 16:02:22 +01:00
merge_request_diffs.rb
merge_requests.rb added API docs 2018-07-05 15:44:56 +01:00
milestone_responses.rb Allow start_date as only parameter when updating Milestone via API 2018-05-24 16:05:29 +01:00
namespaces.rb
notes.rb Merge request and commit discussions API 2018-05-01 12:39:44 +00:00
notification_settings.rb
pages_domains.rb Fix get a single pages domain when project path contains a period 2018-02-19 00:12:54 -06:00
pagination_params.rb
pipeline_schedules.rb
pipelines.rb Add pipeline lists to GraphQL 2018-07-04 10:53:39 +02:00
project_export.rb Update Import/Export to use object storage (based on aa feature flag) 2018-07-06 15:46:18 +02:00
project_hooks.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
project_import.rb Extend API for importing a project export with overwrite support 2018-04-06 15:23:49 +00:00
project_milestones.rb
project_snapshots.rb Add an API endpoint to download git repository snapshots 2018-04-19 17:25:01 +01:00
project_snippets.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
projects.rb Fix archived parameter for projects API 2018-07-16 16:25:38 +02:00
projects_relation_builder.rb
protected_branches.rb wording 2018-06-06 21:01:43 +09:00
repositories.rb Allow straight diff in Compare API 2018-06-28 09:19:50 +02:00
runner.rb Web Terminal Ci Build 2018-07-05 13:55:10 +00:00
runners.rb Add missing maximum_timeout parameter 2018-07-11 09:13:28 +00:00
scope.rb
search.rb Add ability to search wiki titles 2018-06-04 11:41:37 +00:00
services.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
settings.rb Fix icon for manifest import and mention manifest feature in API 2018-07-11 12:22:57 +03:00
sidekiq_metrics.rb
snippets.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
subscriptions.rb
system_hooks.rb
tags.rb
templates.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
time_tracking_endpoints.rb
todos.rb Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'security-10-4' 2018-02-09 12:16:25 -06:00
triggers.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
users.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
variables.rb Resolve "Make a Rubocop that forbids returning from a block" 2018-04-18 09:19:40 +00:00
version.rb Replace Gitlab::REVISION with Gitlab.revision and handle installations without a .git directory 2018-05-24 10:14:01 +02:00
wikis.rb