|
|
|
2
|
Stop sharing tree-sitter Parser instances between callers.
|
david
|
August 14th, 2026, 12:12 p.m.
|
|
|
|
|
1
|
Fix syntax highlighting for files ending in a newline.
|
david
|
August 14th, 2026, 12:10 p.m.
|
|
|
|
|
1
|
Add new global GitHub webhook view.
|
david
|
August 13th, 2026, 1:17 p.m.
|
|
|
|
|
1
|
Add some customization capability to the connect service wizard.
|
david
|
August 13th, 2026, 1:17 p.m.
|
|
|
|
|
1
|
Add GitHub App authentication.
|
david
|
August 13th, 2026, 1:16 p.m.
|
|
|
|
|
2
|
Add GitHub App data model.
|
david
|
August 13th, 2026, 1:13 p.m.
|
|
|
|
|
1
|
Allow linking into a specific page in the connect wizard.
|
david
|
August 13th, 2026, 1:12 p.m.
|
|
|
|
|
6
|
Isolate service connect UI APIs into their own object.
|
david
|
August 11th, 2026, 2:26 p.m.
|
|
|
|
|
1
|
Fix unit test failures under pytest 9.
|
david
|
August 13th, 2026, 9:23 p.m.
|
|
|
|
|
1
|
Tree Sitter: Implement the offset! and make-range! query directives.
|
david
|
August 5th, 2026, 8:45 a.m.
|
|
|
|
|
1
|
Add GitHub App connectivity.
|
david
|
June 30th, 2026, 2:54 p.m.
|
|
|
|
|
|
Add GitHub App connectivity.
|
david
|
August 13th, 2026, 1:18 p.m.
|
|
|
|
|
1
|
Add a new text field component.
|
david
|
July 30th, 2026, 1:02 p.m.
|
|
|
|
|
1
|
Add a new combo box component with auto-complete.
|
david
|
July 31st, 2026, 8:23 a.m.
|
|
|
|
|
1
|
Remove gettext incursion into Ink.
|
david
|
August 6th, 2026, 8:56 p.m.
|
|
|
|
|
1
|
Add repositories directly into the connected services list.
|
david
|
July 28th, 2026, 9:46 a.m.
|
|
|
|
|
1
|
Add connected service account "needs attention" and track GH App state.
|
david
|
July 24th, 2026, 4 p.m.
|
|
|
|
|
1
|
Fix interleaving of live output and prompts.
|
david
|
July 30th, 2026, 8:18 a.m.
|
|
|
|
|
1
|
Move interesting-lines detection into its own module.
|
david
|
July 31st, 2026, 9:29 a.m.
|
|
|
|
|
1
|
Only show the sort cursor on sortable tabular field headers.
|
david
|
July 31st, 2026, 9:33 a.m.
|
|
|
|
|
1
|
Avoid building a throwaway SSL context in the HTTPS cert handler.
|
david
|
August 4th, 2026, 1:56 p.m.
|
|
|
|
|
1
|
Add a paginator component
|
david
|
July 27th, 2026, 5:14 p.m.
|
|
|
|
|
|
Add Babel 8 compatibility.
|
david
|
July 30th, 2026, 10:42 a.m.
|
|
|
|
|
1
|
Speed up VOB tag lookups in update_from_remote.
|
david
|
July 3rd, 2026, 9:46 a.m.
|
|
|
|
|
2
|
Move `BaseWebAPITestCase._login_user` to `TestCase.login_user`.
|
david
|
July 23rd, 2026, 10:21 a.m.
|
|
|
|
|
1
|
Fix diff path generation when running inside a setview.
|
david
|
July 3rd, 2026, 9:20 a.m.
|
|
|
|
|
1
|
Allow replacing a GitHub App's private key.
|
david
|
July 28th, 2026, 8:36 a.m.
|
|
|
|
|
1
|
Add a paginator for use in unit tests.
|
david
|
July 9th, 2026, 4:29 p.m.
|
|
|
|
|
1
|
Update jenkins docs for changed fields.
|
david
|
July 21st, 2026, 8:32 a.m.
|
|
|
|
|
1
|
Guard deletion of the GitHub App record account.
|
david
|
July 23rd, 2026, 10:50 a.m.
|
|
|
|
|
|
Isolate certificate storage between HTTPS handler tests.
|
david
|
July 21st, 2026, 7:59 p.m.
|
|
|
|
|
|
Exercise the real handler chain in hosting service HTTPS tests.
|
david
|
July 21st, 2026, 8 p.m.
|
|
|
|
|
|
Don't discard an explicit SSL context for HTTPS requests.
|
david
|
July 21st, 2026, 7:58 p.m.
|
|
|
|
|
|
Wire up the target host for hosting service HTTPS requests.
|
david
|
July 21st, 2026, 7:57 p.m.
|
|
|
|
|
1
|
Implement missing piece in CertificateVerificationHTTPSHandler.
|
david
|
July 17th, 2026, 9:20 a.m.
|
|
|
|
|
1
|
Fix errors handling interdiff chunks missing line numbers on a side.
|
david
|
July 21st, 2026, 12:34 p.m.
|
|
|
|
|
1
|
Fix order-dependent admin sidebar manage-group cache tests.
|
david
|
July 21st, 2026, 8:29 a.m.
|
|
|
|
|
1
|
Add a management menu to connected service list entries.
|
david
|
July 8th, 2026, 10:25 a.m.
|
|
|
|
|
1
|
Add the new "Connected Services" page.
|
david
|
June 26th, 2026, 8:14 a.m.
|
|
|
|
|
1
|
Add the initial "Connect a service" wizard flow.
|
david
|
June 26th, 2026, 12:03 p.m.
|
|
|
|
|
1
|
Fix cert tests for Python 3.14
|
david
|
July 17th, 2026, 10 a.m.
|
|
|
|
|
1
|
Fix up all other imports, part 1.
|
david
|
June 29th, 2026, 8:34 a.m.
|
|
|
|
|
1
|
Fix drawer position on object lists in the admin with search results.
|
david
|
July 8th, 2026, 4:36 p.m.
|
|
|
|
|
1
|
Add a timeout parameter to HostingServiceHTTPRequest.open.
|
david
|
July 9th, 2026, 4:22 p.m.
|
|
|
|
|
1
|
Split up GitHub tests.
|
david
|
July 14th, 2026, 10:32 a.m.
|
|
|
|
|
1
|
Allow hosting services to define URLs for the service.
|
david
|
June 26th, 2026, 3:15 p.m.
|
|
|
|
|
1
|
Fix comment fragments on interdiffs showing only the modified side.
|
david
|
July 16th, 2026, 6:57 p.m.
|
|
|
|
|
|
Spec: bug tracker revamp
|
david
|
July 16th, 2026, 4:58 p.m.
|
|
|
|
|
|
Add an item to the connected-services menus for managing repos.
|
david
|
July 8th, 2026, 4:43 p.m.
|
|
|
|
|
|
Spec: tasks framework
|
david
|
July 12th, 2026, 2:01 p.m.
|
|