From d15272820050f89dd684637325dbaa413648fd4e Mon Sep 17 00:00:00 2001 From: Cody Spath Date: Wed, 29 Oct 2025 13:53:56 -0400 Subject: [PATCH 1/2] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 2135ae0b698caab33c1747c2988f4edf099418f9 Author: Cody Spath 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 53f454df53736c40b8476fdeba938babfca3b65d Author: Isabelle Miller 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 1d577448d7a114665bdcda06bb043bab00fc22ed Author: Henry Barrow 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 commit de4f88351e7c483d99b4d3f9496a9ab432d3c0a8 Author: Henry Barrow 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 * [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 --------- Co-authored-by: Claude commit 155120dfc589ee4d23c132f2fbbd6c3338d465bf Author: Tilde Thurium Date: Thu Oct 16 07:11:31 2025 -0700 remove developer relations from CODEOWNERS (#284) commit 87063ce51413ef9a930a92f3f7c9456a567ebd5c Author: Lucy 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 cc162dae45a08699914652721da4fadd5727e827 Author: Henry Barrow 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 commit c2c2badabdaab248a3a0e3a523b77b707df8877c Author: Henry Barrow 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 99219f91673b153cbecc890046939d11b0290479 Author: Henry Barrow 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 ddcca6afcd7ce8969b732d28beda9b4e7c373573 Author: Henry Barrow 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 00a02e1fb16ffa745643b533f50a357c33545b4b Author: Brodie Vivio <10712242+bvivio@users.noreply.github.com> 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 e9f4b2728c632a7c30a68a351854331433ceb22b Author: Henry Barrow 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 7286ff63eb1c7e6e612ea33ee39857db145e223f Merge: 6fe39caa 8d5a479d Author: Abhishek Acharya Date: Thu Oct 9 00:52:35 2025 +0530 Merge pull request #277 from launchdarkly/aacharya/migration-gha Gha migration commit 8d5a479db74e49d06c51228c107ca986d0c68659 Author: Abhishek Acharya Date: Thu Oct 9 00:32:35 2025 +0530 revert java code as its working fine commit fb1c75dfa6a00b44de688b04a684c5afb78259af Author: Abhishek Acharya Date: Thu Oct 9 00:25:58 2025 +0530 testing java fix commit 4db0165eaf5face1ba8edbb4a4ae6e1a67686fa7 Author: Abhishek Acharya Date: Thu Oct 9 00:18:12 2025 +0530 fixing js version commit 9b1f5031164da183cea1b3ac1886de75f78f8b7b Author: Abhishek Acharya Date: Thu Oct 9 00:13:08 2025 +0530 js fix commit 91178912eb2032f745ab085a719bbb319e5e3341 Author: Abhishek Acharya Date: Wed Oct 8 21:17:21 2025 +0530 fixing flag npx commit ad6767a7fa3c101fcb9dfe777155ebb5d8bffded Author: Abhishek Acharya Date: Wed Oct 8 21:09:58 2025 +0530 fixing javascript commit 4a44e85f1fd0d699666a530bdec14dfd177d6b70 Author: Abhishek Acharya Date: Wed Oct 8 20:49:57 2025 +0530 fixing go commit f33e7c11267537b8903a68daf53052352a8b0719 Author: Abhishek Acharya Date: Wed Oct 8 20:40:54 2025 +0530 fixing ruby commit 9d613f7ab663e97d579ae3f6a960876a83c8c2de Author: Abhishek Acharya Date: Wed Oct 8 20:27:27 2025 +0530 fixing uid commit 33cd388402521c4a8bce5b141deaf626829e0427 Author: Abhishek Acharya Date: Wed Oct 8 20:21:12 2025 +0530 added api key commit 4cdc1e9adfbcec53861504344e056ae6f22b0185 Author: Abhishek Acharya Date: Wed Oct 8 20:00:51 2025 +0530 adding php as well commit 1547f0363943e768d5bb9a072a217f751ed95b9f Author: Abhishek Acharya Date: Tue Oct 7 22:14:54 2025 +0530 back to gha commit d3939bf77339350aef8b7c9c8363e268cf853a67 Author: Abhishek Acharya Date: Tue Oct 7 22:11:30 2025 +0530 removed cache in build step commit 57633b59a43c144c01e04fb13d3413fc22acb5e9 Author: Abhishek Acharya Date: Tue Oct 7 22:09:10 2025 +0530 removed sudo commit db240d49ed21f434c379cf4f6f3cc21e6417359b Author: Abhishek Acharya Date: Tue Oct 7 22:04:35 2025 +0530 fixing uid commit bf762491fd7ce0573035800f41719ddcf510b4f5 Author: Abhishek Acharya Date: Tue Oct 7 22:01:04 2025 +0530 added user commit a7fbecd63af149dd583ce85baa1860d2e95a5e31 Author: Abhishek Acharya Date: Tue Oct 7 21:59:16 2025 +0530 updating runson commit a8a2e46177ed299437453e80bf97f20ed367009d Author: Abhishek Acharya Date: Tue Oct 7 21:56:34 2025 +0530 removed id commit cd75526f730c56534d1aa8d8ecda144ad2317e42 Author: Abhishek Acharya Date: Tue Oct 7 21:54:31 2025 +0530 adding rusnon commit 48580d2d9496fc3496ffb2179e85e0a3251a8217 Author: Abhishek Acharya Date: Tue Oct 7 21:49:50 2025 +0530 fixing version commit 429aa3743b84135ad0c05bd358945214046198da Author: Abhishek Acharya Date: Tue Oct 7 21:42:34 2025 +0530 testing gha commit 62e57c733235f4ba91fc7622a55280de985e6c7b Author: Abhishek Acharya Date: Tue Oct 7 20:53:45 2025 +0530 user id fix commit 030b16a9e865d47cd434c52a058baff112b47951 Author: Abhishek Acharya Date: Tue Oct 7 20:47:49 2025 +0530 testing gha migration commit 6fe39caa2c3b291a3feb292089749bb726b72573 Merge: c55c9591 b70ba044 Author: Chris Blackburn 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 b70ba04442bb40862d368b397719f78c1c220788 Author: Chris Blackburn Date: Fri Apr 4 15:52:45 2025 -0400 update packaging to be compatible with latest twine commit c55c9591a2a3e63fc4ab8f3cdcba7e33b721c8d7 Author: Henry Barrow 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 cc3ded54daed148e711cc17535e162366207eee9 Author: Lucy 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 commit 40c5eb48d5ec6cfb2de776f2e4bf115e15a9622f Author: Lucy Date: Fri Dec 13 14:22:54 2024 -0800 Typo in Makefile (#271) Co-authored-by: Lucy Voigt commit c93ababb686d1a7fc673f6fd77d1cade45793931 Author: Lucy Date: Fri Dec 13 13:38:33 2024 -0800 Download gpg key to correct path (#270) Co-authored-by: Lucy Voigt commit 341fb72cee867a0ea2d607f922dd3f7291328b03 Author: Lucy Date: Fri Dec 13 13:06:39 2024 -0800 Correct path for java code signing keyring (#269) Co-authored-by: Lucy Voigt commit f30ab00f0801ff22b83d5ad2a6ac76ffe283a67c Author: Lucy 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 commit b287e4349714f977604c00861228321d5a6a34b2 Author: Lucy Date: Fri Dec 13 12:31:33 2024 -0800 Run prepare script to set up secrets for publishing (#267) Co-authored-by: Lucy Voigt commit 1a98ecee139c2ea85a6bf9cc5eea6957b8497026 Author: Lucy Date: Fri Dec 13 12:15:45 2024 -0800 Try setting stack size in gradle.properties (#266) Co-authored-by: Lucy Voigt commit d8ad9d964800721e9918eb356d8f97a8ae4a166b Author: Lucy Date: Fri Dec 13 11:58:33 2024 -0800 Bump java thread stack size (#265) Co-authored-by: Lucy Voigt commit 8ba48f4f5ad25774084a184ebfa3fa162e3f8b49 Author: Paddy Date: Fri Dec 13 11:39:21 2024 -0800 Log the stack size for Java. (#264) commit 9ad100c439975f53ef017b54400aa029f503b2e6 Author: Lucy Date: Fri Dec 13 10:45:31 2024 -0800 Remove java env attempt (#263) Co-authored-by: Lucy Voigt commit 2aaf6895c71471cf7e94f4f9f145f548873dd640 Author: Lucy Date: Fri Dec 13 10:40:10 2024 -0800 Use java 11 instead of 17 (#262) Co-authored-by: Lucy Voigt commit e96e03c092284e7680dc442cfec37e44b8ab7e96 Author: Lucy Date: Fri Dec 13 10:20:19 2024 -0800 Give GH action permission (#261) Co-authored-by: Lucy Voigt commit 69623c06abe4d13d03c8f9002e1e1866dc589d6c Author: Lucy Date: Fri Dec 13 10:12:56 2024 -0800 Sudo python update for file permissions (#260) Co-authored-by: Lucy Voigt commit fcd541d13137330b6482e4656c4978ae160c6899 Author: Lucy Date: Fri Dec 13 10:06:50 2024 -0800 Sudo install golang (#259) Co-authored-by: Lucy Voigt commit 46dfb4d496a082acd5448c4b71d4f22f09abb03b Author: Lucy 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 commit 8252b34383534bea27c7608ac5a783ffebaf52a9 Author: Lucy 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 commit e568639a77930556368fecf970436bf9ef11ebeb Author: Lucy Date: Thu Dec 12 15:52:33 2024 -0800 Try pinning checkout version to work with Docker images (#256) Co-authored-by: Lucy Voigt commit c90a0da7d69cb026f1a1655b717946edbe115d39 Author: Lucy 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 commit 4511d082be56e24a295e04561b8894f54218257d Merge: fc9eae4c 94cdd5e5 Author: LaunchDarklyReleaseBot Date: Mon Oct 14 10:23:53 2024 +0000 merge from public after release commit fc9eae4cb017ebefb65a6ffb43c1a794a749a82f Author: Henry Barrow Date: Fri Aug 16 15:51:55 2024 +0100 Transfer code ownership (#254) * Transfer code ownership * Add developer relations commit 3b039a2a8c3c84e29baf902c6ab679e3f7269a1f Merge: 3b7867c3 8f621bbb Author: LaunchDarklyReleaseBot Date: Thu May 16 11:32:19 2024 +0000 merge from public after release commit 3b7867c31ab233038013b8ffe1bc19aec19d15c3 Author: Henry Barrow 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 e7cc9a6fdd41553ec874c48746831a79ab7ba59f Merge: 9a23b8a0 0d065e9a Author: LaunchDarklyReleaseBot Date: Thu May 16 10:14:05 2024 +0000 merge from public after release commit 9a23b8a01b1a1744516ecee373509cd2a68aacf7 Author: Henry Barrow Date: Wed May 15 15:40:59 2024 +0100 Generate go interface (#252) commit ec516afb7c24a31f1e648814df527c3b37cd1f3b Author: Henry Barrow 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 fa0f8b84746ccd07c2a75306d7594b918aae9e8c Author: Lucy Voigt 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 commit a73a23a22eda0c78823342769de2acc0104e75cc Merge: 3fdd0fb1 8375579c Author: LaunchDarklyReleaseBot Date: Tue Feb 28 02:11:32 2023 +0000 merge from public after release commit 3fdd0fb1af9106e726667226f381b4584791529f Author: Lucy Voigt Date: Mon Feb 27 17:53:34 2023 -0800 Update SSM parameter paths (#247) Co-authored-by: Lucy Voigt commit 537c9c0512218633e0a39894f080aa595b8c8be0 Merge: 5e71bf11 b31a8372 Author: LaunchDarklyReleaseBot Date: Mon Nov 21 23:16:43 2022 +0000 merge from public after release commit 5e71bf113bdd67cdd0c2298e99e923834c65068a Author: carmenquan Date: Tue Aug 23 09:50:02 2022 -0700 Update codeowners (#245) * Update codeowners * fix squad name commit 5bcce16404f4f2665b9dc88eb2a774280abca590 Author: carmenquan Date: Thu Aug 11 13:27:11 2022 -0700 adding back other clients (#243) commit 1b9a2822004d61427a6eef898ce8950a5c43f966 Author: carmenquan 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 d614ecac3f6498908f44aee9d8d3a1e802daa647 Merge: 2a688ff7 8d727b2f Author: LaunchDarklyReleaseBot Date: Tue Jul 12 19:05:18 2022 +0000 merge from public after release commit 2a688ff7aa1be1daaf516a96c6f520ce75077443 Merge: a28bf48d 0d421a7f Author: LaunchDarklyReleaseBot Date: Tue Jul 12 00:39:33 2022 +0000 merge from public after release commit a28bf48d0fb9938623753d6be68dff4e51c92e55 Author: carmenquan Date: Mon Jul 11 17:31:43 2022 -0700 add wildcards (#242) commit 8798ef0886274f6904309a5d106b4111fe7fa0b2 Merge: c430adf3 a733b6ed Author: LaunchDarklyReleaseBot Date: Tue Jul 12 00:22:22 2022 +0000 merge from public after release commit c430adf3ce9d1214bbf7c1c8b93b7b63a8d29e8a Author: carmenquan Date: Mon Jul 11 17:17:21 2022 -0700 only updating java (#241) commit 3ed1f7357d0c9b23bdb0adfe10137f3526116280 Author: carmenquan Date: Mon Jul 11 17:04:15 2022 -0700 Rename gitignore mustache file (#240) * adding .gitignore file * rename file commit deba82d01dfffddf36cf0b5b15a3ba048cb70833 Merge: b2ac1307 f6b34b66 Author: LaunchDarklyReleaseBot Date: Mon Jul 11 23:44:22 2022 +0000 merge from public after release commit b2ac130729dccdd0c105fff25ab53e3ea5691414 Author: carmenquan Date: Mon Jul 11 16:27:08 2022 -0700 adding .gitignore file (#239) commit d52442ef88d7b6734b35e156eff9b9d89079c3b5 Merge: 75469cc5 57dd374b Author: LaunchDarklyReleaseBot Date: Mon Jul 11 22:48:31 2022 +0000 merge from public after release commit 75469cc5d249cf5f06df5e6c5387fcd686ed8386 Author: carmenquan 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 68f2e81ad679023f72359130204bbe6f6da5346b Merge: 3a58257f 6c3f0dfb Author: LaunchDarklyReleaseBot Date: Mon Jul 11 22:00:55 2022 +0000 merge from public after release commit 3a58257f952917f947f1ebd74fd2445003229b71 Author: carmenquan 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 * Update README-PREFIX.md Co-authored-by: Yusinto Ngadiman Co-authored-by: Molly commit 7e84493e123689e754ea015d7ae12d476c9ddcf9 Author: Jaz White Date: Thu Jun 9 10:33:51 2022 -0400 [sc-156083] Add php sample app (#234) commit 90b118bc6d817aea6722d7dd1e9c8bda0665bd00 Author: Jaz White Date: Wed Jun 8 15:39:36 2022 -0400 update codeowners (#235) commit af193d1749da652b602eda12ef556c2ee13a2dd7 Merge: 428e83ef 1dc13c9d Author: LaunchDarklyReleaseBot Date: Fri Apr 29 20:22:59 2022 +0000 merge from public after release commit 428e83efe061d1899031b3101f938edcca55d0ea Merge: 37ed5ef5 677d8307 Author: LaunchDarklyReleaseBot Date: Tue Apr 12 21:39:57 2022 +0000 merge from public after release commit 37ed5ef5e952eba69d1f759c74babf091d3a50e7 Merge: 2af1865e e8e121da Author: LaunchDarklyReleaseBot Date: Fri Mar 11 16:38:24 2022 +0000 merge from public after release commit 2af1865ec2eb7d08c058366e2b1f4a3b61c9e835 Author: carmenquan 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 commit 5c129cef028336df5673765f7c05b2a04366c380 Author: carmenquan Date: Thu Mar 3 13:57:52 2022 -0800 remove csharp dotnet references (#230) commit 53703711d7bd1e1ee24abeda7dfca98e57a52909 Author: carmenquan 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 bef9393ddcddb622e4f694f2632fe1186b71494a Merge: cb953dbc a08d2549 Author: LaunchDarklyReleaseBot Date: Sat Jan 15 00:51:02 2022 +0000 merge from public after release commit cb953dbc781197861e33551b961d1a622917d20c Merge: c508a8dc d5a1320b Author: LaunchDarklyReleaseBot Date: Thu Jan 6 23:49:32 2022 +0000 merge from public after release commit c508a8dc4167604a2bfc118a196b191712dc0f53 Author: carmenquan Date: Thu Jan 6 08:30:59 2022 -0800 allow execution of gradle wrapper (#226) commit b446ce2a091d7373867b528494a5e076c76c1180 Author: carmenquan Date: Wed Jan 5 10:09:28 2022 -0800 switch to gradlew, update from deprecated ghpages library (#225) commit 20099f525775f14ed0334eb783f0db28fe30e151 Author: Dan O'Brien Date: Mon Dec 6 11:54:42 2021 -0500 update version template (#224) commit d5614ba64bf1a236fe6829e11b4469ee2e402368 Merge: c24f99ee f1631c5c Author: LaunchDarklyReleaseBot Date: Fri Dec 3 21:00:34 2021 +0000 merge from public after release commit c24f99ee21512d98bdd2e548056306522069c0ab Author: carmenquan Date: Fri Dec 3 12:53:10 2021 -0800 update .jar (#223) commit 6a3c938a2ffe8b0cd4b38e61e49082f0acf6eb8e Merge: 6d9b668c fdf5a2ca Author: LaunchDarklyReleaseBot Date: Fri Dec 3 20:10:04 2021 +0000 merge from public after release commit 6d9b668c332a87146c9d22d6e478d509e6f1b09b Author: carmenquan Date: Fri Dec 3 08:17:56 2021 -0800 update generator (#221) commit f485f71b57fdfd59d7aac2e05197842817e37829 Author: carmenquan Date: Thu Dec 2 15:29:08 2021 -0800 renaming variate to variation (#222) commit 9415d887ea731b3ff088f093094c89a1eb265500 Author: Dan O'Brien Date: Wed Dec 1 14:29:50 2021 -0500 update Makefile (#220) add temporary template, plan to upstream change commit e7444a12830c80dfb0b49be300e602622d1027f9 Merge: 13922c06 83378976 Author: LaunchDarklyReleaseBot Date: Fri Oct 1 17:57:23 2021 +0000 merge from public after release commit 13922c065514aa64dbc22a9cec91b53711ebcb52 Merge: 591b28f3 7c4696da Author: Eli Bishop 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 7c4696daec4a36a48bd265d5da907960063e490a Author: Eli Bishop 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 591b28f3e1e7d85b831f6be9eb77c6902317af46 Author: carmenquan Date: Wed Sep 29 16:18:43 2021 -0700 using token username (#218) commit c5d62a3e74fc602e0b57d4d7c17c697273b53308 Merge: 23e16c4a 3fc80089 Author: LaunchDarklyReleaseBot Date: Wed Sep 29 21:05:32 2021 +0000 merge from public after release commit 23e16c4a7f7f2b7319cd275f476db523fd18315c Author: carmenquan 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 74f88df7e1f38d439fc53240699b12dc5cefdc4d Author: Dan O'Brien Date: Tue Sep 28 13:04:53 2021 -0400 fix python build (#216) commit 694e6d0edaa3e3ed1e1681b9cc7138552a52c758 Author: carmenquan 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 aec6e982e82330c221d765df05f684ea3aa905d7 Author: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Date: Wed Sep 22 09:58:46 2021 -0700 Replace deprecated docker image usage with newer CircleCI docker images (#214) commit cef27e5148766f282dfaaa494ab0dc8fdd5fdfff Author: Dan O'Brien 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 Co-authored-by: carmenquan commit 9be13e8ff4dfdde8226270b8e8aeb2f8b108ba10 Merge: 848210e8 165978d7 Author: Ben Woskow Date: Thu Sep 2 10:36:15 2021 -0700 Merge branch 'master' of github.com:launchdarkly/ld-openapi commit 848210e8c6e960bc35577b841c7790b8d11c78c3 Author: Dan O'Brien Date: Thu Sep 2 13:09:45 2021 -0400 back out previous ssh changes and correctly use https (#212) commit 02f0c09986aceb6d8806a7cdce931422b84add03 Merge: 08002aea fd8c724f Author: Ben Woskow Date: Wed Sep 1 13:38:08 2021 -0700 Merge branch 'master' of github.com:launchdarkly/ld-openapi commit 08002aead42768a6e743807e19554ffbbdafde42 Merge: 19587622 0f166eca Author: Christie Williams Date: Wed Sep 1 16:36:09 2021 -0400 Merge pull request #211 from launchdarkly/dob/ssh add ssh dir commit 0f166eca142dba99f6b8d8836f7b3780bffad7da Author: Dan O'Brien Date: Wed Sep 1 16:33:45 2021 -0400 add ssh dir commit 195876228e0a81ef58f705f60d2ef7cb98814302 Merge: e70aa89b bfe89952 Author: Ben Woskow Date: Wed Sep 1 13:29:01 2021 -0700 Merge branch 'master' of github.com:launchdarkly/ld-openapi commit e70aa89b4d078fb00b3e83431a7b5072d61302bb Author: Dan O'Brien Date: Wed Sep 1 14:45:05 2021 -0400 adding github host key (#210) commit f99020d945a10f5be7dc81a6d706128008470f8e Merge: df0e1bbf 55d23be2 Author: LaunchDarklyReleaseBot Date: Wed Sep 1 18:08:56 2021 +0000 merge from public after release commit df0e1bbf9d1a155ca2b6731dfe6053a0198de018 Merge: 0c02abc4 44903061 Author: Christie Williams Date: Wed Sep 1 13:30:55 2021 -0400 Merge pull request #209 from launchdarkly/christie/fix-bad-merge Fix bad merge commit 4490306186bb5e2171949feb6b22a482e60bbefa Author: Christie Williams Date: Wed Sep 1 13:28:21 2021 -0400 Fix bad merge commit 0c02abc4857f277f2dee311317f678026597907e Merge: 6a2222e7 f5bc3c3d Author: Christie Williams Date: Wed Sep 1 09:38:08 2021 -0400 Merge pull request #203 from launchdarkly/goas [ch118869] Use generated openapi spec commit f5bc3c3dd464ac66468c2c9615b6b4928dfe0067 Merge: 0c5c3b45 6a2222e7 Author: Christie Williams Date: Tue Aug 31 16:11:05 2021 -0400 Merge branch 'master' into goas commit 0c5c3b45580f6dffbba69e14b10c201e265eaabb Author: Dan O'Brien 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 78fb16ce43882c5676f9069340e1a8bfc1357475 Author: Eli Bishop Date: Mon Aug 30 12:29:44 2021 -0700 fix problems with Java and JavaScript client builds (#207) commit 9adf26f9bfdf6b2d8c63459440d2d4c4ba79ae73 Author: Eli Bishop Date: Mon Aug 30 10:17:18 2021 -0700 update goas branch for new release process (#206) commit 6a2222e7e7c194c63696d70f520012b335913468 Author: Eli Bishop 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 4983e578898a671e57e8cc3f759b21f3fe031b0b Author: Christie Williams Date: Thu Aug 26 18:02:21 2021 -0400 Fix ruby sample commit 4b32c1e98909965d494eafa5bbaa5b13ab89efde Author: Christie Williams Date: Thu Aug 26 17:58:35 2021 -0400 Fix python sample commit 7261fc151b9cf09fe5687f65d5b7a472ad8ca76f Author: Christie Williams Date: Thu Aug 26 17:56:25 2021 -0400 Update examples commit b0985794218b819b97a661d83c3973060c496c9d Merge: 411a1649 dad92169 Author: Christie Williams Date: Thu Aug 26 16:34:51 2021 -0400 Merge branch 'master' into goas commit dad92169be6ab0b4cee9816c3cfdd2137872570f Author: Eli Bishop Date: Thu Aug 26 12:07:36 2021 -0700 further implementation of Dockerized Releaser (#204) commit 411a1649a8b8322bde8fab3aba0f837ae6f5a1a5 Merge: 7bb8d5fd c9c01f42 Author: Christie Williams Date: Wed Aug 18 15:30:37 2021 -0400 Merge branch 'master' into goas commit 7bb8d5fd50c921eb2866767d00c01e34fc8ca27e Merge: ef3446f5 cef847c2 Author: Christie Williams 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 cef847c2d4f6b74e096b51a39c72b09b1fc59dc0 Author: Christie Williams Date: Wed Aug 18 15:14:54 2021 -0400 Update ld-openapi-generator-cli.jar commit 87d9353a37540721a6b6547976ae1455b65681d8 Author: Christie Williams Date: Wed Aug 18 14:10:52 2021 -0400 Use patched version of openapi-generator-cli temporarily commit e322e77760ee0c869edcc811f60450fe2c0aff29 Author: Christie Williams Date: Fri Aug 6 12:45:29 2021 -0400 Update go example commit c9c01f420acf046c4a695ebd7b2b93958674f37a Merge: 7689bb4e 752ed1bb Author: LaunchDarklyReleaseBot Date: Fri Aug 6 16:32:37 2021 +0000 merge from public after release commit 7689bb4e2b63707001ca770a31001305fa101c39 Author: Raymond Ho Date: Mon Aug 2 13:33:45 2021 -0700 update docs for approvals copy flag (#201) commit ef3446f55b74c3d4d255bdee8e562e2ebe4e9937 Author: Dan O'Brien Date: Thu Jul 29 15:50:42 2021 -0400 pass in git info to every clinet (#200) commit fba0f7245873bf6d2ba0f64836d0241101510b46 Author: Christie Williams Date: Wed Jul 28 10:20:23 2021 -0400 s/VariateRep/FlagPostVariations commit 5fdb36614dc9c90f62bbea9a1fd9689fe0b830dd Author: Christie Williams Date: Wed Jul 28 10:14:20 2021 -0400 s/GlobalFlagRep/FlagPost commit 0f1c1bb530e40f1c08d1610ffea0b73f036427ee Author: Christie Williams Date: Wed Jul 28 10:00:53 2021 -0400 Samples sans reps2 commit 6092bee13b10f876bdcd249420365a43292f3a6d Author: Christie Williams Date: Tue Jul 20 08:55:33 2021 -0400 Remove validation skipping commit 7a7f9640154471b8cfc0abe89ef0aad95f2fdcde Author: Christie Williams Date: Fri Jul 16 12:28:23 2021 -0400 Revert removal of java sdk gh page commit 1cd46d9a4b178f189803b744db39d94ea509366d Author: Christie Williams Date: Fri Jul 16 10:01:41 2021 -0400 86 github pages commit 0b0188c4436f936eecc921ebf598e385034ec919 Author: Christie Williams Date: Thu Jul 15 10:11:58 2021 -0400 Skip spec validation commit 3248e40d53b58b7417dc124c932c33e38fa37cba Author: Christie Williams Date: Thu Jul 15 10:05:22 2021 -0400 Revert "Clean description refs from openapi spec before generating" This reverts commit 21e2da16350dcf83b72740454bdb563aa25799ee. commit 21e2da16350dcf83b72740454bdb563aa25799ee Author: Christie Williams Date: Thu Jul 15 09:43:13 2021 -0400 Clean description refs from openapi spec before generating commit 274aa7cf7e6bd44e6e68d4ec5e9622f0175fe369 Author: Christie Williams Date: Thu Jul 15 09:29:30 2021 -0400 Update readme commit d83e675e307768750e17557c4174e40af87f8103 Author: Christie Williams Date: Wed Jul 14 17:20:01 2021 -0400 Update README.md Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> commit 669c8daea6571efd9b63b0a9de5d30ab135b3495 Author: Christie Williams Date: Wed Jul 14 16:16:35 2021 -0400 Skip spec validation to avoid breaking it commit ccc5f67a544d55da1a7c2ce16488b05c4c551e84 Author: Christie Williams Date: Wed Jul 14 16:11:16 2021 -0400 Rev to open api generator 5.2 commit 201457979118dcae2efe8205c233c85401586b86 Author: Christie Williams Date: Wed Jul 14 16:11:04 2021 -0400 Update readme commit f24ae04c128580f05d11c91be01fc4d1141bb248 Author: Christie Williams Date: Wed Jul 14 16:10:43 2021 -0400 Remove vestigial files commit 1e0b8e36e9c1fdd299e07a4382ad3f2572b9541c Author: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Date: Wed Jul 14 10:35:03 2021 -0400 temporarily remove csharp from publication process (#197) commit f0f54c9d8519fc4d4b2718b8c7813743f2390973 Author: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Date: Wed Jul 14 10:34:55 2021 -0400 add sample code link (#198) commit 73d0938404d594f0d6560ebf024be28549b43a50 Author: vatasha <21329981+vatasha@users.noreply.github.com> 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 commit 4a5b1c39a9afaae9b12e5a5f0f23329aec0e756f Author: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Date: Fri Jul 9 06:50:45 2021 -0700 Adding the DX squad as codeowners commit 267a8144f7ef61780f62ba6ad0ba7d189736fa98 Author: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Date: Fri Jul 2 11:25:15 2021 -0700 update readme links (#195) commit edcb80bafa4cdebe9f40f997df44fa6a55d06b31 Author: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Date: Fri Jul 2 09:22:16 2021 -0700 Updating sample codes to work with latest spec (#194) commit 72f4a7e0327bb5b2c3807010c178fa9a0fe5e357 Author: Dan O'Brien 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 commit 9873a4059c50f73b32520290837b2a2e3f7e205c Author: Dan O'Brien 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 commit b3d3268cfb1ed6ef8f16520c6fe6ad9e7081bf01 Merge: 9d6f732f bde782f9 Author: Dan O'Brien Date: Fri Jun 4 09:11:47 2021 -0400 Merge branch 'kbrack/ch98924/gonfalon-openapi' into goas commit bde782f95f028c0a8bed1fbbcd9fc88e291187bf Merge: e3be908b 9d6f732f Author: Dan O'Brien Date: Fri Jun 4 09:11:31 2021 -0400 resolve merge commit 9d6f732f71f8cceed90b9de950011b33a5508f2d Merge: 6c2261b7 0e595d6b Author: LaunchDarklyCI Date: Wed Apr 21 16:22:22 2021 +0000 merge from public after release commit 6c2261b7ae81a09648430be34b0d50794a14392f Author: Henry Jacobs 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 3976a91a24aea549bcb8de6d3d3e26a56b64e2db Merge: 0adc7211 b63d4d56 Author: Matthew Wagner 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 b63d4d56aeea58bc7bb290ecd9e3a40df5b1ef5c Author: Matt Wagner Date: Wed Apr 7 18:42:04 2021 -0700 [ch103716] Correct typo in big segment update operation name commit e3be908b00b9f64efe16d66795b58c90ebb85a77 Author: Lexi Ross Date: Sun Apr 4 10:09:06 2021 -0700 update java sample commit f2c0f9070474c60887c795279d4488395a78bb71 Author: Lexi Ross Date: Thu Apr 1 10:39:11 2021 -0700 update ruby client for testing commit cae275c24c7aef01fdcecb01658e264d6e3e2ef5 Author: Lexi Ross Date: Wed Mar 31 17:13:42 2021 -0700 update ruby sample code to use new ruby client commit 594f5ef7e3c84e12b5e37cc93bdc535e48219a5c Author: Lexi Ross Date: Wed Mar 31 16:24:31 2021 -0700 update javascript sample code to use new javascript client commit 5d0542817467557a5a31202e4eee54426bf727bd Author: Lexi Ross Date: Wed Mar 31 14:57:42 2021 -0700 update java sample code to use new java client commit 0aff03e59d3ef474846b217c10d1584d69488b70 Author: Raymond Ho Date: Mon Mar 29 17:44:34 2021 -0700 update typescript target to axios commit 791307975b9b1cf943aead78f1c7163af7e7ad7d Author: Raymond Ho Date: Mon Mar 29 17:29:42 2021 -0700 fix swagger-client import name commit 7dc15ad06f2c25aabd076c6b5b0f24dbbcdaf9cf Author: Raymond Ho Date: Mon Mar 29 17:02:22 2021 -0700 fix Python sample commit 0d993db0d4a8b6b4e95e776b2a749919411d17ca Author: Raymond Ho Date: Mon Mar 29 12:49:17 2021 -0700 revert back to production openapi spec commit a20dde5f394ebe96942c0c35aff81860a88add6c Author: Raymond Ho Date: Fri Mar 26 15:24:00 2021 -0700 update go sample to use updated go client commit 1205ac51de83754fec454d8a7e422431a92abb9c Author: Raymond Ho Date: Thu Mar 25 17:03:20 2021 -0700 use staging url commit f1d3cb8d5a4299bf0a7059402d143f4fe5a3460b Author: Kevin Brackbill Date: Mon Mar 8 14:59:18 2021 -0800 get openapi spec from prod gonfalon commit 02c95997d97e925e037ce19b34fd83e875c5b16d Author: Kevin Brackbill Date: Wed Feb 24 12:23:24 2021 -0800 clean up circle config commit 9c582176f8d524b6ea9201e6e4108217118edabc Author: Kevin Brackbill Date: Wed Feb 24 11:32:12 2021 -0800 use gonfalon generated openapi 3 spec --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a8c4bf..88aa95d 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,8 @@ CODEGEN_PARAMS_python = \ CODEGEN_PARAMS_typescript-axios = \ --additional-properties=npmName=launchdarkly-api-typescript \ --additional-properties=npmVersion=$(TAG) \ - --additional-properties=supportsES6=true + --additional-properties=supportsES6=true \ + --additional-properties=axiosVersion=^1.13.1 CODEGEN_PARAMS_ruby = \ --additional-properties=moduleName=LaunchDarklyApi \ --additional-properties=gemName=launchdarkly_api \ From c64be399421a34527f7158f52629add149e265d3 Mon Sep 17 00:00:00 2001 From: Cody Spath Date: Thu, 30 Oct 2025 15:44:25 -0400 Subject: [PATCH 2/2] test to see if tests are fixed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00917c9..57c3057 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,4 @@ That is the preferred way of doing releases, but the `make` targets can also be Or, if you just want to look at the generated code locally, run `make targets_docker` which is equivalent to `make all` but uses a Docker container, so that the only tool you need to have installed locally is Docker. The output will appear in `./targets`. This is a convenient way to validate any local changes that relate to code generation. If you are also making changes that affect how the client code is packaged or published, it is better to use the slower but more comprehensive method of a Releaser dry run. When running any `make` targets locally, set the environment variable `$LD_RELEASE_VERSION` to the version you are releasing, such as "6.0.0". It is set automatically when releases are run through Releaser. +