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

Fix job array display. #1723

Draft
wants to merge 11 commits into
base: xdmod11.0
Choose a base branch
from
Draft

Commits on May 22, 2023

  1. Fix job array display.

    The current code has incomplete support for job arrays - only the
    primary job identifier is shown. This change adds a new internal parameter
    called provider_job_id which contains the `job index` for non-array
    jobs and the `base_job_index[array_index]` for array jobs.
    
    There is a corresponding pull request for the xmdod-supremm module
    and for the xdmod-xsede module that should all be merged at the same
    time.
    jpwhite4 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    fde59ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85f3cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49d0c7e View commit details
    Browse the repository at this point in the history
  4. Fixes for warnings generated with the supremm module tests

    The xdmod-supremm module build has been updated to check for
    errors/warnings. Needless to say I found some.
    
    The default value for the font size must be a numeric string - and
    not a text string.
    
    Add some checks for data validity and hoy out an execption if the
    checks fail.
    jpwhite4 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    43a4400 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4c1450 View commit details
    Browse the repository at this point in the history
  6. Found another one

    jpwhite4 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    baa51c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    21e8412 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    jpwhite4 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    df80be3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. update test aritfacts

    jpwhite4 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4b7dd11 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    e3f8208 View commit details
    Browse the repository at this point in the history
  2. Update regression tests.

    jpwhite4 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4f06772 View commit details
    Browse the repository at this point in the history