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

fix(cardinality): Check cardinality with multiple inherited classes (DEV-1189) #2164

Merged
merged 25 commits into from Aug 23, 2022

Commits on Aug 15, 2022

  1. check that always the stricter cardinality is taken

    irinaschubert committed Aug 15, 2022
    Copy the full SHA
    2a3aeca View commit details
    Browse the repository at this point in the history
  2. add unit tests

    irinaschubert committed Aug 15, 2022
    Copy the full SHA
    e828687 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. remove replaced method

    irinaschubert committed Aug 16, 2022
    Copy the full SHA
    bf26209 View commit details
    Browse the repository at this point in the history
  2. add comments

    irinaschubert committed Aug 16, 2022
    Copy the full SHA
    af9c713 View commit details
    Browse the repository at this point in the history
  3. introduce value objects for cardinalities

    irinaschubert committed Aug 16, 2022
    Copy the full SHA
    2b71282 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4df881d View commit details
    Browse the repository at this point in the history
  5. fix error message

    irinaschubert committed Aug 16, 2022
    Copy the full SHA
    e1b0ee8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. clean up docstrings

    irinaschubert committed Aug 17, 2022
    Copy the full SHA
    9ff1b2e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. fix broken docs link

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    0282b55 View commit details
    Browse the repository at this point in the history
  2. remove unused project

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    9fd6168 View commit details
    Browse the repository at this point in the history
  3. fix error in docs

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    30d46b1 View commit details
    Browse the repository at this point in the history
  4. add testdata and tests

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    47ce80b View commit details
    Browse the repository at this point in the history
  5. fix build.sbt

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    293973e View commit details
    Browse the repository at this point in the history
  6. simplify test data

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    015b857 View commit details
    Browse the repository at this point in the history
  7. improve comments

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    bb89981 View commit details
    Browse the repository at this point in the history
  8. cleanup imports

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    5800ce4 View commit details
    Browse the repository at this point in the history
  9. fix bad references for coverage

    irinaschubert committed Aug 18, 2022
    Copy the full SHA
    fd40fff View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. improve comments

    irinaschubert committed Aug 19, 2022
    Copy the full SHA
    e7a9cf6 View commit details
    Browse the repository at this point in the history
  2. reintroduce return

    irinaschubert committed Aug 19, 2022
    Copy the full SHA
    409450a View commit details
    Browse the repository at this point in the history
  3. wrap case objects

    irinaschubert committed Aug 19, 2022
    Copy the full SHA
    1790b86 View commit details
    Browse the repository at this point in the history
  4. simplify test

    irinaschubert committed Aug 19, 2022
    Copy the full SHA
    04b8941 View commit details
    Browse the repository at this point in the history
  5. fix missing import

    irinaschubert committed Aug 19, 2022
    Copy the full SHA
    e15700b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. implement feedback from review

    irinaschubert committed Aug 22, 2022
    Copy the full SHA
    838a095 View commit details
    Browse the repository at this point in the history
  2. run scalafmt

    irinaschubert committed Aug 22, 2022
    Copy the full SHA
    4caeb0d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Copy the full SHA
    219efd3 View commit details
    Browse the repository at this point in the history