1
1
# Changelog
2
2
Changelog of GitLab4J API.
3
3
4
+ ## Unreleased
5
+ ### GitHub [ #348 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/348 ) support access level for project user
6
+
7
+ ** Feature-351: Add support for get all members to ProjectApi and GroupApi**
8
+
9
+ * Added getAllMembers() methods (#348 ).
10
+ * Added tests for getAllMembers() methods (#348 ).
11
+
12
+ [ d72fb68468bdeb7] ( https://github.com/gitlab4j/gitlab4j-api/commit/d72fb68468bdeb7 ) Greg Messner * 2019-05-11 02:01:12*
13
+
14
+
15
+ ### GitHub [ #349 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/349 ) User related data models need to be verified and updated. * enhancement*
16
+
17
+ ** Audited and updated all user related data models (#349 , #350 )**
18
+
19
+ * Updated user related data models and tests to match latest GitLab API specs.
20
+
21
+ [ a6b7c78912d0555] ( https://github.com/gitlab4j/gitlab4j-api/commit/a6b7c78912d0555 ) Greg Messner * 2019-05-10 22:55:43*
22
+
23
+
24
+ ### GitHub [ #350 ] ( https://github.com/gitlab4j/gitlab4j-api/pull/350 ) Audited and updated all user related data models (#349 ).
25
+
26
+ ** Audited and updated all user related data models (#349 , #350 )**
27
+
28
+ * Updated user related data models and tests to match latest GitLab API specs.
29
+
30
+ [ a6b7c78912d0555] ( https://github.com/gitlab4j/gitlab4j-api/commit/a6b7c78912d0555 ) Greg Messner * 2019-05-10 22:55:43*
31
+
32
+
33
+ ### Jira Feature-351
34
+
35
+ ** Feature-351: Add support for get all members to ProjectApi and GroupApi**
36
+
37
+ * Added getAllMembers() methods (#348 ).
38
+ * Added tests for getAllMembers() methods (#348 ).
39
+
40
+ [ d72fb68468bdeb7] ( https://github.com/gitlab4j/gitlab4j-api/commit/d72fb68468bdeb7 ) Greg Messner * 2019-05-11 02:01:12*
41
+
42
+
43
+ ### No issue
44
+
45
+ ** Bumped version.**
46
+
47
+
48
+ [ aea14054daf6c21] ( https://github.com/gitlab4j/gitlab4j-api/commit/aea14054daf6c21 ) Greg Messner * 2019-05-11 02:03:40*
49
+
50
+ ** Switched to the jakarta version of the activation and servlet dependencies.**
51
+
52
+
53
+ [ a285be4f68d6081] ( https://github.com/gitlab4j/gitlab4j-api/commit/a285be4f68d6081 ) Greg Messner * 2019-05-10 04:14:59*
54
+
55
+ ** Generated latest changelog.**
56
+
57
+
58
+ [ 76aa51905d58ec4] ( https://github.com/gitlab4j/gitlab4j-api/commit/76aa51905d58ec4 ) Greg Messner * 2019-05-09 21:49:19*
59
+
60
+
4
61
## gitlab4j-api-4.10.14
5
62
### GitHub [ #346 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/346 ) ProjectApi#getProjects always result an exception * bug*
6
63
@@ -21,7 +78,7 @@ Changelog of GitLab4J API.
21
78
22
79
23
80
## gitlab4j-api-4.10.12
24
- ### GitHub [ #342 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/342 ) How to push some local changes
81
+ ### GitHub [ #342 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/342 ) How to push some local changes * question *
25
82
26
83
** Add functionality to CommitAction to support fetching content from file. (#344 )**
27
84
@@ -378,7 +435,7 @@ Changelog of GitLab4J API.
378
435
[ 798c1ef27a69f63] ( https://github.com/gitlab4j/gitlab4j-api/commit/798c1ef27a69f63 ) Greg Messner * 2019-04-26 06:30:44*
379
436
380
437
381
- ### GitHub [ #335 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/335 ) can' ; t use login service
438
+ ### GitHub [ #335 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/335 ) can' ; t use login service * enhancement *
382
439
383
440
** Now explicity uses JerseyClientBuilder (#335 ).**
384
441
@@ -690,7 +747,7 @@ Changelog of GitLab4J API.
690
747
[ 01f1ed12ff9f415] ( https://github.com/gitlab4j/gitlab4j-api/commit/01f1ed12ff9f415 ) Greg Messner * 2019-04-12 02:12:48*
691
748
692
749
693
- ### GitHub [ #331 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/331 ) Cannot deserialize instance of java.util.ArrayList out of START_OBJECT token
750
+ ### GitHub [ #331 ] ( https://github.com/gitlab4j/gitlab4j-api/issues/331 ) Cannot deserialize instance of java.util.ArrayList out of START_OBJECT token * bug *
694
751
695
752
** Fixed webhooks changes deserialization (#325 , #331 ).**
696
753
0 commit comments