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
fb9ae712
Commit
fb9ae712
authored
Dec 03, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-12-03
parents
efc0ffee
e0143e60
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
app/assets/stylesheets/framework/highlight.scss
app/assets/stylesheets/framework/highlight.scss
+1
-0
changelogs/unreleased/54048-Line-numbers-are-misaligned-in-file-blame-view.yml
.../54048-Line-numbers-are-misaligned-in-file-blame-view.yml
+5
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+11
-2
No files found.
app/assets/stylesheets/framework/highlight.scss
View file @
fb9ae712
...
...
@@ -42,6 +42,7 @@
padding
:
10px
;
text-align
:
right
;
float
:
left
;
line-height
:
1
;
a
{
font-family
:
$monospace-font
;
...
...
changelogs/unreleased/54048-Line-numbers-are-misaligned-in-file-blame-view.yml
0 → 100644
View file @
fb9ae712
---
title
:
Fix line height of numbers in file blame view
merge_request
:
23090
author
:
Johann Hubert Sonntagbauer
type
:
fixed
doc/topics/autodevops/index.md
View file @
fb9ae712
...
...
@@ -479,14 +479,23 @@ no longer be valid as soon as the deployment job finishes. This means that
Kubernetes can run the application, but in case it should be restarted or
executed somewhere else, it cannot be accessed again.
#### Migrations
> [Introduced][ce-21955] in GitLab 11.4
Database initialization and migrations for PostgreSQL can be configured to run
within the application pod by setting the project variables
`DB_INITIALIZE`
and
`DB_MIGRATE`
respectively.
If present,
`DB_INITIALIZE`
will be run as a shell command within an application pod as a helm
post-install hook. Note that this means that if any deploy succeeds,
If present,
`DB_INITIALIZE`
will be run as a shell command within an
application pod as a helm post-install hook. As some applications will
not run without a successful database initialization step, GitLab will
deploy the first release without the application deployment and only the
database initialization step. After the database initialization completes,
GitLab will deploy a second release with the application deployment as
normal.
Note that a post-install hook means that if any deploy succeeds,
`DB_INITIALIZE`
will not be processed thereafter.
If present,
`DB_MIGRATE`
will be run as a shell command within an application pod as
...
...
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