Skip to content

Connection improvements#313

Merged
3v0k4 merged 16 commits intomainfrom
time
Dec 8, 2025
Merged

Connection improvements#313
3v0k4 merged 16 commits intomainfrom
time

Conversation

@3v0k4
Copy link
Copy Markdown
Contributor

@3v0k4 3v0k4 commented Dec 5, 2025

Description

See CHANGELOG.

Checks

  • I added the changes to the UNRELEASED section of the CHANGELOG.md, including the needed bump (i.e., patch, minor, major)
  • I followed the architecture outlined below for RSpec in Queue Mode:
    • Pure: lib/knapsack_pro/pure/queue/rspec_pure.rb contains pure functions that are unit tested.
    • Extension: lib/knapsack_pro/extensions/rspec_extension.rb encapsulates calls to RSpec internals and is integration and E2E tested.
    • Runner: lib/knapsack_pro/runners/queue/rspec_runner.rb invokes the pure code and the extension to produce side effects, which are integration and E2E tested.

Comment thread CHANGELOG.md
Comment thread lib/knapsack_pro/client/connection.rb
Comment thread spec/knapsack_pro/pure/queue/rspec_pure_spec.rb
Co-authored-by: Artur Trzop <arturtrzop@gmail.com>
@3v0k4 3v0k4 merged commit c9222af into main Dec 8, 2025
25 checks passed
@3v0k4 3v0k4 deleted the time branch December 8, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants