Skip to content

Conversation

@cspath1
Copy link
Contributor

@cspath1 cspath1 commented Oct 30, 2025

No description provided.

commit 2135ae0b698caab33c1747c2988f4edf099418f9
Author: Cody Spath <[email protected]>
Date:   Wed Oct 29 11:17:33 2025 -0400

    [REL-10444] add additionalProperty to set axios version to latest (#287)

    feat: add additionalProperty to set axios version > 1.12.0

commit 53f454d
Author: Isabelle Miller <[email protected]>
Date:   Tue Oct 21 15:25:32 2025 +0200

    [REL-10233] add dependency-scan GHA to OpenAPI generation (#286)

    * [REL-10233] i think this should do it

    * [REL-10233] mkdir if not exists

commit 1d57744
Author: Henry Barrow <[email protected]>
Date:   Fri Oct 17 15:42:30 2025 +0100

    [REL-10138] Fix Gradle task name to closeAndReleaseSonatypeStagingRepository (#285)

    The correct task name from gradle-nexus-publish-plugin includes 'Staging':
    - Incorrect: closeAndReleaseSonatypeRepository
    - Correct: closeAndReleaseSonatypeStagingRepository

    This fixes the error 'Task closeAndReleaseSonatypeRepository not found in root project'.

    🤖 Generated with [Claude Code](https://claude.com/claude-code)

    Co-authored-by: Claude <[email protected]>

commit de4f883
Author: Henry Barrow <[email protected]>
Date:   Thu Oct 16 16:29:48 2025 +0100

    [REL-10138] Migrate from nexus-staging plugin to gradle-nexus-publish-plugin (#283)

    * [REL-10138] Fix nexusStaging serverUrl for Sonatype Central

    Add missing serverUrl configuration to the nexusStaging block to point to the new Sonatype Central staging API. Without this property, the plugin defaults to the old OSSRH URL that was shut down on June 30, 2025, causing 401 Unauthorized errors when attempting to close and release repositories.

    🤖 Generated with [Claude Code](https://claude.com/claude-code)

    Co-Authored-By: Claude <[email protected]>

    * [REL-10138] Migrate from nexus-staging plugin to gradle-nexus-publish-plugin

    Migrate from the old io.codearte.nexus-staging plugin to the newer
    io.github.gradle-nexus.publish-plugin to properly support Sonatype Central.

    The old plugin was causing 403 Forbidden errors because it wasn't fully
    compatible with the Sonatype Central staging API. The new plugin is the
    recommended solution and provides better support for the new API.

    Changes:
    - Replace io.codearte.nexus-staging plugin with io.github.gradle-nexus.publish-plugin v2.0.0
    - Remove nexusStaging configuration block and publishing.repositories.maven block
    - Add nexusPublishing configuration with proper Sonatype Central URLs
    - Update publish script to use new task names: publishToSonatype and closeAndReleaseSonatypeRepository

    🤖 Generated with [Claude Code](https://claude.com/claude-code)

    Co-Authored-By: Claude <[email protected]>

    ---------

    Co-authored-by: Claude <[email protected]>

commit 155120d
Author: Tilde Thurium <[email protected]>
Date:   Thu Oct 16 07:11:31 2025 -0700

    remove developer relations from CODEOWNERS (#284)

commit 87063ce
Author: Lucy <[email protected]>
Date:   Wed Oct 15 14:38:58 2025 -0700

    (bug-fix) Update form-data dependency (#275)

    There's a critical security vulnerability in `form-data` 3.4.0, which
    was a transitive dependency of superagent 5.3.0. The superagent version
    is set in [this mustache
    file](https://github.com/OpenAPITools/openapi-generator/blob/ddb15d4b9d6fa0f04090b5db3d64ea1b8a6d0ee6/modules/openapi-generator/src/main/resources/Javascript/libraries/javascript/package.mustache)
    in the openapi generator, but we can override that with our own local
    `package.mustache`. This bumps the superagent version for the generated
    `api-client-javascript` to `^7.0.0`, which imports form-data 4.0.4.

commit cc162da
Author: Henry Barrow <[email protected]>
Date:   Wed Oct 15 17:33:25 2025 +0100

    [REL-10138] Fix nexusStaging serverUrl for Sonatype Central (#282)

    Add missing serverUrl configuration to the nexusStaging block to point to the new Sonatype Central staging API. Without this property, the plugin defaults to the old OSSRH URL that was shut down on June 30, 2025, causing 401 Unauthorized errors when attempting to close and release repositories.

    🤖 Generated with [Claude Code](https://claude.com/claude-code)

    Co-authored-by: Claude <[email protected]>

commit c2c2bad
Author: Henry Barrow <[email protected]>
Date:   Wed Oct 15 16:49:09 2025 +0100

    [REL-10138] Migrate Maven publish from OSSRH to Sonatype Central (#281)

    * [REL-10138] Migrate Maven publish from OSHH to Sonatype Central

    * [REL-10138] Revert signing password change

    * [REL-10138] Update publish URL following https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/

commit 99219f9
Author: Henry Barrow <[email protected]>
Date:   Fri Oct 10 14:11:10 2025 +0100

    [REL-10048] Fix Java build (#280)

    * [REL-10048] Add build step to test java build

    * [REL-10048] Remove unnecessary template

    * [REL-10048] Just focus on java

    * [REL-10048] build everything

    * [REL-10048] try fixing build

    * [REL-10048] update template

    * [REL-10048] update template

    * [REL-10048] update template

    * [REL-10048] rename artifact reference

    * [REL-10048] delete build action

commit ddcca6a
Author: Henry Barrow <[email protected]>
Date:   Thu Oct 9 21:33:09 2025 +0100

    [REL-10048] Update generator to v7.16.0 (#279)

    * [REL-10048] Try updating to latest version of generator

    * [REL-10048] Bump php version

commit 00a02e1
Author: Brodie Vivio <[email protected]>
Date:   Thu Oct 9 09:36:34 2025 -0700

    [EXPT-3347] Attempt to Fix Java Compilation Errors (#276)

    * fix java testImplementation import to account for openapi generator version bump to 7.5.0

commit e9f4b27
Author: Henry Barrow <[email protected]>
Date:   Thu Oct 9 16:24:19 2025 +0100

    Bump generator to v 7.5.0 (#250)

    * Bump generator to v 7.5.0

    * Fix go client

    * Fix python client

    * Fix go template

    * Bump go in CI and update Makefile

    * Try removing python partial header

    * Fix typescript client

    * Use Api instead of API in go client

    * Update python model package name

    * Remove python template reference

    * Revert models change

    * Remove typescript template files

    * [sc-242972] Fix GHA multiline issue

    * [sc-242972] Ignore scripts

    * [sc-242972] try bumping js version

    * [sc-242972] Try fixing js

    * [sc-242972] Swtch to using npm run build

    * [sc-242972] Switch to ES6

    * [sc-242972] Downgrade to node 20

    * [sc-242972] switch back to require

    * [sc-242972] Don't use link command

    * [sc-242972] commit package.json

    * [sc-242972] Try cleaning node module

    * [sc-242972] modernize

    * [sc-242972] Try checking in package-lock

    * [sc-242972] Use babel preset

    * [sc-242972] Comment out JS test

    * [sc-242972] Add Check Success job

commit 7286ff6
Merge: 6fe39ca 8d5a479
Author: Abhishek Acharya <[email protected]>
Date:   Thu Oct 9 00:52:35 2025 +0530

    Merge pull request #277 from launchdarkly/aacharya/migration-gha

    Gha migration

commit 8d5a479
Author: Abhishek Acharya <[email protected]>
Date:   Thu Oct 9 00:32:35 2025 +0530

    revert java code as its working fine

commit fb1c75d
Author: Abhishek Acharya <[email protected]>
Date:   Thu Oct 9 00:25:58 2025 +0530

    testing java fix

commit 4db0165
Author: Abhishek Acharya <[email protected]>
Date:   Thu Oct 9 00:18:12 2025 +0530

    fixing js version

commit 9b1f503
Author: Abhishek Acharya <[email protected]>
Date:   Thu Oct 9 00:13:08 2025 +0530

    js fix

commit 9117891
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 21:17:21 2025 +0530

    fixing flag npx

commit ad6767a
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 21:09:58 2025 +0530

    fixing javascript

commit 4a44e85
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 20:49:57 2025 +0530

    fixing go

commit f33e7c1
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 20:40:54 2025 +0530

    fixing ruby

commit 9d613f7
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 20:27:27 2025 +0530

    fixing uid

commit 33cd388
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 20:21:12 2025 +0530

    added api key

commit 4cdc1e9
Author: Abhishek Acharya <[email protected]>
Date:   Wed Oct 8 20:00:51 2025 +0530

    adding php as well

commit 1547f03
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 22:14:54 2025 +0530

    back to gha

commit d3939bf
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 22:11:30 2025 +0530

    removed cache in build step

commit 57633b5
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 22:09:10 2025 +0530

    removed sudo

commit db240d4
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 22:04:35 2025 +0530

    fixing uid

commit bf76249
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 22:01:04 2025 +0530

    added user

commit a7fbecd
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 21:59:16 2025 +0530

    updating runson

commit a8a2e46
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 21:56:34 2025 +0530

    removed id

commit cd75526
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 21:54:31 2025 +0530

    adding rusnon

commit 48580d2
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 21:49:50 2025 +0530

    fixing version

commit 429aa37
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 21:42:34 2025 +0530

    testing gha

commit 62e57c7
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 20:53:45 2025 +0530

    user id fix

commit 030b16a
Author: Abhishek Acharya <[email protected]>
Date:   Tue Oct 7 20:47:49 2025 +0530

    testing gha migration

commit 6fe39ca
Merge: c55c959 b70ba04
Author: Chris Blackburn <[email protected]>
Date:   Fri Apr 4 17:27:27 2025 -0400

    Merge pull request #274 from launchdarkly/cblackburn/fix-pypi-upload-error

    update packaging to be compatible with latest twine

commit b70ba04
Author: Chris Blackburn <[email protected]>
Date:   Fri Apr 4 15:52:45 2025 -0400

    update packaging to be compatible with latest twine

commit c55c959
Author: Henry Barrow <[email protected]>
Date:   Tue Feb 25 10:13:45 2025 +0000

    Update CODEOWNERS file (#273)

    Update CODEOWNERS: replace @launchdarkly/team-release-backend with @launchdarkly/team-enterprise

commit cc3ded5
Author: Lucy <[email protected]>
Date:   Wed Jan 29 09:48:13 2025 -0800

    [DOCS-1155] Update README-PREFIX to not hardcode latest version (#272)

    The README prefix that gets prepended to all generated API client
    library READMEs had the latest API version hard coded. Now that that
    version is being deprecated it causes confusion. This updates it to not
    hard code the exact latest version value.

    Co-authored-by: Lucy Voigt <[email protected]>

commit 40c5eb4
Author: Lucy <[email protected]>
Date:   Fri Dec 13 14:22:54 2024 -0800

    Typo in Makefile (#271)

    Co-authored-by: Lucy Voigt <[email protected]>

commit c93abab
Author: Lucy <[email protected]>
Date:   Fri Dec 13 13:38:33 2024 -0800

    Download gpg key to correct path (#270)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 341fb72
Author: Lucy <[email protected]>
Date:   Fri Dec 13 13:06:39 2024 -0800

    Correct path for java code signing keyring (#269)

    Co-authored-by: Lucy Voigt <[email protected]>

commit f30ab00
Author: Lucy <[email protected]>
Date:   Fri Dec 13 12:45:41 2024 -0800

    Add publishing secrets as env vars to get written to files (#268)

    Co-authored-by: Lucy Voigt <[email protected]>

commit b287e43
Author: Lucy <[email protected]>
Date:   Fri Dec 13 12:31:33 2024 -0800

    Run prepare script to set up secrets for publishing (#267)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 1a98ece
Author: Lucy <[email protected]>
Date:   Fri Dec 13 12:15:45 2024 -0800

    Try setting stack size in gradle.properties (#266)

    Co-authored-by: Lucy Voigt <[email protected]>

commit d8ad9d9
Author: Lucy <[email protected]>
Date:   Fri Dec 13 11:58:33 2024 -0800

    Bump java thread stack size (#265)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 8ba48f4
Author: Paddy <[email protected]>
Date:   Fri Dec 13 11:39:21 2024 -0800

    Log the stack size for Java. (#264)

commit 9ad100c
Author: Lucy <[email protected]>
Date:   Fri Dec 13 10:45:31 2024 -0800

    Remove java env attempt (#263)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 2aaf689
Author: Lucy <[email protected]>
Date:   Fri Dec 13 10:40:10 2024 -0800

    Use java 11 instead of 17 (#262)

    Co-authored-by: Lucy Voigt <[email protected]>

commit e96e03c
Author: Lucy <[email protected]>
Date:   Fri Dec 13 10:20:19 2024 -0800

    Give GH action permission (#261)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 69623c0
Author: Lucy <[email protected]>
Date:   Fri Dec 13 10:12:56 2024 -0800

    Sudo python update for file permissions (#260)

    Co-authored-by: Lucy Voigt <[email protected]>

commit fcd541d
Author: Lucy <[email protected]>
Date:   Fri Dec 13 10:06:50 2024 -0800

    Sudo install golang (#259)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 46dfb4d
Author: Lucy <[email protected]>
Date:   Fri Dec 13 09:50:40 2024 -0800

    [RO-771] Add manual setup steps (#258)

    Add manual setup steps

    Co-authored-by: Lucy Voigt <[email protected]>

commit 8252b34
Author: Lucy <[email protected]>
Date:   Thu Dec 12 15:59:29 2024 -0800

    Try default ubuntu image and hope it magically has everything we need (#257)

    Co-authored-by: Lucy Voigt <[email protected]>

commit e568639
Author: Lucy <[email protected]>
Date:   Thu Dec 12 15:52:33 2024 -0800

    Try pinning checkout version to work with Docker images (#256)

    Co-authored-by: Lucy Voigt <[email protected]>

commit c90a0da
Author: Lucy <[email protected]>
Date:   Thu Dec 12 15:34:06 2024 -0800

    [RO-771] Migrate repo from Releaser to manual GH Action (#255)

    * [RO-771] Migrate repo from Releaser to manual GH Action

    This moves the release process for LD API client libraries from Releaser
    to Github Actions. I looked at improving the release process itself (to
    not write out secrets to files, or use more standard release tools) and
    ultimately it seemed easiest to move everything wholesale and make any
    improvements to the actual process separately.

    * Add back releaser files

    ---------

    Co-authored-by: Lucy Voigt <[email protected]>

commit 4511d08
Merge: fc9eae4 94cdd5e
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Mon Oct 14 10:23:53 2024 +0000

    merge from public after release

commit fc9eae4
Author: Henry Barrow <[email protected]>
Date:   Fri Aug 16 15:51:55 2024 +0100

    Transfer code ownership (#254)

    * Transfer code ownership

    * Add developer relations

commit 3b039a2
Merge: 3b7867c 8f621bb
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Thu May 16 11:32:19 2024 +0000

    merge from public after release

commit 3b7867c
Author: Henry Barrow <[email protected]>
Date:   Thu May 16 12:21:27 2024 +0100

    Fix typo in package.json template extension (#253)

    * Fix typo in package.json template name

    * Remove ESM clause

commit e7cc9a6
Merge: 9a23b8a 0d065e9
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Thu May 16 10:14:05 2024 +0000

    merge from public after release

commit 9a23b8a
Author: Henry Barrow <[email protected]>
Date:   Wed May 15 15:40:59 2024 +0100

    Generate go interface (#252)

commit ec516af
Author: Henry Barrow <[email protected]>
Date:   Wed May 15 15:20:03 2024 +0100

    Update Axios dependency in Typescript client (#251)

    * Update .gitignore

    * Try updating axios

    * Update package.json

    * Update sample

commit fa0f8b8
Author: Lucy Voigt <[email protected]>
Date:   Mon Apr 10 14:16:48 2023 -0700

    Only include 'View code' link if sample code is available (#248)

    * Only include 'View code' link if sample code is available

    * Add description to Typescript README

    ---------

    Co-authored-by: Lucy Voigt <[email protected]>

commit a73a23a
Merge: 3fdd0fb 8375579
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Tue Feb 28 02:11:32 2023 +0000

    merge from public after release

commit 3fdd0fb
Author: Lucy Voigt <[email protected]>
Date:   Mon Feb 27 17:53:34 2023 -0800

    Update SSM parameter paths (#247)

    Co-authored-by: Lucy Voigt <[email protected]>

commit 537c9c0
Merge: 5e71bf1 b31a837
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Mon Nov 21 23:16:43 2022 +0000

    merge from public after release

commit 5e71bf1
Author: carmenquan <[email protected]>
Date:   Tue Aug 23 09:50:02 2022 -0700

    Update codeowners (#245)

    * Update codeowners

    * fix squad name

commit 5bcce16
Author: carmenquan <[email protected]>
Date:   Thu Aug 11 13:27:11 2022 -0700

    adding back other clients (#243)

commit 1b9a282
Author: carmenquan <[email protected]>
Date:   Wed Jul 20 16:47:03 2022 -0700

    fix: [sc-160524] Need to remove all old files before copying new targets to git repo (#244)

    * adding back other clients

    * remove contents of the newly cloned git folder

    * revert change from old PR

    * add comment

commit d614eca
Merge: 2a688ff 8d727b2
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Tue Jul 12 19:05:18 2022 +0000

    merge from public after release

commit 2a688ff
Merge: a28bf48 0d421a7
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Tue Jul 12 00:39:33 2022 +0000

    merge from public after release

commit a28bf48
Author: carmenquan <[email protected]>
Date:   Mon Jul 11 17:31:43 2022 -0700

    add wildcards (#242)

commit 8798ef0
Merge: c430adf a733b6e
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Tue Jul 12 00:22:22 2022 +0000

    merge from public after release

commit c430adf
Author: carmenquan <[email protected]>
Date:   Mon Jul 11 17:17:21 2022 -0700

    only updating java (#241)

commit 3ed1f73
Author: carmenquan <[email protected]>
Date:   Mon Jul 11 17:04:15 2022 -0700

    Rename gitignore mustache file (#240)

    * adding .gitignore file

    * rename file

commit deba82d
Merge: b2ac130 f6b34b6
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Mon Jul 11 23:44:22 2022 +0000

    merge from public after release

commit b2ac130
Author: carmenquan <[email protected]>
Date:   Mon Jul 11 16:27:08 2022 -0700

    adding .gitignore file (#239)

commit d52442e
Merge: 75469cc 57dd374
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Mon Jul 11 22:48:31 2022 +0000

    merge from public after release

commit 75469cc
Author: carmenquan <[email protected]>
Date:   Mon Jul 11 15:36:31 2022 -0700

    Adding template for fixing restructuredtext issue (#238)

    * adding template for fixing restructuredtext issue

    * missing second line

commit 68f2e81
Merge: 3a58257 6c3f0df
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Mon Jul 11 22:00:55 2022 +0000

    merge from public after release

commit 3a58257
Author: carmenquan <[email protected]>
Date:   Mon Jul 11 12:59:48 2022 -0700

    Update to OpenAPI Generator 6.0.0 (#233)

    * updating to use 6.0.0-beta

    * update version to 6.0.0

    * remove ld-openapi-generator-cli.jar

    * update gradle file

    * update gradle file

    * update gradle file

    * update gradle file

    * update gradle file

    * updating axios

    * remove files

    * remove extra gradle

    * add typescript tsconfig.mustache

    * adding a projects sample

    * adding println

    * adding println for projects

    * remove delete action

    * testing new config

    * testing new api key

    * removing load prior targets

    * revert java sample change

    * updating java config

    * cleanup in case of bad run for java

    * Revert "cleanup in case of bad run for java"

    This reverts commit 205bed7a6d9035f8483e2c23662ed6a7b0bfdb3d.

    * updating go sample

    * removing projects

    * Update tsconfig.mustache (#236)

    * add blurb about versioning

    * fixing link

    * Update samples/java/src/main/java/com/launchdarkly/sample/Main.java

    * Update README-PREFIX.md

    Co-authored-by: Molly <[email protected]>

    * Update README-PREFIX.md

    Co-authored-by: Yusinto Ngadiman <[email protected]>
    Co-authored-by: Molly <[email protected]>

commit 7e84493
Author: Jaz White <[email protected]>
Date:   Thu Jun 9 10:33:51 2022 -0400

    [sc-156083] Add php sample app (#234)

commit 90b118b
Author: Jaz White <[email protected]>
Date:   Wed Jun 8 15:39:36 2022 -0400

    update codeowners (#235)

commit af193d1
Merge: 428e83e 1dc13c9
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Fri Apr 29 20:22:59 2022 +0000

    merge from public after release

commit 428e83e
Merge: 37ed5ef 677d830
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Tue Apr 12 21:39:57 2022 +0000

    merge from public after release

commit 37ed5ef
Merge: 2af1865 e8e121d
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Fri Mar 11 16:38:24 2022 +0000

    merge from public after release

commit 2af1865
Author: carmenquan <[email protected]>
Date:   Thu Mar 10 17:36:50 2022 -0800

    Update branch from master to main (#229)

    * update branch from master to main

    * adding fetch all

    * test if main exists

    * test if main exists

    * test clone

    * Removed git submodule -b to checkout the default branch automatically.

    * Update Makefile

    * Update Makefile

    * Update Makefile

    * Removed c#

    * Update Makefile

    * Replaced make foreach with bash for loop.

    * Apply suggestions from code review

    * Update Makefile

    * Update Makefile

    * Rollback to working version.

    * Update Makefile

    * add git fetch

    * remove variable

    * adding back version

    * using prev branch variable

    * remove version

    Co-authored-by: Yusinto Ngadiman <[email protected]>

commit 5c129ce
Author: carmenquan <[email protected]>
Date:   Thu Mar 3 13:57:52 2022 -0800

    remove csharp dotnet references (#230)

commit 5370371
Author: carmenquan <[email protected]>
Date:   Thu Mar 3 09:14:07 2022 -0800

    Remove publish to java gh pages (#228)

    * remove publish to java gh pages

    * adding whitespace

commit bef9393
Merge: cb953db a08d254
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Sat Jan 15 00:51:02 2022 +0000

    merge from public after release

commit cb953db
Merge: c508a8d d5a1320
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Thu Jan 6 23:49:32 2022 +0000

    merge from public after release

commit c508a8d
Author: carmenquan <[email protected]>
Date:   Thu Jan 6 08:30:59 2022 -0800

    allow execution of gradle wrapper (#226)

commit b446ce2
Author: carmenquan <[email protected]>
Date:   Wed Jan 5 10:09:28 2022 -0800

    switch to gradlew, update from deprecated ghpages library (#225)

commit 20099f5
Author: Dan O'Brien <[email protected]>
Date:   Mon Dec 6 11:54:42 2021 -0500

    update version template (#224)

commit d5614ba
Merge: c24f99e f1631c5
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Fri Dec 3 21:00:34 2021 +0000

    merge from public after release

commit c24f99e
Author: carmenquan <[email protected]>
Date:   Fri Dec 3 12:53:10 2021 -0800

    update .jar (#223)

commit 6a3c938
Merge: 6d9b668 fdf5a2c
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Fri Dec 3 20:10:04 2021 +0000

    merge from public after release

commit 6d9b668
Author: carmenquan <[email protected]>
Date:   Fri Dec 3 08:17:56 2021 -0800

    update generator (#221)

commit f485f71
Author: carmenquan <[email protected]>
Date:   Thu Dec 2 15:29:08 2021 -0800

    renaming variate to variation (#222)

commit 9415d88
Author: Dan O'Brien <[email protected]>
Date:   Wed Dec 1 14:29:50 2021 -0500

    update Makefile (#220)

    add temporary template, plan to upstream change

commit e7444a1
Merge: 13922c0 8337897
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Fri Oct 1 17:57:23 2021 +0000

    merge from public after release

commit 13922c0
Merge: 591b28f 7c4696d
Author: Eli Bishop <[email protected]>
Date:   Thu Sep 30 17:25:47 2021 -0700

    Merge pull request #219 from launchdarkly/eb/ch124841/skip-duplicate-publish

    allow release to proceed if a per-target publish step failed only because it was already published

commit 7c4696d
Author: Eli Bishop <[email protected]>
Date:   Thu Sep 30 14:44:29 2021 -0700

    allow release to proceed if a per-target publish step failed only because it was already published

commit 591b28f
Author: carmenquan <[email protected]>
Date:   Wed Sep 29 16:18:43 2021 -0700

    using token username (#218)

commit c5d62a3
Merge: 23e16c4 3fc8008
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Wed Sep 29 21:05:32 2021 +0000

    merge from public after release

commit 23e16c4
Author: carmenquan <[email protected]>
Date:   Wed Sep 29 13:05:04 2021 -0700

    [sc124605] Removing custom template for ruby client (#217)

    * removing custom template for ruby client

    * remove whitespace

commit 74f88df
Author: Dan O'Brien <[email protected]>
Date:   Tue Sep 28 13:04:53 2021 -0400

    fix python build (#216)

commit 694e6d0
Author: carmenquan <[email protected]>
Date:   Tue Sep 28 10:04:36 2021 -0700

    api-client-javascript 6.0.0 doesn't work due to incorrect package generation (#215)

    * update to copy hidden files

    * remove python

    * Revert "remove python"

    This reverts commit b5bc51b589406d4af33826be5a3da1ed7836583c.

commit aec6e98
Author: Ben Woskow <[email protected]>
Date:   Wed Sep 22 09:58:46 2021 -0700

    Replace deprecated docker image usage with newer CircleCI docker images (#214)

commit cef27e5
Author: Dan O'Brien <[email protected]>
Date:   Wed Sep 8 15:44:15 2021 -0400

    Java Client Changes (#213)

    * move Java to end of publish

    add gradle.properties file to set longer timeout to Sonatype

    * move Java to end of publish

    * Update .ldrelease/publish-dry-run.sh

    Co-authored-by: carmenquan <[email protected]>

    Co-authored-by: carmenquan <[email protected]>

commit 9be13e8
Merge: 848210e 165978d
Author: Ben Woskow <[email protected]>
Date:   Thu Sep 2 10:36:15 2021 -0700

    Merge branch 'master' of github.com:launchdarkly/ld-openapi

commit 848210e
Author: Dan O'Brien <[email protected]>
Date:   Thu Sep 2 13:09:45 2021 -0400

    back out previous ssh changes and correctly use https (#212)

commit 02f0c09
Merge: 08002ae fd8c724
Author: Ben Woskow <[email protected]>
Date:   Wed Sep 1 13:38:08 2021 -0700

    Merge branch 'master' of github.com:launchdarkly/ld-openapi

commit 08002ae
Merge: 1958762 0f166ec
Author: Christie Williams <[email protected]>
Date:   Wed Sep 1 16:36:09 2021 -0400

    Merge pull request #211 from launchdarkly/dob/ssh

    add ssh dir

commit 0f166ec
Author: Dan O'Brien <[email protected]>
Date:   Wed Sep 1 16:33:45 2021 -0400

    add ssh dir

commit 1958762
Merge: e70aa89 bfe8995
Author: Ben Woskow <[email protected]>
Date:   Wed Sep 1 13:29:01 2021 -0700

    Merge branch 'master' of github.com:launchdarkly/ld-openapi

commit e70aa89
Author: Dan O'Brien <[email protected]>
Date:   Wed Sep 1 14:45:05 2021 -0400

    adding github host key (#210)

commit f99020d
Merge: df0e1bb 55d23be
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Wed Sep 1 18:08:56 2021 +0000

    merge from public after release

commit df0e1bb
Merge: 0c02abc 4490306
Author: Christie Williams <[email protected]>
Date:   Wed Sep 1 13:30:55 2021 -0400

    Merge pull request #209 from launchdarkly/christie/fix-bad-merge

    Fix bad merge

commit 4490306
Author: Christie Williams <[email protected]>
Date:   Wed Sep 1 13:28:21 2021 -0400

    Fix bad merge

commit 0c02abc
Merge: 6a2222e f5bc3c3
Author: Christie Williams <[email protected]>
Date:   Wed Sep 1 09:38:08 2021 -0400

    Merge pull request #203 from launchdarkly/goas

    [ch118869] Use generated openapi spec

commit f5bc3c3
Merge: 0c5c3b4 6a2222e
Author: Christie Williams <[email protected]>
Date:   Tue Aug 31 16:11:05 2021 -0400

    Merge branch 'master' into goas

commit 0c5c3b4
Author: Dan O'Brien <[email protected]>
Date:   Tue Aug 31 13:26:53 2021 -0400

    Fix typescript sample code (#208)

    * updates for typescript

    * add node t types

    remove finally

    * remove commented out code

    * fixes based on feedback

commit 78fb16c
Author: Eli Bishop <[email protected]>
Date:   Mon Aug 30 12:29:44 2021 -0700

    fix problems with Java and JavaScript client builds (#207)

commit 9adf26f
Author: Eli Bishop <[email protected]>
Date:   Mon Aug 30 10:17:18 2021 -0700

    update goas branch for new release process (#206)

commit 6a2222e
Author: Eli Bishop <[email protected]>
Date:   Fri Aug 27 15:15:44 2021 -0700

    verify that client code builds, fix (most) Java build issues, make dry run more useful (#205)

commit 4983e57
Author: Christie Williams <[email protected]>
Date:   Thu Aug 26 18:02:21 2021 -0400

    Fix ruby sample

commit 4b32c1e
Author: Christie Williams <[email protected]>
Date:   Thu Aug 26 17:58:35 2021 -0400

    Fix python sample

commit 7261fc1
Author: Christie Williams <[email protected]>
Date:   Thu Aug 26 17:56:25 2021 -0400

    Update examples

commit b098579
Merge: 411a164 dad9216
Author: Christie Williams <[email protected]>
Date:   Thu Aug 26 16:34:51 2021 -0400

    Merge branch 'master' into goas

commit dad9216
Author: Eli Bishop <[email protected]>
Date:   Thu Aug 26 12:07:36 2021 -0700

    further implementation of Dockerized Releaser (#204)

commit 411a164
Merge: 7bb8d5f c9c01f4
Author: Christie Williams <[email protected]>
Date:   Wed Aug 18 15:30:37 2021 -0400

    Merge branch 'master' into goas

commit 7bb8d5f
Merge: ef3446f cef847c
Author: Christie Williams <[email protected]>
Date:   Wed Aug 18 15:26:46 2021 -0400

    Merge pull request #199 from launchdarkly/christie/ch114006/clean-up-stale-content-and-files

    Clean up stale content and files

commit cef847c
Author: Christie Williams <[email protected]>
Date:   Wed Aug 18 15:14:54 2021 -0400

    Update ld-openapi-generator-cli.jar

commit 87d9353
Author: Christie Williams <[email protected]>
Date:   Wed Aug 18 14:10:52 2021 -0400

    Use patched version of openapi-generator-cli temporarily

commit e322e77
Author: Christie Williams <[email protected]>
Date:   Fri Aug 6 12:45:29 2021 -0400

    Update go example

commit c9c01f4
Merge: 7689bb4 752ed1b
Author: LaunchDarklyReleaseBot <[email protected]>
Date:   Fri Aug 6 16:32:37 2021 +0000

    merge from public after release

commit 7689bb4
Author: Raymond Ho <[email protected]>
Date:   Mon Aug 2 13:33:45 2021 -0700

    update docs for approvals copy flag (#201)

commit ef3446f
Author: Dan O'Brien <[email protected]>
Date:   Thu Jul 29 15:50:42 2021 -0400

    pass in git info to every clinet (#200)

commit fba0f72
Author: Christie Williams <[email protected]>
Date:   Wed Jul 28 10:20:23 2021 -0400

    s/VariateRep/FlagPostVariations

commit 5fdb366
Author: Christie Williams <[email protected]>
Date:   Wed Jul 28 10:14:20 2021 -0400

    s/GlobalFlagRep/FlagPost

commit 0f1c1bb
Author: Christie Williams <[email protected]>
Date:   Wed Jul 28 10:00:53 2021 -0400

    Samples sans reps2

commit 6092bee
Author: Christie Williams <[email protected]>
Date:   Tue Jul 20 08:55:33 2021 -0400

    Remove validation skipping

commit 7a7f964
Author: Christie Williams <[email protected]>
Date:   Fri Jul 16 12:28:23 2021 -0400

    Revert removal of java sdk gh page

commit 1cd46d9
Author: Christie Williams <[email protected]>
Date:   Fri Jul 16 10:01:41 2021 -0400

    86 github pages

commit 0b0188c
Author: Christie Williams <[email protected]>
Date:   Thu Jul 15 10:11:58 2021 -0400

    Skip spec validation

commit 3248e40
Author: Christie Williams <[email protected]>
Date:   Thu Jul 15 10:05:22 2021 -0400

    Revert "Clean description refs from openapi spec before generating"

    This reverts commit 21e2da1.

commit 21e2da1
Author: Christie Williams <[email protected]>
Date:   Thu Jul 15 09:43:13 2021 -0400

    Clean description refs from openapi spec before generating

commit 274aa7c
Author: Christie Williams <[email protected]>
Date:   Thu Jul 15 09:29:30 2021 -0400

    Update readme

commit d83e675
Author: Christie Williams <[email protected]>
Date:   Wed Jul 14 17:20:01 2021 -0400

    Update README.md

    Co-authored-by: Ben Woskow <[email protected]>

commit 669c8da
Author: Christie Williams <[email protected]>
Date:   Wed Jul 14 16:16:35 2021 -0400

    Skip spec validation to avoid  breaking it

commit ccc5f67
Author: Christie Williams <[email protected]>
Date:   Wed Jul 14 16:11:16 2021 -0400

    Rev to open api generator 5.2

commit 2014579
Author: Christie Williams <[email protected]>
Date:   Wed Jul 14 16:11:04 2021 -0400

    Update readme

commit f24ae04
Author: Christie Williams <[email protected]>
Date:   Wed Jul 14 16:10:43 2021 -0400

    Remove vestigial files

commit 1e0b8e3
Author: Ben Woskow <[email protected]>
Date:   Wed Jul 14 10:35:03 2021 -0400

    temporarily remove csharp from publication process (#197)

commit f0f54c9
Author: Ben Woskow <[email protected]>
Date:   Wed Jul 14 10:34:55 2021 -0400

    add sample code link (#198)

commit 73d0938
Author: vatasha <[email protected]>
Date:   Fri Jul 9 14:59:05 2021 -0700

    Update docs for environment approval settings (#196)

    * Update docs for environment approval settings

    Co-authored-by: Sarah Day <[email protected]>

commit 4a5b1c3
Author: Ben Woskow <[email protected]>
Date:   Fri Jul 9 06:50:45 2021 -0700

    Adding the DX squad as codeowners

commit 267a814
Author: Ben Woskow <[email protected]>
Date:   Fri Jul 2 11:25:15 2021 -0700

    update readme links (#195)

commit edcb80b
Author: Ben Woskow <[email protected]>
Date:   Fri Jul 2 09:22:16 2021 -0700

    Updating sample codes to work with latest spec (#194)

commit 72f4a7e
Author: Dan O'Brien <[email protected]>
Date:   Mon Jun 7 08:39:31 2021 -0400

    update releaser (#193)

    * first stab at migrating generators. ran out of time to fix errors.

    * Go client generating

    remove old README template for Go

    ignoring openapi-generator binary from git

    * download generator if not there

    * update Go example

    add back go folder temporarily to build

    * working go example

    * template cleanup

    * updates for python and go

    * add ruby support

    * temporary reorder of build

    * wget json file again

    build all clients

    fix up docs there is no more yaml generation

    * updates for java

    * small cleanup

    * basic README cleanup to kick off CI

    * update releaser

    * updates for javascript

    * wrong directory

    * fix java

    * update typescript build

    * minor js updates

    * clean up flag in conflict

    * updates for PHP

    * remove commented out dependency java

    Co-authored-by: Ben Woskow <[email protected]>

commit 9873a40
Author: Dan O'Brien <[email protected]>
Date:   Mon Jun 7 08:23:59 2021 -0400

    Bw/ch109131/generator migration start (#192)

    * first stab at migrating generators. ran out of time to fix errors.

    * Go client generating

    remove old README template for Go

    ignoring openapi-generator binary from git

    * download generator if not there

    * update Go example

    add back go folder temporarily to build

    * working go example

    * template cleanup

    * updates for python and go

    * add ruby support

    * temporary reorder of build

    * wget json file again

    build all clients

    fix up docs there is no more yaml generation

    * updates for java

    * small cleanup

    * basic README cleanup to kick off CI

    Co-authored-by: Ben Woskow <[email protected]>

commit b3d3268
Merge: 9d6f732 bde782f
Author: Dan O'Brien <[email protected]>
Date:   Fri Jun 4 09:11:47 2021 -0400

    Merge branch 'kbrack/ch98924/gonfalon-openapi' into goas

commit bde782f
Merge: e3be908 9d6f732
Author: Dan O'Brien <[email protected]>
Date:   Fri Jun 4 09:11:31 2021 -0400

    resolve merge

commit 9d6f732
Merge: 6c2261b 0e595d6
Author: LaunchDarklyCI <[email protected]>
Date:   Wed Apr 21 16:22:22 2021 +0000

    merge from public after release

commit 6c2261b
Author: Henry Jacobs <[email protected]>
Date:   Wed Apr 21 08:46:11 2021 -0700

    [ch105622] add flag dependencies endpoints to openapi (#190)

    * add flag dependencies endpoints

    * fix list dep flags resp description

commit 3976a91
Merge: 0adc721 b63d4d5
Author: Matthew Wagner <[email protected]>
Date:   Thu Apr 8 14:39:57 2021 -0700

    Merge pull request #189 from launchdarkly/mattwagner/ch103716/fix-typo

    [ch103716] Correct typo in big segment update operation name

commit b63d4d5
Author: Matt Wagner <[email protected]>
Date:   Wed Apr 7 18:42:04 2021 -0700

    [ch103716] Correct typo in big segment update operation name

commit e3be908
Author: Lexi Ross <[email protected]>
Date:   Sun Apr 4 10:09:06 2021 -0700

    update java sample

commit f2c0f90
Author: Lexi Ross <[email protected]>
Date:   Thu Apr 1 10:39:11 2021 -0700

    update ruby client for testing

commit cae275c
Author: Lexi Ross <[email protected]>
Date:   Wed Mar 31 17:13:42 2021 -0700

    update ruby sample code to use new ruby client

commit 594f5ef
Author: Lexi Ross <[email protected]>
Date:   Wed Mar 31 16:24:31 2021 -0700

    update javascript sample code to use new javascript client

commit 5d05428
Author: Lexi Ross <[email protected]>
Date:   Wed Mar 31 14:57:42 2021 -0700

    update java sample code to use new java client

commit 0aff03e
Author: Raymond Ho <[email protected]>
Date:   Mon Mar 29 17:44:34 2021 -0700

    update typescript target to axios

commit 7913079
Author: Raymond Ho <[email protected]>
Date:   Mon Mar 29 17:29:42 2021 -0700

    fix swagger-client import name

commit 7dc15ad
Author: Raymond Ho <[email protected]>
Date:   Mon Mar 29 17:02:22 2021 -0700

    fix Python sample

commit 0d993db
Author: Raymond Ho <[email protected]>
Date:   Mon Mar 29 12:49:17 2021 -0700

    revert back to production openapi spec

commit a20dde5
Author: Raymond Ho <[email protected]>
Date:   Fri Mar 26 15:24:00 2021 -0700

    update go sample to use updated go client

commit 1205ac5
Author: Raymond Ho <[email protected]>
Date:   Thu Mar 25 17:03:20 2021 -0700

    use staging url

commit f1d3cb8
Author: Kevin Brackbill <[email protected]>
Date:   Mon Mar 8 14:59:18 2021 -0800

    get openapi spec from prod gonfalon

commit 02c9599
Author: Kevin Brackbill <[email protected]>
Date:   Wed Feb 24 12:23:24 2021 -0800

    clean up circle config

commit 9c58217
Author: Kevin Brackbill <[email protected]>
Date:   Wed Feb 24 11:32:12 2021 -0800

    use gonfalon generated openapi 3 spec
@cspath1 cspath1 closed this Oct 30, 2025
@cspath1 cspath1 deleted the cspath/test branch October 30, 2025 19:49
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.

2 participants