-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add sitemap support #18407
Add sitemap support #18407
Conversation
Codecov Report
@@ Coverage Diff @@
## main #18407 +/- ##
==========================================
+ Coverage 45.61% 46.00% +0.38%
==========================================
Files 842 842
Lines 93192 93267 +75
==========================================
+ Hits 42506 42903 +397
+ Misses 43907 43556 -351
- Partials 6779 6808 +29
Continue to review full report at Codecov.
|
Cleaned up a bit :) |
Marking this as draft, it seems Google doesn't support nested sitemap indexes, I'll have to rewrite this. |
All done, defaulting to the (spec limit) of 50k URLs per sitemap, wasn't sure whether to add another configuration value just for this. |
All done! |
please do not force-push or squash, it will make review easyer & in the end it always get squash-merged 👍 |
Co-authored-by: 6543 <6543@obermui.de>
Any updates on this? I would really like to have sitemaps available. Thanks |
Co-authored-by: Gusted <williamzijl7@hotmail.com>
🚀 |
* giteaofficial/main: Use neutral language in comments and docs (go-gitea#20135) Fix remove file on initial comment (go-gitea#20127) Add doctor command to write commit-graphs (go-gitea#20007) Add sitemap support (go-gitea#18407) Use new config options (go-gitea#20125) Remove depricated queue indexer usage (go-gitea#20124) Disable status checks in template if none found (go-gitea#20088) Fix typos related to ErrTaskDoesNotExist error (go-gitea#20118)
Ayy, thanks for merging 🎉 |
We don't backport features. |
Ah well, guess I'll wait for 1.18 :) |
Fixes #11429.
This is my first time working with the codebase, I realize my approach may have been a a bit non-uniform at times, I'm open to suggestions!