Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
4937ab9
chore(internal): version bump
stainless-app[bot] Dec 20, 2024
cedc29f
feat(api): api update
stainless-app[bot] Jan 23, 2025
ca04676
chore(internal): codegen related update
stainless-app[bot] Jan 24, 2025
a62fb1f
chore(internal): codegen related update
stainless-app[bot] Jan 25, 2025
2885a5a
chore(internal): codegen related update
stainless-app[bot] Jan 25, 2025
207ba78
feat(client): add `close` method
stainless-app[bot] Jan 28, 2025
ad4f217
docs: add client documentation
stainless-app[bot] Jan 28, 2025
0083c41
docs: `async` and `sync` method comments
stainless-app[bot] Jan 28, 2025
882eb61
fix(client): make some classes and constructors non-public
stainless-app[bot] Jan 28, 2025
5f394f5
docs: builder, enum, and union comments
stainless-app[bot] Jan 28, 2025
c23eea2
chore(internal): codegen related update
stainless-app[bot] Mar 4, 2025
2fca9f1
chore(internal): refactor `ErrorHandlingTest`
stainless-app[bot] Mar 4, 2025
5087297
feat(api): add endpoint to retrieve commit by id (#77)
stainless-app[bot] Mar 13, 2025
3ee21d4
chore(internal): codegen related update (#79)
stainless-app[bot] Mar 14, 2025
6e35cbf
chore(client)!: move classes into subpackages and shorten names (#80)
stainless-app[bot] Mar 14, 2025
9eba32c
chore(internal): remove extra empty newlines (#81)
stainless-app[bot] Mar 14, 2025
54e8c73
chore(internal): remove workflow
Mar 14, 2025
687dd63
docs: deduplicate and refine comments (#84)
stainless-app[bot] Mar 15, 2025
3d4d199
chore(internal): codegen related update (#85)
stainless-app[bot] Mar 17, 2025
e6da0bf
docs: add `build` method comments (#86)
stainless-app[bot] Mar 17, 2025
301bc32
chore(internal): refactor query param serialization impl and tests (#87)
stainless-app[bot] Mar 18, 2025
ece3d6d
chore(internal): rename `getPathParam` (#88)
stainless-app[bot] Mar 18, 2025
db068dc
chore(internal): reformat some tests (#89)
stainless-app[bot] Mar 19, 2025
f2b112b
fix(client): support kotlin 1.8 runtime (#90)
stainless-app[bot] Mar 19, 2025
b928602
chore(internal): refactor enum query param serialization (#91)
stainless-app[bot] Mar 19, 2025
722165b
chore(internal): add missing release please block (#92)
stainless-app[bot] Mar 20, 2025
d1ee889
chore(client)!: refactor exception structure and methods (#93)
stainless-app[bot] Mar 20, 2025
ac5dc3b
docs: refine comments on multipart params (#94)
stainless-app[bot] Mar 21, 2025
5c782e5
chore(internal): fix example formatting (#95)
stainless-app[bot] Mar 22, 2025
4852f0f
chore(internal): remove unnecessary import (#96)
stainless-app[bot] Mar 22, 2025
7eafb98
docs: update readme exception docs (#97)
stainless-app[bot] Mar 22, 2025
dd9ea15
docs: minor readme tweak (#98)
stainless-app[bot] Mar 22, 2025
86e9363
feat(client): support a lower jackson version (#99)
stainless-app[bot] Mar 26, 2025
301b38d
codegen metadata
stainless-app[bot] Mar 27, 2025
17fc1d7
chore(internal): delete unused methods and annotations (#100)
stainless-app[bot] Mar 27, 2025
5ce9c06
fix(client): don't call `validate()` during deserialization if we don…
stainless-app[bot] Mar 29, 2025
15fddc3
fix(client): limit json deserialization coercion (#102)
stainless-app[bot] Apr 1, 2025
c1cde72
fix: pluralize `list` response variables (#103)
stainless-app[bot] Apr 2, 2025
0c69b0d
feat(client): make union deserialization more robust (#104)
stainless-app[bot] Apr 2, 2025
ac0fa47
feat(client): make datetime deserialization more lenient (#105)
stainless-app[bot] Apr 3, 2025
8725baa
feat(client): expose request body setter and getter (#106)
stainless-app[bot] Apr 3, 2025
3bd7a4c
perf(client): cached parsed type in `HttpResponseFor` (#107)
stainless-app[bot] Apr 4, 2025
3975381
chore(internal): swap from `getNullable` to `getOptional` (#108)
stainless-app[bot] Apr 5, 2025
c2c1501
fix(client): return `Optional<T>` instead of `Optional<? extends T>` …
stainless-app[bot] Apr 5, 2025
f7bf9f7
docs: swap examples used in readme (#110)
stainless-app[bot] Apr 5, 2025
b8c855b
chore(tests): improve enum examples (#111)
stainless-app[bot] Apr 9, 2025
08e6ac1
feat(client): support setting base URL via env var
stainless-app[bot] Apr 10, 2025
273f4a7
chore(internal): expand CI branch coverage
stainless-app[bot] Apr 10, 2025
fc11f45
fix(client): bump to better jackson version
stainless-app[bot] Apr 10, 2025
3169980
chore(internal): reduce CI branch coverage
stainless-app[bot] Apr 10, 2025
c2b3e9d
docs: update documentation links to be more uniform
stainless-app[bot] Apr 15, 2025
33c7cf9
docs(client): update jackson compat error message
stainless-app[bot] Apr 16, 2025
574dcea
docs: explain jackson compat in readme
stainless-app[bot] Apr 16, 2025
e2aafa7
perf(internal): improve compilation+test speed
stainless-app[bot] Apr 17, 2025
5e6f544
docs: explain http client customization
stainless-app[bot] Apr 17, 2025
a18a3b0
feat(api): api update
stainless-app[bot] Apr 18, 2025
8813966
codegen metadata
stainless-app[bot] Apr 18, 2025
0282634
feat(api): add test creation endpoint
stainless-app[bot] Apr 21, 2025
cdf2938
chore(ci): add timeout thresholds for CI jobs
stainless-app[bot] Apr 23, 2025
caff21a
chore(internal): codegen related update
stainless-app[bot] Apr 24, 2025
2cb59ec
chore(ci): only use depot for staging repos
stainless-app[bot] Apr 24, 2025
7bcb837
chore(internal): java 17 -> 21 on ci
stainless-app[bot] Apr 24, 2025
15ccde0
codegen metadata
stainless-app[bot] Apr 24, 2025
7520d53
codegen metadata
stainless-app[bot] Apr 24, 2025
420f95c
feat(api): api update
stainless-app[bot] Apr 24, 2025
6a5c141
feat(api): expose test retrieval endpoint
stainless-app[bot] Apr 24, 2025
76afcb9
feat(api): api update
stainless-app[bot] Apr 24, 2025
e8b984c
codegen metadata
stainless-app[bot] Apr 24, 2025
8fdd96d
feat(api): expose test retrieval endpoint
stainless-app[bot] Apr 24, 2025
afb521e
feat(api): api update
stainless-app[bot] Apr 25, 2025
7ae882e
feat(api): expose test update endpoint
stainless-app[bot] Apr 25, 2025
ded01c5
feat(api): api update
stainless-app[bot] Apr 25, 2025
f3cbb18
codegen metadata
stainless-app[bot] Apr 25, 2025
9c2a494
release: 0.1.0-alpha.12
stainless-app[bot] Apr 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,33 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
- next
branches-ignore:
- 'generated'
- 'codegen/**'
- 'integrated/**'
- 'stl-preview-head/**'
- 'stl-preview-base/**'

jobs:
lint:
timeout-minutes: 10
name: lint
runs-on: ubuntu-latest

runs-on: ${{ github.repository == 'stainless-sdks/openlayer-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}

steps:
- uses: actions/checkout@v4

- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: |
8
17
21
cache: gradle

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v4

- name: Run lints
run: ./scripts/lint


47 changes: 0 additions & 47 deletions .github/workflows/create-releases.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/handle-release-pr-title-edit.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
export -- GPG_SIGNING_KEY_ID
printenv -- GPG_SIGNING_KEY | gpg --batch --passphrase-fd 3 --import 3<<< "$GPG_SIGNING_PASSWORD"
GPG_SIGNING_KEY_ID="$(gpg --with-colons --list-keys | awk -F : -- '/^pub:/ { getline; print "0x" substr($10, length($10) - 7) }')"
./gradlew publishAndReleaseToMavenCentral --stacktrace -PmavenCentralUsername="$SONATYPE_USERNAME" -PmavenCentralPassword="$SONATYPE_PASSWORD"
./gradlew publishAndReleaseToMavenCentral --stacktrace -PmavenCentralUsername="$SONATYPE_USERNAME" -PmavenCentralPassword="$SONATYPE_PASSWORD" --no-configuration-cache
env:
SONATYPE_USERNAME: ${{ secrets.OPENLAYER_SONATYPE_USERNAME || secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.OPENLAYER_SONATYPE_PASSWORD || secrets.SONATYPE_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.prism.log
.gradle
.idea
.kotlin
build
codegen.log
kls_database.db
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.11"
".": "0.1.0-alpha.12"
}
4 changes: 3 additions & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
configured_endpoints: 14
configured_endpoints: 18
openapi_spec_hash: 20f058101a252f7500803d66aff58eb3
config_hash: 30422a4611d93ca69e4f1aff60b9ddb5
Loading
Loading