-
Notifications
You must be signed in to change notification settings - Fork 8
Pre-release 3.7.0 #104
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
Merged
Pre-release 3.7.0 #104
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
333c6e9
Extend InLimit api
jinmannwong a7c929e
isort
jinmannwong e48afe3
Add RepeatDateTimeList
gmertes f2a68df
self.values -> self.value
gmertes 8c6f6f9
Export RepeatDateList in the pyflow module
marcosbento 20c9664
Add missing `values` property
marcosbento 05b6221
Add basic test to construct RepeatDateTimeList attributes
marcosbento 8b1efc5
Safeguard against invalid RepeatDateTimeList values
marcosbento 625cfc2
Update docstring regarding the use of truncated datetime strings as v…
marcosbento d87d0cd
Allow taking datetime.date objects in as values
marcosbento 7f54de6
Correct formatting issues
marcosbento 3f0ded6
Update docs to include RepeatDateTime/List attributes
marcosbento eb5ee04
Install the latest sources when generating docs
marcosbento 0cb724b
Use pull_request_target when triggering docs build
marcosbento ccec672
Decorate RepeatDateTimeList with `supported('<version-specifier-set>')`
marcosbento 6d31b3d
add pre-commit config to antecipate ci qa runs
colonesej b11edec
update config options
colonesej a706ceb
update building machine name for rtd
colonesej 4cce674
fix and sync docs ci builds
colonesej d0fe3e1
Remove duplication check
jinmannwong d992e1c
expose ERROR arguments that can be used in conditional hook/cleanup u…
colonesej a59953a
pass on right arguments and return codes in error
colonesej 9441095
allow exit_hook as pyflow.Script objects
colonesej 9b8158c
ensure new variables are covered in tests
colonesej 59e3609
exit hook script allow duplicated lines.
colonesej 97fdc91
ignore qa
colonesej 7015e91
fix: typo in docstrings
colonesej 37550bc
fix: explicit about supported types in error message
colonesej fce39a9
pin external action SHA
colonesej 333cc73
include static and class methods in wrapped context
colonesej 13911f6
ensure asserts are not just strings
colonesej 62c1d99
raise supported python version
colonesej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| repos: | ||
| - repo: https://github.com/pycqa/isort | ||
| rev: 8.0.1 | ||
| hooks: | ||
| - id: isort | ||
| name: ci qa isort --check | ||
| args: ["--check-only", "."] | ||
| pass_filenames: false | ||
| require_serial: true | ||
|
|
||
| - repo: https://github.com/psf/black | ||
| rev: 26.5.1 | ||
| hooks: | ||
| - id: black | ||
| name: ci qa black --check | ||
| args: ["--check", "."] | ||
| pass_filenames: false | ||
| require_serial: true | ||
|
|
||
| - repo: https://github.com/pycqa/flake8 | ||
| rev: 7.3.0 | ||
| hooks: | ||
| - id: flake8 | ||
| name: ci qa flake8 | ||
| args: ["."] | ||
| pass_filenames: false | ||
| require_serial: true |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| ipykernel | ||
| nbsphinx | ||
| pypandoc_binary | ||
| sphinx-rtd-theme==0.5.2 | ||
| sphinx-copybutton==0.3.1 | ||
| sphinx-tabs | ||
| git+https://github.com/ecmwf/pyflow.git | ||
| sphinx-tabs |
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.