Skip to content
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

Extend relationship with attributes between parent and child entity #52

Merged
merged 3 commits into from Mar 15, 2024

Commits on Mar 7, 2024

  1. Extend relationship with attributes between parent and child entity

    - Add relationship attribute support in grammar
    - Provide only correct attributes as suggestion to the user
    - Validate to only have correct attributes and no duplicates
    martin-fleck-at committed Mar 7, 2024
    Copy the full SHA
    b2fa0bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    87d0e88 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Apply PR feedback and use fixed property order in grammar

    - Slightly improve completion provider
    - Fix up test cases with newly specified mandatory properties
    martin-fleck-at committed Mar 10, 2024
    Copy the full SHA
    4cb931c View commit details
    Browse the repository at this point in the history