Skip to content
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

Draft
wants to merge 19 commits into
base: series/0.19
Choose a base branch
from

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    606a5ee View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Generate transform as a final def for cats-tagless friendliness (#1588

    )
    
    * Generate `transform` as a final def for cats-tagless friendliness
    kubukoz authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5f97dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f6531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8b5a04 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 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>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    854db35 View commit details
    Browse the repository at this point in the history
  2. Closes #1539 kebab caseificiation (#1603)

    * Strip any leading - but no other character when converting from case camel case to kebab case. Fixes 1539
    dwalend authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    85cf6a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5aa5b6 View commit details
    Browse the repository at this point in the history
  4. wip

    Baccata committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e665305 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    92d56f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. 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
    bpholt authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    551c5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e731620 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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
    Baccata authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ae5b9de View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Optimise conversion from Blob to Stream (#1609)

    * Optimise conversion from Blob to Stream
    
    Motivated by http4s/http4s#7539
    
    * Updated changelog
    Baccata authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ec140e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Add utility types for fromHandlers and friends (#1612)

    * Add utility types for fromHandlers and friends
    
    * add changelog entry
    kubukoz authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b336299 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    ae8ce3d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. 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]>
    dwalend and kubukoz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    07efa38 View commit details
    Browse the repository at this point in the history
  2. More verbose1338 (#1608)

    * 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]>
    dwalend and kubukoz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    12e7164 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Update sbt to 1.10 (#1580)

    * 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
    kubukoz authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    31e6188 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. WIP

    Baccata committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d711f8a View commit details
    Browse the repository at this point in the history