-
Notifications
You must be signed in to change notification settings - Fork 15
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
Devel #1302
Devel #1302
Conversation
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Update python notebooks
…hema Update the schema documentation to improve the usability.
Add github action for linting jupyter
Applied fix to deprecation warning
Fix bug in CI scripts associated with repo and gcs image build
Release february 2025
Reviewer's Guide by SourceryThis pull request implements multiple improvements throughout the repository. Major updates include significant modifications to nearly all the Jupyter notebooks (updating content, exercise instructions, formatting and documentation), enhancements to CI/CD and build configurations, library and dependency upgrades (e.g. updating protobuf from 4.21.1 to 5.27.1 and replacing deprecated reflection APIs), and changes in CMake and repository structure. In addition, the CHANGELOG was updated to reflect reordering of changelog entries and new items. Overall, these changes aim to improve developer experience, code consistency and reliability of builds and tests. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @JoshuaSBrown - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider using a tool like
pre-commit
to run linters and formatters before committing.
Here's what I looked at during the review
- 🟡 General issues: 3 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"df_api.collectionView('projshare', context='p/trn001)" |
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.
issue (bug_risk): Missing closing quote in the context argument may cause a syntax error.
It appears that the context string is not properly closed. Please verify that the intended string (likely 'p/trn001') is correctly delimited.
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.
Please add this to issue #1300
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.
Please add this in an issue and link to #1300
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.
I have created an issue for your comment: #1308
- **References Tab**: | ||
This section lists locations where the schema is referenced within DataFed. |
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.
issue (typo): Typo: "section" should be "tab"
Under the "References Tab" section, it currently says, "This section lists locations...". It should be "This tab lists locations...".
- **References Tab**: | |
This section lists locations where the schema is referenced within DataFed. | |
- **References Tab**: | |
- This tab lists locations where the schema is referenced within DataFed. |
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.
Please add this to issue #1300
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.
I have created an issue for your comment: #1303
22. [1255] - Fixes bug, in libauthz with log_path var not being read in from config file. | ||
23. [1268] - Bug fixes unbound variable in foxx entrypoint file. | ||
24. [1269] - Update Arangodb to 3.12.4 | ||
25. [1288] - Bug Jupyternote books in documentation were fixed. |
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.
issue (typo): Typo: "Jupyternote books" should be "Jupyter notebooks"
25. [1288] - Bug Jupyternote books in documentation were fixed. | |
25. [1288] - Bug Jupyter notebooks in documentation were fixed. |
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.
Please add this to issue #1300
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.
Please add this in an issue and link to #1300
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.
I have created an issue for your comment: #1307
PR Description
Update Tony branch from devel.
Tasks
Summary by Sourcery
Refactor code, fix bugs and update dependencies.
Bug Fixes:
Enhancements:
Tests: