Skip to content
代码片段 群组 项目
提交 71416b56 编辑于 作者: Suzanne Selhorn's avatar Suzanne Selhorn 提交者: Brian Williams
浏览文件

Changed user/admin to administration path

上级 023ccdb8
No related branches found
No related tags found
无相关合并请求
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
return this.devopsScoreMetrics.averageScore === undefined; return this.devopsScoreMetrics.averageScore === undefined;
}, },
}, },
devopsReportDocsPath: helpPagePath('user/admin_area/analytics/dev_ops_reports'), devopsReportDocsPath: helpPagePath('administration/analytics/dev_ops_reports'),
tableHeaderFields: [ tableHeaderFields: [
{ {
key: 'title', key: 'title',
......
...@@ -73,7 +73,7 @@ An example configuration file for Redis is in this directory under the name ...@@ -73,7 +73,7 @@ An example configuration file for Redis is in this directory under the name
| `queues` | | Background job processing queues | | `queues` | | Background job processing queues |
| `shared_state` | | Persistent application state | | `shared_state` | | Persistent application state |
| `trace_chunks` | `shared_state` | [CI trace chunks](https://docs.gitlab.com/ee/administration/job_logs.html#incremental-logging-architecture) | | `trace_chunks` | `shared_state` | [CI trace chunks](https://docs.gitlab.com/ee/administration/job_logs.html#incremental-logging-architecture) |
| `rate_limiting` | `cache` | [Rate limiting](https://docs.gitlab.com/ee/user/admin_area/settings/user_and_ip_rate_limits.html) state | | `rate_limiting` | `cache` | [Rate limiting](https://docs.gitlab.com/ee/administration/settings/user_and_ip_rate_limits.html) state |
| `sessions` | `shared_state` | [Sessions](https://docs.gitlab.com/ee/development/session.html#redis) | | `sessions` | `shared_state` | [Sessions](https://docs.gitlab.com/ee/development/session.html#redis) |
| `repository_cache` | `cache` | Repository related information | | `repository_cache` | `cache` | Repository related information |
| `db_load_balancing` | `shared_state` | [Database Load Balancing](https://docs.gitlab.com/ee/administration/postgresql/database_load_balancing.html) | | `db_load_balancing` | `shared_state` | [Database Load Balancing](https://docs.gitlab.com/ee/administration/postgresql/database_load_balancing.html) |
......
...@@ -38,4 +38,4 @@ You can read more about the format and policies schema in the [documentation](ht ...@@ -38,4 +38,4 @@ You can read more about the format and policies schema in the [documentation](ht
This project is preconfigured with the default branch set as a protected branch, and only maintainers/owners of This project is preconfigured with the default branch set as a protected branch, and only maintainers/owners of
[<%= @container.name %>](<%= @container.web_url %>) have permission to merge into that branch. This overrides any default branch protection both at the [<%= @container.name %>](<%= @container.web_url %>) have permission to merge into that branch. This overrides any default branch protection both at the
[group level](https://docs.gitlab.com/ee/user/group/manage.html#change-the-default-branch-protection-of-a-group) and at the [group level](https://docs.gitlab.com/ee/user/group/manage.html#change-the-default-branch-protection-of-a-group) and at the
[instance level](https://docs.gitlab.com/ee/user/admin_area/settings/visibility_and_access_controls.html#default-branch-protection). [instance level](https://docs.gitlab.com/ee/administration/settings/visibility_and_access_controls.html#default-branch-protection).
...@@ -242,7 +242,7 @@ def ensure_batched_background_migration_is_finished(job_class_name:, table_name: ...@@ -242,7 +242,7 @@ def ensure_batched_background_migration_is_finished(job_class_name:, table_name:
"\n\n" \ "\n\n" \
"For more information, check the documentation" \ "For more information, check the documentation" \
"\n\n" \ "\n\n" \
"\thttps://docs.gitlab.com/ee/user/admin_area/monitoring/background_migrations.html#database-migrations-failing-because-of-batched-background-migration-not-finished" "\thttps://docs.gitlab.com/ee/update/background_migrations.html#database-migrations-failing-because-of-batched-background-migration-not-finished"
end end
end end
end end
......
# frozen_string_literal: true # frozen_string_literal: true
# When adding new user-configurable throttles, remember to update the documentation # When adding new user-configurable throttles, remember to update the documentation
# in doc/user/admin_area/settings/user_and_ip_rate_limits.md # in doc/administration/settings/user_and_ip_rate_limits.md
# #
# Integration specs for throttling can be found in: # Integration specs for throttling can be found in:
# spec/requests/rack_attack_global_spec.rb # spec/requests/rack_attack_global_spec.rb
......
...@@ -52,7 +52,7 @@ describe('DevopsScore', () => { ...@@ -52,7 +52,7 @@ describe('DevopsScore', () => {
it('contains a link to the feature documentation', () => { it('contains a link to the feature documentation', () => {
expect(findDocsLink().exists()).toBe(true); expect(findDocsLink().exists()).toBe(true);
expect(findDocsLink().attributes('href')).toBe( expect(findDocsLink().attributes('href')).toBe(
'/help/user/admin_area/analytics/dev_ops_reports', '/help/administration/analytics/dev_ops_reports',
); );
}); });
}); });
......
...@@ -473,7 +473,7 @@ def self.name ...@@ -473,7 +473,7 @@ def self.name
"\n\n" \ "\n\n" \
"For more information, check the documentation" \ "For more information, check the documentation" \
"\n\n" \ "\n\n" \
"\thttps://docs.gitlab.com/ee/user/admin_area/monitoring/background_migrations.html#database-migrations-failing-because-of-batched-background-migration-not-finished" "\thttps://docs.gitlab.com/ee/update/background_migrations.html#database-migrations-failing-because-of-batched-background-migration-not-finished"
end end
it 'does not raise error when migration exists and is marked as finished' do it 'does not raise error when migration exists and is marked as finished' do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册