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
* don't require typed confirmation for defer/requestmoreinfo
* make the requestmoreinfo box a bit larger by default
* refactor admin organization-application tests
* implement "Turbo Mode" for organization application reviews
* add a helper to dump in a common template
* add a copy-helper in approve/decline modal
* add link checking via camo to the application detail page
* add some demo organization applications
* hide the text for the request more info template
INSERT INTOpublic.organization_applications (id, name, display_name, orgtype, link_url, description, submitted_by_id, submitted, organization_id, status, updated) VALUES ('b41ffac5-b109-40e3-80c3-25511ff6639a', 'wftda', 'Women''s Flat Track Derby Association', 'Community', 'https://wftda.com', 'International governing body for the sport of women''s flat track roller derby.', 'd26ebd95-4d49-4534-ae6e-69b3bce9721c', '2025-04-01 12:06:57.091198', NULL, 'submitted', NULL);
83
+
INSERT INTOpublic.organization_applications (id, name, display_name, orgtype, link_url, description, submitted_by_id, submitted, organization_id, status, updated) VALUES ('541ccd87-809e-43f2-9b09-4b7e4151abea', 'pypa', 'Python Packaging Authority', 'Community', 'https://pypa.io/', 'The Python Packaging Authority (PyPA) is a working group that maintains a core set of software projects used in Python packaging.', 'd8f60fd2-79a7-47a6-82a2-fdbd12af2cab', '2025-04-01 12:07:56.743806', NULL, 'submitted', NULL);
0 commit comments