-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: railsignore added for config loading of LLMRails / RailsConfig. #790
feat: railsignore added for config loading of LLMRails / RailsConfig. #790
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed by self, lgtm as of now
Thank you very much @ajanitshimanga for your nice PR. I've skimmed through the changes and it looks good, with minor changes we'll be good to go. I'll add comments in the review later today. Some nice to have features:
|
Thanks for the reply, when looking through the nice to have features I wanted to follow up with a few questions to gain alignment:
|
It allows the user to ignore specific patterns for a specific config directory, for example I want to exclude kb from one specific config called 'config_1' but ignore all flows.co files, so I need a .railsignore for the 'config_1' with kb included and the .railsignore at root with flows.co.
Yes, we can leave it as is, and expand it later.
Thanks! |
10fb5c6
to
a556b0e
Compare
@ajanitshimanga Thank you once again for you contribution! I made some minor changes to your PR and will merge it latest tomorrow. It will be available with 0.11.0 release. Please have a look and let me know if you think there is any issue. So mainly the It allows having multiple .railsignore per different config. Thanks and look forward to your future contributions |
Thank you as well @Pouyanpi for the changes you made with refactoring and improving performance. The refactor looks good to me, I left some comments and I'll put out a quick commit for those minor changes so you can review and merge when you're online. Cheers! I look forward to further contributions in the future too! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for the changes!
e41821e
to
23a57a7
Compare
PR adding support for a .railsignore to ignore .co files in LLMRails / RailsConfig.
For issue: #277
Tests added and passing fully.
Two follow ups after this PR are: