-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Metaschema module and constraint string property values #177
Support Metaschema module and constraint string property values #177
Conversation
…any string to be used as a Metaschema property value.
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe pull request introduces several changes across multiple files, primarily focusing on updates to GitHub Actions workflows, the addition of new functions in the Metapath library, and modifications to existing classes and methods for improved maintainability and functionality. Key changes include updates to action versions in workflow files, the introduction of new workflows for project automation, and enhancements to function definitions in the Metapath framework, including the registration of new functions and adjustments to existing function signatures. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GitHubActions
participant ProjectAutomation
participant MetapathLibrary
User->>GitHubActions: Trigger build workflow
GitHubActions->>GitHubActions: Run build-code job
GitHubActions->>GitHubActions: Run build-website job
GitHubActions->>ProjectAutomation: Trigger project automation workflow
ProjectAutomation->>GitHubActions: Add issue to project
User->>MetapathLibrary: Call new function (e.g., fn:contains)
MetapathLibrary->>MetapathLibrary: Execute function logic
MetapathLibrary-->>User: Return result
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
🚢 it.
Committer Notes
Add support for Metaschema module and constraint property values that are generic strings per metaschema-framework/metaschema#27.
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.
Changes to Core Features: