openHPI / codeocean

CodeOcean is an automated assessment tool for web-based coding exercises
BSD 3-Clause "New" or "Revised" License
64 stars 27 forks source link

Bump solid_cable from 1.0.3 to 3.0.2 #2559

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps solid_cable from 1.0.3 to 3.0.2.

Release notes

Sourced from solid_cable's releases.

v3.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/rails/solid_cable/compare/v3.0.1...v3.0.2

v3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/rails/solid_cable/compare/v3.0.0...v3.0.1

v3.0.0

What's Changed

Breaking Changes

If you are coming from v2, you'll have to run bin/rails solid_cable:update to get a new migration for the channel index updates.

New Contributors

Full Changelog: https://github.com/rails/solid_cable/compare/v2.0.2...v3.0.0

v2.0.0

Breaking Changes

  • Rename keep_messages_around_for to message_retention to pair with polling_interval by @​dhh (#9)
  • Enable autotrimming by @​npezza93 (#11)

... (truncated)

Commits
  • 7ac9841 Bump version for 3.0.2
  • bd349b3 Support nil ActiveRecord logger (#39)
  • a4d0c56 Bump version for 3.0.1
  • 354e67a Add single database configuration instructions (#37)
  • ba1b1e5 Try to clarify the note on postgres support (#32)
  • 8bbc0fb Fix postgres tests where its not setting created at correctly
  • f55303f Ignore test db
  • ae1102a Adjust trim_chance to replicate solid_cache
  • d81ebe4 Add generator tests
  • 4dfbb69 Add benchmarks for postgres
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.53%. Comparing base (fbff134) to head (a16c4c8). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2559 +/- ## ======================================= Coverage 69.53% 69.53% ======================================= Files 202 202 Lines 6362 6362 ======================================= Hits 4424 4424 Misses 1938 1938 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.