- 27 Jul, 2018 2 commits
-
-
a12c7898 types: Update for 11.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !126
-
Brad King authored
* RepoBranch now has a `can_push` field indicating whether the API user can push to the branch.
-
- 12 Jul, 2018 3 commits
-
-
Brad King authored
-
14001487 types: update Milestone to account for group milestones Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !119
-
Since upstream gitlab-ce commit v9.5.0-rc1~292^2 (Add group milestones API endpoint, 2017-07-12) a Milestone may have either a `project_id` or a `group_id`, making each optional. Later we could consider making this an `entity_id` with a custom `enum MilestoneEntityId` that can contain either a `ProjectId` or a `GroupId` but this is sufficient for now.
-
- 27 Jun, 2018 5 commits
-
-
Brad King authored
-
84b26005 types: make project readme_url optional Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !125
-
Brad King authored
Projects with no readme have no such url.
-
f29c05b4 types,systemhooks: Update for 11.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !124
-
Brad King authored
* The `Master` access level has been renamed to `Maintainer`. * A `cannot_be_merged_recheck` merge status was added. * Merge requests gained `squash` and `allow_collaboration` booleans. The latter supersedes `allow_maintainer_to_push` which is now deprecated. * Projects gained a `readme_url`.
-
- 30 May, 2018 3 commits
-
-
Brad King authored
-
b8155516 types: update for 10.8 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !123
-
Brad King authored
Notes gained fields describing their resolution. Merge requests gained a field describing its diff.
-
- 02 May, 2018 3 commits
-
-
Brad King authored
-
8a04f4e7 types: update for 10.7 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !122
-
Brad King authored
Issues gained a field for who closed them. Projects gained a field for their merge method.
-
- 30 Apr, 2018 6 commits
-
-
Brad King authored
-
429bc682 types: some project hook events are optional fields Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !121
-
Brad King authored
-
Brad King authored
-
f9328f93 types: update for 10.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !120
-
Brad King authored
Merge requests gained fields for users that merged or closed them and for whether or not a maintainer can push. Project hooks gained fields for confidential events.
-
- 13 Mar, 2018 1 commit
-
-
Brad King authored
-
- 12 Mar, 2018 1 commit
-
-
8d096be4 types: update for 10.5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !118
-
- 09 Mar, 2018 1 commit
-
-
Brad King authored
The repository commit details now include the project id.
-
- 20 Feb, 2018 1 commit
-
-
Brad King authored
-
- 13 Feb, 2018 2 commits
-
-
2af2501e types: update for 10.4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !117
-
Brad King authored
The `stats` associated with commit details is now optional because the API endpoint gained an option to skip it. See gitlab-ce commit v10.4.0-rc3~1^2~5, which backports commit v10.5.0.pre~208^2. Also update our gitlab API client to request the `stats` explicitly. Later we could expose this option.
-
- 02 Feb, 2018 2 commits
-
-
ce5b86ed webhooks: expose the confidential issue event flag Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !116
-
Ben Boeckel authored
Fixes #11
-
- 23 Jan, 2018 1 commit
-
-
Brad King authored
-
- 09 Jan, 2018 1 commit
-
-
Brad King authored
-
- 08 Jan, 2018 2 commits
-
-
b7728827 types: changes_count can also be null Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !115
-
Ben Boeckel authored
-
- 20 Dec, 2017 1 commit
-
-
3ea004c7 types: use a string for the MR change count Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !114
-
- 15 Dec, 2017 1 commit
-
-
Ben Boeckel authored
This is normally an integer, but if the count exceeds a certain number of files, it comes back with "100+" or the like which is not an integer.
-
- 14 Dec, 2017 2 commits
-
-
5ca52670 types: update for 10.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !113
-
Brad King authored
Merge requests gained a `changes_count` field indicating the number of paths changed by the MR. This is the number of entries in the "Changes" tab of the MR page. Somehow GitLab reports this as a string even though it is a number, so parse it ourselves.
-
- 13 Dec, 2017 2 commits
-
-
479e8a74 gitlab: Enable construction via builder pattern Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !111
-
Brad King authored
The protocol, host name, and access token are required and are therefore parameters of the `new` (and `new_insecure`) constructor. Enable addition of other optional configuration by introducing a builder pattern.
-