Feature gates - #2946
Conversation
dmartinol
left a comment
There was a problem hiding this comment.
lgtm, apart from some minor comments
|
This pull request has merge conflicts that must be resolved before it can be |
6d2457e to
25cc8d1
Compare
25cc8d1 to
f1c6bc4
Compare
bbrowning
left a comment
There was a problem hiding this comment.
Leaving a couple of comments here - nothing that warranted requesting changes on GitHub, but things that could be improved if you're so inclined as well as a typo that we should fix (CustomNoUpgrade value), but that is not in a code path anything would hit yet so is not critical.
|
I was running just the new feature gating tests and only then realized that some other RAG-related unit tests need to be modified to run properly, so putting this back into draft mode. |
|
This pull request has merge conflicts that must be resolved before it can be |
ec6ec6b to
57e5a01
Compare
nathan-weinberg
left a comment
There was a problem hiding this comment.
Overall looking good to me @anastasds - couple of comments - I'd also like if we can mention this somewhere in the Core CONTRIBUTING.md for future development - I know @jwm4 is planning a revamp of that doc so if he wants to include documenting Feature Gates as part of that work instead of doing so in the PR that's fine with me
|
@anastasds looks like you'll need to enable the FG to get the unit tests for rag convert to pass |
|
Actually it was because I redid the changes instead of rebasing, and forgot the |
115c286 to
a760f50
Compare
a760f50 to
39bc547
Compare
nathan-weinberg
left a comment
There was a problem hiding this comment.
one nit otherwise LGTM
39bc547 to
5f8147c
Compare
5f8147c to
37ba20b
Compare
5962383 to
3a842de
Compare
3a842de to
8954c12
Compare
27c7d9b to
2726d3c
Compare
2726d3c to
ab2bb69
Compare
Signed-off-by: Anastas Stoyanovsky <astoyano@redhat.com>
Related ADR: instructlab/dev-docs#178
Depends on #2886 , #2903
Resolves #2888
@dev_previewdecorator that mocks the feature scope environment variable for specific tests covering experimental functionality.