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
ed7a75ca
Commit
ed7a75ca
authored
Dec 12, 2019
by
Fabio Pitino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs with new job log
parent
2aca9b5b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/ci/img/collapsible_log.png
doc/ci/img/collapsible_log.png
+0
-0
doc/ci/pipelines.md
doc/ci/pipelines.md
+4
-3
spec/features/projects/jobs_spec.rb
spec/features/projects/jobs_spec.rb
+0
-1
No files found.
doc/ci/img/collapsible_log.png
View replaced file @
2aca9b5b
View file @
ed7a75ca
59.3 KB
|
W:
|
H:
272 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/ci/pipelines.md
View file @
ed7a75ca
...
...
@@ -149,12 +149,13 @@ The union of A, B, and C is (1, 4) and (6, 7). Therefore, the total running time
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/14664) in GitLab
> 12.0.
Job logs are divided into sections that can be collapsed or expanded.
Job logs are divided into sections that can be collapsed or expanded. Each section will display
the duration.
In the following example:
-
Two sections are
expanded and can be collaps
ed.
-
One section is collapsed and can be expand
ed.
-
Two sections are
collapsed and can be expand
ed.
-
Three sections are expanded and can be collaps
ed.
![
Collapsible sections
](
img/collapsible_log.png
)
...
...
spec/features/projects/jobs_spec.rb
View file @
ed7a75ca
...
...
@@ -809,7 +809,6 @@ describe 'Jobs', :clean_gitlab_redis_shared_state do
it
'renders job log'
do
wait_for_all_requests
# todo
expect
(
page
).
to
have_selector
(
'.job-log'
)
end
end
...
...
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