summaryrefslogtreecommitdiff
path: root/releasenotes/notes
Commit message (Collapse)AuthorAge
...
* Remove support for Django 1.6, 1.7Stephen Finucane2018-01-04
| | | | | | | | | | | | These versions are massively outdated and the only reason for keeping them was to allow installation on RHEL 7 using the version provided via EPEL. No one's actually using this so just kill it. This also allows us to remove support for django-filter 0.11, which was only retained for use with these older versions of Django. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Daniel Axtens <dja@axtens.net>
* templates: Add click-to-copy patch ID ("mpe mode") to patch detail pageAndrew Donnellan2018-01-04
| | | | | | | | | Similar to what we already do on the patch list page, display the patch ID on the patch detail page and make it a click-to-copy button. Closes: #115 ("Show copy-able patch ID ("mpe mode") on patch detail page") Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add release note for Django 1.11 supportStephen Finucane2017-12-03
| | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Fix prelude for 2.0.0Stephen Finucane2017-05-30
| | | | | | | Turns out 'prelude' sections can't be lists. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: dd72ff6 ("docs: Add prelude section for v2.0.0")
* Add missing release for pwclient unicode fixesStephen Finucane2017-05-30
| | | | | | This was missed in '5e3b234'. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add prelude section for v2.0.0Stephen Finucane2017-05-30
| | | | | | | Call out the two most important features in this release: the REST API and series/cover letter support. Signed-off-by: Stephen Finucane <stephen@that.guru>
* models: Centralize generation of filenamesStephen Finucane2017-05-30
| | | | | | | | | | | Move filename generation to a mixin. This allows us to reuse the code for other items like cover letters. Some unncessary 'strip' calls are removed as their unnecessary. This allows us to change the file extension for diffs to 'diff', which is a little more accurate. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Document Check.context type changeStephen Finucane2017-05-10
| | | | | | Check contexts must now be slugs. Document this in the release notes. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: The REST API can now be used with Django < 1.8Stephen Finucane2017-05-04
| | | | | | | | | | | The release notes stated that the REST API was only compatible with Django 1.8. However, with the merge of commit '646366cc', this is no longer the case. We would rather people didn't use these older versions of Django, but let's not lie. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add a configuration guideStephen Finucane2017-04-29
| | | | | | | | | | This should simplify matters for folks that don't have much experience with Django. It also serves to highlight the 'ENABLE_REST_API' option. A release note is also added to capture the rename of DEFAULT_PATCHES_PER_PAGE that has occurred during this cycle. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add release note for Mercurial series supportStephen Finucane2017-04-28
| | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add reno for release notes managementStephen Finucane2017-04-18
An initial patch to add reno and create a base directory for release notes. Signed-off-by: Stephen Finucane <stephen@that.guru>