Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5c896a84
Commit
5c896a84
authored
Oct 02, 2020
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links in code
Update links in code that were pointing to moved docs or changed anchors
parent
2f03faf7
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
5 deletions
+10
-5
app/assets/javascripts/environments/components/stop_environment_modal.vue
...cripts/environments/components/stop_environment_modal.vue
+1
-1
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+1
-1
app/models/concerns/reactive_caching.rb
app/models/concerns/reactive_caching.rb
+1
-1
app/services/ci/archive_trace_service.rb
app/services/ci/archive_trace_service.rb
+1
-1
app/services/metrics/dashboard/dynamic_embed_service.rb
app/services/metrics/dashboard/dynamic_embed_service.rb
+1
-1
changelogs/unreleased/docs-test-hardcoded-docs-links.yml
changelogs/unreleased/docs-test-hardcoded-docs-links.yml
+5
-0
No files found.
app/assets/javascripts/environments/components/stop_environment_modal.vue
View file @
5c896a84
...
...
@@ -71,7 +71,7 @@ export default {
</gl-sprintf>
</p>
<a
href=
"https://docs.gitlab.com/ee/ci/environments
.html
#stopping-an-environment"
href=
"https://docs.gitlab.com/ee/ci/environments
/
#stopping-an-environment"
target=
"_blank"
rel=
"noopener noreferrer"
>
{{ s__('Environments|Learn more about stopping environments') }}
</a
...
...
app/helpers/application_helper.rb
View file @
5c896a84
...
...
@@ -6,7 +6,7 @@ require 'uri'
module
ApplicationHelper
include
StartupCssHelper
# See https://docs.gitlab.com/ee/development/ee_features.html#code-in-app
-
views
# See https://docs.gitlab.com/ee/development/ee_features.html#code-in-appviews
# rubocop: disable CodeReuse/ActiveRecord
# We allow partial to be nil so that collection views can be passed in
# `render partial: 'some/view', collection: @some_collection`
...
...
app/models/concerns/reactive_caching.rb
View file @
5c896a84
# frozen_string_literal: true
# The usage of the ReactiveCaching module is documented here:
# https://docs.gitlab.com/ee/development/
utilities.html#reactivecaching
# https://docs.gitlab.com/ee/development/
reactive_caching.md
module
ReactiveCaching
extend
ActiveSupport
::
Concern
...
...
app/services/ci/archive_trace_service.rb
View file @
5c896a84
...
...
@@ -27,7 +27,7 @@ module Ci
rescue
=>
e
# Tracks this error with application logs, Sentry, and Prometheus.
# If `archive!` keeps failing for over a week, that could incur data loss.
# (See more https://docs.gitlab.com/ee/administration/job_
traces.html#new-live-trace
-architecture)
# (See more https://docs.gitlab.com/ee/administration/job_
logs.html#new-incremental-logging
-architecture)
# In order to avoid interrupting the system, we do not raise an exception here.
archive_error
(
e
,
job
,
worker_name
)
end
...
...
app/services/metrics/dashboard/dynamic_embed_service.rb
View file @
5c896a84
...
...
@@ -18,7 +18,7 @@ module Metrics
# Determines whether the provided params are sufficient
# to uniquely identify a panel from a yml-defined dashboard.
#
# See https://docs.gitlab.com/ee/operations/metrics/dashboards/index.html
#defining-custom-dashboards-per-project
# See https://docs.gitlab.com/ee/operations/metrics/dashboards/index.html
# for additional info on defining custom dashboards.
def
valid_params?
(
params
)
[
...
...
changelogs/unreleased/docs-test-hardcoded-docs-links.yml
0 → 100644
View file @
5c896a84
---
title
:
Update doc links in app
merge_request
:
44134
author
:
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment