Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/groups/_home_panel.html.haml6
-rw-r--r--changelogs/unreleased/273294-fy21q4-foundations-kr2-audit-and-update-buttons-on-groupscontrolle.yml6
-rw-r--r--changelogs/unreleased/kerrizor-remove-oprhaned-feature-flag-yml.yml5
-rw-r--r--changelogs/unreleased/usage-ping-dictionary-whitespace.yml5
-rw-r--r--config/feature_flags/development/usage_data_i_source_code_code_intelligence.yml8
-rw-r--r--doc/administration/gitaly/index.md16
-rw-r--r--doc/ci/cloud_deployment/index.md2
-rw-r--r--doc/ci/examples/deployment/README.md2
-rw-r--r--doc/ci/examples/semantic-release.md2
-rw-r--r--doc/ci/multi_project_pipelines.md2
-rw-r--r--doc/ci/pipelines/schedules.md2
-rw-r--r--doc/ci/pipelines/settings.md8
-rw-r--r--doc/ci/runners/README.md4
-rw-r--r--doc/development/documentation/site_architecture/index.md4
-rw-r--r--doc/development/usage_ping/dictionary.md574
-rw-r--r--doc/operations/incident_management/status_page.md2
-rw-r--r--doc/topics/autodevops/quick_start_guide.md2
-rw-r--r--doc/topics/autodevops/requirements.md2
-rw-r--r--doc/user/admin_area/settings/continuous_integration.md4
-rw-r--r--doc/user/application_security/secret_detection/index.md2
-rw-r--r--doc/user/project/clusters/serverless/aws.md2
-rw-r--r--doc/user/project/deploy_tokens/index.md2
-rw-r--r--doc/user/project/pages/getting_started/pages_ci_cd_template.md2
-rw-r--r--doc/user/project/pages/getting_started/pages_from_scratch.md2
-rw-r--r--doc/user/project/releases/index.md2
-rw-r--r--lib/gitlab/usage/docs/helper.rb2
-rw-r--r--lib/gitlab/usage/docs/value_formatter.rb2
-rw-r--r--lib/gitlab/usage_data_counters/known_events/common.yml1
-rw-r--r--locale/gitlab.pot9
-rw-r--r--package.json10
-rw-r--r--spec/features/projects/fork_spec.rb271
-rw-r--r--spec/lib/gitlab/usage/docs/value_formatter_spec.rb4
-rw-r--r--yarn.lock305
33 files changed, 654 insertions, 618 deletions
diff --git a/app/views/groups/_home_panel.html.haml b/app/views/groups/_home_panel.html.haml
index 00cdc1b7f39..2df5a6740b0 100644
--- a/app/views/groups/_home_panel.html.haml
+++ b/app/views/groups/_home_panel.html.haml
@@ -24,13 +24,13 @@
- if current_user
.gl-display-flex.gl-flex-wrap.gl-lg-justify-content-end.gl-mx-n2{ data: { testid: 'group-buttons' } }
- if @notification_setting
- .js-vue-notification-dropdown{ data: { disabled: emails_disabled.to_s, dropdown_items: notification_dropdown_items(@notification_setting).to_json, notification_level: @notification_setting.level, help_page_path: help_page_path('user/profile/notifications'), group_id: @group.id, container_class: 'gl-mr-3 gl-mt-3 gl-vertical-align-top' } }
+ .js-vue-notification-dropdown{ data: { disabled: emails_disabled.to_s, dropdown_items: notification_dropdown_items(@notification_setting).to_json, notification_level: @notification_setting.level, help_page_path: help_page_path('user/profile/notifications'), group_id: @group.id, container_class: 'gl-mx-2 gl-mt-3 gl-vertical-align-top' } }
- if can_create_subgroups
.gl-px-2.gl-sm-w-auto.gl-w-full
- = link_to _("New subgroup"), new_group_path(parent_id: @group.id), class: "btn btn-confirm btn-md gl-button btn-confirm-secondary gl-mt-3 gl-sm-w-auto gl-w-full", data: { qa_selector: 'new_subgroup_button' }
+ = link_to _("New subgroup"), new_group_path(parent_id: @group.id), class: "btn btn-default gl-button gl-mt-3 gl-sm-w-auto gl-w-full", data: { qa_selector: 'new_subgroup_button' }
- if can_create_projects
.gl-px-2.gl-sm-w-auto.gl-w-full
- = link_to _("New project"), new_project_path(namespace_id: @group.id), class: "btn btn-confirm btn-md gl-button gl-mt-3 gl-sm-w-auto gl-w-full", data: { qa_selector: 'new_project_button' }
+ = link_to _("New project"), new_project_path(namespace_id: @group.id), class: "btn btn-confirm gl-button gl-mt-3 gl-sm-w-auto gl-w-full", data: { qa_selector: 'new_project_button' }
- if @group.description.present?
.group-home-desc.mt-1
diff --git a/changelogs/unreleased/273294-fy21q4-foundations-kr2-audit-and-update-buttons-on-groupscontrolle.yml b/changelogs/unreleased/273294-fy21q4-foundations-kr2-audit-and-update-buttons-on-groupscontrolle.yml
new file mode 100644
index 00000000000..703d3639a7f
--- /dev/null
+++ b/changelogs/unreleased/273294-fy21q4-foundations-kr2-audit-and-update-buttons-on-groupscontrolle.yml
@@ -0,0 +1,6 @@
+---
+title: Update spacing between Notifications dropdown, New Subgroup button, and New Project buttons while using the new confirm variant instead of the deprecated success variant for the New Project button. Better left alignment of Notifications dropdown at smaller breakpoints.
+ variant
+merge_request: 55819
+author:
+type: other
diff --git a/changelogs/unreleased/kerrizor-remove-oprhaned-feature-flag-yml.yml b/changelogs/unreleased/kerrizor-remove-oprhaned-feature-flag-yml.yml
new file mode 100644
index 00000000000..25bb361818f
--- /dev/null
+++ b/changelogs/unreleased/kerrizor-remove-oprhaned-feature-flag-yml.yml
@@ -0,0 +1,5 @@
+---
+title: Remove usage_data_i_source_code_code_intelligence flag
+merge_request: 51765
+author:
+type: other
diff --git a/changelogs/unreleased/usage-ping-dictionary-whitespace.yml b/changelogs/unreleased/usage-ping-dictionary-whitespace.yml
new file mode 100644
index 00000000000..2baf68ba9df
--- /dev/null
+++ b/changelogs/unreleased/usage-ping-dictionary-whitespace.yml
@@ -0,0 +1,5 @@
+---
+title: Updating usage dictionary generator
+merge_request: 55956
+author:
+type: other
diff --git a/config/feature_flags/development/usage_data_i_source_code_code_intelligence.yml b/config/feature_flags/development/usage_data_i_source_code_code_intelligence.yml
deleted file mode 100644
index 488053dcf2d..00000000000
--- a/config/feature_flags/development/usage_data_i_source_code_code_intelligence.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-name: usage_data_i_source_code_code_intelligence
-introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41881
-rollout_issue_url:
-milestone: '13.4'
-type: development
-group: group::code review
-default_enabled: true
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index c2103823815..12a91f8b450 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -240,6 +240,7 @@ Method 2:
### Configure Gitaly servers
On the Gitaly servers, you must configure storage paths and enable the network listener.
+The Gitaly server must be able to read, write, and set permissions on the configured path.
If you want to reduce the risk of downtime when you enable authentication, you can temporarily
disable enforcement. For more information, see the documentation on configuring
@@ -255,8 +256,6 @@ disable enforcement. For more information, see the documentation on configuring
-->
```ruby
- # /etc/gitlab/gitlab.rb
-
# Avoid running unnecessary services on the Gitaly server
postgresql['enable'] = false
redis['enable'] = false
@@ -290,6 +289,10 @@ disable enforcement. For more information, see the documentation on configuring
# Don't forget to copy `/etc/gitlab/gitlab-secrets.json` from Gitaly client to Gitaly server.
gitlab_rails['internal_api_url'] = 'https://gitlab.example.com'
+ # Authentication token to ensure only authorized servers can communicate with
+ # Gitaly server
+ gitaly['auth_token'] = 'AUTH_TOKEN'
+
# Make Gitaly accept connections on all network interfaces. You must use
# firewalls to restrict access to this address/port.
# Comment out following line if you only want to support TLS connections
@@ -392,10 +395,10 @@ if previously enabled manually.
Gitaly makes the following assumptions:
- Your `gitaly1.internal` Gitaly server can be reached at `gitaly1.internal:8075` from your Gitaly
- clients, and that Gitaly server can read, write, and set permissions on `/mnt/gitlab/default` and
- `/mnt/gitlab/storage1`.
+ clients, and that Gitaly server can read, write, and set permissions on `/var/opt/gitlab/git-data` and
+ `/mnt/gitlab/git-data`.
- Your `gitaly2.internal` Gitaly server can be reached at `gitaly2.internal:8075` from your Gitaly
- clients, and that Gitaly server can read, write, and set permissions on `/mnt/gitlab/storage2`.
+ clients, and that Gitaly server can read, write, and set permissions on `/srv/gitlab/git-data`.
- Your `gitaly1.internal` and `gitaly2.internal` Gitaly servers can reach each other.
You can't define Gitaly servers with some as a local Gitaly server
@@ -600,7 +603,8 @@ To configure Gitaly with TLS:
```
1. Copy all Gitaly server certificates (or their certificate authority) to
- `/etc/gitlab/trusted-certs` so that Gitaly servers trust the certificate when calling into themselves
+ `/etc/gitlab/trusted-certs` on all Gitaly servers and clients
+ so that Gitaly servers and clients trust the certificate when calling into themselves
or other Gitaly servers:
```shell
diff --git a/doc/ci/cloud_deployment/index.md b/doc/ci/cloud_deployment/index.md
index 4f1f7d6d4ff..c7fa69fd7ae 100644
--- a/doc/ci/cloud_deployment/index.md
+++ b/doc/ci/cloud_deployment/index.md
@@ -42,7 +42,7 @@ Some credentials are required to be able to run `aws` commands:
NOTE:
A new **Access key ID** and **Secret access key** are generated. Please take a note of them right away.
-1. In your GitLab project, go to **Settings > CI / CD**. Set the following as
+1. In your GitLab project, go to **Settings > CI/CD**. Set the following as
[CI/CD variables](../variables/README.md)
(see table below):
diff --git a/doc/ci/examples/deployment/README.md b/doc/ci/examples/deployment/README.md
index 84916a35dde..4d2c22a17f0 100644
--- a/doc/ci/examples/deployment/README.md
+++ b/doc/ci/examples/deployment/README.md
@@ -116,7 +116,7 @@ We also use two secure variables:
## Storing API keys
To add secure variables, navigate to your project's
-**Settings > CI / CD > Variables**. The variables that are defined
+**Settings > CI/CD > Variables**. The variables that are defined
in the project settings are sent along with the build script to the runner.
The secure variables are stored out of the repository. Never store secrets in
your project's `.gitlab-ci.yml`. It is also important that the secret's value
diff --git a/doc/ci/examples/semantic-release.md b/doc/ci/examples/semantic-release.md
index 6580719b969..28a0080626a 100644
--- a/doc/ci/examples/semantic-release.md
+++ b/doc/ci/examples/semantic-release.md
@@ -91,7 +91,7 @@ As part of publishing a package, semantic-release increases the version number i
1. Navigate to **Project > Settings > Access Tokens**.
1. Give the token a name, and select the `api` scope.
1. Click **Create project access token** and copy its value.
-1. Navigate to **Project > Settings > CI / CD > Variables**.
+1. Navigate to **Project > Settings > CI/CD > Variables**.
1. Click **Add Variable**.
1. In the **Key** field, enter `GITLAB_TOKEN`. In the **Value** field, paste the token created above. Check the **Mask variable** option and click **Add variable**.
diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md
index 4c186b8a64e..9736f8c1418 100644
--- a/doc/ci/multi_project_pipelines.md
+++ b/doc/ci/multi_project_pipelines.md
@@ -314,7 +314,7 @@ Some features are not implemented yet. For example, support for environments.
You can trigger a pipeline in your project whenever a pipeline finishes for a new
tag in a different project:
-1. Go to the project's **Settings > CI / CD** page, and expand the **Pipeline subscriptions** section.
+1. Go to the project's **Settings > CI/CD** page, and expand the **Pipeline subscriptions** section.
1. Enter the project you want to subscribe to, in the format `<namespace>/<project>`.
For example, if the project is `https://gitlab.com/gitlab-org/gitlab`, use `gitlab-org/gitlab`.
1. Click subscribe.
diff --git a/doc/ci/pipelines/schedules.md b/doc/ci/pipelines/schedules.md
index a8e310c1f0d..752e2a97fad 100644
--- a/doc/ci/pipelines/schedules.md
+++ b/doc/ci/pipelines/schedules.md
@@ -36,7 +36,7 @@ Otherwise the pipeline is not created.
To schedule a pipeline for project:
-1. Navigate to the project's **CI / CD > Schedules** page.
+1. Navigate to the project's **CI/CD > Schedules** page.
1. Click the **New schedule** button.
1. Fill in the **Schedule a new pipeline** form.
1. Click the **Save pipeline schedule** button.
diff --git a/doc/ci/pipelines/settings.md b/doc/ci/pipelines/settings.md
index ddcb6cd5e86..e607bae53bd 100644
--- a/doc/ci/pipelines/settings.md
+++ b/doc/ci/pipelines/settings.md
@@ -82,7 +82,7 @@ directory. If needed, you can specify an alternate path and filename, including
To customize the path:
-1. Go to the project's **Settings > CI / CD**.
+1. Go to the project's **Settings > CI/CD**.
1. Expand the **General pipelines** section.
1. Provide a value in the **CI/CD configuration file** field.
1. Click **Save changes**.
@@ -120,7 +120,7 @@ able to edit it.
If you use test coverage in your code, GitLab can capture its output in the
job log using a regular expression.
-In your project, go to **Settings > CI / CD** and expand the **General pipelines**
+In your project, go to **Settings > CI/CD** and expand the **General pipelines**
section. Enter the regular expression in the **Test coverage parsing** field.
Leave blank if you want to disable it or enter a Ruby regular expression. You
@@ -225,7 +225,7 @@ If **Public pipelines** is disabled:
You can set pending or running pipelines to cancel automatically when a new pipeline runs on the same branch. You can enable this in the project settings:
-1. Go to **Settings > CI / CD**.
+1. Go to **Settings > CI/CD**.
1. Expand **General Pipelines**.
1. Check the **Auto-cancel redundant pipelines** checkbox.
1. Click **Save changes**.
@@ -245,7 +245,7 @@ newer one, which may not be what you want.
To avoid this scenario:
-1. Go to **Settings > CI / CD**.
+1. Go to **Settings > CI/CD**.
1. Expand **General pipelines**.
1. Check the **Skip outdated deployment jobs** checkbox.
1. Click **Save changes**.
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index bf7552ad609..d09daea9a75 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -38,7 +38,7 @@ multiple projects.
If you are using a self-managed instance of GitLab:
- Your administrator can install and register shared runners by
- going to your project's **Settings > CI / CD**, expanding the **Runners** section,
+ going to your project's **Settings > CI/CD**, expanding the **Runners** section,
and clicking **Show runner installation instructions**.
These instructions are also available [in the documentation](https://docs.gitlab.com/runner/install/index.html).
- The administrator can also configure a maximum number of shared runner [pipeline minutes for
@@ -220,7 +220,7 @@ Specific runners process jobs by using a first in, first out ([FIFO](https://en.
NOTE:
Specific runners do not get shared with forked projects automatically.
-A fork *does* copy the CI / CD settings of the cloned repository.
+A fork *does* copy the CI/CD settings of the cloned repository.
#### Create a specific runner
diff --git a/doc/development/documentation/site_architecture/index.md b/doc/development/documentation/site_architecture/index.md
index 92fd17f9d3e..70fa80b3306 100644
--- a/doc/development/documentation/site_architecture/index.md
+++ b/doc/development/documentation/site_architecture/index.md
@@ -118,7 +118,7 @@ If you change the Dockerfile configuration and rebuild the images, you can break
pipeline in the main `gitlab` repository as well as in `gitlab-docs`. Create an image with
a different name first and test it to ensure you do not break the pipelines.
-1. In [`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs), go to **{rocket}** **CI / CD > Pipelines**.
+1. In [`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs), go to **{rocket}** **CI/CD > Pipelines**.
1. Click the **Run Pipeline** button.
1. See that a new pipeline is running. The jobs that build the images are in the first
stage, `build-images`. You can click the pipeline number to see the larger pipeline
@@ -137,7 +137,7 @@ and deploys it to <https://docs.gitlab.com>.
If you need to build and deploy the site immediately (must have maintainer level permissions):
-1. In [`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs), go to **{rocket}** **CI / CD > Schedules**.
+1. In [`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs), go to **{rocket}** **CI/CD > Schedules**.
1. For the `Build docs.gitlab.com every 4 hours` scheduled pipeline, click the **play** (**{play}**) button.
Read more about the [deployment process](deployment_process.md).
diff --git a/doc/development/usage_ping/dictionary.md b/doc/development/usage_ping/dictionary.md
index 48a77f582aa..6f021ae5ae7 100644
--- a/doc/development/usage_ping/dictionary.md
+++ b/doc/development/usage_ping/dictionary.md
@@ -438,7 +438,7 @@ Group: `group::plan`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.auto_devops_disabled`
@@ -990,7 +990,7 @@ Group: `group::portfolio management`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.failed_deployments`
@@ -4842,7 +4842,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_keep_n_set_to_10`
@@ -4854,7 +4854,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_keep_n_set_to_100`
@@ -4866,7 +4866,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_keep_n_set_to_25`
@@ -4878,7 +4878,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_keep_n_set_to_5`
@@ -4890,7 +4890,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_keep_n_set_to_50`
@@ -4902,7 +4902,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_keep_n_unset`
@@ -4914,7 +4914,7 @@ Group: `group::package`
Status: `data_available`
-Tiers:
+Tiers:
### `counts.projects_with_expiration_policy_enabled_with_older_than_set_to_14d`
@@ -6234,7 +6234,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `counts_weekly.aggregated_metrics.i_testing_paid_monthly_active_user_total`
@@ -6246,7 +6246,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `counts_weekly.aggregated_metrics.incident_management_alerts_total_unique_counts`
@@ -6258,7 +6258,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `counts_weekly.aggregated_metrics.incident_management_incidents_total_unique_counts`
@@ -6270,7 +6270,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `counts_weekly.aggregated_metrics.product_analytics_test_metrics_intersection`
@@ -6282,7 +6282,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `counts_weekly.aggregated_metrics.product_analytics_test_metrics_union`
@@ -6294,7 +6294,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `database.adapter`
@@ -7146,7 +7146,7 @@ Group: `group::product intelligence`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.analytics_total_unique_counts_monthly`
@@ -7170,7 +7170,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.g_analytics_contribution_monthly`
@@ -7194,7 +7194,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.g_analytics_insights_monthly`
@@ -7218,7 +7218,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.g_analytics_issues_monthly`
@@ -7242,7 +7242,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.g_analytics_merge_request_monthly`
@@ -7266,7 +7266,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.g_analytics_productivity_monthly`
@@ -7290,7 +7290,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.g_analytics_valuestream_monthly`
@@ -7314,7 +7314,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.i_analytics_cohorts_monthly`
@@ -7338,7 +7338,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.i_analytics_dev_ops_score_monthly`
@@ -7362,7 +7362,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.i_analytics_instance_statistics_monthly`
@@ -7386,7 +7386,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_code_reviews_monthly`
@@ -7410,7 +7410,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_insights_monthly`
@@ -7434,7 +7434,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_issues_monthly`
@@ -7458,7 +7458,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_merge_request_monthly`
@@ -7482,7 +7482,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_pipelines_monthly`
@@ -7506,7 +7506,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_repo_monthly`
@@ -7530,7 +7530,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.analytics.p_analytics_valuestream_monthly`
@@ -7554,7 +7554,7 @@ Group: `group::analytics`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_secrets_management.i_ci_secrets_management_vault_build_created_monthly`
@@ -7578,7 +7578,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.ci_templates_total_unique_counts_monthly`
@@ -7602,7 +7602,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_5_min_production_app_monthly`
@@ -7626,7 +7626,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_auto_devops_build_monthly`
@@ -7650,7 +7650,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_auto_devops_deploy_latest_monthly`
@@ -7674,7 +7674,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_auto_devops_deploy_monthly`
@@ -7698,7 +7698,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_auto_devops_monthly`
@@ -7722,7 +7722,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_aws_cf_deploy_ec2_monthly`
@@ -7746,7 +7746,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_aws_deploy_ecs_monthly`
@@ -7770,7 +7770,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_implicit_auto_devops_build_monthly`
@@ -7794,7 +7794,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_implicit_auto_devops_deploy_monthly`
@@ -7818,7 +7818,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_implicit_auto_devops_monthly`
@@ -7842,7 +7842,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_implicit_security_sast_monthly`
@@ -7866,7 +7866,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_implicit_security_secret_detection_monthly`
@@ -7890,7 +7890,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_security_sast_monthly`
@@ -7914,7 +7914,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_security_secret_detection_monthly`
@@ -7938,7 +7938,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ci_templates.p_ci_templates_terraform_base_latest_monthly`
@@ -7962,7 +7962,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.code_review_total_unique_counts_monthly`
@@ -7986,7 +7986,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_edit_mr_desc_monthly`
@@ -8010,7 +8010,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_edit_mr_title_monthly`
@@ -8034,7 +8034,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_mr_diffs_monthly`
@@ -8058,7 +8058,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_mr_single_file_diffs_monthly`
@@ -8082,7 +8082,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_add_suggestion_monthly`
@@ -8106,7 +8106,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_apply_suggestion_monthly`
@@ -8130,7 +8130,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_approval_rule_added_monthly`
@@ -8154,7 +8154,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_approval_rule_deleted_monthly`
@@ -8178,7 +8178,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_approval_rule_edited_monthly`
@@ -8202,7 +8202,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_approve_mr_monthly`
@@ -8226,7 +8226,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_assigned_monthly`
@@ -8250,7 +8250,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_assignees_changed_monthly`
@@ -8298,7 +8298,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_create_mr_comment_monthly`
@@ -8322,7 +8322,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_create_mr_from_issue_monthly`
@@ -8346,7 +8346,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_create_mr_monthly`
@@ -8370,7 +8370,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_create_multiline_mr_comment_monthly`
@@ -8394,7 +8394,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_create_review_note_monthly`
@@ -8418,7 +8418,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_edit_mr_comment_monthly`
@@ -8442,7 +8442,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_edit_multiline_mr_comment_monthly`
@@ -8466,7 +8466,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_marked_as_draft_monthly`
@@ -8490,7 +8490,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_merge_mr_monthly`
@@ -8514,7 +8514,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_mr_discussion_locked_monthly`
@@ -8586,7 +8586,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_remove_mr_comment_monthly`
@@ -8610,7 +8610,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_remove_multiline_mr_comment_monthly`
@@ -8634,7 +8634,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_reopen_mr_monthly`
@@ -8658,7 +8658,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_resolve_thread_monthly`
@@ -8682,7 +8682,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_review_requested_monthly`
@@ -8706,7 +8706,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_reviewers_changed_monthly`
@@ -8754,7 +8754,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_time_estimate_changed_monthly`
@@ -8826,7 +8826,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_unapprove_mr_monthly`
@@ -8850,7 +8850,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_unmarked_as_draft_monthly`
@@ -8874,7 +8874,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_unresolve_thread_monthly`
@@ -8898,7 +8898,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.code_review.i_code_review_user_vs_code_api_request_monthly`
@@ -8922,7 +8922,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.compliance.a_compliance_audit_events_api_monthly`
@@ -8946,7 +8946,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.compliance.compliance_total_unique_counts_monthly`
@@ -8970,7 +8970,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.compliance.g_compliance_audit_events_monthly`
@@ -8994,7 +8994,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.compliance.g_compliance_dashboard_monthly`
@@ -9018,7 +9018,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.compliance.i_compliance_audit_events_monthly`
@@ -9042,7 +9042,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.compliance.i_compliance_credential_inventory_monthly`
@@ -9066,7 +9066,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.deploy_token_packages_total_unique_counts_monthly`
@@ -9090,7 +9090,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_composer_deploy_token_monthly`
@@ -9114,7 +9114,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_conan_deploy_token_monthly`
@@ -9138,7 +9138,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_container_deploy_token_monthly`
@@ -9162,7 +9162,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_debian_deploy_token_monthly`
@@ -9186,7 +9186,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_generic_deploy_token_monthly`
@@ -9210,7 +9210,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_golang_deploy_token_monthly`
@@ -9234,7 +9234,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_maven_deploy_token_monthly`
@@ -9258,7 +9258,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_npm_deploy_token_monthly`
@@ -9282,7 +9282,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_nuget_deploy_token_monthly`
@@ -9306,7 +9306,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_pypi_deploy_token_monthly`
@@ -9330,7 +9330,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.deploy_token_packages.i_package_tag_deploy_token_monthly`
@@ -9354,7 +9354,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ecosystem.ecosystem_total_unique_counts_monthly`
@@ -9378,7 +9378,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ecosystem.i_ecosystem_jira_service_close_issue_monthly`
@@ -9402,7 +9402,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ecosystem.i_ecosystem_jira_service_create_issue_monthly`
@@ -9426,7 +9426,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ecosystem.i_ecosystem_jira_service_cross_reference_monthly`
@@ -9450,7 +9450,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ecosystem.i_ecosystem_jira_service_list_issues_monthly`
@@ -9474,7 +9474,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ide_edit.g_edit_by_sfe_monthly`
@@ -9498,7 +9498,7 @@ Group: `group::editor`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ide_edit.g_edit_by_snippet_ide_monthly`
@@ -9522,7 +9522,7 @@ Group: `group::editor`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ide_edit.g_edit_by_sse_monthly`
@@ -9546,7 +9546,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ide_edit.g_edit_by_web_ide_monthly`
@@ -9570,7 +9570,7 @@ Group: `group::editor`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.ide_edit.ide_edit_total_unique_counts_monthly`
@@ -9594,7 +9594,7 @@ Group: `group::editor`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_alert_assigned_monthly`
@@ -9618,7 +9618,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_alert_status_changed_monthly`
@@ -9642,7 +9642,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_alert_todo_monthly`
@@ -9666,7 +9666,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_assigned_monthly`
@@ -9690,7 +9690,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_change_confidential_monthly`
@@ -9714,7 +9714,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_closed_monthly`
@@ -9738,7 +9738,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_comment_monthly`
@@ -9762,7 +9762,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_created_monthly`
@@ -9786,7 +9786,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_published_monthly`
@@ -9810,7 +9810,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_relate_monthly`
@@ -9834,7 +9834,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_reopened_monthly`
@@ -9858,7 +9858,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_todo_monthly`
@@ -9882,7 +9882,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_unrelate_monthly`
@@ -9906,7 +9906,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_zoom_meeting_monthly`
@@ -9918,7 +9918,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_incident_zoom_meeting_weekly`
@@ -9930,7 +9930,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management.incident_management_total_unique_counts_monthly`
@@ -9954,7 +9954,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.incident_management_alerts.incident_management_alert_create_incident_monthly`
@@ -9978,7 +9978,7 @@ Group: `group::health`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_added_to_epic_monthly`
@@ -10002,7 +10002,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_assignee_changed_monthly`
@@ -10014,7 +10014,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_assignee_changed_weekly`
@@ -10026,7 +10026,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_changed_epic_monthly`
@@ -10050,7 +10050,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_cloned_monthly`
@@ -10074,7 +10074,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_closed_monthly`
@@ -10098,7 +10098,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_comment_added_monthly`
@@ -10122,7 +10122,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_comment_edited_monthly`
@@ -10146,7 +10146,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_comment_removed_monthly`
@@ -10170,7 +10170,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_created_monthly`
@@ -10194,7 +10194,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_cross_referenced_monthly`
@@ -10218,7 +10218,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_description_changed_monthly`
@@ -10242,7 +10242,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_designs_added_monthly`
@@ -10266,7 +10266,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_designs_modified_monthly`
@@ -10290,7 +10290,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_designs_removed_monthly`
@@ -10314,7 +10314,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_due_date_changed_monthly`
@@ -10338,7 +10338,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_health_status_changed_monthly`
@@ -10362,7 +10362,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_iteration_changed_monthly`
@@ -10386,7 +10386,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_label_changed_monthly`
@@ -10410,7 +10410,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_locked_monthly`
@@ -10434,7 +10434,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_made_confidential_monthly`
@@ -10458,7 +10458,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_made_visible_monthly`
@@ -10482,7 +10482,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_marked_as_duplicate_monthly`
@@ -10506,7 +10506,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_milestone_changed_monthly`
@@ -10530,7 +10530,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_moved_monthly`
@@ -10554,7 +10554,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_related_monthly`
@@ -10578,7 +10578,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_removed_from_epic_monthly`
@@ -10602,7 +10602,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_reopened_monthly`
@@ -10626,7 +10626,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_time_estimate_changed_monthly`
@@ -10650,7 +10650,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_time_spent_changed_monthly`
@@ -10674,7 +10674,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_title_changed_monthly`
@@ -10722,7 +10722,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_unrelated_monthly`
@@ -10746,7 +10746,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.g_project_management_issue_weight_changed_monthly`
@@ -10770,7 +10770,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.issues_edit.issues_edit_total_unique_counts_monthly`
@@ -10794,7 +10794,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.pipeline_authoring.o_pipeline_authoring_unique_users_committing_ciconfigfile_monthly`
@@ -10818,7 +10818,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.pipeline_authoring.o_pipeline_authoring_unique_users_pushing_mr_ciconfigfile_monthly`
@@ -10866,7 +10866,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_assign_multiple_monthly`
@@ -10890,7 +10890,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_assign_reviewer_monthly`
@@ -10914,7 +10914,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_assign_self_monthly`
@@ -10938,7 +10938,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_assign_single_monthly`
@@ -10962,7 +10962,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_award_monthly`
@@ -10986,7 +10986,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_board_move_monthly`
@@ -11010,7 +11010,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_child_epic_monthly`
@@ -11034,7 +11034,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_clear_weight_monthly`
@@ -11058,7 +11058,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_clone_monthly`
@@ -11082,7 +11082,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_close_monthly`
@@ -11106,7 +11106,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_confidential_monthly`
@@ -11130,7 +11130,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_copy_metadata_issue_monthly`
@@ -11154,7 +11154,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_copy_metadata_merge_request_monthly`
@@ -11178,7 +11178,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_create_merge_request_monthly`
@@ -11202,7 +11202,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_done_monthly`
@@ -11226,7 +11226,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_draft_monthly`
@@ -11250,7 +11250,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_due_monthly`
@@ -11274,7 +11274,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_duplicate_monthly`
@@ -11298,7 +11298,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_epic_monthly`
@@ -11322,7 +11322,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_estimate_monthly`
@@ -11346,7 +11346,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_invite_email_multiple_monthly`
@@ -11394,7 +11394,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_label_monthly`
@@ -11418,7 +11418,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_lock_monthly`
@@ -11442,7 +11442,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_merge_monthly`
@@ -11466,7 +11466,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_milestone_monthly`
@@ -11490,7 +11490,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_move_monthly`
@@ -11514,7 +11514,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_parent_epic_monthly`
@@ -11538,7 +11538,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_promote_monthly`
@@ -11562,7 +11562,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_publish_monthly`
@@ -11586,7 +11586,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_reassign_monthly`
@@ -11622,7 +11622,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_reassign_weekly`
@@ -11634,7 +11634,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_rebase_monthly`
@@ -11658,7 +11658,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_relabel_monthly`
@@ -11682,7 +11682,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_relate_monthly`
@@ -11706,7 +11706,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_child_epic_monthly`
@@ -11730,7 +11730,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_due_date_monthly`
@@ -11754,7 +11754,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_epic_monthly`
@@ -11778,7 +11778,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_estimate_monthly`
@@ -11802,7 +11802,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_iteration_monthly`
@@ -11826,7 +11826,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_milestone_monthly`
@@ -11850,7 +11850,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_parent_epic_monthly`
@@ -11874,7 +11874,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_time_spent_monthly`
@@ -11898,7 +11898,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_remove_zoom_monthly`
@@ -11922,7 +11922,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_reopen_monthly`
@@ -11946,7 +11946,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_shrug_monthly`
@@ -11970,7 +11970,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_spend_add_monthly`
@@ -11994,7 +11994,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_spend_subtract_monthly`
@@ -12018,7 +12018,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_submit_review_monthly`
@@ -12042,7 +12042,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_subscribe_monthly`
@@ -12066,7 +12066,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_tableflip_monthly`
@@ -12090,7 +12090,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_tag_monthly`
@@ -12114,7 +12114,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_target_branch_monthly`
@@ -12138,7 +12138,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_title_monthly`
@@ -12162,7 +12162,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_todo_monthly`
@@ -12186,7 +12186,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unassign_all_monthly`
@@ -12210,7 +12210,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unassign_reviewer_monthly`
@@ -12234,7 +12234,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unassign_specific_monthly`
@@ -12258,7 +12258,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unlabel_all_monthly`
@@ -12282,7 +12282,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unlabel_specific_monthly`
@@ -12306,7 +12306,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unlock_monthly`
@@ -12330,7 +12330,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_unsubscribe_monthly`
@@ -12354,7 +12354,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_weight_monthly`
@@ -12378,7 +12378,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_wip_monthly`
@@ -12402,7 +12402,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.i_quickactions_zoom_monthly`
@@ -12426,7 +12426,7 @@ Group: `group::project management`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.quickactions.quickactions_total_unique_counts_monthly`
@@ -12450,7 +12450,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.search.i_search_advanced_monthly`
@@ -12570,7 +12570,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.source_code.design_action_monthly`
@@ -12594,7 +12594,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.source_code.git_write_action_monthly`
@@ -12618,7 +12618,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.source_code.i_source_code_code_intelligence_monthly`
@@ -12642,7 +12642,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.source_code.merge_request_action_monthly`
@@ -12666,7 +12666,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.source_code.project_action_monthly`
@@ -12690,7 +12690,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.source_code.wiki_action_monthly`
@@ -12714,7 +12714,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.terraform.p_terraform_state_api_unique_users_monthly`
@@ -12738,7 +12738,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.testing.i_testing_full_code_quality_report_total_monthly`
@@ -12786,7 +12786,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.testing.i_testing_group_code_coverage_visit_total_monthly`
@@ -12954,7 +12954,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_composer_user_monthly`
@@ -12978,7 +12978,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_conan_user_monthly`
@@ -13002,7 +13002,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_container_user_monthly`
@@ -13026,7 +13026,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_debian_user_monthly`
@@ -13050,7 +13050,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_generic_user_monthly`
@@ -13074,7 +13074,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_golang_user_monthly`
@@ -13098,7 +13098,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_maven_user_monthly`
@@ -13122,7 +13122,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_npm_user_monthly`
@@ -13146,7 +13146,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_nuget_user_monthly`
@@ -13170,7 +13170,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_pypi_user_monthly`
@@ -13194,7 +13194,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.i_package_tag_user_monthly`
@@ -13218,7 +13218,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `redis_hll_counters.user_packages.user_packages_total_unique_counts_monthly`
@@ -13242,7 +13242,7 @@ Group: ``
Status: `data_available`
-Tiers:
+Tiers:
### `reply_by_email_enabled`
@@ -13578,7 +13578,7 @@ Group: `group::configure`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.configure.projects_slack_slash_active`
@@ -13590,7 +13590,7 @@ Group: `group::configure`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.configure.projects_with_prometheus_alerts`
@@ -13614,7 +13614,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.create.approval_project_rules_with_exact_required_approvers`
@@ -13662,7 +13662,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.create.deploy_keys`
@@ -13710,7 +13710,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.create.merge_requests_with_optional_codeowners`
@@ -13722,7 +13722,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.create.merge_requests_with_overridden_project_rules`
@@ -13746,7 +13746,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.create.projects_enforcing_code_owner_approval`
@@ -14118,7 +14118,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.manage.ldap_group_sync_enabled`
@@ -14130,7 +14130,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.manage.ldap_keys`
@@ -14154,7 +14154,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.manage.ldap_users`
@@ -14406,7 +14406,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.manage.unique_users_all_imports`
@@ -14502,7 +14502,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.monitor.clusters`
@@ -14634,7 +14634,7 @@ Group: `group::plan`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.plan.epics`
@@ -14850,7 +14850,7 @@ Group: `group::fuzz testing`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.secure.container_scanning_scans`
@@ -14874,7 +14874,7 @@ Group: `group::fuzz testing`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.secure.dast_scans`
@@ -14886,7 +14886,7 @@ Group: `group::static analysis`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.secure.dependency_scanning_scans`
@@ -14910,7 +14910,7 @@ Group: `group::static analysis`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.secure.secret_detection_scans`
@@ -14922,7 +14922,7 @@ Group: `group::static analysis`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage.secure.user_api_fuzzing_dnd_jobs`
@@ -15378,7 +15378,7 @@ Group: `group::configure`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.configure.projects_slack_slash_active`
@@ -15390,7 +15390,7 @@ Group: `group::configure`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.configure.projects_with_prometheus_alerts`
@@ -15522,7 +15522,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.approval_project_rules_with_exact_required_approvers`
@@ -15570,7 +15570,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.deploy_keys`
@@ -15630,7 +15630,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.merge_requests_with_optional_codeowners`
@@ -15642,7 +15642,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.merge_requests_with_overridden_project_rules`
@@ -15654,7 +15654,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.merge_requests_with_required_codeowners`
@@ -15666,7 +15666,7 @@ Group: `group::code review`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.projects_enforcing_code_owner_approval`
@@ -15822,7 +15822,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.create.users_using_path_locks`
@@ -15834,7 +15834,7 @@ Group: `group::source code`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.manage.bulk_imports.gitlab`
@@ -15906,7 +15906,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.manage.groups`
@@ -16038,7 +16038,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.manage.ldap_group_sync_enabled`
@@ -16050,7 +16050,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.manage.ldap_keys`
@@ -16074,7 +16074,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.manage.ldap_users`
@@ -16326,7 +16326,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.manage.unique_users_all_imports`
@@ -16422,7 +16422,7 @@ Group: `group::manage`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.monitor.clusters`
@@ -16554,7 +16554,7 @@ Group: `group::plan`
Status: `data_available`
-Tiers:
+Tiers:
### `usage_activity_by_stage_monthly.plan.epics`
diff --git a/doc/operations/incident_management/status_page.md b/doc/operations/incident_management/status_page.md
index fe0bfa3318b..46f0a6f278c 100644
--- a/doc/operations/incident_management/status_page.md
+++ b/doc/operations/incident_management/status_page.md
@@ -80,7 +80,7 @@ the necessary CI/CD variables to deploy the Status Page to AWS S3:
- `AWS_DEFAULT_REGION` - The AWS region.
- `AWS_ACCESS_KEY_ID` - The AWS access key ID.
- `AWS_SECRET_ACCESS_KEY` - The AWS secret.
-1. Navigate to **CI / CD > Pipelines > Run Pipeline**, and run the pipeline to
+1. Navigate to **CI/CD > Pipelines > Run Pipeline**, and run the pipeline to
deploy the Status Page to S3.
WARNING:
diff --git a/doc/topics/autodevops/quick_start_guide.md b/doc/topics/autodevops/quick_start_guide.md
index 283a4135d61..631180f696c 100644
--- a/doc/topics/autodevops/quick_start_guide.md
+++ b/doc/topics/autodevops/quick_start_guide.md
@@ -235,7 +235,7 @@ takes you to the pod's logs page.
NOTE:
The example shows only one pod hosting the application at the moment, but you can add
more pods by defining the [`REPLICAS` CI/CD variable](customize.md#cicd-variables)
-in **Settings > CI / CD > Variables**.
+in **Settings > CI/CD > Variables**.
### Work with branches
diff --git a/doc/topics/autodevops/requirements.md b/doc/topics/autodevops/requirements.md
index 1c9f58b1fca..d536282cca4 100644
--- a/doc/topics/autodevops/requirements.md
+++ b/doc/topics/autodevops/requirements.md
@@ -112,7 +112,7 @@ You can choose to target [AWS ECS](../../ci/cloud_deployment/index.md) as a depl
To get started on Auto DevOps to AWS ECS, you must add a specific CI/CD variable.
To do so, follow these steps:
-1. In your project, go to **Settings > CI / CD** and expand the **Variables**
+1. In your project, go to **Settings > CI/CD** and expand the **Variables**
section.
1. Specify which AWS platform to target during the Auto DevOps deployment
diff --git a/doc/user/admin_area/settings/continuous_integration.md b/doc/user/admin_area/settings/continuous_integration.md
index af18ab685e6..3d19bde9a26 100644
--- a/doc/user/admin_area/settings/continuous_integration.md
+++ b/doc/user/admin_area/settings/continuous_integration.md
@@ -52,13 +52,13 @@ To change it at the:
- Group level (this will override the instance setting):
- 1. Go to the group's **Settings > CI / CD > General Pipelines**.
+ 1. Go to the group's **Settings > CI/CD > General Pipelines**.
1. Change the value of **maximum artifacts size (in MB)**.
1. Click **Save changes** for the changes to take effect.
- Project level (this will override the instance and group settings):
- 1. Go to the project's **Settings > CI / CD > General Pipelines**.
+ 1. Go to the project's **Settings > CI/CD > General Pipelines**.
1. Change the value of **maximum artifacts size (in MB)**.
1. Click **Save changes** for the changes to take effect.
diff --git a/doc/user/application_security/secret_detection/index.md b/doc/user/application_security/secret_detection/index.md
index d3709023085..4c950472ff1 100644
--- a/doc/user/application_security/secret_detection/index.md
+++ b/doc/user/application_security/secret_detection/index.md
@@ -257,7 +257,7 @@ want to perform a full secret scan. Running a secret scan on the full history ca
especially for larger repositories with lengthy Git histories. We recommend not setting this CI/CD variable
as part of your normal job definition.
-A new configuration variable ([`SECRET_DETECTION_HISTORIC_SCAN`](../sast/#vulnerability-filters))
+A new configuration variable ([`SECRET_DETECTION_HISTORIC_SCAN`](#available-variables))
can be set to change the behavior of the GitLab Secret Detection scan to run on the entire Git history of a repository.
We have created a [short video walkthrough](https://youtu.be/wDtc_K00Y0A) showcasing how you can perform a full history secret scan.
diff --git a/doc/user/project/clusters/serverless/aws.md b/doc/user/project/clusters/serverless/aws.md
index 992d28a351d..f78fb2ed1ef 100644
--- a/doc/user/project/clusters/serverless/aws.md
+++ b/doc/user/project/clusters/serverless/aws.md
@@ -371,7 +371,7 @@ In order to interact with your AWS account, the GitLab CI/CD pipelines require b
To set these:
-1. Navigate to the project's **Settings > CI / CD**.
+1. Navigate to the project's **Settings > CI/CD**.
1. Expand the **Variables** section and create entries for `AWS_ACCESS_KEY_ID` and
`AWS_SECRET_ACCESS_KEY`.
1. Mask the credentials so they do not show in logs using the **Masked** toggle.
diff --git a/doc/user/project/deploy_tokens/index.md b/doc/user/project/deploy_tokens/index.md
index 1797a0bf41d..3c846db7b47 100644
--- a/doc/user/project/deploy_tokens/index.md
+++ b/doc/user/project/deploy_tokens/index.md
@@ -10,7 +10,7 @@ type: howto
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17894) in GitLab 10.7.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/199370) from **Settings > Repository** in GitLab 12.9.
> - [Added `write_registry` scope](https://gitlab.com/gitlab-org/gitlab/-/issues/22743) in GitLab 12.10.
-> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29280) from **Settings > CI / CD** in GitLab 12.10.1.
+> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29280) from **Settings > CI/CD** in GitLab 12.10.1.
> - [Added package registry scopes](https://gitlab.com/gitlab-org/gitlab/-/issues/213566) in GitLab 13.0.
Deploy tokens allow you to download (`git clone`) or push and pull packages and
diff --git a/doc/user/project/pages/getting_started/pages_ci_cd_template.md b/doc/user/project/pages/getting_started/pages_ci_cd_template.md
index e0d5e8be535..30dd337d9d8 100644
--- a/doc/user/project/pages/getting_started/pages_ci_cd_template.md
+++ b/doc/user/project/pages/getting_started/pages_ci_cd_template.md
@@ -41,7 +41,7 @@ configuration for the Pages site to generate properly.
If everything is configured correctly, the site can take approximately 30 minutes to deploy.
-You can watch the pipeline run by navigating to **CI / CD > Pipelines**.
+You can watch the pipeline run by navigating to **CI/CD > Pipelines**.
When the pipeline is finished, go to **Settings > Pages** to find the link to
your Pages website.
diff --git a/doc/user/project/pages/getting_started/pages_from_scratch.md b/doc/user/project/pages/getting_started/pages_from_scratch.md
index 86bbffa0fa8..8368b38bc80 100644
--- a/doc/user/project/pages/getting_started/pages_from_scratch.md
+++ b/doc/user/project/pages/getting_started/pages_from_scratch.md
@@ -152,7 +152,7 @@ pages:
```
Now save and commit the `.gitlab-ci.yml` file. You can watch the pipeline run
-by going to **CI / CD > Pipelines**.
+by going to **CI/CD > Pipelines**.
When it succeeds, go to **Settings > Pages** to view the URL where your site
is now available.
diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md
index 922973b8ae7..bf0eb013506 100644
--- a/doc/user/project/releases/index.md
+++ b/doc/user/project/releases/index.md
@@ -214,7 +214,7 @@ To set a deploy freeze window in the UI, complete these steps:
1. Sign in to GitLab as a user with project Maintainer [permissions](../../permissions.md).
1. Navigate to **Project overview**.
-1. In the left navigation menu, navigate to **Settings > CI / CD**.
+1. In the left navigation menu, navigate to **Settings > CI/CD**.
1. Scroll to **Deploy freezes**.
1. Click **Expand** to see the deploy freeze table.
1. Click **Add deploy freeze** to open the deploy freeze modal.
diff --git a/lib/gitlab/usage/docs/helper.rb b/lib/gitlab/usage/docs/helper.rb
index c3f0b70cfa1..1dc660e574b 100644
--- a/lib/gitlab/usage/docs/helper.rb
+++ b/lib/gitlab/usage/docs/helper.rb
@@ -46,7 +46,7 @@ module Gitlab
end
def render_tiers(object)
- "Tiers: #{format(:tier, object[:tier])}"
+ "Tiers:#{format(:tier, object[:tier])}"
end
def format(key, value)
diff --git a/lib/gitlab/usage/docs/value_formatter.rb b/lib/gitlab/usage/docs/value_formatter.rb
index 71c1d51b79c..379e5df4d52 100644
--- a/lib/gitlab/usage/docs/value_formatter.rb
+++ b/lib/gitlab/usage/docs/value_formatter.rb
@@ -17,7 +17,7 @@ module Gitlab
when :introduced_by_url
"[Introduced by](#{value})"
when :distribution, :tier
- Array(value).map { |tier| "`#{tier}`" }.join(', ')
+ Array(value).map { |tier| " `#{tier}`" }.join(',')
else
value
end
diff --git a/lib/gitlab/usage_data_counters/known_events/common.yml b/lib/gitlab/usage_data_counters/known_events/common.yml
index 7c8b7336d99..80a79682338 100644
--- a/lib/gitlab/usage_data_counters/known_events/common.yml
+++ b/lib/gitlab/usage_data_counters/known_events/common.yml
@@ -165,7 +165,6 @@
redis_slot: source_code
category: source_code
aggregation: daily
- feature_flag: usage_data_i_source_code_code_intelligence
# Incident management
- name: incident_management_alert_status_changed
redis_slot: incident_management
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 2a208044b89..fa34a48690d 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -13669,6 +13669,9 @@ msgstr ""
msgid "Geo|Go to the primary site"
msgstr ""
+msgid "Geo|Health Status"
+msgstr ""
+
msgid "Geo|If you want to make changes, you must visit the primary site."
msgstr ""
@@ -13702,6 +13705,9 @@ msgstr ""
msgid "Geo|Next sync scheduled at"
msgstr ""
+msgid "Geo|Node Details"
+msgstr ""
+
msgid "Geo|Node name can't be blank"
msgstr ""
@@ -17586,6 +17592,9 @@ msgstr ""
msgid "Last Seen"
msgstr ""
+msgid "Last Updated"
+msgstr ""
+
msgid "Last Used"
msgstr ""
diff --git a/package.json b/package.json
index 4dfa0d50fa6..1b304ac92ac 100644
--- a/package.json
+++ b/package.json
@@ -131,8 +131,8 @@
"pikaday": "^1.8.0",
"popper.js": "^1.16.1",
"prismjs": "^1.21.0",
- "prosemirror-markdown": "^1.3.0",
- "prosemirror-model": "^1.6.4",
+ "prosemirror-markdown": "^1.5.1",
+ "prosemirror-model": "^1.13.3",
"raphael": "^2.2.7",
"raw-loader": "^4.0.2",
"select2": "3.5.2-browserify",
@@ -146,9 +146,9 @@
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
"timeago.js": "^4.0.2",
- "tiptap": "^1.8.0",
- "tiptap-commands": "^1.4.0",
- "tiptap-extensions": "^1.8.0",
+ "tiptap": "^1.32.1",
+ "tiptap-commands": "^1.17.1",
+ "tiptap-extensions": "^1.35.1",
"url-loader": "^3.0.0",
"uuid": "8.1.0",
"visibilityjs": "^1.2.4",
diff --git a/spec/features/projects/fork_spec.rb b/spec/features/projects/fork_spec.rb
index 59bed5501f2..7abbd207b24 100644
--- a/spec/features/projects/fork_spec.rb
+++ b/spec/features/projects/fork_spec.rb
@@ -9,49 +9,30 @@ RSpec.describe 'Project fork' do
let(:project) { create(:project, :public, :repository) }
before do
- stub_feature_flags(fork_project_form: false)
sign_in(user)
end
- it 'allows user to fork project from the project page' do
- visit project_path(project)
-
- expect(page).not_to have_css('a.disabled', text: 'Fork')
- end
-
- context 'user has exceeded personal project limit' do
- before do
- user.update!(projects_limit: 0)
- end
-
- it 'disables fork button on project page' do
+ shared_examples 'fork button on project page' do
+ it 'allows user to fork project from the project page' do
visit project_path(project)
- expect(page).to have_css('a.disabled', text: 'Fork')
+ expect(page).not_to have_css('a.disabled', text: 'Fork')
end
- context 'with a group to fork to' do
- let!(:group) { create(:group).tap { |group| group.add_owner(user) } }
-
- it 'enables fork button on project page' do
- visit project_path(project)
-
- expect(page).not_to have_css('a.disabled', text: 'Fork')
+ context 'user has exceeded personal project limit' do
+ before do
+ user.update!(projects_limit: 0)
end
- it 'allows user to fork only to the group on fork page', :js do
- visit new_project_fork_path(project)
-
- to_personal_namespace = find('[data-qa-selector=fork_namespace_button].disabled')
- to_group = find(".fork-groups button[data-qa-name=#{group.name}]")
+ it 'disables fork button on project page' do
+ visit project_path(project)
- expect(to_personal_namespace).not_to be_nil
- expect(to_group).not_to be_disabled
+ expect(page).to have_css('a.disabled', text: 'Fork')
end
end
end
- context 'forking enabled / disabled in project settings' do
+ shared_examples 'create fork page' do |fork_page_text|
before do
project.project_feature.update_attribute(
:forking_access_level, forking_access_level)
@@ -71,7 +52,7 @@ RSpec.describe 'Project fork' do
visit new_project_fork_path(project)
expect(page.status_code).to eq(200)
- expect(page).to have_text(' Select a namespace to fork the project ')
+ expect(page).to have_text(fork_page_text)
end
end
@@ -128,92 +109,88 @@ RSpec.describe 'Project fork' do
visit new_project_fork_path(project)
expect(page.status_code).to eq(200)
- expect(page).to have_text(' Select a namespace to fork the project ')
+ expect(page).to have_text(fork_page_text)
end
end
end
end
- it 'forks the project', :sidekiq_might_not_need_inline do
- visit project_path(project)
-
- click_link 'Fork'
+ it_behaves_like 'fork button on project page'
+ it_behaves_like 'create fork page', 'Fork project'
- page.within '.fork-thumbnail-container' do
- click_link 'Select'
+ context 'with fork_project_form feature flag disabled' do
+ before do
+ stub_feature_flags(fork_project_form: false)
+ sign_in(user)
end
- expect(page).to have_content 'Forked from'
+ it_behaves_like 'fork button on project page'
- visit project_path(project)
+ context 'user has exceeded personal project limit' do
+ before do
+ user.update!(projects_limit: 0)
+ end
- expect(page).to have_content(/new merge request/i)
+ context 'with a group to fork to' do
+ let!(:group) { create(:group).tap { |group| group.add_owner(user) } }
- page.within '.nav-sidebar' do
- first(:link, 'Merge Requests').click
- end
+ it 'allows user to fork only to the group on fork page', :js do
+ visit new_project_fork_path(project)
- expect(page).to have_content(/new merge request/i)
+ to_personal_namespace = find('[data-qa-selector=fork_namespace_button].disabled')
+ to_group = find(".fork-groups button[data-qa-name=#{group.name}]")
- page.within '#content-body' do
- click_link('New merge request')
+ expect(to_personal_namespace).not_to be_nil
+ expect(to_group).not_to be_disabled
+ end
+ end
end
- expect(current_path).to have_content(/#{user.namespace.path}/i)
- end
+ it_behaves_like 'create fork page', ' Select a namespace to fork the project '
- it 'shows avatars when Gravatar is disabled' do
- stub_application_setting(gravatar_enabled: false)
+ it 'forks the project', :sidekiq_might_not_need_inline do
+ visit project_path(project)
- visit project_path(project)
+ click_link 'Fork'
- click_link 'Fork'
+ page.within '.fork-thumbnail-container' do
+ click_link 'Select'
+ end
- page.within('.fork-thumbnail-container') do
- expect(page).to have_css('div.identicon')
- end
- end
+ expect(page).to have_content 'Forked from'
- it 'shows the forked project on the list' do
- visit project_path(project)
+ visit project_path(project)
- click_link 'Fork'
+ expect(page).to have_content(/new merge request/i)
- page.within '.fork-thumbnail-container' do
- click_link 'Select'
- end
+ page.within '.nav-sidebar' do
+ first(:link, 'Merge Requests').click
+ end
- visit project_forks_path(project)
+ expect(page).to have_content(/new merge request/i)
- forked_project = user.fork_of(project.reload)
+ page.within '#content-body' do
+ click_link('New merge request')
+ end
- page.within('.js-projects-list-holder') do
- expect(page).to have_content("#{forked_project.namespace.human_name} / #{forked_project.name}")
+ expect(current_path).to have_content(/#{user.namespace.path}/i)
end
- forked_project.update!(path: 'test-crappy-path')
-
- visit project_forks_path(project)
+ it 'shows avatars when Gravatar is disabled' do
+ stub_application_setting(gravatar_enabled: false)
- page.within('.js-projects-list-holder') do
- expect(page).to have_content("#{forked_project.namespace.human_name} / #{forked_project.name}")
- end
- end
+ visit project_path(project)
- context 'when the project is private' do
- let(:project) { create(:project, :repository) }
- let(:another_user) { create(:user, name: 'Mike') }
+ click_link 'Fork'
- before do
- project.add_reporter(user)
- project.add_reporter(another_user)
+ page.within('.fork-thumbnail-container') do
+ expect(page).to have_css('div.identicon')
+ end
end
- it 'renders private forks of the project' do
+ it 'shows the forked project on the list' do
visit project_path(project)
- another_project_fork = Projects::ForkService.new(project, another_user).execute
-
click_link 'Fork'
page.within '.fork-thumbnail-container' do
@@ -222,79 +199,117 @@ RSpec.describe 'Project fork' do
visit project_forks_path(project)
+ forked_project = user.fork_of(project.reload)
+
page.within('.js-projects-list-holder') do
- user_project_fork = user.fork_of(project.reload)
- expect(page).to have_content("#{user_project_fork.namespace.human_name} / #{user_project_fork.name}")
+ expect(page).to have_content("#{forked_project.namespace.human_name} / #{forked_project.name}")
end
- expect(page).not_to have_content("#{another_project_fork.namespace.human_name} / #{another_project_fork.name}")
- end
- end
+ forked_project.update!(path: 'test-crappy-path')
- context 'when the user already forked the project' do
- before do
- create(:project, :repository, name: project.name, namespace: user.namespace)
- end
+ visit project_forks_path(project)
- it 'renders error' do
- visit project_path(project)
+ page.within('.js-projects-list-holder') do
+ expect(page).to have_content("#{forked_project.namespace.human_name} / #{forked_project.name}")
+ end
+ end
- click_link 'Fork'
+ context 'when the project is private' do
+ let(:project) { create(:project, :repository) }
+ let(:another_user) { create(:user, name: 'Mike') }
- page.within '.fork-thumbnail-container' do
- click_link 'Select'
+ before do
+ project.add_reporter(user)
+ project.add_reporter(another_user)
end
- expect(page).to have_content "Name has already been taken"
- end
- end
+ it 'renders private forks of the project' do
+ visit project_path(project)
- context 'maintainer in group' do
- let(:group) { create(:group) }
+ another_project_fork = Projects::ForkService.new(project, another_user).execute
- before do
- group.add_maintainer(user)
- end
+ click_link 'Fork'
- it 'allows user to fork project to group or to user namespace', :js do
- visit project_path(project)
- wait_for_requests
+ page.within '.fork-thumbnail-container' do
+ click_link 'Select'
+ end
- expect(page).not_to have_css('a.disabled', text: 'Fork')
+ visit project_forks_path(project)
- click_link 'Fork'
+ page.within('.js-projects-list-holder') do
+ user_project_fork = user.fork_of(project.reload)
+ expect(page).to have_content("#{user_project_fork.namespace.human_name} / #{user_project_fork.name}")
+ end
- expect(page).to have_css('.fork-thumbnail')
- expect(page).to have_css('.group-row')
- expect(page).not_to have_css('.fork-thumbnail.disabled')
+ expect(page).not_to have_content("#{another_project_fork.namespace.human_name} / #{another_project_fork.name}")
+ end
end
- it 'allows user to fork project to group and not user when exceeded project limit', :js do
- user.projects_limit = 0
- user.save!
+ context 'when the user already forked the project' do
+ before do
+ create(:project, :repository, name: project.name, namespace: user.namespace)
+ end
- visit project_path(project)
- wait_for_requests
+ it 'renders error' do
+ visit project_path(project)
- expect(page).not_to have_css('a.disabled', text: 'Fork')
+ click_link 'Fork'
- click_link 'Fork'
+ page.within '.fork-thumbnail-container' do
+ click_link 'Select'
+ end
- expect(page).to have_css('.fork-thumbnail.disabled')
- expect(page).to have_css('.group-row')
+ expect(page).to have_content "Name has already been taken"
+ end
end
- it 'links to the fork if the project was already forked within that namespace', :sidekiq_might_not_need_inline, :js do
- forked_project = fork_project(project, user, namespace: group, repository: true)
+ context 'maintainer in group' do
+ let(:group) { create(:group) }
+
+ before do
+ group.add_maintainer(user)
+ end
+
+ it 'allows user to fork project to group or to user namespace', :js do
+ visit project_path(project)
+ wait_for_requests
+
+ expect(page).not_to have_css('a.disabled', text: 'Fork')
+
+ click_link 'Fork'
+
+ expect(page).to have_css('.fork-thumbnail')
+ expect(page).to have_css('.group-row')
+ expect(page).not_to have_css('.fork-thumbnail.disabled')
+ end
+
+ it 'allows user to fork project to group and not user when exceeded project limit', :js do
+ user.projects_limit = 0
+ user.save!
+
+ visit project_path(project)
+ wait_for_requests
+
+ expect(page).not_to have_css('a.disabled', text: 'Fork')
- visit new_project_fork_path(project)
- wait_for_requests
+ click_link 'Fork'
- expect(page).to have_css('.group-row a.btn', text: 'Go to fork')
+ expect(page).to have_css('.fork-thumbnail.disabled')
+ expect(page).to have_css('.group-row')
+ end
+
+ it 'links to the fork if the project was already forked within that namespace', :sidekiq_might_not_need_inline, :js do
+ forked_project = fork_project(project, user, namespace: group, repository: true)
+
+ visit new_project_fork_path(project)
+ wait_for_requests
+
+ expect(page).to have_css('.group-row a.btn', text: 'Go to fork')
- click_link 'Go to fork'
+ click_link 'Go to fork'
- expect(current_path).to eq(project_path(forked_project))
+ expect(current_path).to eq(project_path(forked_project))
+ end
end
end
end
diff --git a/spec/lib/gitlab/usage/docs/value_formatter_spec.rb b/spec/lib/gitlab/usage/docs/value_formatter_spec.rb
index 7e7107ef1a6..f21656df894 100644
--- a/spec/lib/gitlab/usage/docs/value_formatter_spec.rb
+++ b/spec/lib/gitlab/usage/docs/value_formatter_spec.rb
@@ -10,8 +10,8 @@ RSpec.describe Gitlab::Usage::Docs::ValueFormatter do
:data_source | 'redis' | 'Redis'
:data_source | 'ruby' | 'Ruby'
:introduced_by_url | 'http://test.com' | '[Introduced by](http://test.com)'
- :tier | %w(gold premium) | '`gold`, `premium`'
- :distribution | %w(ce ee) | '`ce`, `ee`'
+ :tier | %w(gold premium) | ' `gold`, `premium`'
+ :distribution | %w(ce ee) | ' `ce`, `ee`'
:key_path | 'key.path' | '**`key.path`**'
:milestone | '13.4' | '13.4'
:status | 'data_available' | '`data_available`'
diff --git a/yarn.lock b/yarn.lock
index 8d1332a9c59..f3e3d71d892 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4523,7 +4523,7 @@ ent@~2.2.0:
resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d"
integrity sha1-6WQhkyWiHQX0RGai9obtbOX13R0=
-entities@^1.1.1, entities@~1.1.1:
+entities@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
@@ -5155,12 +5155,12 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"
-fault@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.2.tgz#c3d0fec202f172a3a4d414042ad2bb5e2a3ffbaa"
- integrity sha512-o2eo/X2syzzERAtN5LcGbiVQ0WwZSlN3qLtadwAz3X8Bu+XWD16dja/KMsjZLiQr+BLGPDnHGkc4yUJf1Xpkpw==
+fault@^1.0.0:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
+ integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==
dependencies:
- format "^0.2.2"
+ format "^0.2.0"
faye-websocket@^0.11.3:
version "0.11.3"
@@ -5365,7 +5365,7 @@ form-data@~2.3.2:
combined-stream "^1.0.6"
mime-types "^2.1.12"
-format@^0.2.2:
+format@^0.2.0:
version "0.2.2"
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=
@@ -5931,16 +5931,11 @@ he@^1.1.0, he@^1.1.1, he@^1.2.0:
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
-highlight.js@^10.6.0:
+highlight.js@^10.6.0, highlight.js@~10.6.0:
version "10.6.0"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.6.0.tgz#0073aa71d566906965ba6e1b7be7b2682f5e18b6"
integrity sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==
-highlight.js@~9.13.0:
- version "9.13.1"
- resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e"
- integrity sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==
-
hmac-drbg@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -7977,13 +7972,13 @@ lowercase-keys@^2.0.0:
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
-lowlight@^1.11.0:
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.11.0.tgz#1304d83005126d4e8b1dc0f07981e9b689ec2efc"
- integrity sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A==
+lowlight@^1.17.0:
+ version "1.19.0"
+ resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.19.0.tgz#b8544199cafcf10c5731b21c7458c358f79a2a97"
+ integrity sha512-NIskvQ1d1ovKyUytkMpT8+8Bhq3Ub54os1Xp4RAC9uNbXH1YVRf5NERq7JNzapEe5BzUc1Cj4F0I+eLBBFj6hA==
dependencies:
- fault "^1.0.2"
- highlight.js "~9.13.0"
+ fault "^1.0.0"
+ highlight.js "~10.6.0"
lru-cache@4.1.x, lru-cache@^4.0.1, lru-cache@^4.1.2, lru-cache@^4.1.5:
version "4.1.5"
@@ -8072,13 +8067,13 @@ markdown-it@11.0.0:
mdurl "^1.0.1"
uc.micro "^1.0.5"
-markdown-it@^8.4.2:
- version "8.4.2"
- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
- integrity sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==
+markdown-it@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
+ integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
dependencies:
argparse "^1.0.7"
- entities "~1.1.1"
+ entities "~2.0.0"
linkify-it "^2.0.0"
mdurl "^1.0.1"
uc.micro "^1.0.5"
@@ -9043,10 +9038,10 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"
-orderedmap@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-1.0.0.tgz#d90fc2ba1ed085190907d601dec6e6a53f8d41ba"
- integrity sha1-2Q/Cuh7QhRkJB9YB3sbmpT+NQbo=
+orderedmap@^1.1.0:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-1.1.1.tgz#c618e77611b3b21d0fe3edc92586265e0059c789"
+ integrity sha512-3Ux8um0zXbVacKUkcytc0u3HgC0b0bBLT+I60r2J/En72cI0nZffqrA7Xtf2Hqs27j1g82llR5Mhbd0Z1XW4AQ==
original@^1.0.0:
version "1.0.2"
@@ -9703,117 +9698,119 @@ prompts@^2.0.1:
kleur "^3.0.3"
sisteransi "^1.0.4"
-prosemirror-commands@^1.0.7:
- version "1.0.7"
- resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.0.7.tgz#e5a2ba821e29ea7065c88277fe2c3d7f6b0b9d37"
- integrity sha512-IR8yMSdw7XlKuF68tydAak1J9P/lLD5ohsrL7pzoLsJAJAQU7mVPDXtGbQrrm0mesddFjcc1zNo/cJQN3lRYnA==
+prosemirror-collab@^1.2.2:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/prosemirror-collab/-/prosemirror-collab-1.2.2.tgz#8d2c0e82779cfef5d051154bd0836428bd6d9c4a"
+ integrity sha512-tBnHKMLgy5Qmx9MYVcLfs3pAyjtcqYYDd9kp3y+LSiQzkhMQDfZSV3NXWe4Gsly32adSef173BvObwfoSQL5MA==
+ dependencies:
+ prosemirror-state "^1.0.0"
+
+prosemirror-commands@^1.1.4:
+ version "1.1.7"
+ resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.1.7.tgz#5b31ae0fe82835d36d22c780641c0b651f27dd03"
+ integrity sha512-tuQr8q5euDjE+WAHWmu1JMLYWsPfUDH80QLLpnQrPYOPysO26FZyyHwEvA0+hUzvF8fOt1oMj0+/YM9UsPkZiA==
dependencies:
prosemirror-model "^1.0.0"
prosemirror-state "^1.0.0"
prosemirror-transform "^1.0.0"
-prosemirror-dropcursor@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.1.1.tgz#c60ed1ed6c58804a06a75db06a0d993b087b7622"
- integrity sha512-GeUyMO/tOEf8MXrP7Xb7UIMrfK86OGh0fnyBrHfhav4VjY9cw65mNoqHy87CklE5711AhCP5Qzfp8RL/hVKusg==
+prosemirror-dropcursor@^1.3.2:
+ version "1.3.3"
+ resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.3.3.tgz#583d6a82b4960d468132c07c40803cc1d697fda4"
+ integrity sha512-zavE+wh+qkDcP7LaWn+jXVujGyQzBYSmM8E2HSngQ3KaaR+HJYgEBYGs9ynLHqKWLlLCXsxWdVYPV49v4caFyg==
dependencies:
prosemirror-state "^1.0.0"
prosemirror-transform "^1.1.0"
prosemirror-view "^1.1.0"
-prosemirror-gapcursor@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.0.3.tgz#acc6537fc5a35e9b38966f91a199a382dfc715c4"
- integrity sha512-X+hJhr42PcHWiSWL+lI5f/UeOhXCxlBFb8M6O8aG1hssmaRrW7sS2/Fjg5jFV+pTdS1REFkmm1occh01FMdDIQ==
+prosemirror-gapcursor@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.1.5.tgz#0c37fd6cbb1d7c46358c2e7397f8da9a8b5c6246"
+ integrity sha512-SjbUZq5pgsBDuV3hu8GqgIpZR5eZvGLM+gPQTqjVVYSMUCfKW3EGXTEYaLHEl1bGduwqNC95O3bZflgtAb4L6w==
dependencies:
prosemirror-keymap "^1.0.0"
prosemirror-model "^1.0.0"
prosemirror-state "^1.0.0"
prosemirror-view "^1.0.0"
-prosemirror-history@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.0.3.tgz#5fb8591adfc272afaaf0b41bec64ee7d9522a118"
- integrity sha512-IfFGbhafSx+R3aq7nLJGkXeu2iaUiP8mkU3aRu2uQcIIjU8Fq7RJfuvhIOJ2RNUoSyqF/ANkdTjnZ74F5eHs1Q==
+prosemirror-history@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.1.3.tgz#4f76a1e71db4ef7cdf0e13dec6d8da2aeaecd489"
+ integrity sha512-zGDotijea+vnfnyyUGyiy1wfOQhf0B/b6zYcCouBV8yo6JmrE9X23M5q7Nf/nATywEZbgRLG70R4DmfSTC+gfg==
dependencies:
prosemirror-state "^1.2.2"
prosemirror-transform "^1.0.0"
- rope-sequence "^1.2.0"
+ rope-sequence "^1.3.0"
-prosemirror-inputrules@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.0.1.tgz#f63305fd966379f218e82ca76a2a9b328b66dc7b"
- integrity sha512-UHy22NmwxS5WIMQYkzraDttQAF8mpP82FfbJsmKFfx6jwkR/SZa+ZhbkLY0zKQ5fBdJN7euj36JG/B5iAlrpxA==
+prosemirror-inputrules@^1.1.2, prosemirror-inputrules@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.1.3.tgz#93f9199ca02473259c30d7e352e4c14022d54638"
+ integrity sha512-ZaHCLyBtvbyIHv0f5p6boQTIJjlD6o2NPZiEaZWT2DA+j591zS29QQEMT4lBqwcLW3qRSf7ZvoKNbf05YrsStw==
dependencies:
prosemirror-state "^1.0.0"
prosemirror-transform "^1.0.0"
-prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.0.1.tgz#03ef32b828e3a859dfb570eb84928bf2e5330bc2"
- integrity sha512-e79ApE7PXXZMFtPz7WbjycjAFd1NPjgY1MkecVz98tqwlBSggXWXYQnWFk6x7UkmnBYRHHbXHkR/RXmu2wyBJg==
+prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.1.2, prosemirror-keymap@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.1.4.tgz#8b481bf8389a5ac40d38dbd67ec3da2c7eac6a6d"
+ integrity sha512-Al8cVUOnDFL4gcI5IDlG6xbZ0aOD/i3B17VT+1JbHWDguCgt/lBHVTHUBcKvvbSg6+q/W4Nj1Fu6bwZSca3xjg==
dependencies:
prosemirror-state "^1.0.0"
- w3c-keyname "^1.1.8"
+ w3c-keyname "^2.2.0"
-prosemirror-markdown@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.3.0.tgz#a100d14c27da7d8fb70818230d786898eeadb7fa"
- integrity sha512-76l3yLB/suy6sA7LpzRJvRRWkHtKwOTpgWVNwmlIAIIZJeMypWSPldT/gFyIG604eyXEPZitnx+j80Y2DpbnUQ==
+prosemirror-markdown@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.5.1.tgz#877c7faea2225d3c52e988599bbe4457bcb3190f"
+ integrity sha512-QvucPHx+gKOQW1SETKUysrful9VBjKqpCFmPotgLfVZ3BdQEGy/NEIFhaXXo3TcuW316MMnKfA90K7GE5I7z8A==
dependencies:
- markdown-it "^8.4.2"
+ markdown-it "^10.0.0"
prosemirror-model "^1.0.0"
-prosemirror-model@^1.0.0, prosemirror-model@^1.1.0, prosemirror-model@^1.6.4:
- version "1.6.4"
- resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.6.4.tgz#2ac37a629448a7dbfd1635450e2fdd63c3450d7d"
- integrity sha512-C2ALle8fZsAza+6stUF9Gv28jH9XtpNeczb33bowGlnb2cpNI4FZf1HHUyZjf6ou4cEvOlbt6fAYsT4NCKmlcQ==
+prosemirror-model@^1.0.0, prosemirror-model@^1.1.0, prosemirror-model@^1.13.1, prosemirror-model@^1.13.3, prosemirror-model@^1.8.1:
+ version "1.13.3"
+ resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.13.3.tgz#3ccfde73b9c9e706933c72bdf7462906509ff1c9"
+ integrity sha512-wujIYYQEcxdkbKmIJiekVjqtylKxuoEcc+w2PnN7Itc58m/75J4rCUz2dibygVQJFi3gZrD2DNFLjOS6LP4w1g==
dependencies:
- orderedmap "^1.0.0"
+ orderedmap "^1.1.0"
-prosemirror-schema-list@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.0.1.tgz#f216e0cf4809b6074aa27912449ac89897f1ae94"
- integrity sha512-AiLIX6qm6PEeDtMCKZLcSLi55WXo1ls7DnRK+4hSkoi0IIzNdxGsRlecCd3MzEu//DVz3nAEh+zEmslyW+uk8g==
+prosemirror-schema-list@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.1.4.tgz#471f9caf2d2bed93641d2e490434c0d2d4330df1"
+ integrity sha512-pNTuZflacFOBlxrTcWSdWhjoB8BaucwfJVp/gJNxztOwaN3wQiC65axclXyplf6TKgXD/EkWfS/QAov3/Znadw==
dependencies:
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"
-prosemirror-state@^1.0.0, prosemirror-state@^1.2.1, prosemirror-state@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.2.2.tgz#8df26d95fd6fd327c0f9984a760e84d863204154"
- integrity sha512-j8aC/kf9BJSCQau485I/9pj39XQoce+TqH5xzekT7WWFARTsRYFLJtiXBcCKakv1VSeev+sC3bJP0pLfz7Ft8g==
+prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.3.1, prosemirror-state@^1.3.3:
+ version "1.3.4"
+ resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.3.4.tgz#4c6b52628216e753fc901c6d2bfd84ce109e8952"
+ integrity sha512-Xkkrpd1y/TQ6HKzN3agsQIGRcLckUMA9u3j207L04mt8ToRgpGeyhbVv0HI7omDORIBHjR29b7AwlATFFf2GLA==
dependencies:
prosemirror-model "^1.0.0"
prosemirror-transform "^1.0.0"
-prosemirror-tables@^0.7.10, prosemirror-tables@^0.7.9:
- version "0.7.10"
- resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-0.7.10.tgz#4b0f623422b4b8f84cdc9c559f8a87579846b3ba"
- integrity sha512-VIu7UGS9keYEHs0Y6AEOTGbNE9QI2rL1OKng4vV6yoTshW/lYcb+s3hGXI12i+WLMjDVm7ujhfdWrpKpvFZOkQ==
+prosemirror-tables@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.1.1.tgz#ad66300cc49500455cf1243bb129c9e7d883321e"
+ integrity sha512-LmCz4jrlqQZRsYRDzCRYf/pQ5CUcSOyqZlAj5kv67ZWBH1SVLP2U9WJEvQfimWgeRlIz0y0PQVqO1arRm1+woA==
dependencies:
- prosemirror-keymap "^1.0.0"
- prosemirror-model "^1.0.0"
- prosemirror-state "^1.0.0"
- prosemirror-transform "^1.0.0"
- prosemirror-view "^1.0.0"
+ prosemirror-keymap "^1.1.2"
+ prosemirror-model "^1.8.1"
+ prosemirror-state "^1.3.1"
+ prosemirror-transform "^1.2.1"
+ prosemirror-view "^1.13.3"
-prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.1.3.tgz#28cfdf1f9ee514edc40466be7b7db39eed545fdf"
- integrity sha512-1O6Di5lOL1mp4nuCnQNkHY7l2roIW5y8RH4ZG3hMYmkmDEWzTaFFnxxAAHsE5ipGLBSRcTlP7SsDhYBIdSuLpQ==
+prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.2.1, prosemirror-transform@^1.2.8:
+ version "1.2.12"
+ resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.2.12.tgz#4398b568faf75a1540fbf5c659ca436a8657ed6f"
+ integrity sha512-S73syqLcGBq6QiPaF7vriB8kpvK/aIFsnErrriKaFLSiE/GxMgBc62TPhNQAeGQr7/9GCDApIReTsJFcMt4o2w==
dependencies:
prosemirror-model "^1.0.0"
-prosemirror-utils@^0.7.5:
- version "0.7.5"
- resolved "https://registry.yarnpkg.com/prosemirror-utils/-/prosemirror-utils-0.7.5.tgz#11b477647b672ec8f10679ab298a5823dad6457a"
- integrity sha512-F+63BUiBkUQb1S07c3rGHXjE4MDaZ5OjsNhmaO7eDdSh1lUNORTJJHrvlFEZKnLM7ChoDDXTIKhWNQwnCssQfA==
-
-prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.6.8:
- version "1.6.8"
- resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.6.8.tgz#33fc1a6e2731633e5d6dc1af1967378f15810b74"
- integrity sha512-YWX3rfji77xsU5EErt4ZoecVytYW9/4oHBYhV1MUHGMYIcppe+QZEBgRlyPMBUuu0lxdZX4m3sq7fCsDvv/MlQ==
+prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.13.3, prosemirror-view@^1.16.5:
+ version "1.18.0"
+ resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.18.0.tgz#92d27b2583877938c529e173e6e3a0f3f6aa0e1c"
+ integrity sha512-UoY29oeWruT6RKhH7wGytUBVrlaszNx43wvOxZPCMjYPvKBT21EIXR8Ezr/3XstvFVBQAWdDh6Ke0qHmF43y/A==
dependencies:
prosemirror-model "^1.1.0"
prosemirror-state "^1.0.0"
@@ -10430,10 +10427,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^2.0.0"
inherits "^2.0.1"
-rope-sequence@^1.2.0:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.2.2.tgz#49c4e5c2f54a48e990b050926771e2871bcb31ce"
- integrity sha1-ScTlwvVKSOmQsFCSZ3HihxvLMc4=
+rope-sequence@^1.3.0:
+ version "1.3.2"
+ resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.2.tgz#a19e02d72991ca71feb6b5f8a91154e48e3c098b"
+ integrity sha512-ku6MFrwEVSVmXLvy3dYph3LAMNS0890K7fabn+0YIRQ2T96T9F4gkFf0vf0WW0JUraNWwGRtInEpH7yO4tbQZg==
route-recognizer@^0.3.3:
version "0.3.4"
@@ -11592,56 +11589,60 @@ tiny-emitter@^2.0.0:
resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.0.2.tgz#82d27468aca5ade8e5fd1e6d22b57dd43ebdfb7c"
integrity sha512-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow==
-tiptap-commands@^1.4.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/tiptap-commands/-/tiptap-commands-1.4.0.tgz#0cfb3ac138ee3099de56114cb119abd841fbcbe7"
- integrity sha512-ytO8jFXgufK5DziamTaVojzUTolWvL4m2xNXaLkAVJYy9CWXruMK7avqeLoFYPI4GZlhleMn5i4gzYTbD7e2jA==
- dependencies:
- prosemirror-commands "^1.0.7"
- prosemirror-inputrules "^1.0.1"
- prosemirror-schema-list "^1.0.1"
- prosemirror-state "^1.2.2"
- tiptap-utils "^1.1.1"
-
-tiptap-extensions@^1.8.0:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/tiptap-extensions/-/tiptap-extensions-1.8.0.tgz#3067620a024f1a9e5fae4450790b143d7ebe4394"
- integrity sha512-1JN9uk5QnA7DTID1j07gIBEqeOnRd6lwZ5rx/zqWXJLyreZu8VDPvP939tfP41GskO4oicGlhmsQ0aEnA5QYDw==
- dependencies:
- lowlight "^1.11.0"
- prosemirror-history "^1.0.3"
- prosemirror-state "^1.2.2"
- prosemirror-tables "^0.7.10"
- prosemirror-utils "^0.7.5"
- prosemirror-view "^1.6.8"
- tiptap "^1.8.0"
- tiptap-commands "^1.4.0"
-
-tiptap-utils@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/tiptap-utils/-/tiptap-utils-1.1.1.tgz#e7aad3e84eb35f7abed704d15da0420029789d0d"
- integrity sha512-yPIWwLFaL5a0GC7fcO7aoPlASnH3wOUQex0IlepNWbDCNycSL8shXhVx0HMN/tCnlp943zw1bwcYzpTW3wA4tw==
- dependencies:
- prosemirror-model "^1.6.4"
- prosemirror-state "^1.2.2"
- prosemirror-tables "^0.7.9"
- prosemirror-utils "^0.7.5"
-
-tiptap@^1.8.0:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/tiptap/-/tiptap-1.8.0.tgz#c671188075ffa5ee4f86470f95818fd9ce6f1040"
- integrity sha512-zIcVY8U1Wgj4bg3R4pX5a2BCpZUw/dTCh259VZ9g5MtClnzdLW2XpKCcwqfa9iUBEs6MCPSnB3t8jGRtGciHJg==
- dependencies:
- prosemirror-commands "^1.0.7"
- prosemirror-dropcursor "^1.1.1"
- prosemirror-gapcursor "^1.0.3"
- prosemirror-inputrules "^1.0.1"
- prosemirror-keymap "^1.0.1"
- prosemirror-model "^1.6.4"
- prosemirror-state "^1.2.1"
- prosemirror-view "^1.6.8"
- tiptap-commands "^1.4.0"
- tiptap-utils "^1.1.1"
+tiptap-commands@^1.17.1:
+ version "1.17.1"
+ resolved "https://registry.yarnpkg.com/tiptap-commands/-/tiptap-commands-1.17.1.tgz#a8974a26d87db57b2fd4fc56a552520c69e43a4a"
+ integrity sha512-CyGvMD/c6fNer5LThWGtrVMXHAqHn93ivGQpqJ58x3HNZFuoIiF9QTWXAiWbY/4QrG0ANYHKCSe9n5afickTqw==
+ dependencies:
+ prosemirror-commands "^1.1.4"
+ prosemirror-inputrules "^1.1.2"
+ prosemirror-model "^1.13.1"
+ prosemirror-schema-list "^1.1.4"
+ prosemirror-state "^1.3.3"
+ prosemirror-tables "^1.1.1"
+ tiptap-utils "^1.13.1"
+
+tiptap-extensions@^1.35.1:
+ version "1.35.1"
+ resolved "https://registry.yarnpkg.com/tiptap-extensions/-/tiptap-extensions-1.35.1.tgz#6227362b08dbad8d0ab0141b508876deca276c55"
+ integrity sha512-aCYvEKPUUtHBALBFQ9n70Iy/nfu/8DHHYkeXMgUJuwLLJ6LrJQBqUnV5EGRwPxNalNdqTdXjV+2z5flZfisovQ==
+ dependencies:
+ lowlight "^1.17.0"
+ prosemirror-collab "^1.2.2"
+ prosemirror-history "^1.1.3"
+ prosemirror-model "^1.13.1"
+ prosemirror-state "^1.3.3"
+ prosemirror-tables "^1.1.1"
+ prosemirror-transform "^1.2.8"
+ prosemirror-view "^1.16.5"
+ tiptap "^1.32.1"
+ tiptap-commands "^1.17.1"
+ tiptap-utils "^1.13.1"
+
+tiptap-utils@^1.13.1:
+ version "1.13.1"
+ resolved "https://registry.yarnpkg.com/tiptap-utils/-/tiptap-utils-1.13.1.tgz#f2150ded432465d66aa03a5ab333803415cddd20"
+ integrity sha512-RoCvMfkdu7fp9u7nsRr1OgsYU8RFjoHKHEKpx075rJ9X0t+j5Vxah9n6QzTTr4yjvcavq22WO2flFacm36zYtA==
+ dependencies:
+ prosemirror-model "^1.13.1"
+ prosemirror-state "^1.3.3"
+ prosemirror-tables "^1.1.1"
+
+tiptap@^1.32.1:
+ version "1.32.1"
+ resolved "https://registry.yarnpkg.com/tiptap/-/tiptap-1.32.1.tgz#92b47008d163e31d25d44dc18809a7e928fe1daf"
+ integrity sha512-jXET6IAuvE67GdpcGdNE/RQ7I1eoeULXSrbriAa5fnyTUJQsDICd31/8LVaCh10OV1qkvQVCg/6oL1lQdakBLA==
+ dependencies:
+ prosemirror-commands "^1.1.4"
+ prosemirror-dropcursor "^1.3.2"
+ prosemirror-gapcursor "^1.1.5"
+ prosemirror-inputrules "^1.1.3"
+ prosemirror-keymap "^1.1.4"
+ prosemirror-model "^1.13.1"
+ prosemirror-state "^1.3.3"
+ prosemirror-view "^1.16.5"
+ tiptap-commands "^1.17.1"
+ tiptap-utils "^1.13.1"
tmp@0.0.33, tmp@0.0.x:
version "0.0.33"
@@ -12450,10 +12451,10 @@ w3c-hr-time@^1.0.2:
dependencies:
browser-process-hrtime "^1.0.0"
-w3c-keyname@^1.1.8:
- version "1.1.8"
- resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-1.1.8.tgz#4e2219663760fd6535b7a1550f1552d71fc9372c"
- integrity sha512-2HAdug8GTiu3b4NYhssdtY8PXRue3ICnh1IlxvZYl+hiINRq0GfNWei3XOPDg8L0PsxbmYjWVLuLj6BMRR/9vA==
+w3c-keyname@^2.2.0:
+ version "2.2.4"
+ resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.4.tgz#4ade6916f6290224cdbd1db8ac49eab03d0eef6b"
+ integrity sha512-tOhfEwEzFLJzf6d1ZPkYfGj+FWhIpBux9ppoP3rlclw3Z0BZv3N7b7030Z1kYth+6rDuAsXUFr+d0VE6Ed1ikw==
w3c-xmlserializer@^2.0.0:
version "2.0.0"