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

Elixir: Switch Poison to Jason #16061

Merged
merged 11 commits into from
Jul 20, 2023
Merged

Commits on Jul 11, 2023

  1. Switch Poison to Jason

    barttenbrinke committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f303e22 View commit details
    Browse the repository at this point in the history
  2. generate-samples.sh

    barttenbrinke committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e9efd77 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Finalize Poison -> Jason switch

    * parse date-time values to Elixir DateTime
    * improve formatting in various places, so there's less changes by `mix
      format` later
    * fix Java version in flake.nix
    wpiekutowski committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a6b6621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e5e0e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. mix format test/*

    wpiekutowski committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f045173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c94ed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00184c View commit details
    Browse the repository at this point in the history
  4. Update docs

    mrmstn committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e506aa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    6d40798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5caa3ac View commit details
    Browse the repository at this point in the history
  3. Use HTTP in Elixir tests

    HTTPS doesn't work for folks who setup petstore.swagger.io as described
    in docs/faq-contributing.md.
    wpiekutowski committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b5d1102 View commit details
    Browse the repository at this point in the history