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

Build test #54

Merged
merged 86 commits into from
Apr 14, 2023
Merged

Build test #54

merged 86 commits into from
Apr 14, 2023

Conversation

wxtim
Copy link
Owner

@wxtim wxtim commented Apr 14, 2023

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg and conda-environment.yml.
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

hjoliver and others added 30 commits January 9, 2023 19:46
* Aiofiles is a simple wrapper for a thread pool executor.
  We don't need a 3rd party library to do this for us.
* Closes cylc#5306
Co-authored-by: Ronnie Dutta <[email protected]>
fix to make setup.cfg work with setuptools v67.0.0
* Change `TaskProxy.tokens` to hold the absolute ID rather than the
  relative ID to make the object useful in more situations.
* Refactor the data_store_mgr interfaces to accept `Tokens` instances
  rather than raw inputs (e.g. cycle_point, task_name, etc).
* This avoids doing `Tokens(str(tokens))` when passing context into the
  data store interfaces.
* The ZMTP protocol provides robust forward & backward compatibility
  from libzmq version 3.2.2 onwards.
* Since this is the minimum version compatible with pyzmq, we can
  safely loosen this version coupling.
* For more information see the rationale in
  cylc#5311 (comment)

* Closes cylc#5272
* Closes cylc#5311
* Unblocks cylc/cylc-uiserver#411
data store: support unsatisfied ext_trigger
* Defaults can now be centrally configured in
  https://github.com/cylc/.github
* `cylc clean` has outgrown the workflow_files module somewhat.
hjoliver and others added 27 commits March 30, 2023 16:05
add instruction to report critical traceback
efficiency: pass tokens instances to get_broadcast
Convert old clock triggers to wall_clock xtriggers.
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.3...v1.8.4)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.4...v1.8.5)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…/gh-action-pypi-publish-1.8.5

Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5
Improve documentation for retrieve job logs command
This caused the same variable to be added multiple times causing
errors from clashing options.
…lobal_variables

Stop Cylc Reinstall modifying global variables
* The reload message is not applicable when using `cylc vr` because it
  does it for you.
* Closes cylc#5344
GH Actions: upload coverage to Codecov in separate job

- Reduces how hard we hit Codecov API
- Allows easy re-attempt to upload
- remove unnecessary step on MacOS
validate-reinstall: don't print reload message
play: preserve colour formatting when detaching
@wxtim wxtim changed the base branch from master to 8.1.x April 14, 2023 08:59
@wxtim wxtim merged commit 0648515 into 8.1.x Apr 14, 2023
@wxtim wxtim deleted the build-test branch April 14, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants