Skip to content

fix(etag): rpc and agent etag handling#275

Merged
arnaud-moncel merged 4 commits intomainfrom
fix/etag-schema-handling
Mar 4, 2026
Merged

fix(etag): rpc and agent etag handling#275
arnaud-moncel merged 4 commits intomainfrom
fix/etag-schema-handling

Conversation

@arnaud-moncel
Copy link
Member

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

@qltysh
Copy link

qltysh bot commented Mar 3, 2026

1 new issue

Tool Category Rule Count
qlty Structure Function with many parameters (count = 5): initialize 1


def initialize(uri, auth_secret, polling_interval: DEFAULT_POLLING_INTERVAL, introspection_schema: nil,
introspection_etag: nil, &on_schema_change)
def initialize(uri, auth_secret, polling_interval: DEFAULT_POLLING_INTERVAL, introspection: nil,
Copy link

Choose a reason for hiding this comment

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

Function with many parameters (count = 5): initialize [qlty:function-parameters]

polling_interval: polling_interval,
introspection_schema: provided_introspection,
introspection_etag: provided_introspection_etag
introspection: provided_introspection
Copy link
Member

@matthv matthv Mar 3, 2026

Choose a reason for hiding this comment

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

introspection_schema is still used in

  • spec/forest_admin_datasource_rpc_spec.rb
  • spec/lib/forest_admin_datasource_rpc/utils/schema_polling_client_spec.rb

@arnaud-moncel arnaud-moncel merged commit c63ad2a into main Mar 4, 2026
35 checks passed
@arnaud-moncel arnaud-moncel deleted the fix/etag-schema-handling branch March 4, 2026 09:03
forest-bot added a commit that referenced this pull request Mar 4, 2026
## [1.25.1](v1.25.0...v1.25.1) (2026-03-04)

### Bug Fixes

* **etag:** rpc and agent etag handling ([#275](#275)) ([c63ad2a](c63ad2a))
@forest-bot
Copy link
Member

🎉 This PR is included in version 1.25.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants