| Wed, 03 Apr 2019 12:08:18 +0200 |
Ralf Schlatterbeck |
Fix encoding for incoming json requests
|
| Sun, 31 Mar 2019 22:36:41 -0400 |
John Rouillard |
Move definition/initialization of api_version into the class and out
|
| Sun, 31 Mar 2019 21:46:23 -0400 |
John Rouillard |
Move @apiver version extraction code after the input is parsed for
|
| Sun, 31 Mar 2019 21:23:33 -0400 |
John Rouillard |
Set up basic framework for handling versioning of interface.
|
| Sat, 30 Mar 2019 16:13:50 -0400 |
John Rouillard |
Fix parse of @fields/@attrs with : as separator. Add tests @verbose and @fields.
|
| Sat, 30 Mar 2019 00:19:37 -0400 |
John Rouillard |
Handle bad property name in @fields/@attrs. Raise exception and
|
| Fri, 29 Mar 2019 23:57:13 -0400 |
John Rouillard |
Refactored REST code that formats an item for display. A GET on
|
| Thu, 28 Mar 2019 18:21:29 +0100 |
Ralf Schlatterbeck |
REST: Bug-fixes
|
| Thu, 28 Mar 2019 12:21:40 +0100 |
Ralf Schlatterbeck |
REST: Add key lookup
|
| Tue, 26 Mar 2019 23:29:35 -0400 |
John Rouillard |
Add support for @verbose=2 to a GET on a collection object. Using this
|
| Mon, 25 Mar 2019 21:23:52 +0100 |
Ralf Schlatterbeck |
REST: Use If-Match header for incoming requests
|
| Sun, 24 Mar 2019 12:51:24 -0400 |
John Rouillard |
Try to fix mysql crash on close by rolling back mysqlclient.
|
| Sat, 23 Mar 2019 00:13:08 -0400 |
John Rouillard |
A fix for https://issues.roundup-tracker.org/issue2551034
|
| Fri, 22 Mar 2019 14:12:57 +0100 |
Ralf Schlatterbeck |
Display content property starting with verbose=3
|
| Fri, 22 Mar 2019 14:03:37 +0100 |
Ralf Schlatterbeck |
Better display for Link/Multilink and content
|
| Fri, 22 Mar 2019 11:23:02 +0100 |
Ralf Schlatterbeck |
First attempt at REST-API documentation
|
| Fri, 22 Mar 2019 09:56:10 +0100 |
Ralf Schlatterbeck |
Make Searching work in REST API
|
| Thu, 21 Mar 2019 11:23:09 +0100 |
Ralf Schlatterbeck |
Fix hardcoded /data
|
| 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:25:36 +0000 |
Joseph Myers |
Fix Python 3 issues in REST code.
|
| Sun, 10 Mar 2019 19:30:03 -0400 |
John Rouillard |
Python 3 compatibility encode repr when caclulating etag.
|
| Sun, 10 Mar 2019 17:57:26 -0400 |
John Rouillard |
Make exception raising work on python 3.
|
| 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, 08 Mar 2019 22:30:11 -0500 |
John Rouillard |
Allow client to access read only/protected properties like creator,
|
| Thu, 07 Mar 2019 18:08:32 -0500 |
John Rouillard |
Make pretty print mode the default. Turn off using pretty=false. This
|
| Fri, 01 Mar 2019 23:24:40 -0500 |
John Rouillard |
Initial implementation of function to return data for / and /data
|
| Fri, 01 Mar 2019 23:16:13 -0500 |
John Rouillard |
Add simple support for xml output if the third party dict2xml.py module
|
| 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 21:46:24 -0500 |
John Rouillard |
Make @Routing.route('/') decoration work. This decoration matches
|
| Sun, 24 Feb 2019 21:42:25 -0500 |
John Rouillard |
Fix path of links in /rest/summary.
|
| Sun, 24 Feb 2019 21:34:17 -0500 |
John Rouillard |
Do not honor the X-HTTP-Method-Override if the original method used
|
| Sat, 16 Feb 2019 16:12:37 -0500 |
John Rouillard |
Make sure a commentis a comment.
|
| Sat, 16 Feb 2019 15:37:14 -0500 |
John Rouillard |
The access check on properties for an instance of a class
|
| Sat, 16 Feb 2019 15:29:18 -0500 |
John Rouillard |
Original code supported setting accept type to json (or other
|
| Sat, 16 Feb 2019 15:24:53 -0500 |
John Rouillard |
Original code generated url's using a harcoded protocol and took the
|
| 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 10:26:35 +0100 |
Chau Nguyen |
Update resource links
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added Patch operator 'action'
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added the ability to limit returned fields by GET
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added routing decorator
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added summary page
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Handle operation for patch separately
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added ability to parse HTTP accept header
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added support to print error
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added filtering and pagination
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Change the way core function is called
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Fix an indentation bug
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Move decorator to outside of the class
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added decorator to handle formatting output data
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added attribute URI handling
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added rest unit test
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Added docstring
REST-rebased
|
| Wed, 30 Jan 2019 10:26:35 +0100 |
Chau Nguyen |
Code convention improved
REST-rebased
|
| Wed, 30 Jan 2019 10:26:34 +0100 |
Chau Nguyen |
Add default op action for Patch
REST-rebased
|
| Wed, 30 Jan 2019 10:26:34 +0100 |
Chau Nguyen |
Improve props_from_args
REST-rebased
|
| Wed, 30 Jan 2019 10:26:34 +0100 |
Chau Nguyen |
Added PATCH an element
REST-rebased
|
| Wed, 30 Jan 2019 10:26:34 +0100 |
Chau Nguyen |
Added pretty print
REST-rebased
|