Mercurial > p > roundup > code
graph
-
Fix Python 3 issues in REST code.Sun, 17 Mar 2019 16:25:36 +0000, by Joseph Myers
-
assert_ is depricated. Replacing with assertTrue to reduce logs in travisci.Fri, 15 Mar 2019 20:29:00 -0400, by John Rouillard
-
Python3: fix crash bug when importing binary file (like jpeg). TheFri, 15 Mar 2019 17:27:31 -0400, by John Rouillard
-
Trying to make StringIO handle unicode and pass it through toSun, 10 Mar 2019 19:56:35 -0400, by John Rouillard
-
Python 3 compatibility encode repr when caclulating etag.Sun, 10 Mar 2019 19:30:03 -0400, by John Rouillard
-
Make print into function call for python3 compatibility.Sun, 10 Mar 2019 18:09:35 -0400, by John Rouillard
-
Make exception raising work on python 3.Sun, 10 Mar 2019 17:57:26 -0400, by John Rouillard
-
Added support for accepting application/json payload in addition toSun, 10 Mar 2019 17:35:25 -0400, by John Rouillard
-
Move mysql grant after the manipulation on the db. This verifies theSun, 10 Mar 2019 12:18:11 -0400, by John Rouillard
-
Remove other python versions to reduce cycle time while trying to fixSun, 10 Mar 2019 11:18:32 -0400, by John Rouillard
-
trying to fix OperationalError(2006) problem in travisSun, 10 Mar 2019 11:01:27 -0400, by John Rouillard
-
Add support for prev/next/self links when returning paginated results.Sat, 09 Mar 2019 11:06:10 -0500, by John Rouillard
-
Allow client to access read only/protected properties like creator,Fri, 08 Mar 2019 22:30:11 -0500, by John Rouillard
-
Add two isoformat() methods. One for Date and one for Interval.Fri, 08 Mar 2019 21:32:57 -0500, by John Rouillard
-
Make pretty print mode the default. Turn off using pretty=false. ThisThu, 07 Mar 2019 18:08:32 -0500, by John Rouillard
-
website: bump copyright to 2019Thu, 07 Mar 2019 15:32:25 +0100, by Bernhard Reiter
-
website: improve sf login instructionsThu, 07 Mar 2019 09:00:10 +0100, by Bernhard Reiter
-
Initial implementation of function to return data for / and /dataFri, 01 Mar 2019 23:24:40 -0500, by John Rouillard
-
Add simple support for xml output if the third party dict2xml.py moduleFri, 01 Mar 2019 23:16:13 -0500, by John Rouillard
-
Add etag support to rest interface to prevent multiple users fromFri, 01 Mar 2019 22:57:07 -0500, by John Rouillard
-
issue2551023: Fix CSRF headers for use with wsgi and cgi. The maint-1.6Wed, 27 Feb 2019 21:47:39 -0500, by John Rouillard
-
Changed references to http://issues.roundup-tracker.org to https now maint-1.6Tue, 12 Feb 2019 21:31:41 -0500, by John Rouillard
-
update http://issues.roundup-tracker.org to https://isues.... for the maint-1.6Wed, 13 Feb 2019 06:32:47 -0500, by John Rouillard
-
Fix issue2550994: breakage caused by configparser backports. maint-1.6Mon, 20 Aug 2018 00:50:16 +0000, by Joseph Myers
-
issue2551023: Fix CSRF headers for use with wsgi and cgi. TheWed, 27 Feb 2019 21:47:39 -0500, by John Rouillard
-
use config file setting for creating tracker uriSun, 24 Feb 2019 22:49:30 -0500, by John Rouillard
-
Make @Routing.route('/') decoration work. This decoration matchesSun, 24 Feb 2019 21:46:24 -0500, by John Rouillard
-
Fix path of links in /rest/summary.Sun, 24 Feb 2019 21:42:25 -0500, by John Rouillard
-
Do not honor the X-HTTP-Method-Override if the original method usedSun, 24 Feb 2019 21:34:17 -0500, by John Rouillard
-
Make sure a commentis a comment.Sat, 16 Feb 2019 16:12:37 -0500, by John Rouillard
-
The access check on properties for an instance of a classSat, 16 Feb 2019 15:37:14 -0500, by John Rouillard
-
Original code supported setting accept type to json (or otherSat, 16 Feb 2019 15:29:18 -0500, by John Rouillard
-
Original code generated url's using a harcoded protocol and took theSat, 16 Feb 2019 15:24:53 -0500, by John Rouillard
-
merge from upsteamSat, 16 Feb 2019 15:21:47 -0500, by John Rouillard
-
issue2550833 enhance the export csv action to include the keys forSat, 16 Feb 2019 15:17:21 -0500, by John Rouillard
-
Support non-ASCII prefixes in instance config for finding static files (issue2551022).Sat, 16 Feb 2019 17:48:36 +0000, by Cédric Krier
-
update http://issues.roundup-tracker.org to https://isues.... for theWed, 13 Feb 2019 06:32:47 -0500, by John Rouillard
-
merge change of http://issues.roundup-tracker.org to https://issues.... in docsTue, 12 Feb 2019 21:38:08 -0500, by John Rouillard
-
Changed references to http://issues.roundup-tracker.org to https nowTue, 12 Feb 2019 21:31:41 -0500, by John Rouillard
-
Fix CSV export with WSGI and Python 3 (issue2551019).Sun, 10 Feb 2019 14:10:55 +0000, by Tom Ekberg
-
Path to support OPTIONS verb when using rest interface viaFri, 08 Feb 2019 19:39:17 -0500, by John Rouillard
-
Merge REST API changesWed, 30 Jan 2019 18:11:02 +0100, by Ralf Schlatterbeck
-
Make xmlrpc and rest APIs configurable REST-rebasedWed, 30 Jan 2019 13:58:18 +0100, by Ralf Schlatterbeck
-
Integrate REST tests into db framework REST-rebasedWed, 30 Jan 2019 13:58:14 +0100, by Ralf Schlatterbeck
-
Added the ability to limit returned fields by GET REST-rebasedWed, 30 Jan 2019 10:26:35 +0100, by Chau Nguyen
-
Added ability to parse HTTP accept header REST-rebasedWed, 30 Jan 2019 10:26:35 +0100, by Chau Nguyen
-
Add unittest for pagination and filtering REST-rebasedWed, 30 Jan 2019 10:26:35 +0100, by Chau Nguyen
