Ruby monorepo - #112
Merged
Merged
Conversation
- Switch from per-component changelogs to single root CHANGELOG.md matching kiota-java pattern - Simplify release-please to release-type: simple with version.txt and x-release-please-version markers in version.rb files - Normalize all gemspecs and Rakefiles to consistent formatting (single quotes, aligned fields, unified email) - Fix .gitignore root-anchored patterns for monorepo layout - Run rubocop -A to auto-fix all correctable offenses across all component source files - Add rubocop lint job to CI workflow, rubocop task to root Rakefile, rubocop to root Gemfile, and document in README
- .rubocop.yml enforcing single_quotes, frozen_string_literal, Ruby 3.3 - .rubocop_todo.yml baseline for remaining non-auto-correctable offenses
Vincent Biret (baywet)
previously approved these changes
Aug 24, 2026
Vincent Biret (baywet)
left a comment
Member
There was a problem hiding this comment.
Thanks for the contribution!
Vincent Biret (baywet)
enabled auto-merge
August 24, 2026 14:21
Vincent Biret (baywet)
disabled auto-merge
August 24, 2026 14:21
Vincent Biret (baywet)
enabled auto-merge
August 24, 2026 14:21
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
This was referenced Aug 24, 2026
auto-merge was automatically disabled
August 24, 2026 15:09
Head branch was pushed to by a user without write access
Vincent Biret (baywet)
approved these changes
Aug 24, 2026
Vincent Biret (baywet)
enabled auto-merge
August 24, 2026 15:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I briefly discussed those changes with Vincent Biret (@baywet) .
A change in
abstractionspropagates to multiple other PRs/Releases making the process of making changes not trivial and time consuming for everyone.We explored the "monorepo" approach in
kiota-java(with motivations, tradeoffs etc. etc.) and I believe that it was a positive experience.Here I'm collapsing all the
kiota-rubyrepositories, with the intent of, eventually, rename the repo too.