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
bdb13c9e
Commit
bdb13c9e
authored
Apr 04, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
dbe8ae64
fe283d6f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
app/views/projects/blob/viewers/_route_map.html.haml
app/views/projects/blob/viewers/_route_map.html.haml
+1
-1
app/views/projects/blob/viewers/_route_map_loading.html.haml
app/views/projects/blob/viewers/_route_map_loading.html.haml
+1
-1
changelogs/unreleased/fix-UI-links-to-route-map-info.yml
changelogs/unreleased/fix-UI-links-to-route-map-info.yml
+5
-0
qa/qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb
...rowser_ui/6_release/deploy_token/add_deploy_token_spec.rb
+2
-2
No files found.
app/views/projects/blob/viewers/_route_map.html.haml
View file @
bdb13c9e
...
...
@@ -6,4 +6,4 @@
This Route Map is invalid:
=
viewer
.
validation_message
=
link_to
'Learn more'
,
help_page_path
(
'ci/environments'
,
anchor:
'go
-directly-from-source-files-to-public-pages-on-the-environment
'
)
=
link_to
'Learn more'
,
help_page_path
(
'ci/environments'
,
anchor:
'go
ing-from-source-files-to-public-pages
'
)
app/views/projects/blob/viewers/_route_map_loading.html.haml
View file @
bdb13c9e
=
icon
(
'spinner spin fw'
)
Validating Route Map…
=
link_to
'Learn more'
,
help_page_path
(
'ci/environments'
,
anchor:
'go
-directly-from-source-files-to-public-pages-on-the-environment
'
)
=
link_to
'Learn more'
,
help_page_path
(
'ci/environments'
,
anchor:
'go
ing-from-source-files-to-public-pages
'
)
changelogs/unreleased/fix-UI-links-to-route-map-info.yml
0 → 100644
View file @
bdb13c9e
---
title
:
Fix UI anchor links after docs refactor
merge_request
:
26890
author
:
type
:
fixed
qa/qa/specs/features/browser_ui/6_release/deploy_token/add_deploy_token_spec.rb
View file @
bdb13c9e
...
...
@@ -8,11 +8,11 @@ module QA
Page
::
Main
::
Login
.
act
{
sign_in_using_credentials
}
deploy_token_name
=
'deploy token name'
deploy_token_expires_at
=
Date
.
today
+
7
# 1 Week from now
one_week_from_now
=
Date
.
today
+
7
deploy_token
=
Resource
::
DeployToken
.
fabricate!
do
|
resource
|
resource
.
name
=
deploy_token_name
resource
.
expires_at
=
deploy_token_expires_at
resource
.
expires_at
=
one_week_from_now
end
expect
(
deploy_token
.
username
.
length
).
to
be
>
0
...
...
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