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

consolidate: purge jobids without files before starting the consolidation #1107

Merged
merged 7 commits into from Mar 9, 2022

Commits on Mar 8, 2022

  1. postgresql: print PQerrorMessage()

    in case of PGRES_FATAL_ERROR
    pstorz committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8e01d55 View commit details
    Browse the repository at this point in the history
  2. systemtests: ai-consolidate-test purge empty jobs

    Verify that empty jobs are purged before consolidation starts.
    pstorz committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cc57f79 View commit details
    Browse the repository at this point in the history
  3. cats: refactor functionality from UA to DB

    This patch refactors functions to purge files and jobs and to upgrade
    copy jobs to backup jobs so they can be called without an UaContext.
    arogge authored and pstorz committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b948dcd View commit details
    Browse the repository at this point in the history
  4. dird: purge empty jobs as part of consolidation

    Previously empty jobs (i.e. those with JobFiles == 0) were left
    untouched by consolidation. This change now adds functionality that will
    identify these jobs and purge them so the result looks like they had
    been consolidated, too.
    pstorz committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cdf1ec1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dea12b2 View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG.md

    pstorz committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d12739a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c9f518 View commit details
    Browse the repository at this point in the history