From 4a882000a94d1043b536e078a0e3571bdb0077d3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 May 2021 15:10:25 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- .gitlab/ci/frontend.gitlab-ci.yml | 2 +- GITALY_SERVER_VERSION | 2 +- .../details/components/package_files.vue | 1 + app/assets/stylesheets/pages/projects.scss | 5 -- app/controllers/application_controller.rb | 4 + app/controllers/invites_controller.rb | 19 ++++- .../registrations/invites_controller.rb | 9 ++ app/controllers/registrations_controller.rb | 1 + app/helpers/auth_helper.rb | 15 +--- app/helpers/registrations_helper.rb | 12 +++ .../_signup_omniauth_providers_top.haml | 2 +- app/views/groups/settings/_lfs.html.haml | 12 ++- .../settings/_two_factor_auth.html.haml | 14 ++-- .../layouts/simple_registration.html.haml | 10 +++ app/views/registrations/invites/new.html.haml | 18 ++++ .../shared/_allow_request_access.html.haml | 6 +- app/workers/all_queues.yml | 2 +- .../service_desk_email_receiver_worker.rb | 1 + ...oup-settings-general-permissions-lfs-2.yml | 6 ++ ...es-file-list-vanishes-when-different-c.yml | 5 ++ .../allow-disable-build-for-auto-devops.yml | 5 ++ .../development/api_caching_branches.yml | 8 ++ .../invite_signup_page_interaction.yml | 8 ++ config/routes.rb | 1 + doc/api/discussions.md | 57 ++++++++++++- doc/api/issues.md | 10 +-- doc/topics/autodevops/customize.md | 2 + .../group/contribution_analytics/index.md | 6 +- doc/user/group/devops_adoption/index.md | 68 ++++++++++++++- lib/api/branches.rb | 26 ++++-- .../ci/templates/Jobs/Build.gitlab-ci.yml | 4 + lib/gitlab/git/branch.rb | 4 + locale/gitlab.pot | 30 +++++-- qa/qa/page/group/settings/general.rb | 18 ++-- spec/controllers/invites_controller_spec.rb | 34 +++++++- .../registrations_controller_spec.rb | 32 +++++++ spec/features/invites_spec.rb | 84 +++++++++++++------ .../details/components/package_files_spec.js | 11 +++ spec/helpers/auth_helper_spec.rb | 14 ++-- spec/helpers/registrations_helper_spec.rb | 29 +++++++ spec/lib/gitlab/git/branch_spec.rb | 10 +++ spec/requests/api/branches_spec.rb | 4 +- spec/requests/invite_registration_spec.rb | 68 +++++++++++++++ 43 files changed, 562 insertions(+), 117 deletions(-) create mode 100644 app/controllers/registrations/invites_controller.rb create mode 100644 app/helpers/registrations_helper.rb create mode 100644 app/views/layouts/simple_registration.html.haml create mode 100644 app/views/registrations/invites/new.html.haml create mode 100644 changelogs/unreleased/327350-update-checkbox-styles-in-group-settings-general-permissions-lfs-2.yml create mode 100644 changelogs/unreleased/330396-package-registry-pypi-packages-file-list-vanishes-when-different-c.yml create mode 100644 changelogs/unreleased/allow-disable-build-for-auto-devops.yml create mode 100644 config/feature_flags/development/api_caching_branches.yml create mode 100644 config/feature_flags/experiment/invite_signup_page_interaction.yml create mode 100644 spec/helpers/registrations_helper_spec.rb create mode 100644 spec/requests/invite_registration_spec.rb diff --git a/.gitlab/ci/frontend.gitlab-ci.yml b/.gitlab/ci/frontend.gitlab-ci.yml index 570c67747fb..5e9aea52d96 100644 --- a/.gitlab/ci/frontend.gitlab-ci.yml +++ b/.gitlab/ci/frontend.gitlab-ci.yml @@ -156,7 +156,7 @@ eslint-as-if-foss: needs: [] script: - *yarn-install - - run_timed_command "yarn run eslint" + - run_timed_command "yarn run lint:eslint:all" .karma-base: extends: .frontend-test-base diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index deb6bf95edb..288905fbd39 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -55f05e10c18669ba920243bfef46ae9bb5f53c72 +1be74fe6af19847eec28665da39ef03865329acb diff --git a/app/assets/javascripts/packages/details/components/package_files.vue b/app/assets/javascripts/packages/details/components/package_files.vue index c5e929fe2a4..103d1f489bd 100644 --- a/app/assets/javascripts/packages/details/components/package_files.vue +++ b/app/assets/javascripts/packages/details/components/package_files.vue @@ -92,6 +92,7 @@ export default {