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

Allow task interruption in groovy scripts #129

Merged
merged 15 commits into from
Nov 7, 2024
Merged

Commits on Mar 4, 2024

  1. add ThreadInterrupt check in groovy loops and right before execution …

    …+ tests
    
    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ea88d86 View commit details
    Browse the repository at this point in the history
  2. fix issues

    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aed532c View commit details
    Browse the repository at this point in the history
  3. fix issues

    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    564b776 View commit details
    Browse the repository at this point in the history
  4. fix checkstyle issues

    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a3632ad View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Use Abstract test from powsybl-core

    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2d050c6 View commit details
    Browse the repository at this point in the history
  2. modif + test on MetrixDslDataLoader

    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a91bea4 View commit details
    Browse the repository at this point in the history
  3. fix issue

    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    76f5db4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Adapt to AbstractTaskInterruptionTest changes

    Signed-off-by: Olivier Perrin <[email protected]>
    olperr1 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    839184e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into nro/task_interruption

    Signed-off-by: Olivier Perrin <[email protected]>
    olperr1 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2c028ac View commit details
    Browse the repository at this point in the history
  3. Temporary build powsybl-core 'nro/groovy_interruption' branch

    Signed-off-by: Olivier Perrin <[email protected]>
    olperr1 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f67740c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge branch 'main' into nro/task_interruption

    # Conflicts:
    #	pom.xml
    rolnico committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9a30512 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch 'main' into nro/task_interruption

    # Conflicts:
    #	.github/workflows/maven.yml
    #	pom.xml
    rolnico committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6fa014e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. move addCompilationCustomizers to createCompilerConfig to be consiste…

    …nt with TimeSeriesDslLoader
    
    Signed-off-by: Nicolas Rol <[email protected]>
    rolnico committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8b926e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a9ffc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3391f1e View commit details
    Browse the repository at this point in the history