Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: felt/channel_spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: felt/channel_spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 24, 2024

  1. Bump ex_doc from 0.34.0 to 0.34.1 (#16)

    Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.0 to 0.34.1.
    - [Release notes](https://github.com/elixir-lang/ex_doc/releases)
    - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
    - [Commits](elixir-lang/ex_doc@v0.34.0...v0.34.1)
    
    ---
    updated-dependencies:
    - dependency-name: ex_doc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2024
    Copy the full SHA
    5723176 View commit details
  2. Bump phoenix from 1.7.12 to 1.7.14 (#15)

    Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.12 to 1.7.14.
    - [Release notes](https://github.com/phoenixframework/phoenix/releases)
    - [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
    - [Commits](phoenixframework/phoenix@v1.7.12...v1.7.14)
    
    ---
    updated-dependencies:
    - dependency-name: phoenix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2024
    Copy the full SHA
    db74868 View commit details

Commits on Jun 30, 2024

  1. Fix compile time issues

    doorgan committed Jun 30, 2024
    Copy the full SHA
    f3d0c45 View commit details
  2. Copy the full SHA
    4501a5d View commit details
  3. Bump version

    doorgan committed Jun 30, 2024
    Copy the full SHA
    bef0f92 View commit details
  4. Fix version

    doorgan committed Jun 30, 2024
    Copy the full SHA
    b64a180 View commit details

Commits on Jul 1, 2024

  1. Copy the full SHA
    afb3aa4 View commit details

Commits on Jul 9, 2024

  1. Bump xema from 0.17.2 to 0.17.4 (#17)

    Bumps [xema](https://github.com/hrzndhrn/xema) from 0.17.2 to 0.17.4.
    - [Release notes](https://github.com/hrzndhrn/xema/releases)
    - [Changelog](https://github.com/hrzndhrn/xema/blob/main/CHANGELOG.md)
    - [Commits](hrzndhrn/xema@v0.17.2...v0.17.4)
    
    ---
    updated-dependencies:
    - dependency-name: xema
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Copy the full SHA
    ee999e1 View commit details

Commits on Jul 15, 2024

  1. Bump ex_doc from 0.34.1 to 0.34.2 (#18)

    Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.1 to 0.34.2.
    - [Release notes](https://github.com/elixir-lang/ex_doc/releases)
    - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
    - [Commits](elixir-lang/ex_doc@v0.34.1...v0.34.2)
    
    ---
    updated-dependencies:
    - dependency-name: ex_doc
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Copy the full SHA
    43dab61 View commit details

Commits on Jul 29, 2024

  1. Improve assert_reply error messages (#19)

    Currently the error assertions happen directly on _all_ the messages
    that the channel has received, when we only very specifically care about
    the specific reply to our message.
    
    This PR splits that assertion into two steps, the first step gets the
    reply, and the second step asserts on the expected status and reply.
    They are asserted together so that when there's an error you get
    detailed information about what the error payload is, otherwise your
    initial test failure may simply tell you something like ":ok does not
    equal :error"
    axelson authored Jul 29, 2024
    Copy the full SHA
    f71f7e9 View commit details

Commits on Aug 26, 2024

  1. Bump json_xema from 0.6.2 to 0.6.3 (#20)

    Bumps [json_xema](https://github.com/hrzndhrn/json_xema) from 0.6.2 to 0.6.3.
    - [Release notes](https://github.com/hrzndhrn/json_xema/releases)
    - [Changelog](https://github.com/hrzndhrn/json_xema/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hrzndhrn/json_xema/commits)
    
    ---
    updated-dependencies:
    - dependency-name: json_xema
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Copy the full SHA
    3515d30 View commit details

Commits on Oct 31, 2024

  1. Copy the full SHA
    7d22f25 View commit details
  2. Copy the full SHA
    651dcdc View commit details
Loading