-
Notifications
You must be signed in to change notification settings - Fork 94
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
conf: change suite.rc to flow.cylc #3755
Merged
Merged
Changes from 23 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b116843
Deprecate suite.rc in favour of flow.cylc
MetRonnie 11d3c95
Wider rename of suite.rc -> flow.cylc
MetRonnie 690234f
Update syntax highlighters with flow.cylc filetype
MetRonnie dc158e8
Wider rename of suite.rc -> flow.cylc
MetRonnie 9a5260b
On run, re-register previously-run workflows that use deprecated suit…
MetRonnie a759049
Rename suiterc -> flow_file
MetRonnie b4e2847
Rename log/suiterc/ dir to log/flow-config/
MetRonnie c5fdfc2
Wider rename of suite.rc -> flow.cylc
MetRonnie db2faec
Wider rename of suite.rc -> flow.cylc
MetRonnie 60401af
Wider rename of suite.rc -> flow.cylc
MetRonnie 4fff54b
Change flow.rc -> global.cylc
MetRonnie 16b5230
Change global.rc -> global.cylc
MetRonnie e5b2c6c
Wider rename of suite.rc -> flow.cylc
MetRonnie adfb8bc
Change flow-tests.rc -> global-tests.cylc
MetRonnie 28a3c08
Merge branch 'master' into config-changes
MetRonnie 87cdd00
Wider rename of suite.rc -> flow.cylc
MetRonnie 3295a64
Change all other *.rc -> *.cylc
MetRonnie 2d9415a
Address code review
MetRonnie 399cc47
Fix `cylc validate .` when using deprecated suite.rc
MetRonnie ee666f8
Functional test for upgrading suite.rc -> flow.cylc on registration
MetRonnie e7e3756
Merge branch 'master' into config-changes
MetRonnie fe497cb
Update changelog
MetRonnie 29c61b4
Wider rename of .rc -> .cylc
MetRonnie b470c5d
Improve parse_suite_arg
MetRonnie d1d567c
Merge commit '1895c13bf8852591d0935d935d16e0b0ee363dac' into config-c…
MetRonnie a757f04
Fix code style
MetRonnie ee20de9
Address code review
MetRonnie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ __pycache__/ | |
|
||
# processed suite definitions | ||
*.rc.processed | ||
*.cylc.processed | ||
|
||
# profiling | ||
.profiling | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will need to rename the configuration file at line 37.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean
flow.rc
? Would it make sense to split that off into another PR?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, just read the PR description, I would have thought it would be easier to do both at the same time, but if you want to do it in two PRs that's ok.