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

Add Scala.js support to sttp client #860

Merged
merged 9 commits into from
Dec 7, 2020

Commits on Dec 1, 2020

  1. Add Scala.js support to sttp client

    Make client tests async so we can run them on JS.
    Move client testserver into its own sbt subproject so we can use it from the ScalaTest JS runner.
    sbrunk committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    cd9d06a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de1a25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c47d973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24d8972 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

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

Commits on Dec 6, 2020

  1. Temporarily call JS tests for each subproject explicitly

    Workaround until scala-js/scala-js#4317 has a solution
    sbrunk committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    0b00138 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    230cd9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2102606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd871c6 View commit details
    Browse the repository at this point in the history