Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
marrow
/
WebCore
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
97
Code
Issues
8
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Incorporate downstream CEGID changes.
- #202
#202
Open
amcgregor
wants to merge 36 commits into
develop
marrow/WebCore:develop
from
cegid
marrow/WebCore:cegid
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Open
Incorporate downstream CEGID changes.
#202
amcgregor
wants to merge 36 commits into
develop
marrow/WebCore:develop
from
cegid
marrow/WebCore:cegid
Copy head branch name to clipboard
Commits
Commits on Nov 24, 2022
Version pin adjustment.
Alice Zoë Bevan–McGregor
committed
4e3a018
View commit details
Copy full SHA for 4e3a018
Browse repository at this point
Commits on Nov 29, 2022
Pin greater than.
Alice Zoë Bevan–McGregor
committed
0d68aa6
View commit details
Copy full SHA for 0d68aa6
Browse repository at this point
Commits on Dec 6, 2022
Adapt (older extensions) to modern dispatch protocol.
Alice Zoë Bevan–McGregor
committed
fc6f09c
View commit details
Copy full SHA for fc6f09c
Browse repository at this point
Commits on Dec 13, 2022
Minimum Python version bump.
Alice Zoë Bevan–McGregor
committed
9fffbad
View commit details
Copy full SHA for 9fffbad
Browse repository at this point
collections->typing module movement.
Alice Zoë Bevan–McGregor
committed
28da0ef
View commit details
Copy full SHA for 28da0ef
Browse repository at this point
Commits on Dec 15, 2022
Protect ContextGroup against "protected" access, better handle default ContextGroup proxy.
Alice Zoë Bevan–McGregor
committed
e33ce1e
View commit details
Copy full SHA for e33ce1e
Browse repository at this point
Commits on Jan 12, 2023
Cleanup.
Alice Zoë Bevan–McGregor
committed
fa7ab39
View commit details
Copy full SHA for fa7ab39
Browse repository at this point
Commits on Feb 14, 2023
Correct units.
Alice Zoë Bevan–McGregor
committed
ce3bb46
View commit details
Copy full SHA for ce3bb46
Browse repository at this point
Commits on Jun 1, 2023
My kingdom for an identity check against None, not a truthy one.
Alice Zoë Bevan–McGregor
committed
d4fe108
View commit details
Copy full SHA for d4fe108
Browse repository at this point
Copyright test bump (wat) and actually testing ContextGroup as intended.
Alice Zoë Bevan–McGregor
committed
3ac86b9
View commit details
Copy full SHA for 3ac86b9
Browse repository at this point
Actually working tests.
Alice Zoë Bevan–McGregor
committed
02ac01a
View commit details
Copy full SHA for 02ac01a
Browse repository at this point
Commits on Aug 10, 2023
Add MockRequest and validate testing helpers.
amcgregor
committed
0366da9
View commit details
Copy full SHA for 0366da9
Browse repository at this point
Commits on Aug 22, 2023
More explicitly log uncaught exceptions as errors, explicitly including exception information.
amcgregor
committed
f449f5d
View commit details
Copy full SHA for f449f5d
Browse repository at this point
Commits on Aug 24, 2023
Desperation.
amcgregor
committed
d8dbbad
View commit details
Copy full SHA for d8dbbad
Browse repository at this point
Commits on Sep 5, 2023
Add Python 3 type hinting annotation helpers and status code-based internal redirection extension.
amcgregor
committed
e1eed88
View commit details
Copy full SHA for e1eed88
Browse repository at this point
Docstrings, and easier customization of normalization.
amcgregor
committed
c5013ee
View commit details
Copy full SHA for c5013ee
Browse repository at this point
Additional annotations.
amcgregor
committed
8d4fec9
View commit details
Copy full SHA for 8d4fec9
Browse repository at this point
Explicit typechecking and shuffling of type definitions.
amcgregor
committed
d5a79c2
View commit details
Copy full SHA for d5a79c2
Browse repository at this point
Proxy through __contains__ checks.
amcgregor
committed
8fa041b
View commit details
Copy full SHA for 8fa041b
Browse repository at this point
Additional armour against empty handlers.
amcgregor
committed
d0ea9c5
View commit details
Copy full SHA for d0ea9c5
Browse repository at this point
Utilize "maintenance mode" only if a handler for 503 has been defined.
amcgregor
committed
2477f65
View commit details
Copy full SHA for 2477f65
Browse repository at this point
Even more armour!
amcgregor
committed
1afbabe
View commit details
Copy full SHA for 1afbabe
Browse repository at this point
Cleanup.
amcgregor
committed
ca41a88
View commit details
Copy full SHA for ca41a88
Browse repository at this point
Impossible word wrapping, mapping length proxy.
amcgregor
committed
c8c042a
View commit details
Copy full SHA for c8c042a
Browse repository at this point
Initial WIP tests for status code handlers.
amcgregor
committed
a67ddd3
View commit details
Copy full SHA for a67ddd3
Browse repository at this point
Test both registered cases.
amcgregor
committed
d49ce5c
View commit details
Copy full SHA for d49ce5c
Browse repository at this point
Commits on Sep 7, 2023
Expand StatusLike to encompass strings.
Show description for 218c998
amcgregor
committed
218c998
View commit details
Copy full SHA for 218c998
Browse repository at this point
Explicitly warn if maintenance mode is enabled w/o maintenance handler.
amcgregor
committed
dc44942
View commit details
Copy full SHA for dc44942
Browse repository at this point
Calculate maintenance status once, not twice.
amcgregor
committed
8674319
View commit details
Copy full SHA for 8674319
Browse repository at this point
Add note about WSGIWriter return…
amcgregor
committed
cd682da
View commit details
Copy full SHA for cd682da
Browse repository at this point
Additional comments, incorporate function as classmethod.
amcgregor
committed
7eb27be
View commit details
Copy full SHA for 7eb27be
Browse repository at this point
Commits on Nov 2, 2023
Add Python 3 asynchronous execution support extension.
amcgregor
committed
fe71834
View commit details
Copy full SHA for fe71834
Browse repository at this point
Populate application-scope local context in async thread, better handle thread startup.
amcgregor
committed
0bacd0b
View commit details
Copy full SHA for 0bacd0b
Browse repository at this point
Commits on Feb 6, 2024
Initial import of WebCore TestingContext fixture.
amcgregor
committed
554ac89
View commit details
Copy full SHA for 554ac89
Browse repository at this point
Test fixture refinement.
amcgregor
committed
7da0a78
View commit details
Copy full SHA for 7da0a78
Browse repository at this point
Commits on Jan 18, 2025
Merge branch 'develop' into cegid
amcgregor
authored
9008a10
View commit details
Copy full SHA for 9008a10
Browse repository at this point
You can’t perform that action at this time.