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
329d858d
Commit
329d858d
authored
Jun 11, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
29b9cfb9
e0aabd52
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
app/models/ci/pipeline_schedule.rb
app/models/ci/pipeline_schedule.rb
+2
-1
doc/administration/monitoring/performance/index.md
doc/administration/monitoring/performance/index.md
+1
-1
doc/user/img/markdown_inline_diffs_tags_rendered.png
doc/user/img/markdown_inline_diffs_tags_rendered.png
+0
-0
doc/user/markdown.md
doc/user/markdown.md
+5
-1
No files found.
app/models/ci/pipeline_schedule.rb
View file @
329d858d
...
...
@@ -73,7 +73,8 @@ module Ci
private
def
ideal_next_run_at
Gitlab
::
Ci
::
CronParser
.
new
(
cron
,
cron_timezone
).
next_time_from
(
Time
.
now
)
Gitlab
::
Ci
::
CronParser
.
new
(
cron
,
cron_timezone
)
.
next_time_from
(
Time
.
zone
.
now
)
end
end
end
doc/administration/monitoring/performance/index.md
View file @
329d858d
...
...
@@ -14,7 +14,7 @@ documents in order to understand and properly configure GitLab Performance Monit
-
[
Performance bar
](
performance_bar.md
)
-
[
Request profiling
](
request_profiling.md
)
>
**Note:**
NOTE:
**Note:**
Omnibus GitLab 8.16 includes Prometheus as an additional tool to collect
metrics. It will eventually replace InfluxDB when their metrics collection is
on par. Read more in the
[
Prometheus documentation
](
../prometheus/index.md
)
.
...
...
doc/user/img/markdown_inline_diffs_tags_rendered.png
0 → 100644
View file @
329d858d
1.76 KB
doc/user/markdown.md
View file @
329d858d
...
...
@@ -246,7 +246,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/user/markdown.md#inline-
With inline diffs tags you can display {+ additions +} or [- deletions -].
The wrapping tags can be either curly braces or square brackets
: [+ additions +] or {- deletions -}
.
The wrapping tags can be either curly braces or square brackets.
Examples:
...
...
@@ -257,6 +257,10 @@ Examples:
-
[- deletions -]
```
becomes:
![inline diffs tags rendered](img/markdown_inline_diffs_tags_rendered.png)
However the wrapping tags cannot be mixed as such:
```
...
...
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