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

WIP Alignment Merger: apply conditions to individually joined types #1103

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Mar 11, 2024

  1. WIP test case

    stempler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    591b644 View commit details
    Browse the repository at this point in the history
  2. WIP merge

    stempler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a692fe8 View commit details
    Browse the repository at this point in the history
  3. WIP 2

    stempler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b4d532b View commit details
    Browse the repository at this point in the history
  4. WIP test fixes

    stempler committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1106a19 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix: don't close PrintStream when using printCell

    ...to avoid closing System.out which is used in most cases as target for
    printing a Cell in tests, which lead to incomplete output from tests.
    stempler committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d5574d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1b37a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e562582 View commit details
    Browse the repository at this point in the history
  4. WIP another test

    stempler committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c8ff2c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b37a3d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. WIP filter splitting based on join information, restrict property fil…

    …ter migration to parent type
    stempler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    eb02a86 View commit details
    Browse the repository at this point in the history
  2. WIP fix tests

    stempler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    90ba5bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e0ccd8 View commit details
    Browse the repository at this point in the history
  4. fix: allow filtering for joins

    ...when selecting a source type in the alignment view.
    
    Before no results would be shown because the internal check expects all
    types to match while in the view only one can be specified.
    stempler committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ac5662e View commit details
    Browse the repository at this point in the history