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

Maintenance/mps20222 #1036

Merged
merged 34 commits into from
Aug 13, 2024
Merged

Maintenance/mps20222 #1036

merged 34 commits into from
Aug 13, 2024

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    7c291ae View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    147aa30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ff7b2a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    89b0c97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1009 from IETS3/refactor/LicensingPomDeps

    gradle: fixed artifactid and pom dep. of tests
    arimer authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    24c9d99 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    d862102 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1012 from IETS3/bugfix/cleanup_unit_language_depe…

    …ndencies
    
    cleanup dependencies of the unit language
    alexanderpann authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0c4bbde View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    02b603e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f276ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    6abaa23 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Merge pull request #1015 from IETS3/bugfix/unit_lang

    physunits: small fixes
    alexanderpann authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c3d4308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ef4c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8f126d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Code Cleanup (#993)

    dbinkele committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4285a11 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'maintenance/mps20222' into feature/Make_AsyncSolverTask…

    …Creator_more_robust_#993
    dbinkele committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    827ea96 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    6eb1176 View commit details
    Browse the repository at this point in the history
  2. Restrict access (#993)

    dbinkele committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    18b6f76 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #1018 from IETS3/feature/Make_AsyncSolverTaskCreat…

    …or_more_robust_#993
    
    Feature/make async solver task creator more robust #993
    psuzzi authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a04fc0c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    dba99d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1020 from IETS3/bugfix/tuples

    expr.base: rewrite NCopies rule to avoid freezes for large numbers
    alexanderpann authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    92e1074 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Revert "Restrict access (#993)"

    This reverts commit 18b6f76.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b2e145b View commit details
    Browse the repository at this point in the history
  2. Revert "Remove unused field & restrict access (#993)"

    This reverts commit 6eb1176.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d973904 View commit details
    Browse the repository at this point in the history
  3. Revert "Code Cleanup (#993)"

    This reverts commit 4285a11.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ac48f18 View commit details
    Browse the repository at this point in the history
  4. Revert "Refactor AsyncSolverTaskExecutor cntd (#993)"

    This reverts commit b8f126d.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b82cdb6 View commit details
    Browse the repository at this point in the history
  5. Revert "Refactor AsyncSolverTaskExecutor (#993)"

    This reverts commit 76ef4c1.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b739b90 View commit details
    Browse the repository at this point in the history
  6. Revert "Add back commented code (#993)"

    This reverts commit 6abaa23.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    96e1f2e View commit details
    Browse the repository at this point in the history
  7. Revert "Remove unecessary model access (#993)"

    This reverts commit 7ff7b2a.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f105df7 View commit details
    Browse the repository at this point in the history
  8. Revert "Remove read write access (#993)"

    This reverts commit 147aa30.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f08897c View commit details
    Browse the repository at this point in the history
  9. Revert "Make more robust againtst absence of model (#993)"

    This reverts commit 7c291ae.
    dbinkele committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4b4fb83 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1028 from IETS3/bugfix/Revert_changes_in_org.iets…

    …3.analysis.base_causing_Solvertasks_in_iets3.org_to_fail_#1026
    
    Bugfix/revert changes in org.iets3.analysis.base causing solvertasks in iets3.org to fail #1026
    kbirken authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b995d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    ab07980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b76385 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93937dd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1034 from IETS3/bugfix/1032-TraceExplorer-show-ev…

    …aluations-of-lambda-nodes
    
    Bugfix/1032 trace explorer show evaluations of lambda nodes
    mgronover authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    30ae1a8 View commit details
    Browse the repository at this point in the history