From 3bb92fbffddccedec5f03b4ea31c025ef745c345 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 27 Jul 2020 21:09:16 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .../boards/components/board_new_issue.vue | 2 +- .../boards/components/modal/tabs.vue | 2 +- .../boards/components/project_select.vue | 2 +- .../clusters/components/application_row.vue | 2 +- .../clusters/components/applications.vue | 2 +- .../commit/pipelines/pipelines_table.vue | 2 +- .../diffs/components/diff_line_note_form.vue | 2 +- .../components/environments_table.vue | 2 +- .../commit_sidebar/list_collapsed.vue | 2 +- .../jobs/components/artifacts_block.vue | 2 +- .../releases/components/app_edit_new.vue | 2 +- .../javascripts/reports/components/modal.vue | 2 +- .../viewers/download_viewer.vue | 2 +- app/assets/stylesheets/framework/common.scss | 1 - app/graphql/mutations/issues/update.rb | 6 + app/models/packages/package_file.rb | 2 +- .../_account_and_limit.html.haml | 2 +- app/views/admin/groups/show.html.haml | 2 +- app/views/admin/health_check/show.html.haml | 2 +- .../ci/runner/_how_to_setup_runner.html.haml | 2 +- .../groups/settings/_pages_settings.html.haml | 2 +- app/views/projects/branches/_panel.html.haml | 2 +- app/views/projects/ci/lints/show.html.haml | 4 +- .../_service_desk_info_content.html.haml | 4 +- app/views/projects/labels/index.html.haml | 4 +- .../projects/mirrors/_ssh_host_keys.html.haml | 2 +- .../projects/pages/_pages_settings.html.haml | 2 +- .../pipeline_schedules/_form.html.haml | 2 +- app/views/projects/pipelines/new.html.haml | 2 +- .../settings/ci_cd/_autodevops_form.html.haml | 2 +- app/views/projects/starrers/index.html.haml | 2 +- app/views/search/_results.html.haml | 2 +- app/views/shared/_group_form.html.haml | 2 +- app/views/shared/issuable/_form.html.haml | 2 +- ...flare-cert-docs-from-gitlab-pages-docs.yml | 5 + changelogs/unreleased/36319-follow-up.yml | 5 + .../dblessing-external-auth-gitlab-http.yml | 5 + ...-email-unconfirmed-message-in-git-auth.yml | 5 + .../graphql/reference/gitlab_schema.graphql | 41 ++++++ doc/api/graphql/reference/gitlab_schema.json | 139 ++++++++++++++++++ doc/api/graphql/reference/index.md | 10 ++ doc/ci/large_repositories/index.md | 12 ++ doc/development/documentation/styleguide.md | 1 + doc/user/clusters/applications.md | 8 +- .../index.md | 13 +- doc/user/project/pages/index.md | 1 - lib/gitlab/auth/user_access_denied_reason.rb | 6 + lib/gitlab/external_authorization/client.rb | 11 +- lib/gitlab/external_authorization/response.rb | 10 +- locale/gitlab.pot | 15 ++ package.json | 2 +- spec/graphql/mutations/issues/update_spec.rb | 13 +- .../auth/user_access_denied_reason_spec.rb | 8 + .../external_authorization/client_spec.rb | 24 ++- .../external_authorization/response_spec.rb | 20 +-- .../graphql/mutations/issues/update_spec.rb | 41 ++++++ yarn.lock | 8 +- 57 files changed, 399 insertions(+), 81 deletions(-) create mode 100644 changelogs/unreleased/231584-remove-link-to-cloudflare-cert-docs-from-gitlab-pages-docs.yml create mode 100644 changelogs/unreleased/36319-follow-up.yml create mode 100644 changelogs/unreleased/dblessing-external-auth-gitlab-http.yml create mode 100644 changelogs/unreleased/show-email-unconfirmed-message-in-git-auth.yml create mode 100644 spec/requests/api/graphql/mutations/issues/update_spec.rb diff --git a/app/assets/javascripts/boards/components/board_new_issue.vue b/app/assets/javascripts/boards/components/board_new_issue.vue index 02ac45f8ef9..34e8438ba4c 100644 --- a/app/assets/javascripts/boards/components/board_new_issue.vue +++ b/app/assets/javascripts/boards/components/board_new_issue.vue @@ -119,7 +119,7 @@ export default { autocomplete="off" /> -
+