]> git.ipfire.org Git - thirdparty/patchwork.git/shortlog
thirdparty/patchwork.git
2017-04-14  pyup-botUpdate djangorestframework from 3.5 to 3.6
2017-04-09  Daniel Axtensparser: cut off patch names after 255 characters
2017-04-05  Stephen Finucaneviews: Link to project from bundle-list
2017-04-05  Stephen Finucaneviews: Use bundle-detail for public URLs
2017-04-05  Stephen Finucanexmlrpc: Remove 'bundle_to_dict'
2017-04-04  Stephen Finucaneviews: Support wildcarded 'series' parameter
2017-04-04  Stephen Finucanetemplates: Add "download series" links
2017-04-04  Stephen Finucanetemplates: Use buttons for patch download links
2017-04-04  Stephen Finucaneviews: Expose Series mbox
2017-04-04  Stephen Finucaneviews: Add 'series' parameter to '/mbox' endpoint
2017-04-04  Stephen Finucaneutils: Add 'bundle_to_mbox' helper
2017-04-04  Stephen Finucanetrivial: Cleanup imports in views
2017-04-04  Stephen Finucaneutils: Move patch_to_mbox to utils module
2017-04-04  Stephen Finucaneviews: Make 'patch_to_mbox' return a string
2017-04-04  Stephen Finucaneviews: Use consistent 'list'/'detail' names
2017-04-04  Stephen Finucanetrivial: Resolve PEP8 issue
2017-03-21  Ralf Baechleparsemail.sh: Fix usage via stdin.
2017-03-20  Stephen FinucaneREST: Add '/bundle' endpoint
2017-03-20  Stephen Finucaneviews: Allow use of basic auth for bundle mboxes
2017-03-20  Stephen Finucaneviews: Stop using Bundle.public_url
2017-03-20  Stephen Finucanemodels: Add 'mbox_url' permalink for bundles
2017-03-20  Stephen FinucaneREST: Prefetch Series.project
2017-03-13  pyup-botUpdate psycopg2 from 2.7 to 2.7.x
2017-03-13  pyup-botPin selenium to latest version 3.3.x
2017-03-05  pyup-botUpdate django-debug-toolbar from 1.6 to 1.7
2017-03-04  pyup-botUpdate sqlparse from 0.2.2 to 0.2.3
2017-03-02  Stephen FinucaneCatch Subprocess exceptions
2017-03-01  Stephen FinucaneDon't catch non-Python 2.7 exceptions
2017-03-01  Stephen FinucaneREST: Expose '/event' fields in 'payload' field
2017-03-01  Stephen FinucaneREST: Expose events
2017-03-01  Stephen Finucanedocs: Add events to usage guide
2017-03-01  Stephen Finucanedocs: Resolve some issues with the 'usage' guide
2017-03-01  Stephen Finucanesignals: Add callbacks for events
2017-03-01  Stephen Finucanemodels: Add 'Event' model
2017-03-01  Stephen Finucanemodels: Modify behavior of Series.received_all
2017-03-01  Stephen Finucanemodels: Move signal to 'signals'
2017-03-01  Daniel AxtensREST: allow fetching of subject prefixes
2017-03-01  Stephen Finucanetemplates: Add Patchwork version
2017-03-01  Stephen Finucanetemplates: Add API status to about page
2017-03-01  Stephen Finucaneurls: Move 'help/about' to 'about'
2017-03-01  Stephen Finucanedocs: Clarify docker instructions
2017-03-01  Stephen FinucaneREST: Only call prefetch_related from a method
2017-03-01  Stephen Finucanemodels: Make series.project nullable
2017-03-01  Stephen FinucaneREST: Resolve issues with since, until filters
2017-03-01  Stephen Finucanesettings: Wildcard 'ALLOWED_HOSTS' settings
2017-03-01  Stephen FinucaneREADME: Add "Mailing List, Meet CI" slides
2017-03-01  Stephen FinucaneREST: Limit max page size
2017-03-01  pyup-botPin psycopg2 to latest version 2.7
2017-02-08  Stephen FinucaneREST: Don't iterate through models at class level
2017-02-08  Stephen FinucaneImprove documentation of delegation rules
2017-02-08  Daniel AxtensFix double use of mail directory in parsemail-batch.sh
2017-02-06  Stephen Finucanetox: Add 'bashate' target
2017-02-06  Stephen Finucanetrivial: Standardize variable naming in scripts
2017-02-06  Stephen Finucanebin: Run scripts through shellcheck
2017-02-06  Stephen Finucanetools: Run scripts through shellcheck
2017-02-06  Denis Laxaldedocs: fix links to installation pages
2017-02-06  Denis Laxaldedocs: fix links to "contributing" page
2017-02-06  Denis Laxaldedocs: link to deployment/development installation page...
2017-01-26  Andy DoanFix series.project migration logic
2017-01-26  Andy DoanREST API: add "project" to series filter
2017-01-23  Stephen Finucanemigrations: Don't use 'noop'
2017-01-23  Stephen Finucanerequirements: Add django-filter to dev reqs
2017-01-22  Stephen FinucaneRevert "requirements: Test older versions of DRF"
2017-01-22  Stephen Finucanedocs: Provide overview document
2017-01-22  Stephen Finucanedocs: Bring import of archives up to top-level
2017-01-22  Stephen FinucaneREST: Integrate ordering
2017-01-22  Stephen FinucaneREST: Integrate searching
2017-01-22  Stephen FinucaneREST: Integrate django-filter support
2017-01-22  Stephen FinucaneREST: Expose 'Series.project'
2017-01-22  Stephen Finucanemodels: Add 'project' field to Series
2017-01-04  pyup-botPin sqlparse to latest version 0.2.2
2016-12-23  Stephen Finucanedocs: Update swagger definition
2016-12-23  Stephen FinucaneREST: Add '/series' endpoint
2016-12-23  Stephen FinucaneREST: Add maintainers to '/projects'
2016-12-23  Stephen FinucaneREST: Add id field to all endpoints
2016-12-23  Stephen Finucanetests: Standardize validation of REST API JSON
2016-12-23  Stephen Finucanetests: Rework REST API tests
2016-12-23  Stephen FinucaneREST: Make 'User.first_name', 'last_name' editable
2016-12-23  Stephen FinucaneREST: Make 'Patch.state' editable
2016-12-23  Stephen FinucaneREST: Use generic views instead of ViewSets
2016-12-23  Stephen FinucaneREST: Resolve performance issues with tags
2016-12-23  Stephen FinucaneREST: Make use of the 'source' property
2016-12-23  Stephen FinucaneREST: Explicitly define fields
2016-12-23  Stephen FinucaneREST: Use SerializerMethod field
2016-12-23  Stephen FinucaneREST: Remove '_url' suffixes
2016-12-23  Stephen FinucaneREST: Create 'api' directory
2016-12-23  Stephen Finucane.gitignore: Ignore mbox files
2016-12-23  Stephen Finucanedocs: Highlight UID issue
2016-12-23  Matthias Bruggerpwclient: support 3-way merge
2016-12-23  Yann E. MORINbin/pwclient: accept alternate http_proxy forms
2016-12-23  Stephen Finucaneforms: 'False' != False
2016-12-23  Stephen Finucanetests: Set 'date' when bulk creating patches
2016-12-23  Stephen Finucanetests: Replace 'force_login' with 'login'
2016-12-18  Florian Fainellixmlrpc: Expose patch hash to patch_get
2016-12-18  Stephen Finucaneforms: Trivial reshuffling of file
2016-12-18  Stephen Finucaneforms: Use TypedChoiceField
2016-12-18  Stephen Finucaneforms: Remove duplication
2016-12-18  Stephen Finucaneforms: Remove unused args in forms
2016-12-18  Stephen Finucanetests: Add rudimentary pagination tests
2016-12-18  Stephen Finucaneviews: Include 'List-Id' in mbox
next