| Wed, 29 May 2019 19:50:32 -0400 |
John Rouillard |
Test @apiver version parsing using bogus version. Test /rest, /rest/
|
| Wed, 29 May 2019 17:42:03 -0400 |
John Rouillard |
Test to make sure version selection via accept header is parsed correctly.
|
| Sat, 25 May 2019 19:32:18 -0400 |
John Rouillard |
Fixes for mysql and postgresql primary db.
|
| Sat, 25 May 2019 18:40:45 -0400 |
John Rouillard |
Test code was not testing the loop that retries otk database updates
|
| Sat, 25 May 2019 16:50:25 -0400 |
John Rouillard |
Rest rate limiting code first commit. It is a bit rough and turned off
|
| Sat, 25 May 2019 14:23:16 -0400 |
John Rouillard |
A few internet references report that etags for the same underlying
|
| Fri, 24 May 2019 17:23:08 -0400 |
John Rouillard |
In suggestion from Joseph Myers, put test code in a try: finally: block
|
| Thu, 23 May 2019 20:55:03 -0400 |
John Rouillard |
issue2551033: actually use the key in hmac generation. Finally add
|
| Thu, 23 May 2019 18:56:57 -0400 |
John Rouillard |
issue2551033: prevent reverse engineering hidden data by using etags
|
| Mon, 15 Apr 2019 21:41:06 -0400 |
John Rouillard |
Added some more rest testing and make sure api version is valid.
|
| Sun, 14 Apr 2019 21:07:11 -0400 |
John Rouillard |
Add support for making an idempotent POST. This allows retrying a POST
|
| Sat, 13 Apr 2019 12:45:36 -0400 |
John Rouillard |
Add another test case: change protected attribute using patch_attribute.
|
| Sat, 13 Apr 2019 12:16:15 -0400 |
John Rouillard |
Change some 400 errors to 405 (method not allowed) errors where user is
|
| Thu, 11 Apr 2019 21:46:51 -0400 |
John Rouillard |
Add more tests including call to patch an attribute with add and
|
| Thu, 11 Apr 2019 20:54:39 -0400 |
John Rouillard |
Method PUT: ignore specification of protected properties which can not
|
| Wed, 03 Apr 2019 07:04:29 -0400 |
John Rouillard |
Added a few comments and a test that fails with the pre-patched code
|
| Sun, 31 Mar 2019 21:46:23 -0400 |
John Rouillard |
Move @apiver version extraction code after the input is parsed for
|
| Sat, 30 Mar 2019 16:13:50 -0400 |
John Rouillard |
Fix parse of @fields/@attrs with : as separator. Add tests @verbose and @fields.
|
| Thu, 28 Mar 2019 12:21:40 +0100 |
Ralf Schlatterbeck |
REST: Add key lookup
|
| Mon, 25 Mar 2019 21:23:52 +0100 |
Ralf Schlatterbeck |
REST: Use If-Match header for incoming requests
|
| Mon, 25 Mar 2019 19:47:29 +0100 |
Ralf Schlatterbeck |
Merged
|
| Mon, 25 Mar 2019 19:46:20 +0100 |
Ralf Schlatterbeck |
Fix tests for latest REST changes
|
| Sat, 23 Mar 2019 00:13:08 -0400 |
John Rouillard |
A fix for https://issues.roundup-tracker.org/issue2551034
|
| Tue, 19 Mar 2019 21:58:49 -0400 |
John Rouillard |
Implement different workaround for https://bugs.python.org/issue27777
|
| Mon, 18 Mar 2019 21:42:33 -0400 |
John Rouillard |
Merge in non-conflicting changes from ba67e397f063
|
| Sun, 17 Mar 2019 19:28:26 -0400 |
John Rouillard |
Fix string/bytes issues under python 3.
|
| Sun, 17 Mar 2019 16:41:49 +0000 |
Joseph Myers |
Fix REST tests for Python 3.
|
| Sun, 17 Mar 2019 16:25:36 +0000 |
Joseph Myers |
Fix Python 3 issues in REST code.
|
| Sun, 10 Mar 2019 19:56:35 -0400 |
John Rouillard |
Trying to make StringIO handle unicode and pass it through to
|
| Sun, 10 Mar 2019 18:09:35 -0400 |
John Rouillard |
Make print into function call for python3 compatibility.
|
| Sun, 10 Mar 2019 17:35:25 -0400 |
John Rouillard |
Added support for accepting application/json payload in addition to
|
| Sat, 09 Mar 2019 11:06:10 -0500 |
John Rouillard |
Add support for prev/next/self links when returning paginated results.
|
| Fri, 01 Mar 2019 22:57:07 -0500 |
John Rouillard |
Add etag support to rest interface to prevent multiple users from
|
| Sun, 24 Feb 2019 22:49:30 -0500 |
John Rouillard |
use config file setting for creating tracker uri
|
| Wed, 30 Jan 2019 14:12:27 +0100 |
Ralf Schlatterbeck |
Fix actions
REST-rebased
|
| Wed, 30 Jan 2019 13:58:18 +0100 |
Ralf Schlatterbeck |
Python3 fixes
REST-rebased
|
| Wed, 30 Jan 2019 13:58:14 +0100 |
Ralf Schlatterbeck |
Integrate REST tests into db framework
REST-rebased
base
test/test_rest.py@7f794f99ffdc
|