Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main in dev-3.x #3580

Merged
merged 119 commits into from
Nov 22, 2021
Merged

Merge main in dev-3.x #3580

merged 119 commits into from
Nov 22, 2021

Conversation

martinbonnin
Copy link
Contributor

@martinbonnin martinbonnin commented Nov 19, 2021

A few noteworthy items:

Closes #3574

I don't know why this shows -29k lines at the moment, the diff is nowhere that huge 🤷 It's package-lock.json

⚠️ Do not squash this and create a merge commit instead so we know where main was merged.

daniman and others added 30 commits April 28, 2021 10:21
Co-authored-by: Neal Sanche <neal@yourarq.com>
…as (#3109)

* Fix Float input fields Java codegen with default values in json schemas

see #3108

* add a test case for lists in defaultValues and handle it

Co-authored-by: Martin Bonnin <martin@mbonnin.net>
* bump Kotlin and Coroutines to 1.5.0

* make the KotlinCompile task depend on antlr generation

* update metalava-plugin

* update metalava

* update metalava using Jdk8.

Not really sure why the signatures would differ based on the java
version...
* Implement Query Batching for `apollo-runtime`

* update metalava signatures

* Trigger HTTP call on max batch size, added synchronization, throw when using GET method

* Unit tests for BatchPoller

* Fix checkstyle

* Propagate parsing errors in callbacks, better syncrhonization, use LinkedList

* Added some tests for batch response parsing

* Added tests for request body + headers

* Builder API to enable per query batching, dont rely on time for tests

* update Metalava signatures

Co-authored-by: Martin Bonnin <martin@mbonnin.net>
* feat: add Reactor support

resolves #627

* remove .gitignore that is handled by the top level one

* update metalava signatures

Co-authored-by: Martin Bonnin <martin@mbonnin.net>
update dep version forcing as per gradle new api
@@ -41,7 +41,7 @@ dependencies {
testImplementation(groovy.util.Eval.x(project, "x.dep.okHttp.mockWebServer4"))
}

if (true) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed by mistake?

Copy link
Contributor

@BoD BoD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@martinbonnin martinbonnin merged commit dc31a9a into dev-3.x Nov 22, 2021
@martinbonnin martinbonnin deleted the merge-main branch November 22, 2021 09:44
@martinbonnin
Copy link
Contributor Author

And... I forgot to change the button to "merge" and squashed everything instead 🤦 . I pushed a merge manually there so that we have a reference point: aa52f01b3494f765bac8216601c46d7e1
Sorry for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.