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
fd7eb717
Commit
fd7eb717
authored
Jan 26, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into update_git_annex_docs
parents
90382275
aa2f58eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
.gitlab-ci.yml
.gitlab-ci.yml
+10
-1
CHANGELOG-EE
CHANGELOG-EE
+6
-1
app/views/admin/users/index.html.haml
app/views/admin/users/index.html.haml
+1
-1
No files found.
.gitlab-ci.yml
View file @
fd7eb717
# This file is generated by GitLab CI
image
:
"
ruby:2.1"
services
:
-
mysql:latest
-
postgres:latest
-
redis:latest
variables
:
MYSQL_ALLOW_EMPTY_PASSWORD
:
"
1"
before_script
:
-
./scripts/prepare_build.sh
-
ruby -v
...
...
CHANGELOG-EE
View file @
fd7eb717
v 8.4.0 (unreleased)
v 8.5.0 (unreleased)
v 8.4.1
- No EE-specific changes
v 8.4.0
- Add ability to create a note for user by admin
- Fix "Commit was rejected by git hook", when max_file_size was set null in project's Git hooks
- Fix "Approvals are not reset after a new push is made if the request is coming from a fork"
...
...
app/views/admin/users/index.html.haml
View file @
fd7eb717
...
...
@@ -74,7 +74,7 @@
-
else
%i
.fa.fa-user.cgreen
=
link_to
user
.
name
,
[
:admin
,
user
]
-
if
user
.
note
-
if
user
.
note
.
present?
=
link_to
"#"
,
{
"data-toggle"
=>
"tooltip"
,
title:
user
.
note
,
class:
"user-note"
}
do
=
icon
(
"sticky-note-o cgrey"
)
-
if
user
.
admin?
...
...
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