|
2 | 2 |
|
3 | 3 | ### New features: |
4 | 4 |
|
5 | | -- For tests, `net.gleske.jervis.remotes.StaticMocking` now supports mocking |
6 | | - GraphQL and can render a different response depending on the query passed to |
7 | | - the GraphQL mock. See [`GitHubGraphQLTest.groovy`][GitHubGraphQLTest.groovy] |
8 | | - for an example of how it is used in tests. |
9 | | -- For tests, `./gradlew console` now includes test classes in its classpath to |
10 | | - help with debugging `net.gleske.jervis.remotes.StaticMocking`. |
11 | 5 | - [`net.gleske.jervis.remotes.GitHubGraphQL`][GitHubGraphQL] has a new method |
12 | 6 | `getJervisYamlFiles` which allows a caller to get multiple Jervis YAML files |
13 | 7 | from multiple branches in a single API call. It is overloaded to return a |
14 | 8 | list of files in each branch as well. |
15 | 9 |
|
16 | | -[GitHubGraphQLTest.groovy]: src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy |
17 | 10 | [GitHubGraphQL]: net/gleske/jervis/remotes/GitHubGraphQL.groovy |
18 | 11 |
|
19 | 12 | #### Pipeline DSL scripts changes in the `vars/` folder: |
|
36 | 29 |
|
37 | 30 | [code-cleanup-1]: https://github.com/samrocketman/jervis/commit/0e29edd5b1cadae11a02a1d680296ebfda52ad0e |
38 | 31 |
|
| 32 | +### Other notes |
| 33 | + |
| 34 | +- For tests, `net.gleske.jervis.remotes.StaticMocking` now supports mocking |
| 35 | + GraphQL and can render a different response depending on the query passed to |
| 36 | + the GraphQL mock. See [`GitHubGraphQLTest.groovy`][GitHubGraphQLTest.groovy] |
| 37 | + for an example of how it is used in tests. |
| 38 | +- For tests, `./gradlew console` now includes test classes in its classpath to |
| 39 | + help with debugging `net.gleske.jervis.remotes.StaticMocking`. |
| 40 | + |
| 41 | +[GitHubGraphQLTest.groovy]: src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy |
| 42 | + |
39 | 43 | # jervis 1.5 - Nov 9th, 2019 |
40 | 44 |
|
41 | 45 | ### New features: |
|
0 commit comments