Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (319 - 321 of 1174)

Ticket Resolution Summary Owner Reporter
#1028 fixed Federated models Jessica Tallon
Description

As we progress with federation new models are required to hold data we didn't need to store before and certain data shouldn't be required anymore. I have come up with example models which I think will work well as well as a generic foreign key implementation.

I've attached the org-mode file for future reference but I've uploaded the exported HTML version to:

https://theperplexingpariah.co.uk/GMG/new_models.html

#1026 fixed Inbox links and url points to feed (outbox) addresses Jonas Haraldsson
Description

Inbox links and url points to feed (outbox) addresses.

Current:

u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
  u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
  u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
  u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}},
 u'objectTypes': [u'activity'],
 u'totalItems': 2,
 u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}

Expected:

u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
  u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
  u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
  u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}},
 u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}
#1025 fixed API object IDs are integers Jonas Haraldsson
Description

API object IDs are integers, they are also non-unique since the Activity and Activity.object have the same ID.

Expected: url similar to http://mediagoblin.jonash.local/api/{objectType}/{id}

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.