Skip to content

Commit d702653

Browse files
committed
Update changelog
1 parent c36f014 commit d702653

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22

33
### New features:
44

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`.
115
- [`net.gleske.jervis.remotes.GitHubGraphQL`][GitHubGraphQL] has a new method
126
`getJervisYamlFiles` which allows a caller to get multiple Jervis YAML files
137
from multiple branches in a single API call. It is overloaded to return a
148
list of files in each branch as well.
159

16-
[GitHubGraphQLTest.groovy]: src/test/groovy/net/gleske/jervis/remotes/GitHubGraphQLTest.groovy
1710
[GitHubGraphQL]: net/gleske/jervis/remotes/GitHubGraphQL.groovy
1811

1912
#### Pipeline DSL scripts changes in the `vars/` folder:
@@ -36,6 +29,17 @@
3629

3730
[code-cleanup-1]: https://github.com/samrocketman/jervis/commit/0e29edd5b1cadae11a02a1d680296ebfda52ad0e
3831

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+
3943
# jervis 1.5 - Nov 9th, 2019
4044

4145
### New features:

0 commit comments

Comments
 (0)