Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-linkchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
args: |
--verbose
--max-concurrency 1
--accept 301,302,307,308
--accept 100..=103,200..=299,301,302,307,308
Comment thread
pp-mo marked this conversation as resolved.
'./docs/**/*.rst'
'./docs/**/*.inc'
'./lib/**/*.py'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This document explains the changes made to Iris for this release
Zizmor's recommendations to harden the workflows. (:pull:`7138`)

#. `@trexfeathers` set the link checking workflow to accept redirect HTTP codes, as
the reports were getting too noisy. (:pull:`7148`)
the reports were getting too noisy. (:pull:`7148`, :pull:`7165`)

#. `@HGWright`_ changed the default of the private switch :obj:`~iris.loading._LAZY_DERIVED_LOADING` (formerly `.CONCRETE_DERIVED_LOADING`)
for controlling laziness of coordinates from pp loading, now the switch must be set to True for lazy loading to be enabled.
Expand Down
Loading