- 03 Nov, 2017 1 commit
-
-
Brad King authored
Issues and merge requests gained `discussion_locked` fields. Issues gained a `closed_at` field. Repo commit detail gained a `last_pipeline` field.
-
- 19 Oct, 2017 4 commits
-
-
397ffcbf cargo: update reqwest 0b8fe8ff cargo: update itertools Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !108
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Brad King authored
-
- 13 Oct, 2017 1 commit
-
-
d0b7b727 types: update for 10.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !107
-
- 12 Oct, 2017 1 commit
-
-
Brad King authored
Issues and merge requests gained `time_stats` fields. Projects gained a `resolve_outdated_diff_discussions` field. Users restored the `theme_id` field, but it is now optional.
-
- 05 Oct, 2017 1 commit
-
-
Brad King authored
-
- 21 Sep, 2017 2 commits
-
-
864568a1 types: update for 9.5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !106
-
Brad King authored
Issues and projects gained a `_links` field containing URLs of related APIs (see gitlab-ce MR 10491, commit v9.5.0-rc1~301^2). We model it but do not expose it publicly since our clients won't need it. Notes gained a `noteable_iid` when attached to issues and merge requests (see gitlab-ce MR 13265, commit v9.5.0-rc1~14^2).
-
- 18 Sep, 2017 1 commit
-
-
e6379153 gitlab: fix a whitespace nit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !105
-
- 15 Sep, 2017 1 commit
-
-
Ben Boeckel authored
-
- 22 Aug, 2017 1 commit
-
-
Ben Boeckel authored
-
- 16 Aug, 2017 1 commit
-
-
45edc22f gitlab: use `where` clauses a16fcfce gitlab: remove unused methods a200abd4 gitlab: use AsRef<str> for parameters adc730df gitlab: simplify chained result returns 34cad70e gitlab: refactor out the parsing of the result as JSON 786b4269 gitlab: remove leading underscores from method names ea9eded9 gitlab: use the existing method Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !104
-
- 15 Aug, 2017 3 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 14 Aug, 2017 4 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 10 Aug, 2017 2 commits
-
-
b5fbc404 types: update for 9.4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !103
-
Brad King authored
-
- 03 Aug, 2017 2 commits
-
-
f3d5b221 webhooks: update for 9.4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !102
-
Brad King authored
Since gitlab-ce commit 85cdde8d33 (Migration - Remove position field from issues and merge requests, 2017-06-09) the webhook object attributes for issue and merge request events no longer have a `position` field.
-
- 02 Aug, 2017 1 commit
-
-
Brad King authored
-
- 20 Jul, 2017 5 commits
-
-
44be1e01 data: update to 9.3 data entities c5bca5dd types: Restore is_admin on User and UserPublic Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !101
-
03d60fd9 Revert "Merge topic 'no-persist-client'" Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !97
-
Brad King authored
-
Brad King authored
GitLab 9.3 restored the `is_admin` field of users if the querying user is itself an admin. Make it an Option so that the API works for both admin and non-admin users.
-
Ben Boeckel authored
This reverts MR !61. Now that reqwest 0.7 detects whether the client has timed out or not, we only fail when the connection is lost between checking the status of the client and the communication itself. See https://github.com/seanmonstar/reqwest/issues/44. This reverts commit 35b07e59, reversing changes made to b9c20ea2.
-
- 10 Jul, 2017 6 commits
-
-
e5a23653 systemhooks: update for 9.3 changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !100
-
Brad King authored
Remain compatible with GitLab 9.2 in addition to GitLab 9.3.
-
2199ef3a macros: support multiple choices for deserializing strings Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !99
-
Ben Boeckel authored
While `|` would be preferred, in macros, `expr` matches may include `|` and therefore may not be followed by `|`. The only other options are `,`, `;`, or `=>`. The comma is already used for separating variants and the arrow for the variant/string separation. Semicolon is the only one left, but it is also used for "or" in Prolog.
-
a49b1c22 gitlab: update project methods for API v4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !98
-
239023e9 Add Gitlab::set_merge_request_labels Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !94
-
- 09 Jul, 2017 1 commit
-
-
Mathieu Rochette authored
-
- 07 Jul, 2017 1 commit
-
-
Ben Boeckel authored
The "all" query has disappeared and searching for owned repositories is now done with a parameter rather than a path.
-
- 05 Jul, 2017 1 commit
-
-
Brad King authored
-