Skip to content

Update web_advanced docs #11347

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
merged 5 commits into from
Jul 27, 2025

Conversation

Cycloctane
Copy link
Member

@Cycloctane Cycloctane commented Jul 27, 2025

What do these changes do?

Some contents in Web Server Advanced docs are outdated.

  • start command no longer exists in aiohttp-devtools.
  • third-party library aiohttp-swagger seems not maintained and has unsolved issues.

This pr removes above contents.

Are there changes in behavior for the user?

Is it a substantial burden for the maintainers to support this?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
  • Add a new news fragment into the CHANGES/ folder

Copy link

codspeed-hq bot commented Jul 27, 2025

CodSpeed Performance Report

Merging #11347 will not alter performance

Comparing Cycloctane:docs_update_web_advanced (19ea103) with master (9116457)

Summary

✅ 59 untouched benchmarks

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Jul 27, 2025
@Dreamsorcerer
Copy link
Member

Yeah, I removed the start command as it was basically just trying to do what create-aio-app does. Once I get around to giving create-aio-app some updates, we can link that project here instead.

@Dreamsorcerer Dreamsorcerer added backport-3.12 Trigger automatic backporting to the 3.12 release branch by Patchback robot backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot labels Jul 27, 2025
Copy link

codecov bot commented Jul 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.76%. Comparing base (8afdc4d) to head (19ea103).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11347   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files         129      129           
  Lines       43374    43375    +1     
  Branches     2323     2323           
=======================================
+ Hits        42837    42838    +1     
  Misses        383      383           
  Partials      154      154           
Flag Coverage Δ
CI-GHA 98.64% <ø> (+<0.01%) ⬆️
OS-Linux 98.38% <ø> (+<0.01%) ⬆️
OS-Windows 96.81% <ø> (+<0.01%) ⬆️
OS-macOS 97.69% <ø> (+<0.01%) ⬆️
Py-3.10.11 97.33% <ø> (-0.01%) ⬇️
Py-3.10.18 97.73% <ø> (+<0.01%) ⬆️
Py-3.11.13 97.92% <ø> (-0.01%) ⬇️
Py-3.11.9 97.52% <ø> (-0.01%) ⬇️
Py-3.12.10 97.62% <ø> (-0.02%) ⬇️
Py-3.12.11 98.02% <ø> (-0.01%) ⬇️
Py-3.13.3 ?
Py-3.13.5 98.28% <ø> (?)
Py-3.9.13 97.22% <ø> (+<0.01%) ⬆️
Py-3.9.23 97.61% <ø> (+<0.01%) ⬆️
Py-pypy7.3.16 94.51% <ø> (-0.25%) ⬇️
VM-macos 97.69% <ø> (+<0.01%) ⬆️
VM-ubuntu 98.38% <ø> (+<0.01%) ⬆️
VM-windows 96.81% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dreamsorcerer Dreamsorcerer merged commit eac0ef9 into aio-libs:master Jul 27, 2025
40 of 41 checks passed
Copy link
Contributor

patchback bot commented Jul 27, 2025

Backport to 3.12: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.12/eac0ef9291fe34912809619086fe4e6c859e2cc7/pr-11347

Backported as #11348

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Jul 27, 2025
(cherry picked from commit eac0ef9)
Copy link
Contributor

patchback bot commented Jul 27, 2025

Backport to 3.13: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.13/eac0ef9291fe34912809619086fe4e6c859e2cc7/pr-11347

Backported as #11349

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Jul 27, 2025
(cherry picked from commit eac0ef9)
Dreamsorcerer pushed a commit that referenced this pull request Jul 27, 2025
**This is a backport of PR #11347 as merged into master
(eac0ef9).**

Co-authored-by: Cycloctane <[email protected]>
Dreamsorcerer pushed a commit that referenced this pull request Jul 27, 2025
**This is a backport of PR #11347 as merged into master
(eac0ef9).**

Co-authored-by: Cycloctane <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3.12 Trigger automatic backporting to the 3.12 release branch by Patchback robot backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants