storyboard/storyboard/db/api
Adam Coldrick 886b9dcc0b Allow stories and tasks to be filtered by boards/worklists containing them
Currently this is only supported for the internal database API surface,
with the intention of using it to reduce the amount of work done by the
boards and worklists APIs.

This patch also names some aliases we create to make debugging less
painful.

It also modifies the join to the StorySummary query such that the
column name is no longer hardcoded. This handles the case when we
have filtered out private worklists from the result (when joining
to worklists), which results in an anonymous column name we cannot
hardcode.

Change-Id: I3aaa874ae623a44edd668471794f8146c6dabda7
2017-04-06 13:08:54 +01:00
..
__init__.py DB api refactoring 2014-03-26 14:39:40 +04:00
access_tokens.py One-To-One relationship for Access and Refresh Tokens 2015-04-13 17:44:35 -07:00
auth_codes.py Split auth in api and change user_tokens 2015-03-12 14:47:04 +03:00
base.py Allow stories and tasks to be filtered by boards/worklists containing them 2017-04-06 13:08:54 +01:00
boards.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
branches.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
comments.py Store history of a comment when editing 2016-06-23 15:11:59 +00:00
due_dates.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
milestones.py Added milestones 2015-03-02 11:11:59 +01:00
project_groups.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
projects.py Avoid false positives when filtering projects by subscriber 2016-05-23 12:29:44 +00:00
refresh_tokens.py One-To-One relationship for Access and Refresh Tokens 2015-04-13 17:44:35 -07:00
stories.py Allow stories and tasks to be filtered by boards/worklists containing them 2017-04-06 13:08:54 +01:00
story_tags.py Allow tags to be filtered by name 2016-06-17 11:36:17 +01:00
story_types.py Added story types 2015-03-30 14:34:35 +03:00
subscription_events.py Added a subscription_events table & subscription hander 2014-08-19 08:44:47 -07:00
subscriptions.py Send notifications to subscribers for worklists 2016-09-02 11:30:41 +00:00
tasks.py Allow stories and tasks to be filtered by boards/worklists containing them 2017-04-06 13:08:54 +01:00
teams.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
timeline_events.py Fix interaction with boards and worklists 2016-10-24 10:14:21 +00:00
user_tokens.py One-To-One relationship for Access and Refresh Tokens 2015-04-13 17:44:35 -07:00
users.py Allow users to be filtered by openid and email 2016-06-23 22:26:51 +01:00
worklists.py Support tags in task filter 2016-11-30 13:55:10 -08:00