Show patches with: Archived = No       |   2526 patches
« 1 2 ... 3 4 525 26 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/3] fields: Move all custom fields to specific file - - - - --- 2016-03-11 Stephen Finucane Superseded
[2/3] tests: Add sanity test for HashField - - - - --- 2016-03-11 Stephen Finucane Superseded
[3/3] fields: Simplify HashField - - - - --- 2016-03-11 Stephen Finucane Superseded
[v2,1/3] utils: Rework how notifications are selected - - - - --- 2016-03-13 Stephen Finucane Superseded
[v2,2/3] models: Split Patch into two models - - - - --- 2016-03-13 Stephen Finucane Superseded
[v2,3/3] models: Add Cover Letter support - - - - --- 2016-03-13 Stephen Finucane Superseded
migrations: Optimize 0007 patch comment for psql - - 1 - --- 2016-03-17 Andy Doan Superseded
[1/3] utils: Rework how notifications are selected - - - - --- 2016-03-21 Stephen Finucane Superseded
[2/3] models: Split Patch into two models - - - - --- 2016-03-21 Stephen Finucane Superseded
[3/3] models: Add Cover Letter support - - - - --- 2016-03-21 Stephen Finucane Superseded
[1/2] settings: Disable Debug Toolbar for all Django<1.7 - - - - --- 2016-03-23 Stephen Finucane Superseded
[2/2] settings: Use explicit setup for the Debug Toolbar - - - - --- 2016-03-23 Stephen Finucane Superseded
[15/15] requirements: Update Django to 1.9 - - - - --- 2016-03-24 Stephen Finucane Superseded
[1/4] models: Add missing unicode decorator - - - - --- 2016-03-25 Stephen Finucane Superseded
[2/4] models: Use non-null slugs for 'Check.name' - - - - --- 2016-03-25 Stephen Finucane Superseded
[3/4] models: Return string from 'combined_check_status' - - - - --- 2016-03-25 Stephen Finucane Superseded
[4/4] models: Return QuerySet from 'Patch.checks' - - - - --- 2016-03-25 Stephen Finucane Superseded
[v2,2/6] models: Use non-null slugs for 'Check.name' - - - - --- 2016-03-25 Stephen Finucane Superseded
[v2,3/6] models: Return string from 'combined_check_status' - - - - --- 2016-03-25 Stephen Finucane Superseded
[v2,4/6] models: Return QuerySet from 'Patch.checks' - - - - --- 2016-03-25 Stephen Finucane Superseded
[v2,5/6] models: Don't group checks with different owners - - - - --- 2016-03-25 Stephen Finucane Superseded
[v2,6/6] templates: Display '[owner]/[context]' for checks - - - - --- 2016-03-25 Stephen Finucane Superseded
[v2,01/11] views: Integrate cover letter support - - 1 - --- 2016-04-01 Stephen Finucane Superseded
[v2,02/11] parsemail: Extract prefixes from subject - - - - --- 2016-04-01 Stephen Finucane Superseded
[v2,03/11] parsemail: Parse series markers e.g. "1/12" - - - - --- 2016-04-01 Stephen Finucane Superseded
[v2,04/11] parsemail: Extract building the list of mail references - - - - --- 2016-04-01 Stephen Finucane Superseded
[v2,05/11] parsemail: Flatten 'try_decode' method - - 1 - --- 2016-04-01 Stephen Finucane Superseded
[v2,06/11] parsemail: Restructure 'parse_content' - - 1 - --- 2016-04-01 Stephen Finucane Superseded
[v2,07/11] parsemail: Use consistent 'find_' format - - 1 - --- 2016-04-01 Stephen Finucane Superseded
[v2,08/11] parsemail: Be consistent in variable naming - - 1 - --- 2016-04-01 Stephen Finucane Superseded
[v2,09/11] parsemail: Add cover letter parsing - - - - --- 2016-04-01 Stephen Finucane Superseded
[v2,10/11] parsemail: Handle cover letters sent in reply - - - - --- 2016-04-01 Stephen Finucane Superseded
[v2,11/11] parsemail: Always update Person.email - - 1 - --- 2016-04-01 Stephen Finucane Superseded
[RFC,1/3] models: Convert functions to properties - - - - --- 2016-04-01 Stephen Finucane Superseded
[RFC,2/3] models: Add series-related properties to models - - - - --- 2016-04-01 Stephen Finucane Superseded
[RFC,3/3] models: Add 'Series' model and related models - - - - --- 2016-04-01 Stephen Finucane Superseded
settings: Remove hard coded login url value - - - - --- 2016-04-08 Stephen Finucane Superseded
[RFC,01/11] docs: Add prototype API specification - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,02/11] REST: Add base configuration hooks for a REST API - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,03/11] REST: Add Projects to the API - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,04/11] REST: Introduce some helper code - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,05/11] REST: Add Persons to the API - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,06/11] REST: Add Patches to the API - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,07/11] REST: Add Patch Checks to the API - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,08/11] REST: Add Patch mbox to the API - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,09/11] REST: Add query parameters to filter patches by - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,10/11] REST: Allow projects to be retrieved by linkname - - - - --- 2016-04-15 Andy Doan Superseded
[RFC,11/11] REST: Add States to the API - - - - --- 2016-04-15 Andy Doan Superseded
[PATCHv2,01/10] docs: Add prototype API specification - - - - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,02/10] REST: Add base configuration hooks for a REST API - - 1 - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,03/10] REST: Add Projects to the API - - 1 - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,04/10] REST: Add Persons to the API - - - - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,05/10] REST: Add Patches to the API - - - - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,06/10] REST: Add Patch Checks to the API - - - - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,07/10] REST: Add Patch.mbox_url - - 1 - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,08/10] REST API: make patch.state a string rather than int - - - - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,09/10] REST: Add query parameters to filter patches by - - - - --- 2016-05-10 Andy Doan Superseded
[PATCHv2,10/10] REST: Allow projects to be retrieved by linkname - - 1 - --- 2016-05-10 Andy Doan Superseded
[v3,01/10] docs: Add prototype API specification - - - - --- 2016-05-19 Andy Doan Superseded
[v3,02/10] REST: Add base configuration hooks for a REST API - - 1 - --- 2016-05-19 Andy Doan Superseded
[v3,03/10] REST: Add Projects to the API - - 2 - --- 2016-05-19 Andy Doan Superseded
[v3,04/10] REST: Add Persons to the API - - - - --- 2016-05-19 Andy Doan Superseded
[v3,05/10] REST: Add Patches to the API - - - - --- 2016-05-19 Andy Doan Superseded
[v3,06/10] REST: Add Patch Checks to the API - - - - --- 2016-05-19 Andy Doan Superseded
[v3,07/10] REST: Add Patch.mbox_url - - 1 - --- 2016-05-19 Andy Doan Superseded
[v3,08/10] REST API: make patch.state a string rather than int - - 1 - --- 2016-05-19 Andy Doan Superseded
[v3,09/10] REST API: expose patch.checks - - - - --- 2016-05-19 Andy Doan Superseded
[v3,10/10] REST: Allow projects to be retrieved by linkname - - 2 - --- 2016-05-19 Andy Doan Superseded
[v4,01/10] docs: Add prototype API specification - - - - --- 2016-05-20 Andy Doan Superseded
[v4,02/10] REST: Add base configuration hooks for a REST API - - 1 - --- 2016-05-20 Andy Doan Superseded
[v4,03/10] REST: Add Projects to the API - - 1 - --- 2016-05-20 Andy Doan Superseded
[v4,04/10] REST: Add Persons to the API - - 1 - --- 2016-05-20 Andy Doan Superseded
[v4,05/10] REST: Add Users to the API - - - - --- 2016-05-20 Andy Doan Superseded
[v4,06/10] REST: Add Patches to the API - - - - --- 2016-05-20 Andy Doan Superseded
[v4,07/10] REST: Add Patch Checks to the API - - - - --- 2016-05-20 Andy Doan Superseded
[v4,08/10] REST: Add Patch.mbox_url - - 1 - --- 2016-05-20 Andy Doan Superseded
[v4,09/10] REST API: expose patch.checks - - 1 - --- 2016-05-20 Andy Doan Superseded
[v4,10/10] REST: Allow projects to be retrieved by linkname - - 1 - --- 2016-05-20 Andy Doan Superseded
[v5,01/10] docs: Add prototype API specification - - - - --- 2016-05-27 Andy Doan Superseded
[v5,02/10] REST: Add base configuration hooks for a REST API - - 1 - --- 2016-05-27 Andy Doan Superseded
[v5,03/10] REST: Add Projects to the API - - 1 - --- 2016-05-27 Andy Doan Superseded
[v5,04/10] REST: Add Persons to the API - - 1 - --- 2016-05-27 Andy Doan Superseded
[v5,05/10] REST: Add Users to the API - - 2 - --- 2016-05-27 Andy Doan Superseded
[v5,06/10] REST: Add Patches to the API - - - - --- 2016-05-27 Andy Doan Superseded
[v5,07/10] REST: Add Patch Checks to the API - - - - --- 2016-05-27 Andy Doan Superseded
[v5,08/10] REST: Add Patch.mbox_url - - 1 - --- 2016-05-27 Andy Doan Superseded
[v5,09/10] REST API: expose patch.checks - - 1 - --- 2016-05-27 Andy Doan Superseded
[v5,10/10] REST: Allow projects to be retrieved by linkname - - 1 - --- 2016-05-27 Andy Doan Superseded
[01/10] models: Convert functions to properties - - 1 - --- 2016-06-13 Stephen Finucane Superseded
[02/10] models: Add 'Series' model and related models - - - - --- 2016-06-13 Stephen Finucane Superseded
[03/10] parsemail: Add series parsing - - - 1 --- 2016-06-13 Stephen Finucane Superseded
[04/10] parsemail: Handle 'xxx (v2)' style messages - - 1 - --- 2016-06-13 Stephen Finucane Superseded
[05/10] parsemail: Handle series sent "in-reply-to" - - - - --- 2016-06-13 Stephen Finucane Superseded
[06/10] templates: Generate and use a "handle" - - 1 - --- 2016-06-13 Stephen Finucane Superseded
[07/10] templates: Integrate series support - - 1 - --- 2016-06-13 Stephen Finucane Superseded
[08/10] templates: Integrate series view into patches - - 1 - --- 2016-06-13 Stephen Finucane Superseded
[09/10] parsemail: Implement series linking - - 1 - --- 2016-06-13 Stephen Finucane Superseded
[10/10] models: Enable "auto-completion" of series patches - - - - --- 2016-06-13 Stephen Finucane Superseded
[24/25] tests: Remove 'defaults' class - - 1 - --- 2016-06-23 Stephen Finucane Superseded
[25/25] tests: Remove 'default_states' fixture requirement - - 1 - --- 2016-06-23 Stephen Finucane Superseded
« 1 2 ... 3 4 525 26 »