Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VC
rust-gitlab
Commits
24a72aa0
Commit
24a72aa0
authored
Mar 01, 2017
by
Ben Boeckel
Browse files
gitlab: update for 8.17
parent
7a72406c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/types.rs
View file @
24a72aa0
...
...
@@ -743,6 +743,8 @@ pub struct Group {
pub
web_url
:
String
,
/// Whether membership requests are allowed for the group.
pub
request_access_enabled
:
bool
,
pub
full_name
:
String
,
pub
full_path
:
String
,
/// Statistics about the group.
pub
statistics
:
Option
<
ProjectStatistics
>
,
}
...
...
@@ -787,6 +789,8 @@ pub struct GroupDetail {
pub
shared_projects
:
Vec
<
Project
>
,
/// Whether membership requests are allowed for the group.
pub
request_access_enabled
:
bool
,
pub
full_name
:
String
,
pub
full_path
:
String
,
/// Statistics about the group.
pub
statistics
:
Option
<
ProjectStatistics
>
,
}
...
...
@@ -803,6 +807,8 @@ impl From<GroupDetail> for Group {
avatar_url
:
detail
.avatar_url
,
web_url
:
detail
.web_url
,
request_access_enabled
:
detail
.request_access_enabled
,
full_name
:
detail
.full_name
,
full_path
:
detail
.full_path
,
statistics
:
detail
.statistics
,
}
}
...
...
@@ -1972,6 +1978,7 @@ impl Namespace {
// expose :koding_url
// expose :plantuml_enabled
// expose :plantuml_url
// expose :terminal_max_session_time
//end
//class Release < Grape::Entity
...
...
Write
Preview
Supports
Markdown
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