-
-
Notifications
You must be signed in to change notification settings - Fork 6
Pre-release activities #506
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
Conversation
Code Coverage SummaryDiff against mainResults for commit: 5ecbaa9 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 29 suites 22s ⏱️ Results for commit 5ecbaa9. ♻️ This comment has been updated with latest results. |
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com> Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
|
Hey @kartikeyakirar I left few minor comments, but I would like them to be resolved before we merge |
|
Hey, just to summarize what's going on during this PR. Changes in repository included
During this PR @chlebowa proposed we move internal examples to a special vignette (with an addition to documentation with Other main changes included
Final remarks
Multiple people were involved in this PR, kudos to @kartikeyakirar @chlebowa and @averissimo |
|
Thank you, @m7pr, for your excellent summary of the PR and approving it. I concur that it contains numerous changes, and as you suggested any additional change requests should be separate issue. Reviewing the entire pull request in one go could be challenging. I plan to merge this pull request in 3 hours, which should provide enough time for any final comments or feedback. thanks everyone. |
closes #531 We used to distinguish sub-items of the MAE object by term `datalabel`. We don't do this anymore, this is artifact after the refactor.
Part of insightsengineering/coredev-tasks#649 Removed stable badges. Removed experimental badge - introduced at 0.5.0 #506 - introduced between 0.3.0 - 0.4.0 #165 Removed `lifecycle` at all - since there are no badges at this point anymore --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
part of insightsengineering/nestdevs-tasks#48
- README.md (check example code)
- NEWS.md
- @example tag, make sure it runs, fix if otherwise
- Make sure functions has @return tag to document the return value
- no \dontrun tag, replace with if(interactive()) if needed