Docs: add troubleshooting for Simple API JSON mirroring#2145
Docs: add troubleshooting for Simple API JSON mirroring#2145cooperlees merged 19 commits intopypa:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2145 +/- ##
==========================================
+ Coverage 79.69% 88.84% +9.14%
==========================================
Files 31 34 +3
Lines 4324 4015 -309
Branches 780 396 -384
==========================================
+ Hits 3446 3567 +121
+ Misses 721 312 -409
+ Partials 157 136 -21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cooperlees
left a comment
There was a problem hiding this comment.
Please apply changes suggested on #2144 and probably close that one
There was a problem hiding this comment.
| implements the Simple Repository API (PEP 503). This allows you to create | |
| implements the Simple Repository API (PEP 503 + 691). This allows you to create |
Bumps [s3path](https://github.com/liormizr/s3path) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/liormizr/s3path/releases) - [Commits](liormizr/s3path@0.6.4...0.6.5) --- updated-dependencies: - dependency-name: s3path dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.0. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@25.0...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cooper Lees <me@cooperlees.com>
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.2 to 7.13.3. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.2...7.13.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cooper Lees <me@cooperlees.com>
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.2 to 82.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.10.2...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cooper Lees <me@cooperlees.com>
* Build(deps): Bump boto3 from 1.42.40 to 1.42.44 Bumps [boto3](https://github.com/boto/boto3) from 1.42.40 to 1.42.44. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.40...1.42.44) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update botocore version to 1.42.44 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cooper Lees <me@cooperlees.com>
…ents, and fail-fast behavior
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
cooperlees
left a comment
There was a problem hiding this comment.
Just little cleanup then I'll merge this! Thanks for all your work.
There was a problem hiding this comment.
Can we delete this file please, we don't use this.
c582e79 to
9c884b4
Compare
|
pre-commit.ci autofix |
|
Thanks! I’ve removed the unused |
cooperlees
left a comment
There was a problem hiding this comment.
I hate to do this, but can you remove the newsfragments files please.
54024b8 to
b819516
Compare
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
cooperlees
left a comment
There was a problem hiding this comment.
Thanks for working through all the reviews! Appreciate it.
|
Thank you for the review and guidance — really appreciate it! |
Adds a troubleshooting section describing common JSON vs HTML Simple API
issues when mirroring from another mirror.
Includes:
This should help users debugging chained mirror setups.