pullrequests Search Results · language:Edge language:Python language:PHP language:HTML language:Python language:PHP language:Java
Filter by
17.6M results
Automated test pull request
Automated test pull request
31-05-2026 Automated update of domains_all.lst, ipsum.lst, and ooni_domains.lst.
$(cat EOF
Summary
- Reorganized all bot files into proper folder structure (core/, cogs/, tests/)
- Reverted all UI from Components V2 back to discord.Embed + discord.ui.View
- Implemented every ...
Summary
Finishes the open wave-5 cleanup follow-up for discover.html (the favicon gap noted in #282/#283).
discover.html was missing two standard head elements that every other page has:
- link rel= ...
31-05-2026 Automated update of domains_all.lst, ipsum.lst, and ooni_domains.lst.
This PR proposes auto-heal remediations based on policy and score history.
- Generated by scripts/auto_heal.py
- Please review manifests under ops/autoheal/
- Merging will trigger enforcement via ...
auto-heal
Why
Founder request: add a footer attribution link «Сделано на Самосайте» → samosite.online on the milreview content site.
What
- Footer base (_layout.html.j2) now carries a plain a class= made-on ...
Summary
Builds the UI surface s topic-input page (PRD §6): a small FastAPI app that serves a clean, accessible static frontend.
The user enters a topic and starts a debate from the UI.
- create_app() ...