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

Rewrite ERP with SystemTestsCompareTwo #1855

Merged
merged 14 commits into from
Aug 31, 2017

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    0ad67d9 View commit details
    Browse the repository at this point in the history
  2. Separate archiving of hist files from archiving of rest files

    This is needed to archive hist files if there are no rest files.
    
    This will also facilitate a later refactoring
    billsacks committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    a7d98bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6151055 View commit details
    Browse the repository at this point in the history
  4. Reverse date/component loop nesting for archiving restarts

    This is needed for my next refactor step
    billsacks committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    8a58885 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14a0081 View commit details
    Browse the repository at this point in the history
  6. Pass in archive_restdir rather than setting it inline

    This is needed to support the ability to copy restarts to some other
    location
    billsacks committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    389d349 View commit details
    Browse the repository at this point in the history
  7. Make a public function, archive_last_restarts

    Also extracted some other functions to support this
    billsacks committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    4f37e40 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Allow linking rather than copying last restarts

    Also rename _archive_restarts_comp_date to _archive_restarts_date_comp,
    for more symmetry with _archive_restarts_date
    billsacks committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    53993fe View commit details
    Browse the repository at this point in the history
  2. mv erp test to compare two

    jedwards4b authored and billsacks committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    b333156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47ae582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62b6650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8394a4 View commit details
    Browse the repository at this point in the history
  6. fix pylint issue

    jedwards4b committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    4ed1c91 View commit details
    Browse the repository at this point in the history
  7. reponse to review

    jedwards4b committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    c0fc98a View commit details
    Browse the repository at this point in the history