Merged
Conversation
Natoandro
previously approved these changes
Jul 5, 2024
michael-0acf4
previously approved these changes
Aug 2, 2024
Yohe-Am
added a commit
that referenced
this pull request
Aug 7, 2024
- Implements `client_py` as described in #777 This is a stacked PR on top of #790. #### Migration notes ... - [ ] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change --------- Co-authored-by: Teo Stocco <zifeo@users.noreply.github.com> Co-authored-by: Estifanos Bireda <77430541+destifo@users.noreply.github.com> Co-authored-by: FITAHIANA Nomeniavo joe <24nomeniavo@gmail.com>
Yohe-Am
added a commit
that referenced
this pull request
Aug 25, 2024
- Implements `client_ts` as described in #777 . #### Migration notes ... - [x] The change comes with new or modified tests - [x] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved error handling in the `typegraph` function to provide better error messages. - **Chores** - Updated Docker image references to use `docker.io` prefix for consistency. - Excluded unnecessary files from the VSCode settings. - Enhanced configurability of Docker commands in development tasks. - Updated environment variable `GHJK_VERSION` to reflect a semantic versioning format. - **New Features** - Introduced modules and methods for TypeScript and Python code generation in the `metagen` library, enhancing client generation capabilities. - Added `test_typegraph_3` function for improved testing capabilities. - Included metadata for the package manager in the project settings. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
57cecee to
99c8105
Compare
/docs/reference/typegraph/client pre doc/docs/reference/typegraph/client
michael-0acf4
approved these changes
Oct 18, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #777 +/- ##
=======================================
Coverage 77.20% 77.20%
=======================================
Files 149 149
Lines 18103 18103
Branches 1756 1756
=======================================
Hits 13976 13976
Misses 4104 4104
Partials 23 23 ☔ View full report in Codecov by Sentry. |
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.
Pre-documentation for the code-first queries feature.
Migration notes
...