Andrei Subbota
Andrei Subbota
- [x] Withdraws and separates database adapters. Split local and remote database tasks. It is easy now to add new database adapters (mongodb for example). - [x] File structure of...
## Motivation Following up on discussions in [PR #36](https://github.com/rubocop/rubocop-sequel/pull/36), this PR aims to establish a foundation for default settings in the RuboCop-Sequel gem. ## Solution - Introduced a default configuration...
This pull request introduces a new rule that requires the use of the `not_valid: true` option when creating general and foreign key constraints. By using the `not_valid: true` option, we...
I asked 🤖 to improve a bit README file. The main benefit I see: - Detailed installation instructions, both via RubyGems and Bundler, making it easier for users to get...
This is rebased version of the branch [oapi-3](https://github.com/ruby-grape/grape-swagger/tree/oapi-3) from #744 Current state: ``` Finished in 11.31 seconds (files took 0.94256 seconds to load) 644 examples, 34 failures, 2 pending ```
Added a new ruby version to the test strategy to ensure the geminabox's compatibility with upcoming releases.
## Motivation Due to the shutdown of the https://bundler.rubygems.org/api/v1/dependencies endpoint, we needed to update our dependency fetching approach to ensure continuous operation. It is also important that Geminabox continues to...
This is a repetition of the #579 . Will try to keep this PR in open state ## Motivation Due to the shutdown of the https://bundler.rubygems.org/api/v1/dependencies endpoint, we needed to...
This PR addresses the issue where `grape-swagger-entity` was not correctly parsing custom array documentation (e.g., `type: 'Array[Object]'`), leading to incorrect Swagger schema generation. The fix introduces a new `array_type?` method...
Switch to tokenless execution using with GitHub Actions annotations for inline feedback. This eliminates the need for the grape-bot token while still providing PR feedback via workflow annotations. Changes: -...