diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2019-01-31 14:28:16 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2019-01-31 14:28:16 +0000 |
commit | c8533748ac8bd0ca6d55a0d0b6009b88a25a7dbe (patch) | |
tree | bf11828bf3d99718c654468b9548ed72850aaef2 /www/gitlab-ce | |
parent | ada79a88ce42714bf5e999f268c209d5f5b6bab9 (diff) | |
download | ports-c8533748ac8bd0ca6d55a0d0b6009b88a25a7dbe.tar.gz ports-c8533748ac8bd0ca6d55a0d0b6009b88a25a7dbe.zip |
Upgrade to 11.7.0.
For detailed changelog see:
https://about.gitlab.com/2019/01/22/gitlab-11-7-released/
Notes
Notes:
svn path=/head/; revision=491734
Diffstat (limited to 'www/gitlab-ce')
-rw-r--r-- | www/gitlab-ce/Makefile | 28 | ||||
-rw-r--r-- | www/gitlab-ce/distinfo | 6 | ||||
-rw-r--r-- | www/gitlab-ce/files/patch-Gemfile | 42 | ||||
-rw-r--r-- | www/gitlab-ce/files/patch-config_gitlab.yml.example | 6 | ||||
-rw-r--r-- | www/gitlab-ce/pkg-message | 6 | ||||
-rw-r--r-- | www/gitlab-ce/pkg-plist | 301 |
6 files changed, 276 insertions, 113 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 70ab9faeef0d..967d3d157830 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.6.5 +PORTVERSION= 11.7.0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -16,13 +16,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # only rubygem-pg and rubygem-mysql are defined later as RUN_DEPENDS # for the options MY_DEPENDS= git>=2.16.2:devel/git \ - gitlab-shell>=8.4.3:devel/gitlab-shell \ - gitlab-workhorse>=7.6.0:www/gitlab-workhorse \ - gitaly>=1.7.1:devel/gitaly \ + gitlab-shell>=8.4.4:devel/gitlab-shell \ + gitlab-workhorse>=8.0.0:www/gitlab-workhorse \ + gitaly>=1.12.1:devel/gitaly \ gitlab-pages>=1.3.1:www/gitlab-pages \ redis>=3.2.12:databases/redis \ npm>=4.3.0:www/npm \ - yarn>=0.17.0:www/yarn \ + yarn>=1.10.0:www/yarn \ rubygem-rails50>=5.0.7.1:www/rubygem-rails50 \ rubygem-rails-deprecated_sanitizer-rails50>=1.0.3:devel/rubygem-rails-deprecated_sanitizer-rails50 \ rubygem-nakayoshi_fork>=0.0.4:devel/rubygem-nakayoshi_fork \ @@ -42,7 +42,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-omniauth-facebook4>=4.0.0:net/rubygem-omniauth-facebook4 \ rubygem-omniauth-github>=1.3.0:net/rubygem-omniauth-github \ rubygem-omniauth-gitlab>=1.0.2:security/rubygem-omniauth-gitlab \ - rubygem-omniauth-google-oauth2>=0.5.3:net/rubygem-omniauth-google-oauth2 \ + rubygem-omniauth-google-oauth2>=0.6.0:net/rubygem-omniauth-google-oauth2 \ rubygem-omniauth-kerberos>=0.3.0:net/rubygem-omniauth-kerberos \ rubygem-omniauth-oauth2-generic>=0.2.2:security/rubygem-omniauth-oauth2-generic \ rubygem-omniauth-saml>=1.10:security/rubygem-omniauth-saml \ @@ -51,7 +51,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-omniauth_crowd22>=2.2.0:devel/rubygem-omniauth_crowd22 \ rubygem-omniauth-authentiq>=0.3.3:net/rubygem-omniauth-authentiq \ rubygem-rack-oauth212>=1.2.1:security/rubygem-rack-oauth212 \ - rubygem-jwt1>=1.5.6:www/rubygem-jwt1 \ + rubygem-jwt>=2.1.0:www/rubygem-jwt \ rubygem-recaptcha3>=3.0:devel/rubygem-recaptcha3 \ rubygem-akismet>=2.0:devel/rubygem-akismet \ rubygem-devise-two-factor-rails50>=3.0.0:security/rubygem-devise-two-factor-rails50 \ @@ -71,7 +71,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \ rubygem-kaminari-rails50>=1.0:www/rubygem-kaminari-rails50 \ rubygem-hamlit>=2.8.8:www/rubygem-hamlit \ - rubygem-carrierwave>=1.2.3:www/rubygem-carrierwave \ + rubygem-carrierwave>=1.3.0:www/rubygem-carrierwave \ rubygem-mini_magick>=0:graphics/rubygem-mini_magick \ rubygem-fog-aws2>=2.0.1:net/rubygem-fog-aws2 \ rubygem-fog-core1>=1.44:devel/rubygem-fog-core1 \ @@ -99,7 +99,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-rouge>=3.1:textproc/rubygem-rouge \ rubygem-truncato>=0.7.9:textproc/rubygem-truncato \ rubygem-bootstrap_form>=2.7.0:devel/rubygem-bootstrap_form \ - rubygem-nokogiri>=1.8.2:textproc/rubygem-nokogiri \ + rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri \ rubygem-escape_utils>=1.1:textproc/rubygem-escape_utils \ rubygem-icalendar>=0:devel/rubygem-icalendar \ rubygem-diffy31>=3.1.0:textproc/rubygem-diffy31 \ @@ -149,6 +149,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-webpack-rails-rails50>=0.9.10:www/rubygem-webpack-rails-rails50 \ rubygem-rack-proxy>=0.6.0:www/rubygem-rack-proxy \ rubygem-sass-rails-rails50>=5.0.6:textproc/rubygem-sass-rails-rails50 \ + rubygem-sass>=3.5.0:textproc/rubygem-sass \ rubygem-uglifier27>=2.7.2:www/rubygem-uglifier27 \ rubygem-addressable>=2.5.2:www/rubygem-addressable \ rubygem-font-awesome-rails-rails50>=4.7:devel/rubygem-font-awesome-rails-rails50 \ @@ -162,7 +163,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-sentry-raven>=2.7:devel/rubygem-sentry-raven \ rubygem-premailer-rails19-rails50>=1.9.7:mail/rubygem-premailer-rails19-rails50 \ rubygem-ruby_parser>=3.8.4:devel/rubygem-ruby_parser \ - rubygem-rails-i18n-rails50>=4.0.9:devel/rubygem-rails-i18n-rails50 \ + rubygem-rails-i18n-rails50>=5.1.0:devel/rubygem-rails-i18n-rails50 \ rubygem-gettext_i18n_rails>=1.8.0:devel/rubygem-gettext_i18n_rails \ rubygem-gettext_i18n_rails_js-rails50>=1.3:devel/rubygem-gettext_i18n_rails_js-rails50 \ rubygem-gettext>=3.2.2:devel/rubygem-gettext \ @@ -186,7 +187,7 @@ MY_DEPENDS= git>=2.16.2:devel/git \ rubygem-sshkey>=1.9.0:security/rubygem-sshkey \ rubygem-ed25519>=1.2:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto>=1.3.0:net/rubygem-gitaly-proto \ + rubygem-gitaly-proto>=1.5.0:net/rubygem-gitaly-proto \ rubygem-grpc>=1.15.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf>=3.6:devel/rubygem-google-protobuf \ @@ -211,7 +212,7 @@ MYSQL_DESC= Optional MySQL support PGSQL_RUN_DEPENDS= rubygem-pg018>=0.18.2:databases/rubygem-pg018 \ rubygem-peek-pg-rails50>=1.3.0:databases/rubygem-peek-pg-rails50 MYSQL_RUN_DEPENDS= rubygem-mysql2>=0.4.5:databases/rubygem-mysql2 \ - rubygem-peek-mysql2-rails50>=1.1.0:databases/rubygem-peek-mysql2-rails50 + rubygem-peek-mysql2-rails50>=1.2.0:databases/rubygem-peek-mysql2-rails50 USE_RUBY= yes @@ -219,7 +220,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= 237bddc6a52fdc8ccb51b024a3048a3233ee43a3 +GL_COMMIT= 1d9280e16514e01f02674591634befb8f765e858 USERS= git GROUPS= git @@ -254,7 +255,6 @@ do-install: ${FIND} ${WRKSRC} -name '*.gitkeep' -delete ${FIND} ${WRKSRC} -name '*.gitignore' -delete ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete - ${FIND} ${WRKSRC} -name "Gemfile.rail5.lock" -delete ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample diff --git a/www/gitlab-ce/distinfo b/www/gitlab-ce/distinfo index 2b6d3770a853..6890cd9d531e 100644 --- a/www/gitlab-ce/distinfo +++ b/www/gitlab-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1548333740 -SHA256 (gitlab-org-gitlab-ce-237bddc6a52fdc8ccb51b024a3048a3233ee43a3_GL0.tar.gz) = 12bb09da85da03f7eba2b3f01bda1f61ba9026c392a26b4a3ef97fda0851fa89 -SIZE (gitlab-org-gitlab-ce-237bddc6a52fdc8ccb51b024a3048a3233ee43a3_GL0.tar.gz) = 49851914 +TIMESTAMP = 1548339325 +SHA256 (gitlab-org-gitlab-ce-1d9280e16514e01f02674591634befb8f765e858_GL0.tar.gz) = 71d11bda48e84d519e76432c7f241bfa2a2089b77bbc7769ad4180aa4ab9bf59 +SIZE (gitlab-org-gitlab-ce-1d9280e16514e01f02674591634befb8f765e858_GL0.tar.gz) = 50696311 diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile index 52cdf7e7ca1e..1a1c95bc28e0 100644 --- a/www/gitlab-ce/files/patch-Gemfile +++ b/www/gitlab-ce/files/patch-Gemfile @@ -1,16 +1,7 @@ ---- Gemfile.orig 2019-01-04 23:19:12 UTC +--- Gemfile.orig 2019-01-21 20:21:36 UTC +++ Gemfile -@@ -5,7 +5,7 @@ end - - gem_versions = {} - gem_versions['activerecord_sane_schema_dumper'] = rails5? ? '1.0' : '0.2' --gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.11' -+gem_versions['rails'] = rails5? ? '5.0.7.1' : '4.2.11' - gem_versions['rails-i18n'] = rails5? ? '~> 5.1' : '~> 4.0.9' - - # The 2.0.6 version of rack requires monkeypatch to be present in -@@ -35,7 +35,7 @@ else - end +@@ -15,7 +15,7 @@ gem 'sprockets', '~> 3.7.0' + gem 'gitlab-default_value_for', '~> 3.1.1', require: 'default_value_for' # Supported DBs -gem 'mysql2', '~> 0.4.10', group: :mysql @@ -18,7 +9,7 @@ gem 'pg', '~> 0.18.2', group: :postgres gem 'rugged', '~> 0.27' -@@ -187,7 +187,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'si +@@ -168,7 +168,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'si gem 'rufus-scheduler', '~> 3.4' # HTTP requests @@ -27,15 +18,7 @@ # Colored output to console gem 'rainbow', '~> 3.0' -@@ -307,101 +307,16 @@ gem 'batch-loader', '~> 1.2.2' - # Perf bar - gem 'peek', '~> 1.0.1' - gem 'peek-gc', '~> 0.0.2' --gem 'peek-mysql2', '~> 1.1.0', group: :mysql -+gem 'peek-mysql2', '>= 1.1.0', group: :mysql - gem 'peek-pg', '~> 1.3.0', group: :postgres - gem 'peek-rblineprof', '~> 0.2.0' - gem 'peek-redis', '~> 1.2.0' +@@ -296,93 +296,9 @@ gem 'peek-redis', '~> 1.2.0' # Metrics group :metrics do @@ -65,13 +48,13 @@ -group :development, :test do - gem 'bootsnap', '~> 1.3' - gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET'] -- gem 'pry-byebug', '~> 3.4.1', platform: :mri +- gem 'pry-byebug', '~> 3.5.1', platform: :mri - gem 'pry-rails', '~> 0.3.4' - - gem 'awesome_print', require: false - gem 'fuubar', '~> 2.2.0' - -- gem 'database_cleaner', '~> 1.5.0' +- gem 'database_cleaner', '~> 1.7.0' - gem 'factory_bot_rails', '~> 4.8.2' - gem 'rspec-rails', '~> 3.7.0' - gem 'rspec-retry', '~> 0.4.5' @@ -80,13 +63,13 @@ - gem 'rspec-parameterized', require: false - - # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) -- gem 'minitest', '~> 5.7.0' +- gem 'minitest', '~> 5.11.0' - - # Generate Fake data - gem 'ffaker', '~> 2.10' - -- gem 'capybara', '~> 2.15' -- gem 'capybara-screenshot', '~> 1.0.0' +- gem 'capybara', '~> 2.16.1' +- gem 'capybara-screenshot', '~> 1.0.18' - gem 'selenium-webdriver', '~> 3.12' - - gem 'spring', '~> 2.0.0' @@ -107,7 +90,7 @@ - gem 'license_finder', '~> 5.4', require: false - gem 'knapsack', '~> 1.17' - -- gem 'activerecord_sane_schema_dumper', gem_versions['activerecord_sane_schema_dumper'] +- gem 'activerecord_sane_schema_dumper', '1.0' - - gem 'stackprof', '~> 0.2.10', require: false - @@ -121,8 +104,7 @@ - gem 'email_spec', '~> 2.2.0' - gem 'json-schema', '~> 2.8.0' - gem 'webmock', '~> 2.3.2' -- gem 'rails-controller-testing' if rails5? # Rails5 only gem. -- gem 'test_after_commit', '~> 1.1' unless rails5? # Remove this gem when migrated to rails 5.0. It's been integrated to rails 5.0. +- gem 'rails-controller-testing' - gem 'sham_rack', '~> 1.3.6' - gem 'concurrent-ruby', '~> 1.1' - gem 'test-prof', '~> 0.2.5' diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example index 89a7e78cd4ba..e0b903a82809 100644 --- a/www/gitlab-ce/files/patch-config_gitlab.yml.example +++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2018-12-21 14:23:37 UTC +--- config/gitlab.yml.example.orig 2019-01-21 20:21:36 UTC +++ config/gitlab.yml.example @@ -231,7 +231,7 @@ production: &base # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages @@ -23,9 +23,9 @@ storages: # You must have at least a `default` storage path. default: - path: /home/git/repositories/ -- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) +- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). + path: /usr/home/git/repositories/ -+ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) ++ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings diff --git a/www/gitlab-ce/pkg-message b/www/gitlab-ce/pkg-message index 3fc2b455bfa0..5e41dbd3d691 100644 --- a/www/gitlab-ce/pkg-message +++ b/www/gitlab-ce/pkg-message @@ -4,12 +4,12 @@ Gitlab was installed successfully. You now need to set up the various components of Gitlab, so please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/install/11.7-freebsd.md If you just installed an major upgrade of GitLab, for example you -switched from 11.5.x to 11.6.x, please follow the instructions in the guide at: +switched from 11.6.x to 11.7.x, please follow the instructions in the guide at: -https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.5-11.6-freebsd.md +https://gitlab.fechner.net/mfechner/Gitlab-docu/blob/master/update/11.6-11.7-freebsd.md If you just installed an minor upgrade of GitLab please follow the instructions in the guide at: diff --git a/www/gitlab-ce/pkg-plist b/www/gitlab-ce/pkg-plist index 93fb7e2a6112..6f1887b222a2 100644 --- a/www/gitlab-ce/pkg-plist +++ b/www/gitlab-ce/pkg-plist @@ -38,8 +38,6 @@ %%WWWDIR%%/GITLAB_SHELL_VERSION %%WWWDIR%%/GITLAB_WORKHORSE_VERSION %%WWWDIR%%/Gemfile -%%WWWDIR%%/Gemfile.rails4 -%%WWWDIR%%/Gemfile.rails4.lock %%WWWDIR%%/INSTALLATION_TYPE %%WWWDIR%%/LICENSE %%WWWDIR%%/MAINTENANCE.md @@ -1922,6 +1920,7 @@ %%WWWDIR%%/app/assets/images/new_repo.png %%WWWDIR%%/app/assets/images/no_avatar.png %%WWWDIR%%/app/assets/images/no_group_avatar.png +%%WWWDIR%%/app/assets/images/none-scheme-preview.png %%WWWDIR%%/app/assets/images/old_repo.png %%WWWDIR%%/app/assets/images/onion_skin_sprites.gif %%WWWDIR%%/app/assets/images/solarized-dark-scheme-preview.png @@ -2147,7 +2146,6 @@ %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_collection.js %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_factory.js %%WWWDIR%%/app/assets/javascripts/dirty_submit/dirty_submit_form.js -%%WWWDIR%%/app/assets/javascripts/dismissable_callout.js %%WWWDIR%%/app/assets/javascripts/docs/docs_bundle.js %%WWWDIR%%/app/assets/javascripts/droplab/constants.js %%WWWDIR%%/app/assets/javascripts/droplab/drop_down.js @@ -2186,6 +2184,13 @@ %%WWWDIR%%/app/assets/javascripts/environments/mixins/environments_mixin.js %%WWWDIR%%/app/assets/javascripts/environments/services/environments_service.js %%WWWDIR%%/app/assets/javascripts/environments/stores/environments_store.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/components/error_tracking_list.vue +%%WWWDIR%%/app/assets/javascripts/error_tracking/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/services/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/actions.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/index.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/error_tracking/store/mutations.js %%WWWDIR%%/app/assets/javascripts/experimental_flags.js %%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight.js %%WWWDIR%%/app/assets/javascripts/feature_highlight/feature_highlight_helper.js @@ -2718,6 +2723,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/metrics/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/environments/terminal/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/error_tracking/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/find_file/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/forks/new/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/graphs/charts/index.js @@ -2782,6 +2788,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/project_members/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/registry/repositories/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/releases/edit/index.js +%%WWWDIR%%/app/assets/javascripts/pages/projects/releases/index/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/serverless/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/services/edit/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/settings/ci_cd/show/index.js @@ -2804,6 +2811,7 @@ %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/components/delete_wiki_modal.vue %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/index.js %%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/wikis.js +%%WWWDIR%%/app/assets/javascripts/pages/root/index.js %%WWWDIR%%/app/assets/javascripts/pages/search/init_filtered_search.js %%WWWDIR%%/app/assets/javascripts/pages/search/show/index.js %%WWWDIR%%/app/assets/javascripts/pages/search/show/search.js @@ -2831,6 +2839,7 @@ %%WWWDIR%%/app/assets/javascripts/performance_bar/index.js %%WWWDIR%%/app/assets/javascripts/performance_bar/services/performance_bar_service.js %%WWWDIR%%/app/assets/javascripts/performance_bar/stores/performance_bar_store.js +%%WWWDIR%%/app/assets/javascripts/persistent_user_callout.js %%WWWDIR%%/app/assets/javascripts/pipelines.js %%WWWDIR%%/app/assets/javascripts/pipelines/components/blank_state.vue %%WWWDIR%%/app/assets/javascripts/pipelines/components/empty_state.vue @@ -2915,6 +2924,14 @@ %%WWWDIR%%/app/assets/javascripts/registry/stores/mutation_types.js %%WWWDIR%%/app/assets/javascripts/registry/stores/mutations.js %%WWWDIR%%/app/assets/javascripts/registry/stores/state.js +%%WWWDIR%%/app/assets/javascripts/releases/components/app.vue +%%WWWDIR%%/app/assets/javascripts/releases/components/release_block.vue +%%WWWDIR%%/app/assets/javascripts/releases/index.js +%%WWWDIR%%/app/assets/javascripts/releases/store/actions.js +%%WWWDIR%%/app/assets/javascripts/releases/store/index.js +%%WWWDIR%%/app/assets/javascripts/releases/store/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/releases/store/mutations.js +%%WWWDIR%%/app/assets/javascripts/releases/store/state.js %%WWWDIR%%/app/assets/javascripts/reports/components/grouped_test_reports_app.vue %%WWWDIR%%/app/assets/javascripts/reports/components/issue_body.js %%WWWDIR%%/app/assets/javascripts/reports/components/issue_status_icon.vue @@ -3073,6 +3090,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/constants.js %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/download_diff_viewer.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/empty_file.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/onion_skin_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/swipe_viewer.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/diff_viewer/viewers/image_diff/two_up_viewer.vue @@ -3089,6 +3107,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/filtered_search_dropdown.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_countdown.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/gl_modal_vuex.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/header_ci_component.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/help_popover.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/icon.vue @@ -3142,6 +3161,7 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/components/tooltip_on_truncate.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_image.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_link.vue +%%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_list.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_avatar/user_avatar_svg.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/components/user_popover/user_popover.vue %%WWWDIR%%/app/assets/javascripts/vue_shared/directives/popover.js @@ -3154,6 +3174,11 @@ %%WWWDIR%%/app/assets/javascripts/vue_shared/models/label.js %%WWWDIR%%/app/assets/javascripts/vue_shared/translate.js %%WWWDIR%%/app/assets/javascripts/vue_shared/vue_resource_interceptor.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/actions.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/index.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/mutation_types.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/mutations.js +%%WWWDIR%%/app/assets/javascripts/vuex_shared/modules/modal/state.js %%WWWDIR%%/app/assets/javascripts/webpack.js %%WWWDIR%%/app/assets/javascripts/zen_mode.js %%WWWDIR%%/app/assets/stylesheets/application.scss @@ -3202,7 +3227,6 @@ %%WWWDIR%%/app/assets/stylesheets/framework/media_object.scss %%WWWDIR%%/app/assets/stylesheets/framework/memory_graph.scss %%WWWDIR%%/app/assets/stylesheets/framework/mixins.scss -%%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss %%WWWDIR%%/app/assets/stylesheets/framework/modal.scss %%WWWDIR%%/app/assets/stylesheets/framework/notes.scss %%WWWDIR%%/app/assets/stylesheets/framework/page_header.scss @@ -3232,6 +3256,7 @@ %%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/embedded.scss %%WWWDIR%%/app/assets/stylesheets/highlight/monokai.scss +%%WWWDIR%%/app/assets/stylesheets/highlight/none.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_dark.scss %%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss %%WWWDIR%%/app/assets/stylesheets/highlight/white.scss @@ -3348,7 +3373,6 @@ %%WWWDIR%%/app/controllers/concerns/group_tree.rb %%WWWDIR%%/app/controllers/concerns/hooks_execution.rb %%WWWDIR%%/app/controllers/concerns/internal_redirect.rb -%%WWWDIR%%/app/controllers/concerns/invalid_utf8_error_handler.rb %%WWWDIR%%/app/controllers/concerns/issuable_actions.rb %%WWWDIR%%/app/controllers/concerns/issuable_collections.rb %%WWWDIR%%/app/controllers/concerns/issues_action.rb @@ -3479,6 +3503,7 @@ %%WWWDIR%%/app/controllers/projects/deployments_controller.rb %%WWWDIR%%/app/controllers/projects/discussions_controller.rb %%WWWDIR%%/app/controllers/projects/environments_controller.rb +%%WWWDIR%%/app/controllers/projects/error_tracking_controller.rb %%WWWDIR%%/app/controllers/projects/find_file_controller.rb %%WWWDIR%%/app/controllers/projects/forks_controller.rb %%WWWDIR%%/app/controllers/projects/git_http_client_controller.rb @@ -3527,8 +3552,10 @@ %%WWWDIR%%/app/controllers/projects/services_controller.rb %%WWWDIR%%/app/controllers/projects/settings/ci_cd_controller.rb %%WWWDIR%%/app/controllers/projects/settings/integrations_controller.rb +%%WWWDIR%%/app/controllers/projects/settings/operations_controller.rb %%WWWDIR%%/app/controllers/projects/settings/repository_controller.rb %%WWWDIR%%/app/controllers/projects/snippets_controller.rb +%%WWWDIR%%/app/controllers/projects/tags/releases_controller.rb %%WWWDIR%%/app/controllers/projects/tags_controller.rb %%WWWDIR%%/app/controllers/projects/templates_controller.rb %%WWWDIR%%/app/controllers/projects/todos_controller.rb @@ -3564,6 +3591,7 @@ %%WWWDIR%%/app/finders/autocomplete/users_finder.rb %%WWWDIR%%/app/finders/awarded_emoji_finder.rb %%WWWDIR%%/app/finders/branches_finder.rb +%%WWWDIR%%/app/finders/cluster_ancestors_finder.rb %%WWWDIR%%/app/finders/clusters_finder.rb %%WWWDIR%%/app/finders/concerns/created_at_filter.rb %%WWWDIR%%/app/finders/concerns/custom_attributes_filter.rb @@ -3596,6 +3624,8 @@ %%WWWDIR%%/app/finders/pipelines_finder.rb %%WWWDIR%%/app/finders/projects/serverless/functions_finder.rb %%WWWDIR%%/app/finders/projects_finder.rb +%%WWWDIR%%/app/finders/releases_finder.rb +%%WWWDIR%%/app/finders/remote_mirror_finder.rb %%WWWDIR%%/app/finders/runner_jobs_finder.rb %%WWWDIR%%/app/finders/snippets_finder.rb %%WWWDIR%%/app/finders/tags_finder.rb @@ -3666,6 +3696,7 @@ %%WWWDIR%%/app/helpers/button_helper.rb %%WWWDIR%%/app/helpers/calendar_helper.rb %%WWWDIR%%/app/helpers/ci_status_helper.rb +%%WWWDIR%%/app/helpers/ci_variables_helper.rb %%WWWDIR%%/app/helpers/clusters_helper.rb %%WWWDIR%%/app/helpers/commits_helper.rb %%WWWDIR%%/app/helpers/compare_helper.rb @@ -3720,6 +3751,7 @@ %%WWWDIR%%/app/helpers/pipeline_schedules_helper.rb %%WWWDIR%%/app/helpers/preferences_helper.rb %%WWWDIR%%/app/helpers/profiles_helper.rb +%%WWWDIR%%/app/helpers/projects/error_tracking_helper.rb %%WWWDIR%%/app/helpers/projects_helper.rb %%WWWDIR%%/app/helpers/repository_languages_helper.rb %%WWWDIR%%/app/helpers/rss_helper.rb @@ -3760,6 +3792,7 @@ %%WWWDIR%%/app/mailers/emails/pipelines.rb %%WWWDIR%%/app/mailers/emails/profile.rb %%WWWDIR%%/app/mailers/emails/projects.rb +%%WWWDIR%%/app/mailers/emails/remote_mirrors.rb %%WWWDIR%%/app/mailers/notify.rb %%WWWDIR%%/app/mailers/previews/devise_mailer_preview.rb %%WWWDIR%%/app/mailers/previews/email_rejection_mailer_preview.rb @@ -3824,6 +3857,7 @@ %%WWWDIR%%/app/models/chat_name.rb %%WWWDIR%%/app/models/chat_team.rb %%WWWDIR%%/app/models/ci/artifact_blob.rb +%%WWWDIR%%/app/models/ci/bridge.rb %%WWWDIR%%/app/models/ci/build.rb %%WWWDIR%%/app/models/ci/build_metadata.rb %%WWWDIR%%/app/models/ci/build_runner_session.rb @@ -3889,6 +3923,7 @@ %%WWWDIR%%/app/models/concerns/created_at_filterable.rb %%WWWDIR%%/app/models/concerns/deployable.rb %%WWWDIR%%/app/models/concerns/deployment_platform.rb +%%WWWDIR%%/app/models/concerns/descendant.rb %%WWWDIR%%/app/models/concerns/diff_file.rb %%WWWDIR%%/app/models/concerns/diff_positionable_note.rb %%WWWDIR%%/app/models/concerns/discussion_on_diff.rb @@ -3994,6 +4029,7 @@ %%WWWDIR%%/app/models/environment.rb %%WWWDIR%%/app/models/environment_status.rb %%WWWDIR%%/app/models/epic.rb +%%WWWDIR%%/app/models/error_tracking/project_error_tracking_setting.rb %%WWWDIR%%/app/models/event.rb %%WWWDIR%%/app/models/event_collection.rb %%WWWDIR%%/app/models/external_issue.rb @@ -4142,6 +4178,8 @@ %%WWWDIR%%/app/models/redirect_route.rb %%WWWDIR%%/app/models/ref_matcher.rb %%WWWDIR%%/app/models/release.rb +%%WWWDIR%%/app/models/releases/link.rb +%%WWWDIR%%/app/models/releases/source.rb %%WWWDIR%%/app/models/remote_mirror.rb %%WWWDIR%%/app/models/repository.rb %%WWWDIR%%/app/models/repository_language.rb @@ -4192,6 +4230,7 @@ %%WWWDIR%%/app/policies/clusters/cluster_policy.rb %%WWWDIR%%/app/policies/commit_policy.rb %%WWWDIR%%/app/policies/commit_status_policy.rb +%%WWWDIR%%/app/policies/concerns/clusterable_actions.rb %%WWWDIR%%/app/policies/concerns/policy_actor.rb %%WWWDIR%%/app/policies/deploy_key_policy.rb %%WWWDIR%%/app/policies/deploy_token_policy.rb @@ -4216,6 +4255,7 @@ %%WWWDIR%%/app/policies/project_policy/class_methods.rb %%WWWDIR%%/app/policies/project_snippet_policy.rb %%WWWDIR%%/app/policies/protected_branch_policy.rb +%%WWWDIR%%/app/policies/release_policy.rb %%WWWDIR%%/app/policies/suggestion_policy.rb %%WWWDIR%%/app/policies/user_policy.rb %%WWWDIR%%/app/presenters/README.md @@ -4302,6 +4342,8 @@ %%WWWDIR%%/app/serializers/environment_serializer.rb %%WWWDIR%%/app/serializers/environment_status_entity.rb %%WWWDIR%%/app/serializers/environment_status_serializer.rb +%%WWWDIR%%/app/serializers/error_tracking/error_entity.rb +%%WWWDIR%%/app/serializers/error_tracking/error_serializer.rb %%WWWDIR%%/app/serializers/group_child_entity.rb %%WWWDIR%%/app/serializers/group_child_serializer.rb %%WWWDIR%%/app/serializers/group_entity.rb @@ -4309,11 +4351,14 @@ %%WWWDIR%%/app/serializers/group_variable_entity.rb %%WWWDIR%%/app/serializers/group_variable_serializer.rb %%WWWDIR%%/app/serializers/issuable_entity.rb -%%WWWDIR%%/app/serializers/issuable_sidebar_entity.rb +%%WWWDIR%%/app/serializers/issuable_sidebar_basic_entity.rb +%%WWWDIR%%/app/serializers/issuable_sidebar_extras_entity.rb +%%WWWDIR%%/app/serializers/issuable_sidebar_todo_entity.rb %%WWWDIR%%/app/serializers/issue_board_entity.rb %%WWWDIR%%/app/serializers/issue_entity.rb %%WWWDIR%%/app/serializers/issue_serializer.rb -%%WWWDIR%%/app/serializers/issue_sidebar_entity.rb +%%WWWDIR%%/app/serializers/issue_sidebar_basic_entity.rb +%%WWWDIR%%/app/serializers/issue_sidebar_extras_entity.rb %%WWWDIR%%/app/serializers/job_entity.rb %%WWWDIR%%/app/serializers/job_group_entity.rb %%WWWDIR%%/app/serializers/label_entity.rb @@ -4321,12 +4366,12 @@ %%WWWDIR%%/app/serializers/lfs_file_lock_entity.rb %%WWWDIR%%/app/serializers/lfs_file_lock_serializer.rb %%WWWDIR%%/app/serializers/merge_request_basic_entity.rb -%%WWWDIR%%/app/serializers/merge_request_basic_serializer.rb %%WWWDIR%%/app/serializers/merge_request_create_entity.rb %%WWWDIR%%/app/serializers/merge_request_create_serializer.rb %%WWWDIR%%/app/serializers/merge_request_diff_entity.rb %%WWWDIR%%/app/serializers/merge_request_metrics_entity.rb %%WWWDIR%%/app/serializers/merge_request_serializer.rb +%%WWWDIR%%/app/serializers/merge_request_sidebar_basic_entity.rb %%WWWDIR%%/app/serializers/merge_request_user_entity.rb %%WWWDIR%%/app/serializers/merge_request_widget_entity.rb %%WWWDIR%%/app/serializers/move_to_project_entity.rb @@ -4397,6 +4442,7 @@ %%WWWDIR%%/app/services/chat_names/authorize_user_service.rb %%WWWDIR%%/app/services/chat_names/find_user_service.rb %%WWWDIR%%/app/services/ci/archive_trace_service.rb +%%WWWDIR%%/app/services/ci/compare_reports_base_service.rb %%WWWDIR%%/app/services/ci/compare_test_reports_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_schedule_service.rb %%WWWDIR%%/app/services/ci/create_pipeline_service.rb @@ -4446,7 +4492,6 @@ %%WWWDIR%%/app/services/concerns/users/new_user_notifier.rb %%WWWDIR%%/app/services/concerns/users/participable_service.rb %%WWWDIR%%/app/services/create_branch_service.rb -%%WWWDIR%%/app/services/create_release_service.rb %%WWWDIR%%/app/services/create_snippet_service.rb %%WWWDIR%%/app/services/delete_branch_service.rb %%WWWDIR%%/app/services/delete_merged_branches_service.rb @@ -4459,6 +4504,7 @@ %%WWWDIR%%/app/services/emails/confirm_service.rb %%WWWDIR%%/app/services/emails/create_service.rb %%WWWDIR%%/app/services/emails/destroy_service.rb +%%WWWDIR%%/app/services/error_tracking/list_issues_service.rb %%WWWDIR%%/app/services/event_create_service.rb %%WWWDIR%%/app/services/events/render_service.rb %%WWWDIR%%/app/services/files/base_service.rb @@ -4491,6 +4537,7 @@ %%WWWDIR%%/app/services/issues/close_service.rb %%WWWDIR%%/app/services/issues/create_service.rb %%WWWDIR%%/app/services/issues/duplicate_service.rb +%%WWWDIR%%/app/services/issues/import_csv_service.rb %%WWWDIR%%/app/services/issues/move_service.rb %%WWWDIR%%/app/services/issues/referenced_merge_requests_service.rb %%WWWDIR%%/app/services/issues/related_branches_service.rb @@ -4608,6 +4655,7 @@ %%WWWDIR%%/app/services/projects/move_users_star_projects_service.rb %%WWWDIR%%/app/services/projects/open_issues_count_service.rb %%WWWDIR%%/app/services/projects/open_merge_requests_count_service.rb +%%WWWDIR%%/app/services/projects/operations/update_service.rb %%WWWDIR%%/app/services/projects/overwrite_project_service.rb %%WWWDIR%%/app/services/projects/participants_service.rb %%WWWDIR%%/app/services/projects/propagate_service_template.rb @@ -4631,6 +4679,10 @@ %%WWWDIR%%/app/services/push_event_payload_service.rb %%WWWDIR%%/app/services/quick_actions/interpret_service.rb %%WWWDIR%%/app/services/quick_actions/target_service.rb +%%WWWDIR%%/app/services/releases/concerns.rb +%%WWWDIR%%/app/services/releases/create_service.rb +%%WWWDIR%%/app/services/releases/destroy_service.rb +%%WWWDIR%%/app/services/releases/update_service.rb %%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb %%WWWDIR%%/app/services/repository_archive_clean_up_service.rb %%WWWDIR%%/app/services/reset_project_cache_service.rb @@ -4662,7 +4714,6 @@ %%WWWDIR%%/app/services/todos/destroy/private_features_service.rb %%WWWDIR%%/app/services/todos/destroy/project_private_service.rb %%WWWDIR%%/app/services/update_deployment_service.rb -%%WWWDIR%%/app/services/update_release_service.rb %%WWWDIR%%/app/services/update_snippet_service.rb %%WWWDIR%%/app/services/upload_service.rb %%WWWDIR%%/app/services/user_agent_detail_service.rb @@ -4843,6 +4894,7 @@ %%WWWDIR%%/app/views/ci/status/_badge.html.haml %%WWWDIR%%/app/views/ci/status/_dropdown_graph_badge.html.haml %%WWWDIR%%/app/views/ci/variables/_content.html.haml +%%WWWDIR%%/app/views/ci/variables/_header.html.haml %%WWWDIR%%/app/views/ci/variables/_index.html.haml %%WWWDIR%%/app/views/ci/variables/_variable_row.html.haml %%WWWDIR%%/app/views/clusters/clusters/_advanced_settings.html.haml @@ -5133,14 +5185,14 @@ %%WWWDIR%%/app/views/notify/_relabeled_issuable_email.text.erb %%WWWDIR%%/app/views/notify/autodevops_disabled_email.html.haml %%WWWDIR%%/app/views/notify/autodevops_disabled_email.text.erb -%%WWWDIR%%/app/views/notify/changed_milestone_issue_email.html.haml -%%WWWDIR%%/app/views/notify/changed_milestone_issue_email.text.erb -%%WWWDIR%%/app/views/notify/changed_milestone_merge_request_email.html.haml -%%WWWDIR%%/app/views/notify/changed_milestone_merge_request_email.text.erb +%%WWWDIR%%/app/views/notify/changed_milestone_email.html.haml +%%WWWDIR%%/app/views/notify/changed_milestone_email.text.erb %%WWWDIR%%/app/views/notify/closed_issue_email.html.haml %%WWWDIR%%/app/views/notify/closed_issue_email.text.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/closed_merge_request_email.text.haml +%%WWWDIR%%/app/views/notify/import_issues_csv_email.html.haml +%%WWWDIR%%/app/views/notify/import_issues_csv_email.text.erb %%WWWDIR%%/app/views/notify/issue_due_email.html.haml %%WWWDIR%%/app/views/notify/issue_due_email.text.erb %%WWWDIR%%/app/views/notify/issue_moved_email.html.haml @@ -5221,6 +5273,8 @@ %%WWWDIR%%/app/views/notify/relabeled_issue_email.text.erb %%WWWDIR%%/app/views/notify/relabeled_merge_request_email.html.haml %%WWWDIR%%/app/views/notify/relabeled_merge_request_email.text.erb +%%WWWDIR%%/app/views/notify/remote_mirror_update_failed_email.html.haml +%%WWWDIR%%/app/views/notify/remote_mirror_update_failed_email.text.erb %%WWWDIR%%/app/views/notify/removed_milestone_issue_email.html.haml %%WWWDIR%%/app/views/notify/removed_milestone_issue_email.text.erb %%WWWDIR%%/app/views/notify/removed_milestone_merge_request_email.html.haml @@ -5309,6 +5363,7 @@ %%WWWDIR%%/app/views/projects/blob/_editor.html.haml %%WWWDIR%%/app/views/projects/blob/_header.html.haml %%WWWDIR%%/app/views/projects/blob/_header_content.html.haml +%%WWWDIR%%/app/views/projects/blob/_markdown_buttons.html.haml %%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml %%WWWDIR%%/app/views/projects/blob/_remove.html.haml %%WWWDIR%%/app/views/projects/blob/_render_error.html.haml @@ -5446,6 +5501,7 @@ %%WWWDIR%%/app/views/projects/environments/new.html.haml %%WWWDIR%%/app/views/projects/environments/show.html.haml %%WWWDIR%%/app/views/projects/environments/terminal.html.haml +%%WWWDIR%%/app/views/projects/error_tracking/index.html.haml %%WWWDIR%%/app/views/projects/find_file/show.html.haml %%WWWDIR%%/app/views/projects/forks/_fork_button.html.haml %%WWWDIR%%/app/views/projects/forks/_projects.html.haml @@ -5466,6 +5522,7 @@ %%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml %%WWWDIR%%/app/views/projects/issues/_discussion.html.haml %%WWWDIR%%/app/views/projects/issues/_form.html.haml +%%WWWDIR%%/app/views/projects/issues/_import_export.svg %%WWWDIR%%/app/views/projects/issues/_issue.html.haml %%WWWDIR%%/app/views/projects/issues/_issues.html.haml %%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml @@ -5474,6 +5531,8 @@ %%WWWDIR%%/app/views/projects/issues/_related_branches.html.haml %%WWWDIR%%/app/views/projects/issues/calendar.ics.haml %%WWWDIR%%/app/views/projects/issues/edit.html.haml +%%WWWDIR%%/app/views/projects/issues/import_csv/_button.html.haml +%%WWWDIR%%/app/views/projects/issues/import_csv/_modal.html.haml %%WWWDIR%%/app/views/projects/issues/index.atom.builder %%WWWDIR%%/app/views/projects/issues/index.html.haml %%WWWDIR%%/app/views/projects/issues/new.html.haml @@ -5502,7 +5561,6 @@ %%WWWDIR%%/app/views/projects/merge_requests/_mr_title.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_nav_btns.html.haml %%WWWDIR%%/app/views/projects/merge_requests/_pipelines.html.haml -%%WWWDIR%%/app/views/projects/merge_requests/conflicts.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_commit_stats.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_file_actions.html.haml %%WWWDIR%%/app/views/projects/merge_requests/conflicts/_submit_form.html.haml @@ -5615,7 +5673,7 @@ %%WWWDIR%%/app/views/projects/refs/logs_tree.js.haml %%WWWDIR%%/app/views/projects/registry/repositories/_tag.html.haml %%WWWDIR%%/app/views/projects/registry/repositories/index.html.haml -%%WWWDIR%%/app/views/projects/releases/edit.html.haml +%%WWWDIR%%/app/views/projects/releases/index.html.haml %%WWWDIR%%/app/views/projects/remove_fork.js.haml %%WWWDIR%%/app/views/projects/repositories/_feed.html.haml %%WWWDIR%%/app/views/projects/runners/_group_runners.html.haml @@ -5645,6 +5703,8 @@ %%WWWDIR%%/app/views/projects/settings/integrations/_project_hook.html.haml %%WWWDIR%%/app/views/projects/settings/integrations/show.html.haml %%WWWDIR%%/app/views/projects/settings/members/show.html.haml +%%WWWDIR%%/app/views/projects/settings/operations/_error_tracking.html.haml +%%WWWDIR%%/app/views/projects/settings/operations/show.html.haml %%WWWDIR%%/app/views/projects/settings/repository/show.html.haml %%WWWDIR%%/app/views/projects/show.atom.builder %%WWWDIR%%/app/views/projects/show.html.haml @@ -5661,6 +5721,7 @@ %%WWWDIR%%/app/views/projects/tags/index.atom.builder %%WWWDIR%%/app/views/projects/tags/index.html.haml %%WWWDIR%%/app/views/projects/tags/new.html.haml +%%WWWDIR%%/app/views/projects/tags/releases/edit.html.haml %%WWWDIR%%/app/views/projects/tags/show.html.haml %%WWWDIR%%/app/views/projects/transfer.js.haml %%WWWDIR%%/app/views/projects/tree/_readme.html.haml @@ -5722,6 +5783,7 @@ %%WWWDIR%%/app/views/shared/_event_filter.html.haml %%WWWDIR%%/app/views/shared/_field.html.haml %%WWWDIR%%/app/views/shared/_file_highlight.html.haml +%%WWWDIR%%/app/views/shared/_flash_user_callout.html.haml %%WWWDIR%%/app/views/shared/_group_form.html.haml %%WWWDIR%%/app/views/shared/_group_tips.html.haml %%WWWDIR%%/app/views/shared/_import_form.html.haml @@ -5930,7 +5992,6 @@ %%WWWDIR%%/app/views/shared/issuable/_close_reopen_button.html.haml %%WWWDIR%%/app/views/shared/issuable/_close_reopen_report_toggle.html.haml %%WWWDIR%%/app/views/shared/issuable/_feed_buttons.html.haml -%%WWWDIR%%/app/views/shared/issuable/_filter.html.haml %%WWWDIR%%/app/views/shared/issuable/_form.html.haml %%WWWDIR%%/app/views/shared/issuable/_label_dropdown.html.haml %%WWWDIR%%/app/views/shared/issuable/_label_page_create.html.haml @@ -6053,8 +6114,8 @@ %%WWWDIR%%/app/workers/ci/archive_traces_cron_worker.rb %%WWWDIR%%/app/workers/ci/build_schedule_worker.rb %%WWWDIR%%/app/workers/ci/build_trace_chunk_flush_worker.rb +%%WWWDIR%%/app/workers/cluster_configure_worker.rb %%WWWDIR%%/app/workers/cluster_install_app_worker.rb -%%WWWDIR%%/app/workers/cluster_platform_configure_worker.rb %%WWWDIR%%/app/workers/cluster_project_configure_worker.rb %%WWWDIR%%/app/workers/cluster_provision_worker.rb %%WWWDIR%%/app/workers/cluster_wait_for_app_installation_worker.rb @@ -6117,6 +6178,7 @@ %%WWWDIR%%/app/workers/gitlab_usage_ping_worker.rb %%WWWDIR%%/app/workers/group_destroy_worker.rb %%WWWDIR%%/app/workers/import_export_project_cleanup_worker.rb +%%WWWDIR%%/app/workers/import_issues_csv_worker.rb %%WWWDIR%%/app/workers/invalid_gpg_signature_update_worker.rb %%WWWDIR%%/app/workers/irker_worker.rb %%WWWDIR%%/app/workers/issue_due_scheduler_worker.rb @@ -6128,6 +6190,7 @@ %%WWWDIR%%/app/workers/new_merge_request_worker.rb %%WWWDIR%%/app/workers/new_note_worker.rb %%WWWDIR%%/app/workers/object_pool/create_worker.rb +%%WWWDIR%%/app/workers/object_pool/destroy_worker.rb %%WWWDIR%%/app/workers/object_pool/join_worker.rb %%WWWDIR%%/app/workers/object_pool/schedule_join_worker.rb %%WWWDIR%%/app/workers/object_storage/background_move_worker.rb @@ -6155,6 +6218,7 @@ %%WWWDIR%%/app/workers/prune_web_hook_logs_worker.rb %%WWWDIR%%/app/workers/reactive_caching_worker.rb %%WWWDIR%%/app/workers/rebase_worker.rb +%%WWWDIR%%/app/workers/remote_mirror_notification_worker.rb %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb %%WWWDIR%%/app/workers/remove_expired_members_worker.rb %%WWWDIR%%/app/workers/remove_unreferenced_lfs_objects_worker.rb @@ -6231,12 +6295,11 @@ %%WWWDIR%%/config/initializers/6_validations.rb %%WWWDIR%%/config/initializers/7_prometheus_metrics.rb %%WWWDIR%%/config/initializers/7_redis.rb +%%WWWDIR%%/config/initializers/8_devise.rb %%WWWDIR%%/config/initializers/8_gitaly.rb -%%WWWDIR%%/config/initializers/8_metrics.rb %%WWWDIR%%/config/initializers/9_fast_gettext.rb %%WWWDIR%%/config/initializers/action_dispatch_http_mime_negotiation.rb %%WWWDIR%%/config/initializers/action_mailer_hooks.rb -%%WWWDIR%%/config/initializers/active_record_array_type_casting.rb %%WWWDIR%%/config/initializers/active_record_avoid_type_casting_in_uniqueness_validator.rb %%WWWDIR%%/config/initializers/active_record_data_types.rb %%WWWDIR%%/config/initializers/active_record_lifecycle.rb @@ -6247,9 +6310,7 @@ %%WWWDIR%%/config/initializers/active_record_schema_ignore_tables.rb %%WWWDIR%%/config/initializers/active_record_table_definition.rb %%WWWDIR%%/config/initializers/active_record_verbose_query_logs.rb -%%WWWDIR%%/config/initializers/application_controller_renderer.rb -%%WWWDIR%%/config/initializers/ar5_batching.rb -%%WWWDIR%%/config/initializers/ar5_pg_10_support.rb +%%WWWDIR%%/config/initializers/ar_mysql_jsonb_support.rb %%WWWDIR%%/config/initializers/ar_native_database_types.rb %%WWWDIR%%/config/initializers/ar_speed_up_migration_checking.rb %%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb @@ -6257,7 +6318,6 @@ %%WWWDIR%%/config/initializers/batch_loader.rb %%WWWDIR%%/config/initializers/bootstrap_form.rb %%WWWDIR%%/config/initializers/bullet.rb -%%WWWDIR%%/config/initializers/carrierwave_patch.rb %%WWWDIR%%/config/initializers/chronic_duration.rb %%WWWDIR%%/config/initializers/connection_fix.rb %%WWWDIR%%/config/initializers/console_message.rb @@ -6266,7 +6326,6 @@ %%WWWDIR%%/config/initializers/date_time_formats.rb %%WWWDIR%%/config/initializers/default_url_options.rb %%WWWDIR%%/config/initializers/deprecations.rb -%%WWWDIR%%/config/initializers/devise.rb %%WWWDIR%%/config/initializers/devise_password_length.rb.example %%WWWDIR%%/config/initializers/direct_upload_support.rb %%WWWDIR%%/config/initializers/doorkeeper.rb @@ -6325,7 +6384,7 @@ %%WWWDIR%%/config/initializers/warden.rb %%WWWDIR%%/config/initializers/workhorse_multipart.rb %%WWWDIR%%/config/initializers/wrap_parameters.rb -%%WWWDIR%%/config/jest.config.js +%%WWWDIR%%/config/initializers/zz_metrics.rb %%WWWDIR%%/config/karma.config.js %%WWWDIR%%/config/license_finder.yml %%WWWDIR%%/config/locales/carrierwave.en.yml @@ -6377,6 +6436,7 @@ %%WWWDIR%%/danger/commit_messages/Dangerfile %%WWWDIR%%/danger/database/Dangerfile %%WWWDIR%%/danger/documentation/Dangerfile +%%WWWDIR%%/danger/duplicate_yarn_dependencies/Dangerfile %%WWWDIR%%/danger/eslint/Dangerfile %%WWWDIR%%/danger/frozen_string/Dangerfile %%WWWDIR%%/danger/gemfile/Dangerfile @@ -6385,6 +6445,7 @@ %%WWWDIR%%/danger/prettier/Dangerfile %%WWWDIR%%/danger/specs/Dangerfile %%WWWDIR%%/db/fixtures/development/01_admin.rb +%%WWWDIR%%/db/fixtures/development/03_settings.rb %%WWWDIR%%/db/fixtures/development/04_project.rb %%WWWDIR%%/db/fixtures/development/05_users.rb %%WWWDIR%%/db/fixtures/development/06_teams.rb @@ -7279,6 +7340,7 @@ %%WWWDIR%%/db/migrate/20181002172433_remove_restricted_todos_with_cte.rb %%WWWDIR%%/db/migrate/20181005110927_add_index_to_lfs_objects_file_store.rb %%WWWDIR%%/db/migrate/20181005125926_add_index_to_uploads_store.rb +%%WWWDIR%%/db/migrate/20181006004100_import_common_metrics_nginx_vts.rb %%WWWDIR%%/db/migrate/20181009190428_create_clusters_kubernetes_namespaces.rb %%WWWDIR%%/db/migrate/20181010235606_create_board_project_recent_visits.rb %%WWWDIR%%/db/migrate/20181014203236_create_cluster_groups.rb @@ -7295,6 +7357,7 @@ %%WWWDIR%%/db/migrate/20181025115728_add_private_commit_email_hostname_to_application_settings.rb %%WWWDIR%%/db/migrate/20181026143227_migrate_snippets_access_level_default_value.rb %%WWWDIR%%/db/migrate/20181030154446_add_missing_indexes_for_foreign_keys.rb +%%WWWDIR%%/db/migrate/20181031145139_add_protected_ci_variables_to_application_settings.rb %%WWWDIR%%/db/migrate/20181031190558_drop_fk_gcp_clusters_table.rb %%WWWDIR%%/db/migrate/20181031190559_drop_gcp_clusters_table.rb %%WWWDIR%%/db/migrate/20181101144347_add_index_for_stuck_mr_query.rb @@ -7307,6 +7370,7 @@ %%WWWDIR%%/db/migrate/20181116141415_add_encrypted_runners_token_to_namespaces.rb %%WWWDIR%%/db/migrate/20181116141504_add_encrypted_runners_token_to_projects.rb %%WWWDIR%%/db/migrate/20181119081539_add_merge_request_id_to_ci_pipelines.rb +%%WWWDIR%%/db/migrate/20181119132520_add_indexes_to_ci_builds_and_pipelines.rb %%WWWDIR%%/db/migrate/20181120082911_rename_repositories_pool_repositories.rb %%WWWDIR%%/db/migrate/20181120091639_add_foreign_key_to_ci_pipelines_merge_requests.rb %%WWWDIR%%/db/migrate/20181120151656_add_token_encrypted_to_ci_runners.rb @@ -7321,6 +7385,14 @@ %%WWWDIR%%/db/migrate/20181129104854_add_token_encrypted_to_ci_builds.rb %%WWWDIR%%/db/migrate/20181129104944_add_index_to_ci_builds_token_encrypted.rb %%WWWDIR%%/db/migrate/20181203002526_add_project_bfg_object_map_column.rb +%%WWWDIR%%/db/migrate/20181211092510_add_name_author_id_and_sha_to_releases.rb +%%WWWDIR%%/db/migrate/20181211092514_add_author_id_index_and_fk_to_releases.rb +%%WWWDIR%%/db/migrate/20181212104941_backfill_releases_name_with_tag_name.rb +%%WWWDIR%%/db/migrate/20181212171634_create_error_tracking_settings.rb +%%WWWDIR%%/db/migrate/20181219145521_add_options_to_build_metadata.rb +%%WWWDIR%%/db/migrate/20181228175414_create_releases_link_table.rb +%%WWWDIR%%/db/migrate/20190103140724_make_legacy_false_default.rb +%%WWWDIR%%/db/migrate/20190115054216_add_error_notification_sent_to_remote_mirrors.rb %%WWWDIR%%/db/migrate/gpg_keys_limits_to_mysql.rb %%WWWDIR%%/db/migrate/limits_ci_build_trace_chunks_raw_data_for_mysql.rb %%WWWDIR%%/db/migrate/limits_to_mysql.rb @@ -7505,6 +7577,7 @@ %%WWWDIR%%/db/post_migrate/20181123042307_drop_site_statistics.rb %%WWWDIR%%/db/post_migrate/20181130102132_backfill_hashed_project_repositories.rb %%WWWDIR%%/db/post_migrate/20181204154019_populate_mr_metrics_with_events_data.rb +%%WWWDIR%%/db/post_migrate/20181219145520_migrate_cluster_configure_worker_sidekiq_queue.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -7659,6 +7732,7 @@ %%WWWDIR%%/doc/api/pipeline_triggers.md %%WWWDIR%%/doc/api/pipelines.md %%WWWDIR%%/doc/api/project_badges.md +%%WWWDIR%%/doc/api/project_clusters.md %%WWWDIR%%/doc/api/project_import_export.md %%WWWDIR%%/doc/api/project_level_variables.md %%WWWDIR%%/doc/api/project_snippets.md @@ -7666,6 +7740,8 @@ %%WWWDIR%%/doc/api/projects.md %%WWWDIR%%/doc/api/protected_branches.md %%WWWDIR%%/doc/api/protected_tags.md +%%WWWDIR%%/doc/api/releases/index.md +%%WWWDIR%%/doc/api/releases/links.md %%WWWDIR%%/doc/api/repositories.md %%WWWDIR%%/doc/api/repository_files.md %%WWWDIR%%/doc/api/repository_storage_health.md @@ -7698,13 +7774,6 @@ %%WWWDIR%%/doc/articles/openshift_and_gitlab/index.md %%WWWDIR%%/doc/articles/runner_autoscale_aws/index.md %%WWWDIR%%/doc/ci/README.md -%%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_btn.png -%%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_button.png -%%WWWDIR%%/doc/ci/autodeploy/img/auto_deploy_dropdown.png -%%WWWDIR%%/doc/ci/autodeploy/img/auto_monitoring.png -%%WWWDIR%%/doc/ci/autodeploy/img/guide_connect_cluster.png -%%WWWDIR%%/doc/ci/autodeploy/img/guide_integration.png -%%WWWDIR%%/doc/ci/autodeploy/img/guide_secret.png %%WWWDIR%%/doc/ci/autodeploy/index.md %%WWWDIR%%/doc/ci/autodeploy/quick_start_guide.md %%WWWDIR%%/doc/ci/build_artifacts/README.md @@ -7874,8 +7943,12 @@ %%WWWDIR%%/doc/development/db_dump.md %%WWWDIR%%/doc/development/diffs.md %%WWWDIR%%/doc/development/doc_styleguide.md +%%WWWDIR%%/doc/development/documentation/feature-change-workflow.md %%WWWDIR%%/doc/development/documentation/img/manual_build_docs.png +%%WWWDIR%%/doc/development/documentation/improvement-workflow.md %%WWWDIR%%/doc/development/documentation/index.md +%%WWWDIR%%/doc/development/documentation/site_architecture/global_nav.md +%%WWWDIR%%/doc/development/documentation/site_architecture/index.md %%WWWDIR%%/doc/development/documentation/structure.md %%WWWDIR%%/doc/development/documentation/styleguide.md %%WWWDIR%%/doc/development/documentation/workflow.md @@ -7981,7 +8054,6 @@ %%WWWDIR%%/doc/development/single_table_inheritance.md %%WWWDIR%%/doc/development/sql.md %%WWWDIR%%/doc/development/swapping_tables.md -%%WWWDIR%%/doc/development/switching_to_rails5.md %%WWWDIR%%/doc/development/testing.md %%WWWDIR%%/doc/development/testing_guide/best_practices.md %%WWWDIR%%/doc/development/testing_guide/ci.md @@ -8481,6 +8553,7 @@ %%WWWDIR%%/doc/update/11.3-to-11.4.md %%WWWDIR%%/doc/update/11.4-to-11.5.md %%WWWDIR%%/doc/update/11.5-to-11.6.md +%%WWWDIR%%/doc/update/11.6-to-11.7.md %%WWWDIR%%/doc/update/2.6-to-3.0.md %%WWWDIR%%/doc/update/2.9-to-3.0.md %%WWWDIR%%/doc/update/3.0-to-3.1.md @@ -8549,12 +8622,15 @@ %%WWWDIR%%/doc/update/mysql_to_postgresql.md %%WWWDIR%%/doc/update/patch_versions.md %%WWWDIR%%/doc/update/restore_after_failure.md -%%WWWDIR%%/doc/update/upgrader.md %%WWWDIR%%/doc/update/upgrading_postgresql_using_slony.md +%%WWWDIR%%/doc/user/abuse_reports.md %%WWWDIR%%/doc/user/account/security.md %%WWWDIR%%/doc/user/account/two_factor_authentication.md +%%WWWDIR%%/doc/user/admin_area/abuse_reports.md %%WWWDIR%%/doc/user/admin_area/custom_project_templates.md %%WWWDIR%%/doc/user/admin_area/diff_limits.md +%%WWWDIR%%/doc/user/admin_area/img/abuse_report_blocked_user.png +%%WWWDIR%%/doc/user/admin_area/img/abuse_reports_page.png %%WWWDIR%%/doc/user/admin_area/img/admin_area_settings_button.png %%WWWDIR%%/doc/user/admin_area/img/admin_labels.png %%WWWDIR%%/doc/user/admin_area/labels.md @@ -8699,6 +8775,7 @@ %%WWWDIR%%/doc/user/project/clusters/runbooks/index.md %%WWWDIR%%/doc/user/project/clusters/serverless/img/deploy-stage.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/dns-entry.png +%%WWWDIR%%/doc/user/project/clusters/serverless/img/function-execution.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/install-knative.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/knative-app.png %%WWWDIR%%/doc/user/project/clusters/serverless/img/serverless-page.png @@ -8877,6 +8954,7 @@ %%WWWDIR%%/doc/user/project/issues/confidential_issues.md %%WWWDIR%%/doc/user/project/issues/create_new_issue.md %%WWWDIR%%/doc/user/project/issues/crosslinking_issues.md +%%WWWDIR%%/doc/user/project/issues/csv_import.md %%WWWDIR%%/doc/user/project/issues/deleting_issues.md %%WWWDIR%%/doc/user/project/issues/due_dates.md %%WWWDIR%%/doc/user/project/issues/img/button_close_issue.png @@ -8894,6 +8972,7 @@ %%WWWDIR%%/doc/user/project/issues/img/due_dates_issues_index_page.png %%WWWDIR%%/doc/user/project/issues/img/due_dates_todos.png %%WWWDIR%%/doc/user/project/issues/img/group_issues_list_view.png +%%WWWDIR%%/doc/user/project/issues/img/import_csv_button.png %%WWWDIR%%/doc/user/project/issues/img/issue_board.png %%WWWDIR%%/doc/user/project/issues/img/issue_template.png %%WWWDIR%%/doc/user/project/issues/img/issues_main_view.png @@ -8994,6 +9073,8 @@ %%WWWDIR%%/doc/user/project/milestones/img/milestones_promote_milestone.png %%WWWDIR%%/doc/user/project/milestones/index.md %%WWWDIR%%/doc/user/project/new_ci_build_permissions_model.md +%%WWWDIR%%/doc/user/project/operations/error_tracking.md +%%WWWDIR%%/doc/user/project/operations/img/error_tracking_list.png %%WWWDIR%%/doc/user/project/pages/getting_started_part_four.md %%WWWDIR%%/doc/user/project/pages/getting_started_part_one.md %%WWWDIR%%/doc/user/project/pages/getting_started_part_three.md @@ -9022,6 +9103,7 @@ %%WWWDIR%%/doc/user/project/pages/img/verify_your_domain.png %%WWWDIR%%/doc/user/project/pages/index.md %%WWWDIR%%/doc/user/project/pages/introduction.md +%%WWWDIR%%/doc/user/project/pages/lets_encrypt_for_gitlab_pages.md %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_browser.png %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_browser_button.png %%WWWDIR%%/doc/user/project/pipelines/img/job_artifacts_builds_page.png @@ -9042,6 +9124,9 @@ %%WWWDIR%%/doc/user/project/protected_branches.md %%WWWDIR%%/doc/user/project/protected_tags.md %%WWWDIR%%/doc/user/project/quick_actions.md +%%WWWDIR%%/doc/user/project/releases.md +%%WWWDIR%%/doc/user/project/releases/img/releases.png +%%WWWDIR%%/doc/user/project/releases/index.md %%WWWDIR%%/doc/user/project/repository/branches/img/branch_filter_search_box.png %%WWWDIR%%/doc/user/project/repository/branches/img/delete_merged_branches.png %%WWWDIR%%/doc/user/project/repository/branches/index.md @@ -9209,6 +9294,7 @@ %%WWWDIR%%/generator_templates/active_record/migration/create_table_migration.rb %%WWWDIR%%/generator_templates/active_record/migration/migration.rb %%WWWDIR%%/generator_templates/rails/post_deployment_migration/migration.rb +%%WWWDIR%%/jest.config.js %%WWWDIR%%/lib/after_commit_queue.rb %%WWWDIR%%/lib/api/access_requests.rb %%WWWDIR%%/lib/api/api.rb @@ -9251,6 +9337,7 @@ %%WWWDIR%%/lib/api/helpers/projects_helpers.rb %%WWWDIR%%/lib/api/helpers/related_resources_helpers.rb %%WWWDIR%%/lib/api/helpers/runner.rb +%%WWWDIR%%/lib/api/helpers/version.rb %%WWWDIR%%/lib/api/internal.rb %%WWWDIR%%/lib/api/issues.rb %%WWWDIR%%/lib/api/job_artifacts.rb @@ -9270,6 +9357,7 @@ %%WWWDIR%%/lib/api/pagination_params.rb %%WWWDIR%%/lib/api/pipeline_schedules.rb %%WWWDIR%%/lib/api/pipelines.rb +%%WWWDIR%%/lib/api/project_clusters.rb %%WWWDIR%%/lib/api/project_export.rb %%WWWDIR%%/lib/api/project_hooks.rb %%WWWDIR%%/lib/api/project_import.rb @@ -9281,6 +9369,8 @@ %%WWWDIR%%/lib/api/projects_relation_builder.rb %%WWWDIR%%/lib/api/protected_branches.rb %%WWWDIR%%/lib/api/protected_tags.rb +%%WWWDIR%%/lib/api/release/links.rb +%%WWWDIR%%/lib/api/releases.rb %%WWWDIR%%/lib/api/repositories.rb %%WWWDIR%%/lib/api/resource_label_events.rb %%WWWDIR%%/lib/api/runner.rb @@ -9516,7 +9606,9 @@ %%WWWDIR%%/lib/gitlab/background_migration/add_merge_request_diff_commits_count.rb %%WWWDIR%%/lib/gitlab/background_migration/archive_legacy_traces.rb %%WWWDIR%%/lib/gitlab/background_migration/backfill_hashed_project_repositories.rb +%%WWWDIR%%/lib/gitlab/background_migration/backfill_legacy_project_repositories.rb %%WWWDIR%%/lib/gitlab/background_migration/backfill_project_fullpath_in_repo_config.rb +%%WWWDIR%%/lib/gitlab/background_migration/backfill_project_repositories.rb %%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_rename.rb %%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_schema_change.rb %%WWWDIR%%/lib/gitlab/background_migration/cleanup_concurrent_type_change.rb @@ -9626,14 +9718,12 @@ %%WWWDIR%%/lib/gitlab/ci/config/entry/commands.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/coverage.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/environment.rb -%%WWWDIR%%/lib/gitlab/ci/config/entry/except_policy.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/global.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/hidden.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/image.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/job.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/jobs.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/key.rb -%%WWWDIR%%/lib/gitlab/ci/config/entry/only_policy.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/paths.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/policy.rb %%WWWDIR%%/lib/gitlab/ci/config/entry/reports.rb @@ -9648,14 +9738,17 @@ %%WWWDIR%%/lib/gitlab/ci/config/extendable/entry.rb %%WWWDIR%%/lib/gitlab/ci/config/external/file/base.rb %%WWWDIR%%/lib/gitlab/ci/config/external/file/local.rb +%%WWWDIR%%/lib/gitlab/ci/config/external/file/project.rb %%WWWDIR%%/lib/gitlab/ci/config/external/file/remote.rb +%%WWWDIR%%/lib/gitlab/ci/config/external/file/template.rb %%WWWDIR%%/lib/gitlab/ci/config/external/mapper.rb %%WWWDIR%%/lib/gitlab/ci/config/external/processor.rb %%WWWDIR%%/lib/gitlab/ci/config/normalizer.rb %%WWWDIR%%/lib/gitlab/ci/cron_parser.rb %%WWWDIR%%/lib/gitlab/ci/mask_secret.rb %%WWWDIR%%/lib/gitlab/ci/model.rb -%%WWWDIR%%/lib/gitlab/ci/parsers/test.rb +%%WWWDIR%%/lib/gitlab/ci/parsers.rb +%%WWWDIR%%/lib/gitlab/ci/parsers/parser_error.rb %%WWWDIR%%/lib/gitlab/ci/parsers/test/junit.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/base.rb %%WWWDIR%%/lib/gitlab/ci/pipeline/chain/build.rb @@ -9692,6 +9785,8 @@ %%WWWDIR%%/lib/gitlab/ci/reports/test_reports_comparer.rb %%WWWDIR%%/lib/gitlab/ci/reports/test_suite.rb %%WWWDIR%%/lib/gitlab/ci/reports/test_suite_comparer.rb +%%WWWDIR%%/lib/gitlab/ci/status/bridge/common.rb +%%WWWDIR%%/lib/gitlab/ci/status/bridge/factory.rb %%WWWDIR%%/lib/gitlab/ci/status/build/action.rb %%WWWDIR%%/lib/gitlab/ci/status/build/cancelable.rb %%WWWDIR%%/lib/gitlab/ci/status/build/canceled.rb @@ -9857,7 +9952,6 @@ %%WWWDIR%%/lib/gitlab/data_builder/repository.rb %%WWWDIR%%/lib/gitlab/data_builder/wiki_page.rb %%WWWDIR%%/lib/gitlab/database.rb -%%WWWDIR%%/lib/gitlab/database/arel_methods.rb %%WWWDIR%%/lib/gitlab/database/count.rb %%WWWDIR%%/lib/gitlab/database/count/exact_count_strategy.rb %%WWWDIR%%/lib/gitlab/database/count/reltuples_count_strategy.rb @@ -9912,6 +10006,8 @@ %%WWWDIR%%/lib/gitlab/diff/parser.rb %%WWWDIR%%/lib/gitlab/diff/position.rb %%WWWDIR%%/lib/gitlab/diff/position_tracer.rb +%%WWWDIR%%/lib/gitlab/discussions_diff/file_collection.rb +%%WWWDIR%%/lib/gitlab/discussions_diff/highlight_cache.rb %%WWWDIR%%/lib/gitlab/downtime_check.rb %%WWWDIR%%/lib/gitlab/downtime_check/message.rb %%WWWDIR%%/lib/gitlab/ee_compat_check.rb @@ -9935,6 +10031,7 @@ %%WWWDIR%%/lib/gitlab/encoding_helper.rb %%WWWDIR%%/lib/gitlab/environment.rb %%WWWDIR%%/lib/gitlab/environment_logger.rb +%%WWWDIR%%/lib/gitlab/error_tracking/error.rb %%WWWDIR%%/lib/gitlab/etag_caching/middleware.rb %%WWWDIR%%/lib/gitlab/etag_caching/router.rb %%WWWDIR%%/lib/gitlab/etag_caching/store.rb @@ -10105,7 +10202,6 @@ %%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb %%WWWDIR%%/lib/gitlab/graphql/variables.rb %%WWWDIR%%/lib/gitlab/graphs/commits.rb -%%WWWDIR%%/lib/gitlab/group_hierarchy.rb %%WWWDIR%%/lib/gitlab/hashed_storage/migrator.rb %%WWWDIR%%/lib/gitlab/hashed_storage/rake_helper.rb %%WWWDIR%%/lib/gitlab/health_checks/base_abstract_check.rb @@ -10184,6 +10280,7 @@ %%WWWDIR%%/lib/gitlab/issuables_count_for_state.rb %%WWWDIR%%/lib/gitlab/issues_labels.rb %%WWWDIR%%/lib/gitlab/job_waiter.rb +%%WWWDIR%%/lib/gitlab/json_cache.rb %%WWWDIR%%/lib/gitlab/json_logger.rb %%WWWDIR%%/lib/gitlab/kubernetes.rb %%WWWDIR%%/lib/gitlab/kubernetes/cluster_role_binding.rb @@ -10264,6 +10361,7 @@ %%WWWDIR%%/lib/gitlab/multi_collection_paginator.rb %%WWWDIR%%/lib/gitlab/namespace_sanitizer.rb %%WWWDIR%%/lib/gitlab/null_request_store.rb +%%WWWDIR%%/lib/gitlab/object_hierarchy.rb %%WWWDIR%%/lib/gitlab/omniauth_initializer.rb %%WWWDIR%%/lib/gitlab/optimistic_locking.rb %%WWWDIR%%/lib/gitlab/other_markup.rb @@ -10422,7 +10520,6 @@ %%WWWDIR%%/lib/gitlab/tree_summary.rb %%WWWDIR%%/lib/gitlab/untrusted_regexp.rb %%WWWDIR%%/lib/gitlab/update_path_error.rb -%%WWWDIR%%/lib/gitlab/upgrader.rb %%WWWDIR%%/lib/gitlab/uploads_transfer.rb %%WWWDIR%%/lib/gitlab/url_blocker.rb %%WWWDIR%%/lib/gitlab/url_builder.rb @@ -10474,7 +10571,6 @@ %%WWWDIR%%/lib/peek/views/host.rb %%WWWDIR%%/lib/quality/helm_client.rb %%WWWDIR%%/lib/quality/kubernetes_client.rb -%%WWWDIR%%/lib/rails4_migration_version.rb %%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb %%WWWDIR%%/lib/rouge/plugins/common_mark.rb %%WWWDIR%%/lib/rspec_flaky/config.rb @@ -10483,6 +10579,8 @@ %%WWWDIR%%/lib/rspec_flaky/flaky_examples_collection.rb %%WWWDIR%%/lib/rspec_flaky/listener.rb %%WWWDIR%%/lib/rspec_flaky/report.rb +%%WWWDIR%%/lib/sentry/client.rb +%%WWWDIR%%/lib/serializers/json.rb %%WWWDIR%%/lib/static_model.rb %%WWWDIR%%/lib/support/deploy/deploy.sh %%WWWDIR%%/lib/support/init.d/gitlab @@ -10674,6 +10772,7 @@ %%WWWDIR%%/qa/Dockerfile %%WWWDIR%%/qa/Gemfile %%WWWDIR%%/qa/README.md +%%WWWDIR%%/qa/Rakefile %%WWWDIR%%/qa/bin/qa %%WWWDIR%%/qa/bin/test %%WWWDIR%%/qa/qa.rb @@ -10694,6 +10793,7 @@ %%WWWDIR%%/qa/qa/page/component/groups_filter.rb %%WWWDIR%%/qa/qa/page/component/issuable/common.rb %%WWWDIR%%/qa/qa/page/component/legacy_clone_panel.rb +%%WWWDIR%%/qa/qa/page/component/note.rb %%WWWDIR%%/qa/qa/page/component/select2.rb %%WWWDIR%%/qa/qa/page/component/users_select.rb %%WWWDIR%%/qa/qa/page/dashboard/groups.rb @@ -10720,6 +10820,7 @@ %%WWWDIR%%/qa/qa/page/profile/personal_access_tokens.rb %%WWWDIR%%/qa/qa/page/profile/ssh_keys.rb %%WWWDIR%%/qa/qa/page/project/activity.rb +%%WWWDIR%%/qa/qa/page/project/commit/show.rb %%WWWDIR%%/qa/qa/page/project/fork/new.rb %%WWWDIR%%/qa/qa/page/project/import/github.rb %%WWWDIR%%/qa/qa/page/project/issue/index.rb @@ -10833,8 +10934,10 @@ %%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/project/import_github_repo_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb +%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/collapse_comments_in_discussions_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb +%%WWWDIR%%/qa/qa/specs/features/browser_ui/2_plan/issue/issue_suggestions_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb @@ -10850,6 +10953,7 @@ %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/use_ssh_key_spec.rb +%%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/repository/user_views_raw_diff_patch_requests_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/3_create/wiki/create_edit_clone_push_wiki_spec.rb %%WWWDIR%%/qa/qa/specs/features/browser_ui/4_verify/ci_variable/add_ci_variable_spec.rb @@ -10864,6 +10968,7 @@ %%WWWDIR%%/qa/qa/specs/runner.rb %%WWWDIR%%/qa/qa/support/api.rb %%WWWDIR%%/qa/qa/support/page/logging.rb +%%WWWDIR%%/qa/qa/tools/revoke_all_personal_access_tokens.rb %%WWWDIR%%/qa/qa/vendor/saml_idp/page/base.rb %%WWWDIR%%/qa/qa/vendor/saml_idp/page/login.rb %%WWWDIR%%/qa/spec/factory/resource/user_spec.rb @@ -10921,6 +11026,7 @@ %%WWWDIR%%/rubocop/cop/gitlab/union.rb %%WWWDIR%%/rubocop/cop/group_public_or_visible_to_user.rb %%WWWDIR%%/rubocop/cop/include_sidekiq_worker.rb +%%WWWDIR%%/rubocop/cop/inject_enterprise_edition_module.rb %%WWWDIR%%/rubocop/cop/line_break_around_conditional_block.rb %%WWWDIR%%/rubocop/cop/migration/add_column.rb %%WWWDIR%%/rubocop/cop/migration/add_concurrent_foreign_key.rb @@ -10970,7 +11076,6 @@ %%WWWDIR%%/scripts/no-ee-check %%WWWDIR%%/scripts/prepare_build.sh %%WWWDIR%%/scripts/prune-old-flaky-specs -%%WWWDIR%%/scripts/rails4-gemfile-lock-check %%WWWDIR%%/scripts/review_apps/automated_cleanup.rb %%WWWDIR%%/scripts/review_apps/review-apps.sh %%WWWDIR%%/scripts/schema_changed.sh @@ -11084,6 +11189,7 @@ %%WWWDIR%%/spec/controllers/projects/deployments_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/discussions_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/environments_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/error_tracking_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/find_file_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/forks_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/graphs_controller_spec.rb @@ -11121,8 +11227,10 @@ %%WWWDIR%%/spec/controllers/projects/services_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/settings/ci_cd_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/settings/integrations_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/settings/operations_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/settings/repository_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/snippets_controller_spec.rb +%%WWWDIR%%/spec/controllers/projects/tags/releases_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/tags_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/templates_controller_spec.rb %%WWWDIR%%/spec/controllers/projects/todos_controller_spec.rb @@ -11159,6 +11267,7 @@ %%WWWDIR%%/spec/factories/broadcast_messages.rb %%WWWDIR%%/spec/factories/chat_names.rb %%WWWDIR%%/spec/factories/chat_teams.rb +%%WWWDIR%%/spec/factories/ci/bridge.rb %%WWWDIR%%/spec/factories/ci/build_trace_chunks.rb %%WWWDIR%%/spec/factories/ci/build_trace_section_names.rb %%WWWDIR%%/spec/factories/ci/builds.rb @@ -11189,6 +11298,7 @@ %%WWWDIR%%/spec/factories/deployments.rb %%WWWDIR%%/spec/factories/emails.rb %%WWWDIR%%/spec/factories/environments.rb +%%WWWDIR%%/spec/factories/error_tracking/error.rb %%WWWDIR%%/spec/factories/events.rb %%WWWDIR%%/spec/factories/file_uploaders.rb %%WWWDIR%%/spec/factories/fork_network_members.rb @@ -11234,9 +11344,11 @@ %%WWWDIR%%/spec/factories/project_auto_devops.rb %%WWWDIR%%/spec/factories/project_custom_attributes.rb %%WWWDIR%%/spec/factories/project_deploy_tokens.rb +%%WWWDIR%%/spec/factories/project_error_tracking_settings.rb %%WWWDIR%%/spec/factories/project_group_links.rb %%WWWDIR%%/spec/factories/project_hooks.rb %%WWWDIR%%/spec/factories/project_members.rb +%%WWWDIR%%/spec/factories/project_repositories.rb %%WWWDIR%%/spec/factories/project_statistics.rb %%WWWDIR%%/spec/factories/project_wikis.rb %%WWWDIR%%/spec/factories/projects.rb @@ -11245,6 +11357,7 @@ %%WWWDIR%%/spec/factories/protected_tags.rb %%WWWDIR%%/spec/factories/redirect_routes.rb %%WWWDIR%%/spec/factories/releases.rb +%%WWWDIR%%/spec/factories/releases/link.rb %%WWWDIR%%/spec/factories/remote_mirrors.rb %%WWWDIR%%/spec/factories/repository_languages.rb %%WWWDIR%%/spec/factories/resource_label_events.rb @@ -11339,6 +11452,7 @@ %%WWWDIR%%/spec/features/dashboard/milestones_spec.rb %%WWWDIR%%/spec/features/dashboard/project_member_activity_index_spec.rb %%WWWDIR%%/spec/features/dashboard/projects_spec.rb +%%WWWDIR%%/spec/features/dashboard/root_explore_spec.rb %%WWWDIR%%/spec/features/dashboard/shortcuts_spec.rb %%WWWDIR%%/spec/features/dashboard/snippets_spec.rb %%WWWDIR%%/spec/features/dashboard/todos/target_state_spec.rb @@ -11704,6 +11818,7 @@ %%WWWDIR%%/spec/features/projects/settings/forked_project_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/integration_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/lfs_settings_spec.rb +%%WWWDIR%%/spec/features/projects/settings/operations_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/pipelines_settings_spec.rb %%WWWDIR%%/spec/features/projects/settings/project_badges_spec.rb %%WWWDIR%%/spec/features/projects/settings/repository_settings_spec.rb @@ -11843,6 +11958,7 @@ %%WWWDIR%%/spec/finders/autocomplete/users_finder_spec.rb %%WWWDIR%%/spec/finders/awarded_emoji_finder_spec.rb %%WWWDIR%%/spec/finders/branches_finder_spec.rb +%%WWWDIR%%/spec/finders/cluster_ancestors_finder_spec.rb %%WWWDIR%%/spec/finders/clusters_finder_spec.rb %%WWWDIR%%/spec/finders/concerns/finder_methods_spec.rb %%WWWDIR%%/spec/finders/concerns/finder_with_cross_project_access_spec.rb @@ -11871,6 +11987,7 @@ %%WWWDIR%%/spec/finders/pipelines_finder_spec.rb %%WWWDIR%%/spec/finders/projects/serverless/functions_finder_spec.rb %%WWWDIR%%/spec/finders/projects_finder_spec.rb +%%WWWDIR%%/spec/finders/releases_finder_spec.rb %%WWWDIR%%/spec/finders/runner_jobs_finder_spec.rb %%WWWDIR%%/spec/finders/snippets_finder_spec.rb %%WWWDIR%%/spec/finders/tags_finder_spec.rb @@ -11895,13 +12012,17 @@ %%WWWDIR%%/spec/fixtures/api/schemas/entities/diff_line.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/diff_line_parallel.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/diff_viewer.json +%%WWWDIR%%/spec/fixtures/api/schemas/entities/issuable_sidebar_todo.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/issue.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/issue_board.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/issue_boards.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/issue_sidebar.json +%%WWWDIR%%/spec/fixtures/api/schemas/entities/issue_sidebar_extras.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/label.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_basic.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_metrics.json +%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_sidebar.json +%%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_sidebar_extras.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/merge_request_widget.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/note_user_entity.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/test_case.json @@ -11909,6 +12030,8 @@ %%WWWDIR%%/spec/fixtures/api/schemas/entities/test_suite_comparer.json %%WWWDIR%%/spec/fixtures/api/schemas/entities/user.json %%WWWDIR%%/spec/fixtures/api/schemas/environment.json +%%WWWDIR%%/spec/fixtures/api/schemas/error_tracking/error.json +%%WWWDIR%%/spec/fixtures/api/schemas/error_tracking/index.json %%WWWDIR%%/spec/fixtures/api/schemas/http_method.json %%WWWDIR%%/spec/fixtures/api/schemas/issue.json %%WWWDIR%%/spec/fixtures/api/schemas/issues.json @@ -11947,6 +12070,7 @@ %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/issues.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/license.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/merge_requests.json +%%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/milestone.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/milestones.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/notes.json %%WWWDIR%%/spec/fixtures/api/schemas/public_api/v4/pages_domain/basic.json @@ -11974,6 +12098,10 @@ %%WWWDIR%%/spec/fixtures/api/schemas/registry/repository.json %%WWWDIR%%/spec/fixtures/api/schemas/registry/tag.json %%WWWDIR%%/spec/fixtures/api/schemas/registry/tags.json +%%WWWDIR%%/spec/fixtures/api/schemas/release.json +%%WWWDIR%%/spec/fixtures/api/schemas/release/link.json +%%WWWDIR%%/spec/fixtures/api/schemas/release/links.json +%%WWWDIR%%/spec/fixtures/api/schemas/releases.json %%WWWDIR%%/spec/fixtures/api/schemas/status/action.json %%WWWDIR%%/spec/fixtures/api/schemas/status/ci_detailed_status.json %%WWWDIR%%/spec/fixtures/api/schemas/status/illustration.json @@ -12019,6 +12147,9 @@ %%WWWDIR%%/spec/fixtures/container_registry/config_blob.json %%WWWDIR%%/spec/fixtures/container_registry/tag_manifest.json %%WWWDIR%%/spec/fixtures/container_registry/tag_manifest_1.json +%%WWWDIR%%/spec/fixtures/csv_comma.csv +%%WWWDIR%%/spec/fixtures/csv_semicolon.csv +%%WWWDIR%%/spec/fixtures/csv_tab.csv %%WWWDIR%%/spec/fixtures/dk.png %%WWWDIR%%/spec/fixtures/doc_sample.txt %%WWWDIR%%/spec/fixtures/domain_blacklist.txt @@ -12050,14 +12181,17 @@ %%WWWDIR%%/spec/fixtures/emails/valid_merge_request_with_patch.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_issue.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_issue_empty.eml +%%WWWDIR%%/spec/fixtures/emails/valid_new_issue_legacy.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_issue_with_quote.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request.eml +%%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_legacy.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_description.eml %%WWWDIR%%/spec/fixtures/emails/valid_new_merge_request_no_subject.eml %%WWWDIR%%/spec/fixtures/emails/valid_reply.eml %%WWWDIR%%/spec/fixtures/emails/windows_8_metro.eml -%%WWWDIR%%/spec/fixtures/emails/wrong_incoming_email_token.eml +%%WWWDIR%%/spec/fixtures/emails/wrong_issue_incoming_email_token.eml %%WWWDIR%%/spec/fixtures/emails/wrong_mail_key.eml +%%WWWDIR%%/spec/fixtures/emails/wrong_merge_request_incoming_email_token.eml %%WWWDIR%%/spec/fixtures/encoding/Japanese.md %%WWWDIR%%/spec/fixtures/fuzzy.po %%WWWDIR%%/spec/fixtures/git-cheat-sheet.pdf @@ -12094,6 +12228,8 @@ %%WWWDIR%%/spec/fixtures/project_services/campfire/rooms2.json %%WWWDIR%%/spec/fixtures/rails_sample.jpg %%WWWDIR%%/spec/fixtures/sanitized.svg +%%WWWDIR%%/spec/fixtures/security-reports/deprecated/gl-dependency-scanning-report.json +%%WWWDIR%%/spec/fixtures/security-reports/deprecated/gl-sast-report.json %%WWWDIR%%/spec/fixtures/security-reports/feature-branch.zip %%WWWDIR%%/spec/fixtures/security-reports/feature-branch/gl-container-scanning-report.json %%WWWDIR%%/spec/fixtures/security-reports/feature-branch/gl-dast-report.json @@ -12106,6 +12242,7 @@ %%WWWDIR%%/spec/fixtures/security-reports/master/gl-dependency-scanning-report.json %%WWWDIR%%/spec/fixtures/security-reports/master/gl-license-management-report.json %%WWWDIR%%/spec/fixtures/security-reports/master/gl-sast-report.json +%%WWWDIR%%/spec/fixtures/sentry/issues_sample_response.json %%WWWDIR%%/spec/fixtures/ssh_host_example_key.pub %%WWWDIR%%/spec/fixtures/symlink_export.tar.gz %%WWWDIR%%/spec/fixtures/trace/ansi-sequence-and-unicode @@ -12116,7 +12253,10 @@ %%WWWDIR%%/spec/fixtures/valid.po %%WWWDIR%%/spec/fixtures/video_sample.mp4 %%WWWDIR%%/spec/frontend/.eslintrc.yml -%%WWWDIR%%/spec/frontend/dummy_spec.js +%%WWWDIR%%/spec/frontend/helpers/test_constants.js +%%WWWDIR%%/spec/frontend/pages/profiles/show/emoji_menu_spec.js +%%WWWDIR%%/spec/frontend/test_setup.js +%%WWWDIR%%/spec/frontend/vue_shared/components/notes/timeline_entry_item_spec.js %%WWWDIR%%/spec/graphql/gitlab_schema_spec.rb %%WWWDIR%%/spec/graphql/mutations/concerns/mutations/resolves_project_spec.rb %%WWWDIR%%/spec/graphql/mutations/merge_requests/set_wip_spec.rb @@ -12184,6 +12324,7 @@ %%WWWDIR%%/spec/helpers/pagination_helper_spec.rb %%WWWDIR%%/spec/helpers/preferences_helper_spec.rb %%WWWDIR%%/spec/helpers/profiles_helper_spec.rb +%%WWWDIR%%/spec/helpers/projects/error_tracking_helper_spec.rb %%WWWDIR%%/spec/helpers/projects_helper_spec.rb %%WWWDIR%%/spec/helpers/rss_helper_spec.rb %%WWWDIR%%/spec/helpers/runners_helper_spec.rb @@ -12203,7 +12344,7 @@ %%WWWDIR%%/spec/helpers/visibility_level_helper_spec.rb %%WWWDIR%%/spec/helpers/wiki_helper_spec.rb %%WWWDIR%%/spec/initializers/6_validations_spec.rb -%%WWWDIR%%/spec/initializers/8_metrics_spec.rb +%%WWWDIR%%/spec/initializers/active_record_locking_spec.rb %%WWWDIR%%/spec/initializers/attr_encrypted_no_db_connection_spec.rb %%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb @@ -12212,6 +12353,7 @@ %%WWWDIR%%/spec/initializers/secret_token_spec.rb %%WWWDIR%%/spec/initializers/settings_spec.rb %%WWWDIR%%/spec/initializers/trusted_proxies_spec.rb +%%WWWDIR%%/spec/initializers/zz_metrics_spec.rb %%WWWDIR%%/spec/javascripts/.eslintrc.yml %%WWWDIR%%/spec/javascripts/activities_spec.js %%WWWDIR%%/spec/javascripts/ajax_loading_spinner_spec.js @@ -12346,6 +12488,8 @@ %%WWWDIR%%/spec/javascripts/environments/environments_store_spec.js %%WWWDIR%%/spec/javascripts/environments/folder/environments_folder_view_spec.js %%WWWDIR%%/spec/javascripts/environments/mock_data.js +%%WWWDIR%%/spec/javascripts/error_tracking/components/error_tracking_list_spec.js +%%WWWDIR%%/spec/javascripts/error_tracking/store/mutation_spec.js %%WWWDIR%%/spec/javascripts/feature_highlight/feature_highlight_helper_spec.js %%WWWDIR%%/spec/javascripts/feature_highlight/feature_highlight_options_spec.js %%WWWDIR%%/spec/javascripts/feature_highlight/feature_highlight_spec.js @@ -12689,7 +12833,6 @@ %%WWWDIR%%/spec/javascripts/pages/labels/components/promote_label_modal_spec.js %%WWWDIR%%/spec/javascripts/pages/milestones/shared/components/delete_milestone_modal_spec.js %%WWWDIR%%/spec/javascripts/pages/milestones/shared/components/promote_milestone_modal_spec.js -%%WWWDIR%%/spec/javascripts/pages/profiles/show/emoji_menu_spec.js %%WWWDIR%%/spec/javascripts/pages/projects/pipeline_schedules/shared/components/interval_pattern_input_spec.js %%WWWDIR%%/spec/javascripts/pages/projects/pipeline_schedules/shared/components/pipeline_schedule_callout_spec.js %%WWWDIR%%/spec/javascripts/pdf/index_spec.js @@ -12751,6 +12894,12 @@ %%WWWDIR%%/spec/javascripts/registry/mock_data.js %%WWWDIR%%/spec/javascripts/registry/stores/actions_spec.js %%WWWDIR%%/spec/javascripts/registry/stores/mutations_spec.js +%%WWWDIR%%/spec/javascripts/releases/components/app_spec.js +%%WWWDIR%%/spec/javascripts/releases/components/release_block_spec.js +%%WWWDIR%%/spec/javascripts/releases/mock_data.js +%%WWWDIR%%/spec/javascripts/releases/store/actions_spec.js +%%WWWDIR%%/spec/javascripts/releases/store/helpers.js +%%WWWDIR%%/spec/javascripts/releases/store/mutations_spec.js %%WWWDIR%%/spec/javascripts/reports/components/grouped_test_reports_app_spec.js %%WWWDIR%%/spec/javascripts/reports/components/modal_open_name_spec.js %%WWWDIR%%/spec/javascripts/reports/components/modal_spec.js @@ -12862,6 +13011,7 @@ %%WWWDIR%%/spec/javascripts/vue_shared/components/filtered_search_dropdown_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/gl_countdown_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/gl_modal_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/gl_modal_vuex_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/header_ci_component_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/icon_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/identicon_spec.js @@ -12882,7 +13032,6 @@ %%WWWDIR%%/spec/javascripts/vue_shared/components/notes/placeholder_note_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/notes/placeholder_system_note_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/notes/system_note_spec.js -%%WWWDIR%%/spec/javascripts/vue_shared/components/notes/timeline_entry_item_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/pagination_links_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/panel_resizer_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/pikaday_spec.js @@ -12911,15 +13060,20 @@ %%WWWDIR%%/spec/javascripts/vue_shared/components/tooltip_on_truncate_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_image_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_link_spec.js +%%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_list_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/user_avatar/user_avatar_svg_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/directives/tooltip_spec.js %%WWWDIR%%/spec/javascripts/vue_shared/translate_spec.js +%%WWWDIR%%/spec/javascripts/vuex_shared/modules/modal/actions_spec.js +%%WWWDIR%%/spec/javascripts/vuex_shared/modules/modal/mutations_spec.js %%WWWDIR%%/spec/javascripts/zen_mode_spec.js %%WWWDIR%%/spec/lib/after_commit_queue_spec.rb +%%WWWDIR%%/spec/lib/api/api_spec.rb %%WWWDIR%%/spec/lib/api/helpers/custom_validators_spec.rb %%WWWDIR%%/spec/lib/api/helpers/pagination_spec.rb %%WWWDIR%%/spec/lib/api/helpers/related_resources_helpers_spec.rb +%%WWWDIR%%/spec/lib/api/helpers/version_spec.rb %%WWWDIR%%/spec/lib/api/helpers_spec.rb %%WWWDIR%%/spec/lib/backup/files_spec.rb %%WWWDIR%%/spec/lib/backup/manager_spec.rb @@ -13057,7 +13211,9 @@ %%WWWDIR%%/spec/lib/gitlab/background_migration/add_merge_request_diff_commits_count_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/archive_legacy_traces_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_hashed_project_repositories_spec.rb +%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_legacy_project_repositories_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_project_fullpath_in_repo_config_spec.rb +%%WWWDIR%%/spec/lib/gitlab/background_migration/backfill_project_repositories_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/create_fork_network_memberships_range_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/create_gpg_key_subkeys_from_gpg_keys_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/delete_conflicting_redirect_routes_range_spec.rb @@ -13144,14 +13300,12 @@ %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/commands_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/coverage_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/environment_spec.rb -%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/except_policy_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/global_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/hidden_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/image_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/job_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/jobs_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/key_spec.rb -%%WWWDIR%%/spec/lib/gitlab/ci/config/entry/only_policy_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/paths_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/policy_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/entry/reports_spec.rb @@ -13166,7 +13320,9 @@ %%WWWDIR%%/spec/lib/gitlab/ci/config/extendable_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/external/file/base_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/external/file/local_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/external/file/project_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/external/file/remote_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/config/external/file/template_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/external/mapper_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/external/processor_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/config/normalizer_spec.rb @@ -13174,7 +13330,7 @@ %%WWWDIR%%/spec/lib/gitlab/ci/cron_parser_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/mask_secret_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/parsers/test/junit_spec.rb -%%WWWDIR%%/spec/lib/gitlab/ci/parsers/test_spec.rb +%%WWWDIR%%/spec/lib/gitlab/ci/parsers_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/build_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/command_spec.rb %%WWWDIR%%/spec/lib/gitlab/ci/pipeline/chain/create_spec.rb @@ -13349,6 +13505,8 @@ %%WWWDIR%%/spec/lib/gitlab/diff/parser_spec.rb %%WWWDIR%%/spec/lib/gitlab/diff/position_spec.rb %%WWWDIR%%/spec/lib/gitlab/diff/position_tracer_spec.rb +%%WWWDIR%%/spec/lib/gitlab/discussions_diff/file_collection_spec.rb +%%WWWDIR%%/spec/lib/gitlab/discussions_diff/highlight_cache_spec.rb %%WWWDIR%%/spec/lib/gitlab/downtime_check/message_spec.rb %%WWWDIR%%/spec/lib/gitlab/downtime_check_spec.rb %%WWWDIR%%/spec/lib/gitlab/email/attachment_uploader_spec.rb @@ -13490,7 +13648,6 @@ %%WWWDIR%%/spec/lib/gitlab/graphql/connections/keyset_connection_spec.rb %%WWWDIR%%/spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb %%WWWDIR%%/spec/lib/gitlab/graphs/commits_spec.rb -%%WWWDIR%%/spec/lib/gitlab/group_hierarchy_spec.rb %%WWWDIR%%/spec/lib/gitlab/hashed_storage/migrator_spec.rb %%WWWDIR%%/spec/lib/gitlab/health_checks/db_check_spec.rb %%WWWDIR%%/spec/lib/gitlab/health_checks/gitaly_check_spec.rb @@ -13560,6 +13717,7 @@ %%WWWDIR%%/spec/lib/gitlab/issuable_sorter_spec.rb %%WWWDIR%%/spec/lib/gitlab/issuables_count_for_state_spec.rb %%WWWDIR%%/spec/lib/gitlab/job_waiter_spec.rb +%%WWWDIR%%/spec/lib/gitlab/json_cache_spec.rb %%WWWDIR%%/spec/lib/gitlab/json_logger_spec.rb %%WWWDIR%%/spec/lib/gitlab/kubernetes/cluster_role_binding_spec.rb %%WWWDIR%%/spec/lib/gitlab/kubernetes/config_map_spec.rb @@ -13624,6 +13782,7 @@ %%WWWDIR%%/spec/lib/gitlab/middleware/release_env_spec.rb %%WWWDIR%%/spec/lib/gitlab/multi_collection_paginator_spec.rb %%WWWDIR%%/spec/lib/gitlab/null_request_store_spec.rb +%%WWWDIR%%/spec/lib/gitlab/object_hierarchy_spec.rb %%WWWDIR%%/spec/lib/gitlab/omniauth_initializer_spec.rb %%WWWDIR%%/spec/lib/gitlab/optimistic_locking_spec.rb %%WWWDIR%%/spec/lib/gitlab/other_markup_spec.rb @@ -13736,7 +13895,6 @@ %%WWWDIR%%/spec/lib/gitlab/themes_spec.rb %%WWWDIR%%/spec/lib/gitlab/tree_summary_spec.rb %%WWWDIR%%/spec/lib/gitlab/untrusted_regexp_spec.rb -%%WWWDIR%%/spec/lib/gitlab/upgrader_spec.rb %%WWWDIR%%/spec/lib/gitlab/uploads_transfer_spec.rb %%WWWDIR%%/spec/lib/gitlab/url_blocker_spec.rb %%WWWDIR%%/spec/lib/gitlab/url_builder_spec.rb @@ -13783,6 +13941,8 @@ %%WWWDIR%%/spec/lib/rspec_flaky/flaky_examples_collection_spec.rb %%WWWDIR%%/spec/lib/rspec_flaky/listener_spec.rb %%WWWDIR%%/spec/lib/rspec_flaky/report_spec.rb +%%WWWDIR%%/spec/lib/sentry/client_spec.rb +%%WWWDIR%%/spec/lib/serializers/json_spec.rb %%WWWDIR%%/spec/lib/system_check/app/git_user_default_ssh_config_check_spec.rb %%WWWDIR%%/spec/lib/system_check/base_check_spec.rb %%WWWDIR%%/spec/lib/system_check/orphans/namespace_check_spec.rb @@ -13792,6 +13952,7 @@ %%WWWDIR%%/spec/lib/uploaded_file_spec.rb %%WWWDIR%%/spec/mailers/abuse_report_mailer_spec.rb %%WWWDIR%%/spec/mailers/emails/auto_devops_spec.rb +%%WWWDIR%%/spec/mailers/emails/issues_spec.rb %%WWWDIR%%/spec/mailers/emails/merge_requests_spec.rb %%WWWDIR%%/spec/mailers/emails/pages_domains_spec.rb %%WWWDIR%%/spec/mailers/emails/profile_spec.rb @@ -13809,6 +13970,7 @@ %%WWWDIR%%/spec/migrations/add_pipeline_build_foreign_key_spec.rb %%WWWDIR%%/spec/migrations/add_unique_constraint_to_project_features_project_id_spec.rb %%WWWDIR%%/spec/migrations/assure_commits_count_for_merge_request_diff_spec.rb +%%WWWDIR%%/spec/migrations/backfill_releases_name_with_tag_name_spec.rb %%WWWDIR%%/spec/migrations/backfill_store_project_full_path_in_repo_spec.rb %%WWWDIR%%/spec/migrations/calculate_conv_dev_index_percentages_spec.rb %%WWWDIR%%/spec/migrations/change_default_value_for_dsa_key_restriction_spec.rb @@ -13838,6 +14000,7 @@ %%WWWDIR%%/spec/migrations/import_common_metrics_spec.rb %%WWWDIR%%/spec/migrations/issues_moved_to_id_foreign_key_spec.rb %%WWWDIR%%/spec/migrations/migrate_build_stage_reference_again_spec.rb +%%WWWDIR%%/spec/migrations/migrate_cluster_configure_worker_sidekiq_queue_spec.rb %%WWWDIR%%/spec/migrations/migrate_create_trace_artifact_sidekiq_queue_spec.rb %%WWWDIR%%/spec/migrations/migrate_forbidden_redirect_uris_spec.rb %%WWWDIR%%/spec/migrations/migrate_gcp_clusters_to_new_clusters_architectures_spec.rb @@ -13926,6 +14089,7 @@ %%WWWDIR%%/spec/models/chat_name_spec.rb %%WWWDIR%%/spec/models/chat_team_spec.rb %%WWWDIR%%/spec/models/ci/artifact_blob_spec.rb +%%WWWDIR%%/spec/models/ci/bridge_spec.rb %%WWWDIR%%/spec/models/ci/build_metadata_spec.rb %%WWWDIR%%/spec/models/ci/build_runner_session_spec.rb %%WWWDIR%%/spec/models/ci/build_spec.rb @@ -14041,6 +14205,7 @@ %%WWWDIR%%/spec/models/email_spec.rb %%WWWDIR%%/spec/models/environment_spec.rb %%WWWDIR%%/spec/models/environment_status_spec.rb +%%WWWDIR%%/spec/models/error_tracking/project_error_tracking_setting_spec.rb %%WWWDIR%%/spec/models/event_collection_spec.rb %%WWWDIR%%/spec/models/event_spec.rb %%WWWDIR%%/spec/models/external_issue_spec.rb @@ -14107,6 +14272,7 @@ %%WWWDIR%%/spec/models/project_deploy_token_spec.rb %%WWWDIR%%/spec/models/project_feature_spec.rb %%WWWDIR%%/spec/models/project_group_link_spec.rb +%%WWWDIR%%/spec/models/project_import_data_spec.rb %%WWWDIR%%/spec/models/project_import_state_spec.rb %%WWWDIR%%/spec/models/project_label_spec.rb %%WWWDIR%%/spec/models/project_repository_spec.rb @@ -14163,6 +14329,8 @@ %%WWWDIR%%/spec/models/push_event_spec.rb %%WWWDIR%%/spec/models/redirect_route_spec.rb %%WWWDIR%%/spec/models/release_spec.rb +%%WWWDIR%%/spec/models/releases/link_spec.rb +%%WWWDIR%%/spec/models/releases/source_spec.rb %%WWWDIR%%/spec/models/remote_mirror_spec.rb %%WWWDIR%%/spec/models/repository_language_spec.rb %%WWWDIR%%/spec/models/repository_spec.rb @@ -14288,6 +14456,7 @@ %%WWWDIR%%/spec/requests/api/pages_domains_spec.rb %%WWWDIR%%/spec/requests/api/pipeline_schedules_spec.rb %%WWWDIR%%/spec/requests/api/pipelines_spec.rb +%%WWWDIR%%/spec/requests/api/project_clusters_spec.rb %%WWWDIR%%/spec/requests/api/project_export_spec.rb %%WWWDIR%%/spec/requests/api/project_hooks_spec.rb %%WWWDIR%%/spec/requests/api/project_import_spec.rb @@ -14298,7 +14467,8 @@ %%WWWDIR%%/spec/requests/api/projects_spec.rb %%WWWDIR%%/spec/requests/api/protected_branches_spec.rb %%WWWDIR%%/spec/requests/api/protected_tags_spec.rb -%%WWWDIR%%/spec/requests/api/redacted_events_spec.rb +%%WWWDIR%%/spec/requests/api/release/links_spec.rb +%%WWWDIR%%/spec/requests/api/releases_spec.rb %%WWWDIR%%/spec/requests/api/repositories_spec.rb %%WWWDIR%%/spec/requests/api/resource_label_events_spec.rb %%WWWDIR%%/spec/requests/api/runner_spec.rb @@ -14356,6 +14526,7 @@ %%WWWDIR%%/spec/rubocop/cop/gitlab/union_spec.rb %%WWWDIR%%/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb %%WWWDIR%%/spec/rubocop/cop/include_sidekiq_worker_spec.rb +%%WWWDIR%%/spec/rubocop/cop/inject_enterprise_edition_module_spec.rb %%WWWDIR%%/spec/rubocop/cop/line_break_around_conditional_block_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_foreign_key_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_index_spec.rb @@ -14423,7 +14594,6 @@ %%WWWDIR%%/spec/serializers/job_entity_spec.rb %%WWWDIR%%/spec/serializers/label_serializer_spec.rb %%WWWDIR%%/spec/serializers/lfs_file_lock_entity_spec.rb -%%WWWDIR%%/spec/serializers/merge_request_basic_serializer_spec.rb %%WWWDIR%%/spec/serializers/merge_request_diff_entity_spec.rb %%WWWDIR%%/spec/serializers/merge_request_serializer_spec.rb %%WWWDIR%%/spec/serializers/merge_request_user_entity_spec.rb @@ -14508,7 +14678,6 @@ %%WWWDIR%%/spec/services/commits/tag_service_spec.rb %%WWWDIR%%/spec/services/compare_service_spec.rb %%WWWDIR%%/spec/services/create_branch_service_spec.rb -%%WWWDIR%%/spec/services/create_release_service_spec.rb %%WWWDIR%%/spec/services/create_snippet_service_spec.rb %%WWWDIR%%/spec/services/delete_branch_service_spec.rb %%WWWDIR%%/spec/services/delete_merged_branches_service_spec.rb @@ -14519,6 +14688,7 @@ %%WWWDIR%%/spec/services/emails/confirm_service_spec.rb %%WWWDIR%%/spec/services/emails/create_service_spec.rb %%WWWDIR%%/spec/services/emails/destroy_service_spec.rb +%%WWWDIR%%/spec/services/error_tracking/list_issues_service_spec.rb %%WWWDIR%%/spec/services/event_create_service_spec.rb %%WWWDIR%%/spec/services/events/render_service_spec.rb %%WWWDIR%%/spec/services/files/create_service_spec.rb @@ -14544,6 +14714,7 @@ %%WWWDIR%%/spec/services/issues/close_service_spec.rb %%WWWDIR%%/spec/services/issues/create_service_spec.rb %%WWWDIR%%/spec/services/issues/duplicate_service_spec.rb +%%WWWDIR%%/spec/services/issues/import_csv_service_spec.rb %%WWWDIR%%/spec/services/issues/move_service_spec.rb %%WWWDIR%%/spec/services/issues/referenced_merge_requests_service_spec.rb %%WWWDIR%%/spec/services/issues/related_branches_service_spec.rb @@ -14645,6 +14816,7 @@ %%WWWDIR%%/spec/services/projects/move_users_star_projects_service_spec.rb %%WWWDIR%%/spec/services/projects/open_issues_count_service_spec.rb %%WWWDIR%%/spec/services/projects/open_merge_requests_count_service_spec.rb +%%WWWDIR%%/spec/services/projects/operations/update_service_spec.rb %%WWWDIR%%/spec/services/projects/overwrite_project_service_spec.rb %%WWWDIR%%/spec/services/projects/participants_service_spec.rb %%WWWDIR%%/spec/services/projects/propagate_service_template_spec.rb @@ -14664,6 +14836,9 @@ %%WWWDIR%%/spec/services/push_event_payload_service_spec.rb %%WWWDIR%%/spec/services/quick_actions/interpret_service_spec.rb %%WWWDIR%%/spec/services/quick_actions/target_service_spec.rb +%%WWWDIR%%/spec/services/releases/create_service_spec.rb +%%WWWDIR%%/spec/services/releases/destroy_service_spec.rb +%%WWWDIR%%/spec/services/releases/update_service_spec.rb %%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb %%WWWDIR%%/spec/services/repository_archive_clean_up_service_spec.rb %%WWWDIR%%/spec/services/reset_project_cache_service_spec.rb @@ -14692,7 +14867,6 @@ %%WWWDIR%%/spec/services/todos/destroy/project_private_service_spec.rb %%WWWDIR%%/spec/services/update_deployment_service_spec.rb %%WWWDIR%%/spec/services/update_merge_request_metrics_service_spec.rb -%%WWWDIR%%/spec/services/update_release_service_spec.rb %%WWWDIR%%/spec/services/update_snippet_service_spec.rb %%WWWDIR%%/spec/services/upload_service_spec.rb %%WWWDIR%%/spec/services/user_project_access_changed_service_spec.rb @@ -14896,7 +15070,7 @@ %%WWWDIR%%/spec/support/services/migrate_to_ghost_user_service_shared_examples.rb %%WWWDIR%%/spec/support/setup_builds_storage.rb %%WWWDIR%%/spec/support/shared_contexts/change_access_checks_shared_context.rb -%%WWWDIR%%/spec/support/shared_contexts/email_shared_blocks.rb +%%WWWDIR%%/spec/support/shared_contexts/email_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/json_response_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/merge_requests_allowing_collaboration.rb %%WWWDIR%%/spec/support/shared_contexts/services_shared_context.rb @@ -14933,6 +15107,7 @@ %%WWWDIR%%/spec/support/shared_examples/issue_tracker_service_shared_example.rb %%WWWDIR%%/spec/support/shared_examples/ldap_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/legacy_path_redirect_shared_examples.rb +%%WWWDIR%%/spec/support/shared_examples/lib/gitlab/background_migration/backfill_project_repositories_examples.rb %%WWWDIR%%/spec/support/shared_examples/malicious_regexp_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/mentionable_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/milestone_tabs_examples.rb @@ -14948,8 +15123,9 @@ %%WWWDIR%%/spec/support/shared_examples/models/project_hook_data_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/models/with_uploads_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/notify_shared_examples.rb -%%WWWDIR%%/spec/support/shared_examples/only_except_policy_examples.rb +%%WWWDIR%%/spec/support/shared_examples/policies/clusterable_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/position_formatters.rb +%%WWWDIR%%/spec/support/shared_examples/project_list_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/reference_parser_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/custom_attributes_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/diff_discussions.rb @@ -15054,6 +15230,7 @@ %%WWWDIR%%/spec/views/layouts/header/_new_dropdown.haml_spec.rb %%WWWDIR%%/spec/views/layouts/nav/sidebar/_admin.html.haml_spec.rb %%WWWDIR%%/spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb +%%WWWDIR%%/spec/views/notify/changed_milestone_email.html.haml_spec.rb %%WWWDIR%%/spec/views/notify/pipeline_failed_email.html.haml_spec.rb %%WWWDIR%%/spec/views/notify/pipeline_success_email.html.haml_spec.rb %%WWWDIR%%/spec/views/profiles/show.html.haml_spec.rb @@ -15084,6 +15261,7 @@ %%WWWDIR%%/spec/views/projects/pipelines/_stage.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/services/_form.haml_spec.rb %%WWWDIR%%/spec/views/projects/settings/ci_cd/_autodevops_form.html.haml_spec.rb +%%WWWDIR%%/spec/views/projects/settings/operations/show.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/tags/index.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/tree/_tree_row.html.haml_spec.rb %%WWWDIR%%/spec/views/projects/tree/show.html.haml_spec.rb @@ -15105,7 +15283,7 @@ %%WWWDIR%%/spec/workers/build_trace_sections_worker_spec.rb %%WWWDIR%%/spec/workers/ci/archive_traces_cron_worker_spec.rb %%WWWDIR%%/spec/workers/ci/build_schedule_worker_spec.rb -%%WWWDIR%%/spec/workers/cluster_platform_configure_worker_spec.rb +%%WWWDIR%%/spec/workers/cluster_configure_worker_spec.rb %%WWWDIR%%/spec/workers/cluster_provision_worker_spec.rb %%WWWDIR%%/spec/workers/cluster_wait_for_ingress_ip_address_worker_spec.rb %%WWWDIR%%/spec/workers/concerns/application_worker_spec.rb @@ -15154,6 +15332,7 @@ %%WWWDIR%%/spec/workers/gitlab_shell_worker_spec.rb %%WWWDIR%%/spec/workers/gitlab_usage_ping_worker_spec.rb %%WWWDIR%%/spec/workers/group_destroy_worker_spec.rb +%%WWWDIR%%/spec/workers/import_issues_csv_worker_spec.rb %%WWWDIR%%/spec/workers/invalid_gpg_signature_update_worker_spec.rb %%WWWDIR%%/spec/workers/issue_due_scheduler_worker_spec.rb %%WWWDIR%%/spec/workers/mail_scheduler/issue_due_worker_spec.rb @@ -15164,6 +15343,7 @@ %%WWWDIR%%/spec/workers/new_merge_request_worker_spec.rb %%WWWDIR%%/spec/workers/new_note_worker_spec.rb %%WWWDIR%%/spec/workers/object_pool/create_worker_spec.rb +%%WWWDIR%%/spec/workers/object_pool/destroy_worker_spec.rb %%WWWDIR%%/spec/workers/object_pool/join_worker_spec.rb %%WWWDIR%%/spec/workers/pages_domain_verification_cron_worker_spec.rb %%WWWDIR%%/spec/workers/pages_domain_verification_worker_spec.rb @@ -15187,6 +15367,7 @@ %%WWWDIR%%/spec/workers/prune_web_hook_logs_worker_spec.rb %%WWWDIR%%/spec/workers/reactive_caching_worker_spec.rb %%WWWDIR%%/spec/workers/rebase_worker_spec.rb +%%WWWDIR%%/spec/workers/remote_mirror_notification_worker_spec.rb %%WWWDIR%%/spec/workers/remove_expired_group_links_worker_spec.rb %%WWWDIR%%/spec/workers/remove_expired_members_worker_spec.rb %%WWWDIR%%/spec/workers/remove_unreferenced_lfs_objects_worker_spec.rb |