- 14 Oct, 2019 8 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
Instead, just take AsRef<str> and simplify the caller's life.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 10 Oct, 2019 2 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 26 Sep, 2019 1 commit
-
-
Brad King authored
-
- 23 Sep, 2019 1 commit
-
-
Brad King authored
-
- 16 Sep, 2019 3 commits
-
-
145a0e11 gitlab: add pipeline api methods 08395fbf types: add pipeline api types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !161
-
-
-
- 03 Sep, 2019 2 commits
-
-
4bbbe235 gitlab: add function to get labels with counts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !163
-
- 30 Aug, 2019 6 commits
-
-
45a2205d test/types: add tests for the data models 92368eb5 data: Add some data for the discussions test from a MR df2e51d2 data/fetch: add an option to dump the whole content of a query a245bf17 gitlab: Add a couple of methods to get and create discussions on MRs 8f406421 types: Add the necessary models to fetch discussion information Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !158
-
Simon Chopin authored
-
Simon Chopin authored
Since there are multiple different cases with some model differences between them, we need more than just one example of discussion, hence the full dump
-
Simon Chopin authored
The default code only take the first item when a query returns an array, but in some cases we want more data than that, for instance in the coming discussion tests.
-
Simon Chopin authored
-
Simon Chopin authored
It means extending a little bit the Note model, as well as creating the Discussion model itself, which is quite basic.
-
- 28 Aug, 2019 3 commits
-
-
Brad King authored
-
7b4918de test: update data for gitlab 12.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !162
-
Brad King authored
-
- 19 Aug, 2019 2 commits
-
-
9276e510 gitlab: fix query parameters for adding a user to a project Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !160
-
Ben Boeckel authored
Fixes: #20
-
- 02 Aug, 2019 2 commits
-
-
Brad King authored
-
f8c93940 types: update for 12.1 b8d338af types: Organize project feature-enabled fields 51d75852 test: Update sample project data b76345d0 test: Update sample issue data Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !156
-
- 31 Jul, 2019 7 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.
-
Brad King authored
-
53f8d3db cargo: explicitly enable serde derive feature 3c72fb20 cargo: drop unused dependency on serde_derive Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !157
-
Brad King authored
Previously it was enabled only by one of our other dependencies. Enable it explicitly since we import the derive macros.
-
- 30 Jul, 2019 3 commits
-
-
70975d06 remove unused macro_rules and macro_use 862babe2 impl const fn method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !155
-
DCjanus authored