Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Lacko
gitlab_api
Commits
3bdfda2d
Commit
3bdfda2d
authored
Jan 31, 2018
by
Roman Lacko
Browse files
upgrade existing modules to v10.4.1
parent
a9201805
Changes
7
Hide whitespace changes
Inline
Side-by-side
GitLab/CustomAttributes.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
# User attributes
...
...
@@ -75,7 +75,7 @@ for details and response formats.
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 DESCRIPTION
...
...
GitLab/Events.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
self_events
=>
{
...
...
@@ -72,7 +72,7 @@ response formats.
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 DESCRIPTION
...
...
GitLab/Groups.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
groups
=>
{
...
...
@@ -123,7 +123,7 @@ response formats.
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 DESCRIPTION
...
...
GitLab/Members.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
"
<ENTITY>_members
"
=>
{
...
...
@@ -103,7 +103,7 @@ response formats.
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 DESCRIPTION
...
...
GitLab/Namespaces.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
namespaces
=>
{
...
...
@@ -59,7 +59,7 @@ See L<GitLab API -- Namespaces|http://doc.gitlab.com/ce/api/namespaces.html> for
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 DESCRIPTION
...
...
GitLab/Projects.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
projects
=>
{
...
...
@@ -31,6 +31,26 @@ my $requests = {
paginated
=>
1
,
},
user_projects
=>
{
method
=>
"
GET
",
path
=>
"
/users/<uid>/projects
",
query
=>
[
qw(
archived
visibility
order_by
sort
search
simple
owned
membership
starred
statistics
with_issues_enabled
with_merge_requests_enabled
)
],
paginated
=>
1
,
},
project_by_id
=>
{
method
=>
"
GET
",
path
=>
"
/projects/<id>
",
...
...
@@ -148,6 +168,29 @@ my $requests = {
)
],
},
project_list_forks
=>
{
method
=>
"
GET
",
path
=>
"
/projects/<id>/forks
",
encode
=>
[
qw(
id
)
],
query
=>
[
qw(
archived
visibility
order_by
sort
search
simple
owned
membership
starred
statistics
with_issues_enabled
with_merge_requests_enabled
)
],
paginated
=>
1
,
},
project_star
=>
{
method
=>
"
POST
",
path
=>
"
/projects/<id>/star
",
...
...
@@ -332,7 +375,7 @@ response formats.
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 DESCRIPTION
...
...
GitLab/Users.pm
View file @
3bdfda2d
...
...
@@ -8,7 +8,7 @@ use vars qw($VERSION);
use
GitLab::
API
;
use
Log::
Any
qw($log)
;
our
$VERSION
=
v10
.
3.3
;
our
$VERSION
=
v10
.
4.1
;
my
$requests
=
{
users
=>
{
...
...
@@ -305,7 +305,7 @@ response formats.
=head1 VERSION
Implements API calls for GitLab CE C<v10.
3.3
>.
Implements API calls for GitLab CE C<v10.
4.1
>.
=head1 SYNOPSIS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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