- 15 Jul, 2019 3 commits
-
-
Brad King authored
-
fdae599c types: update for 12.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !151
-
Brad King authored
Projects gained a field indicating whether they have an empty repo. Issues gained a field indicating whether there is an empty task list. Issues and MRs also gained a field for task completion, but we leave that unimplemented for now.
-
- 10 Jul, 2019 17 commits
-
-
Brad King authored
* release-11.11: cargo: prep for 0.1111.0 cargo: prep for 0.1110.0 cargo: prep for 0.1109.1 cargo: prep for 0.1109.0 cargo: prep for 0.1108.0 cargo: prep for 0.1107.0 cargo: prep for 0.1106.0 cargo: prep for 0.1105.0 webhooks: source_project_id is null if the source repo is deleted
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
a2899a74 Make MergeRequest.user field optional Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !145
-
Brad King authored
91cb2098 gitlab: add API endpoint for groups 8398073c gitlab: take query parameters on all APIs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !137
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Backport the fix in MR !140 for a release corresponding to gitlab 11.5.
-
-
- 17 Jun, 2019 2 commits
-
-
4a609d81 types: update for 11.11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !150
-
Brad King authored
The merge requests field for multiple assignees now includes an entry for a single assignee. Namespaces of projects gained fields for a URL and an avatar.
-
- 14 Jun, 2019 3 commits
-
-
424f6964 Consistent comment style 713798f6 Move the header setting into a method on Token a55874a2 Use intermediate variable to prevent long lines fef98efe Support OAuth2 tokens for API access Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !149
-
Miha Čančula authored
-
Miha Čančula authored
-
- 12 Jun, 2019 2 commits
-
-
Miha Čančula authored
-
Miha Čančula authored
OAuth2 tokens are supported in addition to personal access tokens. The change is backwards compatible, the current behavior does not change and existing code will keep using the personal access tokens. A new set of constructors and a new builder method have been added in order to specify that an OAuth2 token is being used.
-
- 23 May, 2019 1 commit
-
-
a5010eac types: update for 11.10 b428ba91 types: implement serialization traits for AccessLevel Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !148
-
- 22 May, 2019 2 commits
- 20 May, 2019 1 commit
-
-
982f6e98 Parse RFC3339 date formats for HookDate Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !147
-
- 16 May, 2019 1 commit
-
-
Andrew Chin authored
Also moved the map_err call to the end, which I think makes the function a little easier to read
-
- 06 May, 2019 2 commits
-
-
5fe1953e data: format sample json files Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !146
-
Brad King authored
Teach `data/fetch_from_gitlab.py` to save the JSON documents with human-readable formatting and in sorted order. Use `jq -S .` to format our existing data the same way. Formatted JSON documents are still sufficient to test our crate's deserialization of them and will make updates to new GitLab versions much more readable. While at it, also teach the script to remove the user identities, which we previously did by hand on each update.
-
- 22 Apr, 2019 1 commit
-
-
a2899a74 Make MergeRequest.user field optional Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !145
-
- 19 Apr, 2019 1 commit
-
-
Andrew Chin authored
This field will be set when you request a single merge request: /api/v4/projects/123/merge_requests/456 But it's missing if you request a list of merge requests: /api/v4/projects/123/merge_requests Tested against a gitlab 11.9.7 server
-
- 08 Apr, 2019 3 commits
-
-
91cb2098 gitlab: add API endpoint for groups 8398073c gitlab: take query parameters on all APIs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !137
-
-
-
- 01 Apr, 2019 1 commit
-
-
2d5a4106 types: update for 11.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !144
-