-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: felt/channel_spec
base: v0.1.6
head repository: felt/channel_spec
compare: main
- 13 commits
- 9 files changed
- 4 contributors
Commits on Jun 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5723176 - Browse repository at this point
Copy the full SHA 5723176View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for db74868 - Browse repository at this point
Copy the full SHA db74868View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3d0c45 - Browse repository at this point
Copy the full SHA f3d0c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4501a5d - Browse repository at this point
Copy the full SHA 4501a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bef0f92 - Browse repository at this point
Copy the full SHA bef0f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64a180 - Browse repository at this point
Copy the full SHA b64a180View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afb3aa4 - Browse repository at this point
Copy the full SHA afb3aa4View commit details
Commits on Jul 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ee999e1 - Browse repository at this point
Copy the full SHA ee999e1View commit details
Commits on Jul 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 43dab61 - Browse repository at this point
Copy the full SHA 43dab61View commit details
Commits on Jul 29, 2024
-
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"
Configuration menu - View commit details
-
Copy full SHA for f71f7e9 - Browse repository at this point
Copy the full SHA f71f7e9View commit details
Commits on Aug 26, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3515d30 - Browse repository at this point
Copy the full SHA 3515d30View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d22f25 - Browse repository at this point
Copy the full SHA 7d22f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 651dcdc - Browse repository at this point
Copy the full SHA 651dcdcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.6...main