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

cylc vr #5229

Merged
Merged

Commits on Nov 24, 2022

  1. Get Template Vars from database for played workflows.

    Validation against source for installed workflows.
    wxtim committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f01657f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    a3c3ac4 View commit details
    Browse the repository at this point in the history
  2. clean integration test

    wxtim committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    757098e View commit details
    Browse the repository at this point in the history
  3. Update cylc/flow/option_parsers.py

    Co-authored-by: Oliver Sanders <[email protected]>
    wxtim and oliver-sanders authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2bd5da8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Update tests/integration/conftest.py

    Co-authored-by: Oliver Sanders <[email protected]>
    
    simplify integration tests, writing proper test harness fixtures
    
    response to review
    wxtim committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3603496 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Update CHANGES.md

    Co-authored-by: Oliver Sanders <[email protected]>
    wxtim and oliver-sanders authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    bb857d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d89fdc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. remove unwated run-mod option

    wxtim committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b224a6a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. add Cylc VRO

    wxtim committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4ce97a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. fix broken test

    wxtim committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e4eff9c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Get Template Vars from database for played workflows.

    Validation against source for installed workflows.
    
    clean integration test
    
    Update cylc/flow/option_parsers.py
    
    Co-authored-by: Oliver Sanders <[email protected]>
    
    Update tests/integration/conftest.py
    
    Co-authored-by: Oliver Sanders <[email protected]>
    
    simplify integration tests, writing proper test harness fixtures
    
    response to review
    
    response to reviews since 3603496
    
    fix load template vars
    
    put missing change back
    
    removed unwanted comment
    wxtim committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    db050a8 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ronnie Dutta <[email protected]>
    wxtim and MetRonnie authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9e429af View commit details
    Browse the repository at this point in the history
  3. Merge branch 'new_get_old_tvars_branch' into VRO_new_II

    * new_get_old_tvars_branch: (27 commits)
      Get Template Vars from database for played workflows. Validation against source for installed workflows.
      Update copyright year (cylc#5282)
      Fix test
      show: ensure stable expression output
      config: descendants list -> set (cylc#5245)
      Fix cylc-clean test
      Fix cylc-clean functional tests
      Update cylc/flow/workflow_db_mgr.py
      play: upgrade DB *after* user upgrade confirmation
      Bump dev version
      Prepare release 8.0.4
      make check for links in comments & docstrings only happen on one fast test.
      Document final try fail behaviour. (cylc#5266)
      fixup
      fixed tests
      wip
      tests/f: fix remote/09
      Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4
      completion-server: increase timeout
      fix broken test
      ...
    wxtim committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d6b7469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    696d365 View commit details
    Browse the repository at this point in the history
  5. Response to review

    wxtim committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d389fcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    444d64a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    e4245f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new_get_old_tvars_branch' into VRO_new_II

    * new_get_old_tvars_branch:
      fix to prevent fileparse asking for old tvars unless there's a db
      removed file committed by mistake
    wxtim committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    75c7666 View commit details
    Browse the repository at this point in the history
  3. rebadged vro to vr

    wxtim committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    7098d7b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. rebadged vro to vr

    Update cylc/flow/scripts/validate_reinstall.py
    
    Co-authored-by: Ronnie Dutta <[email protected]>
    
    Update CHANGES.md
    wxtim committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9ace5ae View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge branch '20221116T1324--vip&getTvars--implement_VRO' of github.c…

    …om:wxtim/cylc into VRO_new_II
    
    * '20221116T1324--vip&getTvars--implement_VRO' of github.com:wxtim/cylc:
      rebadged vro to vr
    wxtim committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a2b9e1f View commit details
    Browse the repository at this point in the history
  2. Response to review

    - Don't continue if user declines to re-install.
    - Parse ID's so that contact file is found if it exists.
    wxtim committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f31fd49 View commit details
    Browse the repository at this point in the history
  3. fix broken tests

    wxtim committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    10c2711 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Update cylc/flow/scripts/view.py

    Co-authored-by: Oliver Sanders <[email protected]>
    wxtim and oliver-sanders committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a620f92 View commit details
    Browse the repository at this point in the history
  2. response to review

    wxtim committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7f7a716 View commit details
    Browse the repository at this point in the history
  3. de-flake a test

    wxtim committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ee83acd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Update CHANGES.md

    wxtim authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4a07bf9 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.md

    wxtim authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    735f39a View commit details
    Browse the repository at this point in the history
  3. response to review

    wxtim committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a870bdb View commit details
    Browse the repository at this point in the history