Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
commit
428df28cda
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ v 7.9.0 (unreleased)
|
||||||
- Improve error messages for file edit failures
|
- Improve error messages for file edit failures
|
||||||
- Improve UI for commits, issues and merge request lists
|
- Improve UI for commits, issues and merge request lists
|
||||||
- Fix commit comments on first line of diff not rendering in Merge Request Discussion view.
|
- Fix commit comments on first line of diff not rendering in Merge Request Discussion view.
|
||||||
|
- Improve trigger merge request hook when source project branch has been updated (Kirill Zaitsev)
|
||||||
|
|
||||||
v 7.8.0
|
v 7.8.0
|
||||||
- Fix access control and protection against XSS for note attachments and other uploads.
|
- Fix access control and protection against XSS for note attachments and other uploads.
|
||||||
|
|
|
@ -179,7 +179,7 @@ sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
|
||||||
### Change Nginx settings
|
### Change Nginx settings
|
||||||
|
|
||||||
* HTTP setups: Make `/etc/nginx/sites-available/gitlab` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stable/lib/support/nginx/gitlab but with your settings.
|
* HTTP setups: Make `/etc/nginx/sites-available/gitlab` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stable/lib/support/nginx/gitlab but with your settings.
|
||||||
* HTTPS setups: Make `/etc/nginx/sites-available/gitlab-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stablef/lib/support/nginx/gitlab-ssl but with your settings.
|
* HTTPS setups: Make `/etc/nginx/sites-available/gitlab-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-8-stable/lib/support/nginx/gitlab-ssl but with your settings.
|
||||||
* A new `location /uploads/` section has been added that needs to have the same content as the existing `location @gitlab` section.
|
* A new `location /uploads/` section has been added that needs to have the same content as the existing `location @gitlab` section.
|
||||||
|
|
||||||
## 9. Start application
|
## 9. Start application
|
||||||
|
|
Loading…
Reference in a new issue