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

Sort cylc show task proxies #6270

Merged
merged 3 commits into from
Aug 6, 2024

Commits on Aug 2, 2024

  1. Sort taskProxies in cylc show

    It was possible for taskProxies when doing 'cylc show' to be in an odd order:
    
    Task ID: 20240728T0000Z/b
    Task ID: 20240727T0000Z/b
    Task ID: 20240729T0000Z/b
    
    After this change, they are always sorted by the ID of the task:
    
    Task ID: 20240727T0000Z/b
    Task ID: 20240728T0000Z/b
    Task ID: 20240729T0000Z/b
    ColemanTom committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2a4401c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa526dd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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