-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: openlayer-ai/openlayer-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openlayer-ai/openlayer-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 293 files changed
- 1 contributor
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 390e75d - Browse repository at this point
Copy the full SHA 390e75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce52e15 - Browse repository at this point
Copy the full SHA ce52e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134e615 - Browse repository at this point
Copy the full SHA 134e615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9372b90 - Browse repository at this point
Copy the full SHA 9372b90View commit details -
feat(client)!: extract auto pagination to shared classes
refactor(client)!: refactor async auto-pagination refactor(client)!: rename `getNextPage{,Params}` to `nextPage{,Params}` refactor(client)!: swap `nextPage{,Params}` to return non-optional # Migration - If you were referencing the `AutoPager` class on a specific `*Page` or `*PageAsync` type, then you should instead reference the shared `AutoPager` and `AutoPagerAsync` types, under the `core` package - `AutoPagerAsync` now has different usage. You can call `.subscribe(...)` on the returned object instead to get called back each page item. You can also call `onCompleteFuture()` to get a future that completes when all items have been processed. Finally, you can call `.close()` on the returned object to stop auto-paginating early - If you were referencing `getNextPage` or `getNextPageParams`: - Swap to `nextPage()` and `nextPageParams()` - Note that these both now return non-optional types (use `hasNextPage()` before calling these, since they will throw if it's impossible to get another page) There are examples and further information about pagination in the readme.
Configuration menu - View commit details
-
Copy full SHA for d2fa723 - Browse repository at this point
Copy the full SHA d2fa723View commit details
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d1cacea - Browse repository at this point
Copy the full SHA d1caceaView commit details
Commits on May 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0e78fa9 - Browse repository at this point
Copy the full SHA 0e78fa9View commit details
Commits on Jun 12, 2025
-
feat(client): implement per-endpoint base URL support
Refactor `HttpRequest` to always take a `baseUrl`, instead of storing this in `OkHttpClient`. This allows better reuse of `OkHttpClient` when changing the `baseUrl`.
Configuration menu - View commit details
-
Copy full SHA for 710b626 - Browse repository at this point
Copy the full SHA 710b626View commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9ebe803 - Browse repository at this point
Copy the full SHA 9ebe803View commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d83cd2 - Browse repository at this point
Copy the full SHA 5d83cd2View commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 21777c4 - Browse repository at this point
Copy the full SHA 21777c4View commit details
Commits on Jun 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6e8b2be - Browse repository at this point
Copy the full SHA 6e8b2beView commit details
Commits on Jun 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 69737c8 - Browse repository at this point
Copy the full SHA 69737c8View commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2595481 - Browse repository at this point
Copy the full SHA 2595481View commit details
Commits on Jul 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d83620 - Browse repository at this point
Copy the full SHA 7d83620View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...next