Commit d188adfd97417be489df8a1cef2ca3bf986676ee

Authored by Dmitriy Zaporozhets
1 parent d8d95c85

Changelog updated. Added warnings to username form

CHANGELOG
1 1 v 4.0.0
  2 + - Reorganized settings
  3 + - Fixed commits compare
  4 + - Refactored scss
  5 + - Improve status checks
  6 + - Validates presence of User#name
  7 + - Fixed postgres support
  8 + - Removed sqlite support
  9 + - Modified post-receive hook
  10 + - Milestones can be closed now
  11 + - Show comment events on dashboard
  12 + - Quick add team members via group#people page
2 13 - [API] expose created date for hooks and SSH keys
3 14 - [API] list, create issue notes
4 15 - [API] list, create snippet notes
... ...
app/views/profiles/account.html.haml
... ... @@ -71,6 +71,9 @@
71 71 %span.update-failed.cred.hide
72 72 %i.icon-ok
73 73 Failed
  74 + %ul.cred
  75 + %li It will change web url for personal projects.
  76 + %li It will change the git path to repositories for personal projects.
74 77 .input
75 78 = f.submit 'Save username', class: "btn save-btn"
76 79  
... ...
config/gitlab.yml.example
  1 +# # # # # # # # # # # # # # # # # #
  2 +# Gitlab application config file #
  3 +# # # # # # # # # # # # # # # # # #
1 4  
2 5 #
3 6 # 1. GitLab app settings
... ...