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
274238ed
Commit
274238ed
authored
Apr 12, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-04-12
parents
95ac1154
4758db5a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
app/views/shared/members/_group.html.haml
app/views/shared/members/_group.html.haml
+1
-1
app/views/shared/members/_member.html.haml
app/views/shared/members/_member.html.haml
+1
-1
changelogs/unreleased/30739-fix-joined-information-on-project-members-page.yml
.../30739-fix-joined-information-on-project-members-page.yml
+5
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+3
-3
No files found.
app/views/shared/members/_group.html.haml
View file @
274238ed
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
%strong
%strong
=
link_to
group
.
full_name
,
group_path
(
group
)
=
link_to
group
.
full_name
,
group_path
(
group
)
.cgray
.cgray
Joined
#{
time_ago_with_tooltip
(
group
.
created_at
)
}
Given access
#{
time_ago_with_tooltip
(
group_link
.
created_at
)
}
-
if
group_link
.
expires?
-
if
group_link
.
expires?
·
·
%span
{
class:
(
'text-warning'
if
group_link
.
expires_soon?
)
}
%span
{
class:
(
'text-warning'
if
group_link
.
expires_soon?
)
}
...
...
app/views/shared/members/_member.html.haml
View file @
274238ed
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
Requested
Requested
=
time_ago_with_tooltip
(
member
.
requested_at
)
=
time_ago_with_tooltip
(
member
.
requested_at
)
-
else
-
else
Joined
#{
time_ago_with_tooltip
(
member
.
created_at
)
}
Given access
#{
time_ago_with_tooltip
(
member
.
created_at
)
}
-
if
member
.
expires?
-
if
member
.
expires?
·
·
%span
{
class:
"#{"
text
-
warning
" if member.expires_soon?} has-tooltip"
,
title:
member
.
expires_at
.
to_time
.
in_time_zone
.
to_s
(
:medium
)
}
%span
{
class:
"#{"
text
-
warning
" if member.expires_soon?} has-tooltip"
,
title:
member
.
expires_at
.
to_time
.
in_time_zone
.
to_s
(
:medium
)
}
...
...
changelogs/unreleased/30739-fix-joined-information-on-project-members-page.yml
0 → 100644
View file @
274238ed
---
title
:
Fix `joined` information on project members page
merge_request
:
18290
author
:
Fabian Schneider
type
:
fixed
doc/topics/autodevops/index.md
View file @
274238ed
...
@@ -419,12 +419,12 @@ into your project to enable staging and canary deployments, and more.
...
@@ -419,12 +419,12 @@ into your project to enable staging and canary deployments, and more.
### Custom buildpacks
### Custom buildpacks
If the automatic buildpack detection fails for your project, or if you want to
If the automatic buildpack detection fails for your project, or if you want to
use a custom buildpack, you can override the buildpack using a project variable
use a custom buildpack, you can override the buildpack
(s)
using a project variable
or a
`.buildpack`
file in your project:
or a
`.buildpack
s
`
file in your project:
-
**Project variable**
- Create a project variable
`BUILDPACK_URL`
with the URL
-
**Project variable**
- Create a project variable
`BUILDPACK_URL`
with the URL
of the buildpack to use.
of the buildpack to use.
-
**`.buildpack
` file**
- Add a file in your project's repo called
`.buildpack
`
-
**`.buildpack
s` file**
- Add a file in your project's repo called
`.buildpacks
`
and add the URL of the buildpack to use on a line in the file. If you want to
and add the URL of the buildpack to use on a line in the file. If you want to
use multiple buildpacks, you can enter them in, one on each line.
use multiple buildpacks, you can enter them in, one on each line.
...
...
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