-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Revamp schema compilation caching #1616
base: series/0.19
Are you sure you want to change the base?
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 606a5ee - Browse repository at this point
Copy the full SHA 606a5eeView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f97dc1 - Browse repository at this point
Copy the full SHA 5f97dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f6531 - Browse repository at this point
Copy the full SHA 00f6531View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b5a04 - Browse repository at this point
Copy the full SHA c8b5a04View commit details
Commits on Oct 1, 2024
-
Bump docusaurus-lunr-search from 3.4.0 to 3.5.0 in /modules/website (#…
…1604) Bumps [docusaurus-lunr-search](https://github.com/lelouch77/docusaurus-lunr-search) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/lelouch77/docusaurus-lunr-search/releases) - [Commits](praveenn77/docusaurus-lunr-search@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docusaurus-lunr-search dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 854db35 - Browse repository at this point
Copy the full SHA 854db35View commit details -
Closes #1539 kebab caseificiation (#1603)
* Strip any leading - but no other character when converting from case camel case to kebab case. Fixes 1539
Configuration menu - View commit details
-
Copy full SHA for 85cf6a0 - Browse repository at this point
Copy the full SHA 85cf6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5aa5b6 - Browse repository at this point
Copy the full SHA e5aa5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e665305 - Browse repository at this point
Copy the full SHA e665305View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92d56f2 - Browse repository at this point
Copy the full SHA 92d56f2View commit details
Commits on Oct 8, 2024
-
Introduce the Scala version into the codegen cache namespace (#1590)
* add a failing sbt scripted test to demonstrate #1589 * add the Scala version to the caches used by codegen * properly isolate the cache stores
Configuration menu - View commit details
-
Copy full SHA for 551c5f4 - Browse repository at this point
Copy the full SHA 551c5f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e731620 - Browse repository at this point
Copy the full SHA e731620View commit details
Commits on Oct 9, 2024
-
Lenient numeric decoding (#1606)
* Add a flag to allow for numerics to be decoded from JSON strings * Expose JSON codec transformations to SimpleRestJsonBuilder * Add mention in docs how JSON codec transformations are exposed
Configuration menu - View commit details
-
Copy full SHA for ae5b9de - Browse repository at this point
Copy the full SHA ae5b9deView commit details
Commits on Oct 14, 2024
-
Optimise conversion from Blob to Stream (#1609)
* Optimise conversion from Blob to Stream Motivated by http4s/http4s#7539 * Updated changelog
Configuration menu - View commit details
-
Copy full SHA for ec140e5 - Browse repository at this point
Copy the full SHA ec140e5View commit details
Commits on Oct 21, 2024
-
Add utility types for fromHandlers and friends (#1612)
* Add utility types for fromHandlers and friends * add changelog entry
Configuration menu - View commit details
-
Copy full SHA for b336299 - Browse repository at this point
Copy the full SHA b336299View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae8ce3d - Browse repository at this point
Copy the full SHA ae8ce3dView commit details
Commits on Oct 25, 2024
-
Protocol in update lsp config (#1610)
* Plan for fixing #1517 * Fix for #1517 - smithy4s-protocol always included. * Fixed #1517 mill build test check the new dependency. * scalafmt * Updated CHANGELOG.md * Fixed the scripted test * Update CHANGELOG.md Co-authored-by: Jakub Kozłowski <[email protected]> * Moved smithy4s org and protocol artifact name to build.sbt * Stray comment * Change log typo * Test cleanup * Update CHANGELOG.md * Update CHANGELOG.md * Use the organization value from sbt's publishSettings . --------- Co-authored-by: Jakub Kozłowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07efa38 - Browse repository at this point
Copy the full SHA 07efa38View commit details -
* The plan so far * Possibly fixed #1338 - include the namespace names in the error message * I've got something that doesn't break any tests... Next to actually test it * Prettier formatting for the error * sbt scripted test for #1338 * Cleaner unit test that checks the error message * scalafmt changes * Not sure why that file was ever checked in * Update the CHANGELOG.md * ?! scalafmtAll !? * Bumping a test file to rerun the automated check. * Maybe it is the scala version? * Fix for running the scripted test in github from Baccata * Found a way to test the caught exception directly * Move CHANGELOG.md note to 0.18.26 --------- Co-authored-by: Jakub Kozłowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12e7164 - Browse repository at this point
Copy the full SHA 12e7164View commit details
Commits on Oct 26, 2024
-
* Update sbt to 1.10.1 * bump scalas * Explicitly add header plugin * update headers * bump to latest * bump scalas again * Hopefully fix bootstrapped * workaround * header stuff * fix this properly * update scalas * i guess we have to split that? * use full jdk in shell
Configuration menu - View commit details
-
Copy full SHA for 31e6188 - Browse repository at this point
Copy the full SHA 31e6188View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d711f8a - Browse repository at this point
Copy the full SHA d711f8aView commit details