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
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
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 }}
RaspberryPiFoundation
/
editor-api
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
25
Code
Issues
1
Pull requests
6
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
create and read ownership transfer
- #1017
#1017
Open
DNR500
wants to merge 19 commits into
main
RaspberryPiFoundation/editor-api:main
from
create-and-get-ownership-transfer
RaspberryPiFoundation/editor-api:create-and-get-ownership-transfer
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
create and read ownership transfer
#1017
DNR500
wants to merge 19 commits into
main
RaspberryPiFoundation/editor-api:main
from
create-and-get-ownership-transfer
RaspberryPiFoundation/editor-api:create-and-get-ownership-transfer
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
add nominee, requester and status columns to ownership transfers
cocomarine
committed
3b9af1b
View commit details
Copy full SHA for 3b9af1b
Browse repository at this point
Revert "add nominee, requester and status columns to ownership transfers"
Show description for 768f133
cocomarine
committed
768f133
View commit details
Copy full SHA for 768f133
Browse repository at this point
add string enum status, nominee and requester to ownership_transfers table
cocomarine
committed
e8eceae
View commit details
Copy full SHA for e8eceae
Browse repository at this point
update owner transfer model, factory and test
cocomarine
committed
3aa9ec6
View commit details
Copy full SHA for 3aa9ec6
Browse repository at this point
add has many association to school
cocomarine
committed
08ace96
View commit details
Copy full SHA for 08ace96
Browse repository at this point
redo migration with updated status default
cocomarine
committed
521a896
View commit details
Copy full SHA for 521a896
Browse repository at this point
update models and test with status default pending and simplify nominated_user logic
cocomarine
committed
9649cac
View commit details
Copy full SHA for 9649cac
Browse repository at this point
fix: prevent concurrent pending ownership transfers for a school
DNR500
committed
be71d4b
View commit details
Copy full SHA for be71d4b
Browse repository at this point
feat: add endpoint to create a school ownership transfer
DNR500
committed
3d7abd2
View commit details
Copy full SHA for 3d7abd2
Browse repository at this point
feat: add endpoint to view a school's ownership transfer status
DNR500
committed
dc71508
View commit details
Copy full SHA for dc71508
Browse repository at this point
fix: use a nominee with a real role in the ownership mailer spec
DNR500
committed
b611bf5
View commit details
Copy full SHA for b611bf5
Browse repository at this point
feat: show the transfer's actual status instead of hiding non-pending ones
DNR500
committed
69a8eed
View commit details
Copy full SHA for 69a8eed
Browse repository at this point
Commits on Sep 18, 2026
Merge branch 'main' into create-and-get-ownership-transfer
DNR500
committed
93d088a
View commit details
Copy full SHA for 93d088a
Browse repository at this point
fix: guard against an uninitialized response in OwnershipTransfer::Create
Show description for f9361f2
DNR500
committed
f9361f2
View commit details
Copy full SHA for f9361f2
Browse repository at this point
fix: return the friendly duplicate-transfer message on a concurrent race
Show description for f186480
DNR500
committed
f186480
View commit details
Copy full SHA for f186480
Browse repository at this point
refactor: extract the nominee role-eligibility check onto School
Show description for bd2893f
DNR500
committed
bd2893f
View commit details
Copy full SHA for bd2893f
Browse repository at this point
test: assert the create endpoint's 422 error response body
Show description for e9ecd30
DNR500
committed
e9ecd30
View commit details
Copy full SHA for e9ecd30
Browse repository at this point
fix: stop leaking exception details in the create error response
DNR500
committed
3ae080a
View commit details
Copy full SHA for 3ae080a
Browse repository at this point
fix: stop masking the nominee-role error behind an email format error
DNR500
committed
2472932
View commit details
Copy full SHA for 2472932
Browse repository at this point
You can’t perform that action at this time.