- 24 Oct, 2019 1 commit
-
-
Ben Boeckel authored
The order is stdlib before external crates before internal modules.
-
- 14 Oct, 2019 4 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 10 Oct, 2019 1 commit
-
-
Ben Boeckel authored
-
- 16 Sep, 2019 1 commit
-
-
- 30 Aug, 2019 1 commit
-
-
Simon Chopin authored
-
- 28 Aug, 2019 1 commit
-
-
Brad King authored
-
- 31 Jul, 2019 4 commits
-
-
Brad King authored
Projects gained fields for visibility of individual features. They also gained fields for devops and build configuration. Leave out bindings for these for now.
-
Brad King authored
-
Brad King authored
The live Gitlab project from which we fetch sample data has been updated. Update our sample and expected results accordingly.
-
- 24 Jul, 2019 2 commits
-
-
This will expose the merge issue id or the issue id of the MR/issue on which the resource label event was created.
-
Resource label events record are events that are recorded whenever a label is added or removed to an issue/merge request. This Gitlab API was added in 11.1, and so any labels added/removed before this release will not appear in the data returned by this API.
-
- 15 Jul, 2019 1 commit
-
-
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.
-
- 17 Jun, 2019 1 commit
-
-
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.
-
- 22 May, 2019 1 commit
-
-
Brad King authored
Users gained a "highest_role" field when queried as an admin. Projects and Merge Requests also gained some fields. Add samples to our test data but leave out the implementation for now.
-
- 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
-
- 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
-
- 01 Apr, 2019 1 commit
-
-
Brad King authored
Issues gained a field for the number of merge requests referencing them. Merge requests gained a field for the current user's access.
-
- 26 Mar, 2019 2 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 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 1 commit
-
-
Brad King authored
Users gained a field for their public email address, if any.
-
- 22 Oct, 2018 1 commit
-
-
Ben Boeckel authored
-
- 02 Oct, 2018 1 commit
-
-
Brad King authored
Project hooks gained a `push_events_branch_filter` field. Repository branches gained a `default` field.
-
- 28 Aug, 2018 1 commit
-
-
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 1 commit
-
-
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 1 commit
-
-
Brad King authored
* RepoBranch now has a `can_push` field indicating whether the API user can push to the branch.
-
- 27 Jun, 2018 2 commits
-
-
Brad King authored
Projects with no readme have no such url.
-
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 1 commit
-
-
Brad King authored
Notes gained fields describing their resolution. Merge requests gained a field describing its diff.
-
- 02 May, 2018 1 commit
-
-
Brad King authored
Issues gained a field for who closed them. Projects gained a field for their merge method.
-
- 30 Apr, 2018 2 commits
- 09 Mar, 2018 1 commit
-
-
Brad King authored
The repository commit details now include the project id.
-
- 13 Feb, 2018 1 commit
-
-
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.
-
- 08 Jan, 2018 1 commit
-
-
Ben Boeckel authored
-
- 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.
-