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

8.0.x.patch #5178

Merged
merged 12 commits into from
Oct 6, 2022
Merged

8.0.x.patch #5178

merged 12 commits into from
Oct 6, 2022

Commits on Sep 26, 2022

  1. fix reversed data-store edge source-target (cylc#5156)

    Co-authored-by: David Sutherland <davidwollow@gmail.com>
    oliver-sanders and dwsutherland authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b1d45ea View commit details
    Browse the repository at this point in the history
  2. log_vc_info: Redirect diff straight to file to avoid blocking pipe (c…

    …ylc#5139)
    
    * log_vc_info: redirect diff straight to file to avoid blocking pipe
    * Update changelog
    MetRonnie authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    a438c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d47966 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. remote-install: add "ana/" to the default install list (cylc#5137)

    * The `ana/` directory is used by `rose_ana` to load comparison modules.
    * These are typically run where the data is generated which is often
      remote.
    * These directories typically contain a small number of Python files.
    oliver-sanders authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c44563a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4269cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d0010 View commit details
    Browse the repository at this point in the history
  4. Db store force triggered (cylc#5023)

    Store force-triggered flag in the run DB.
    
    * Add a new functional test.
    * Remove some redundant DB updates.
    * Update change log.
    hjoliver authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    20bc9a0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request cylc#5160 from MetRonnie/actions

    Cherry picked GH Actions updates for 8.0.x
    MetRonnie authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    000f202 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. remote: ensure all remote commands use a platform config (cylc#5152)

    Remote interfaces (SSH & rsync) now all require a platform object for configuration purposes (e.g. "ssh command").
    Convenience interfaces added for remote calls to Cylc servers which use the localhost platform configuration. These are now used for:
    * `cylc play` command re-invocation on a Cylc server.
    * Evaluation of host selection rankings (via `cylc psutil`).
    * The detect old contact file check, which tests whether a workflow is still running on the server recored in the contact file.
    oliver-sanders authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ece609d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. host select: allow unary operators in ranking expressions (cylc#5151)

    * host select: allow unary operators in ranking expressions
    
    * Whitelist unary operators (required for expressions like `-1 * x`)
      in `[scheduler][run hosts]ranking` expressions.
    * Improve error formatting.
    
    * Update tests/unit/test_exceptions.py
    
    Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com>
    
    Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com>
    oliver-sanders and wxtim authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    4bdfafa View commit details
    Browse the repository at this point in the history
  2. reinstall changes to rose-suite.conf (cylc#5125)

    reinstall: ensure rose-suite.conf changes trigger reinstallation
    wxtim authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7120803 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cadbac2 View commit details
    Browse the repository at this point in the history