Comparing v1.9.2...v1.9.3 · clustershell/clustershell · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clustershell/clustershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.2
Choose a base ref
...
head repository: clustershell/clustershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.3
Choose a head ref
  • 18 commits
  • 41 files changed
  • 9 contributors

Commits on Oct 1, 2023

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

Commits on Feb 1, 2024

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

Commits on Feb 4, 2024

  1. Update clush.rst

    LLNL pdsh url broken; Updating to LLNL software catalog pdsh page.
    ryantig authored and thiell committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ec8be76 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Tree: use set instead of NodeSet for gwtargets tracking

    Using a NodeSet to track a large and frequent-changing set of remote
    targets can lead to performance issue as reported in #560, especially
    when RangeSetND is involved.
    
    Use a standard set instead for gwtargets tracking in the TreeWorker
    and adapt clush to work with sets in that case.
    
    Fixes #560
    thiell committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a024329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df1ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fae9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fcf213 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Provide more Slurm example bindings, to interact with nodes running (#…

    …558)
    
    jobs from specific accounts, or under specific QOSes.
    kcgthb authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1aa37e3 View commit details
    Browse the repository at this point in the history
  2. Additional Slurm binding for mapping nodes to reservations (#561)

    * Additional Slurm binding for mapping nodes to reservations
    
    * avoid unecessary line grouping
    
    * remove reverse command as scontrol only returns one reservation per node (slurm bug#19884)
    kcgthb authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7baa58e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b1728 View commit details
    Browse the repository at this point in the history
  4. GitHub Actions: update actions to their latest versions (#568)

    This is to address the warning about deprecated Node.js
    thiell authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e58d8bc View commit details
    Browse the repository at this point in the history
  5. Fix tests for libexpat >=2.6.0 (or with CVE-2023-52425 fixes backport…

    …ed) (#556)
    
    * tests/TreeGatewayTest.py: Close the XML parser when done
    
    * tests/TreeGatewayTest.py: Call flush for Expat >=2.6.0
    hartwork authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e49f842 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Communication: sax parser: add flush() after feed() (#556) (#569)

    This is due to libexpat 2.6 reparse deferral as documented in #556.
    
    Unfortunately ExpatParser doesn't seem to have SetReparseDeferralEnabled(),
    so we use an explicit flush() call to make sure all handlers are called
    immediately. We control the source XML.
    
    NOTE: Only available in Python 3.13 and backports.
    thiell authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5c6f17f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. CLI/Nodeset: omit @source: prefix for cluset -s source -L (#563) (#570)

    Let -s source behave as if it replaces the default group source, and
    thus omit the source prefix for the groups in that source.
    
    Part of #563.
    thiell authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3ab6cbd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. GitHub Actions: add Python 3.13 (#573)

    Also remove Python 3.7 from ubuntu-latest
    thiell authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    a11656e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. bash completions (#563)

    * CLI/Nodeset: add --completion command (#563)
    
    Special command for bash completion that lists group sources, groups in
    current source and nodes from groups passed as argument:
    
    cluset --completion [-s source] [groups]
    
    Example:
    
    cluset --completion @*
    
    Part of #563.
    
    * tests: add basic tests for cluset --completion (#563)
    
    Part of #563.
    
    * bash completions for clush and cluset (#563)
    
    Provide bash completion scripts for clush and cluset/nodeset to
    autocomplete group sources, groups and "all" nodes from the
    default or selected source.
    
    Part of #563.
    
    * packaging: add bash_completion.d/* (#563)
    
    Part of #563.
    
    ---------
    
    Co-authored-by: Stephane Thiell <sthiell@stanford.edu>
    martinetd and thiell authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    45a2357 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Configuration menu
    Copy the full SHA
    5c4e508 View commit details
    Browse the repository at this point in the history
  2. Bump pillow from 5.4.1 to 10.3.0 in /doc/sphinx (#576)

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 10.3.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@5.4.1...10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    5c3dccc View commit details
    Browse the repository at this point in the history
Loading