aboutsummaryrefslogtreecommitdiffstats
path: root/patchwork
AgeCommit message (Expand)Author
2019-07-09States with names containing special characters are not correctly escapedHEADproductionmasterAndrew Donnellan
2017-09-07patchwork/templates/patchwork/series.html: Add link columnJose Lamego
2017-09-06parsemail: keep branch name in subject for seriesJose Lamego
2017-07-03pwclient: encode patch info output to utf-8Jose Lamego
2017-06-20pwclient: upgrade to latest versionJose Lamego
2017-06-14pwclient: catch patch_get_by_hash exceptionJose Lamego
2017-05-04models.py: Improve Series naming when no cover letter is providedJose Lamego
2017-04-06parsemail.py: Improve clean_subject functionJose Lamego
2017-04-06parsemail.py: Improve find_series_for_mailJose Lamego
2017-03-28parsemail.py: Improve status-change-through-emailJose Lamego
2017-03-27pagination.html: Add archive parameter to linksJose Lamego
2017-03-27patchwork/paginator.py: Add archive parameterJose Lamego
2017-03-09series.py: return bundle objects only when authenticatedJose Lamego
2017-03-08series.html: add series tests results section in viewJose Lamego
2017-02-28patch-list: call tablecheckbox plugin from patch-listJose Lamego
2017-02-27series.html: add patch and bundle edition forms and checkboxesJose Lamego
2017-02-27series.py: add patch and bundle edition actions to viewJose Lamego
2017-02-22parsemail: Fix typo at prefix-compile statementJose Lamego
2017-02-21views/series: fix syntax at import statementLeonardo Sandoval
2017-02-10parsemail: Split PATCH prefix if not singleJose Lamego
2017-02-10parsemail: Process email with duplicated message-idJose Lamego
2017-02-10series.py: Add POST callJose Lamego
2017-01-25parsemail.py: Check if author.user profile existsJose Lamego
2017-01-24parsemail: Set patch state from email metadataJose Lamego
2017-01-16series.html: Include toggle_headers scriptJose Lamego
2017-01-16parsemail.py: Improve new patch filteringJose Lamego
2017-01-06patchwork/templates/patchwork/series: Improve series viewJose Lamego
2016-12-07patchwork.models: Include first patch's name in series nameJose Lamego
2016-11-24patchwork.bin.parsemail: Improve pull-request regexJose Lamego
2016-11-24patchwork.bin.parsemail: Use oldest header referencesJose Lamego
2016-11-07Patchwork: adds revision number to PW email2016-11Jose Lamego
2016-09-23parsemail: Allow new series with pull-request messagesJose Lamego
2016-09-23test_series.py: Check series-new-revision events for new revisionsJose Lamego
2016-09-23models.py: Mark patches as superseded when receiving a new revisionJose Lamego
2016-07-19patch: Make the /patch/msgid/ view resilient to duplicate msgidsDamien Lespiau
2016-07-19parsemail: Increase the lock timeout to a minuteDamien Lespiau
2016-07-19parsemail: Limit the search for previous patches to the current projectDamien Lespiau
2016-05-16api: Add filtering to /patches/Damien Lespiau
2016-05-16api: Add a per-project list of patches entry pointDamien Lespiau
2016-05-05api: Extract a PatchListMixinDamien Lespiau
2016-05-05api: Expose 'last_updated' for patchesDamien Lespiau
2016-05-05patch: Add a last_updated fieldDamien Lespiau
2016-05-05api: Put the permission classes on the SeriesListMixinDamien Lespiau
2016-05-05api: Factor out the queryset on SeriesViewSetDamien Lespiau
2016-05-03admin: Add SeriesRevision to the admin siteDamien Lespiau
2016-05-03revision: Allows the test_state to be blank as wellDamien Lespiau
2016-05-03tests: Make sure we don't have any pending migrationsDamien Lespiau
2016-05-03db: Fix test state orderDamien Lespiau
2016-05-03pwclient: Fix typosEric Engestrom
2016-05-03tests: Fix spelling mistakes and typosEric Engestrom