- 05 Feb, 2019 1 commit
-
-
Ben Boeckel authored
-
- 01 Feb, 2019 2 commits
-
-
Brad King authored
f0b36237 webhooks: source_project_id is null if the source repo is deleted Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !140
-
Ben Boeckel authored
-
- 11 Jan, 2019 1 commit
-
-
Brad King authored
83a63a17 types: update for 11.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !139
-
- 10 Jan, 2019 1 commit
-
-
Brad King authored
Merge requests gained fields to report a merge error and whether a rebase is in progress.
-
- 25 Oct, 2018 3 commits
-
-
Brad King authored
-
Brad King authored
e8ae903d types: update for 11.4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !136
-
Brad King authored
Users gained a field for their public email address, if any.
-
- 23 Oct, 2018 1 commit
-
-
Brad King authored
-
- 22 Oct, 2018 2 commits
-
-
Brad King authored
bb347e7c types: diff_refs can be null Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !135
-
Ben Boeckel authored
-
- 16 Oct, 2018 3 commits
-
-
Ben Boeckel authored
-
Brad King authored
aa1e268e cargo: update to reqwest 0.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !134
-
Ben Boeckel authored
This also allows us to remove our `hyper` dependency.
-
- 02 Oct, 2018 3 commits
-
-
Brad King authored
-
Brad King authored
710b0737 types: update for 11.3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !133
-
Brad King authored
Project hooks gained a `push_events_branch_filter` field. Repository branches gained a `default` field.
-
- 27 Sep, 2018 5 commits
-
-
Brad King authored
-
Brad King authored
c21d47ea gitlab: report server errors without trying to deserialize Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !132
-
Brad King authored
53fd54f9 types: add missing commit status states Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !131
-
Brad King authored
Upstream gitlab-ce source file `app/models/concerns/has_status.rb` has an `AVAILABLE_STATUSES` list of possible commit status states. Add those that we are missing.
-
Brad King authored
When GitLab has a server-side error it likely has not sent a well-formed JSON object. Report the server error directly.
-
- 11 Sep, 2018 3 commits
-
-
Ben Boeckel authored
-
Brad King authored
f996a515 webhooks: expose PushHook::user_username ee55d115 gitlab: add more APIs which accept project names fb4992ce gitlab: refactor out escaping project names Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !130
-
Brad King authored
e18da5af cargo: replace url with percent-encoding efcb912d cargo: update log to 0.4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !129
-
- 10 Sep, 2018 5 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
Due to constraints with synchronizing `ghostflow` with GitHub, numeric IDs for projects and users are not available to the common infrastructure.
-
Ben Boeckel authored
-
Ben Boeckel authored
Turns out we were just using the re-export of the `percent-encoding` trait anyways. The `Url` type comes from `reqwest`.
-
Ben Boeckel authored
-
- 28 Aug, 2018 3 commits
-
-
Brad King authored
-
Brad King authored
d6a27329 types: Update for 11.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !128
-
Brad King authored
* User information gained an optional `private_profile` boolean indicating whether the user has a private profile. Additionally the `created_at` field is now optional as it is not exposed when the profile is private and the calling user cannot read it. * PipelineBasic information gained a `web_url` field.
-
- 20 Aug, 2018 2 commits
-
-
Brad King authored
8959ae68 types,webhooks: User, Project avatars may be null Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !127
-
Ben Morgan authored
The `avatar_url` key for users and projects may be null if GitLab uses its internal or default settings. Change struct members for `avatar_url` to `Option<>` to represent this possibility.
-
- 27 Jul, 2018 4 commits
-
-
Brad King authored
-
Brad King authored
Readers are more likely to need a more recent version, so put them at the top.
-
Brad King authored
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 1 commit
-
-
Brad King authored
-