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

🤖 Merge 1.5.x-sync into master #623

Merged
merged 6 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
run: mypy

- name: Check changelog
if: startsWith(matrix.os, 'ubuntu')
run: towncrier build --draft
uses: cylc/release-actions/towncrier-draft@v1

- name: Test
run: pytest
Expand Down
1 change: 1 addition & 0 deletions changes.d/607.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Log any errors when trying to list the workflow/job log files in the UI.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ template = "changes.d/changelog-template.jinja"
underlines = ["", "", ""]
title_format = "## cylc-uiserver-{version} (Released {project_date})"
issue_format = "[#{issue}](https://github.com/cylc/cylc-uiserver/pull/{issue})"
ignore = ["changelog-template.jinja"]

# These changelog sections will be shown in the defined order:
[[tool.towncrier.type]]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tests =
pytest-tornasync>=0.5.0
# https://github.com/pytest-dev/pytest/issues/12263
pytest>=6,<8.2
towncrier>=23
towncrier>=24.7.0
types-setuptools
types-requests>2
all =
Expand Down
Loading