Skip to content

feat: frameworks compatibility and integrations#519

Merged
niteshpurohit merged 4 commits into
mainfrom
feat/frameworks-compatibility-and-integration
May 27, 2026
Merged

feat: frameworks compatibility and integrations#519
niteshpurohit merged 4 commits into
mainfrom
feat/frameworks-compatibility-and-integration

Conversation

@niteshpurohit
Copy link
Copy Markdown
Member

@niteshpurohit niteshpurohit commented May 27, 2026

  • add shared host runtime integration for plain Ruby and the supported framework gems
  • implement Rails, Sinatra, Roda, and Hanami host wiring for dashboard, health, readiness, operator, and recurring-job surfaces
  • add Kaal-backed recurring-job integration through config/kaal.rb and config/scheduler.yml with framework-aligned backend wiring
  • add Rails-first ActiveJob compatibility through the shared Karya queue-store contract
  • add framework e2e coverage across supported backends and keep unit coverage at 100%
  • update setup, framework, compatibility, and operator docs to match the delivered integration story

closes: #393
closes: #147
closes: #148
closes: #155
closes: #163
closes: #166
closes: #340
closes: #150
closes: #153
closes: #399
closes: #169
closes: #176
closes: #185
closes: #189
closes: #299
closes: #358
closes: #359

- add shared host runtime integration for plain Ruby and the supported
  framework gems
- implement Rails, Sinatra, Roda, and Hanami host wiring for dashboard,
  health, readiness, operator, and recurring-job surfaces
- add Kaal-backed recurring-job integration through config/kaal.rb and
  config/scheduler.yml with framework-aligned backend wiring
- add Rails-first ActiveJob compatibility through the shared Karya
  queue-store contract
- add framework e2e coverage across supported backends and keep unit
  coverage at 100%
- update setup, framework, compatibility, and operator docs to match the
  delivered integration story

closes: #393
closes: #147
closes: #148
closes: #155
closes: #163
closes: #340
closes: #150
closes: #153
closes: #399
closes: #169
closes: #176
closes: #185
closes: #189
closes: #299
closes: #358
closes: #359
@niteshpurohit niteshpurohit self-assigned this May 27, 2026
Copilot AI review requested due to automatic review settings May 27, 2026 03:40
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

Comment thread gems/karya/spec/karya/framework_job/discovery_spec.rb Fixed
Comment thread gems/karya/spec/karya/internal/framework_job_registry_spec.rb Fixed
Comment thread spec/support/framework_sql_backend_support.rb Fixed
- Changed root_path from Pathname to String for simplicity.
- Updated resolve_path method to use File.join for better compatibility.
- Added original_entries initialization in tests to preserve state before running examples.
Comment thread gems/karya/spec/karya/framework_job/discovery_spec.rb Fixed
Comment thread gems/karya/spec/karya/internal/framework_job_registry_spec.rb Fixed
Comment thread spec/support/framework_sql_backend_support.rb Fixed
Copilot AI review requested due to automatic review settings May 27, 2026 04:31
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@niteshpurohit niteshpurohit merged commit ec2d77a into main May 27, 2026
22 checks passed
@niteshpurohit niteshpurohit deleted the feat/frameworks-compatibility-and-integration branch May 27, 2026 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment