storyboard/storyboard/api/v1
Adam Coldrick 983bb8e2d7 Unpin webob and hacking to fix compatibility issues
The pinned versions of webob and hacking weren't functioning properly
with modern Python, so they are unpinned.

Unpinning hacking brought a number of extra rules into use, so this
commit also contains a number of code style fixes.

There was also an incompatibility in the test_setup.sh script, which
meant it doesn't work with MySQL 8.0 (which is in Ubuntu 20.04). This
is also fixed in this commit.

Change-Id: I0889bc35f8babfeec42f6f577d302bb5fbce1c95
2020-09-11 12:26:47 +01:00
..
search Search bars handle queries as if they have a * at the end 2019-04-01 22:04:38 +05:30
storage Unpin webob and hacking to fix compatibility issues 2020-09-11 12:26:47 +01:00
__init__.py Introducing basic REST API 2014-01-22 11:37:54 -08:00
attachments.py Add support for creating attachments 2019-11-16 21:03:37 +00:00
auth.py Add support for POST requests to /v1/openid/authorize_return 2019-10-25 21:44:28 +01:00
base.py Missing docstrings added 2014-04-08 12:05:58 +04:00
boards.py Correct team iterator lists in board creation 2019-06-25 07:54:50 +01:00
branches.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
due_dates.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
milestones.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
project_groups.py Project Group UI should permit removing project group even if it is not empty. 2019-03-25 21:14:36 +05:30
projects.py Support quoted project names in GET requests by name 2018-06-21 19:10:29 +00:00
stories.py Unpin webob and hacking to fix compatibility issues 2020-09-11 12:26:47 +01:00
subscription_events.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
subscriptions.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
system_info.py Add attachments API availability to /v1/systeminfo 2019-11-16 21:03:37 +00:00
tags.py Add a popularity measurement to tags 2018-12-01 13:09:08 +00:00
task_statuses.py Updated oslo.config to 1.11.0 2015-05-08 11:34:38 -07:00
tasks.py Unpin webob and hacking to fix compatibility issues 2020-09-11 12:26:47 +01:00
teams.py Allow Teams to be filtered by project_id 2019-06-04 17:53:05 +01:00
timeline.py Set wsme decorator return type to None for some delete calls 2017-05-10 18:11:16 +02:00
user_preferences.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
user_tokens.py Set wsme decorator return type to None for some delete calls 2017-05-10 18:11:16 +02:00
users.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
v1_controller.py Make it possible to get worklist/board timeline events via the API 2016-09-02 11:30:41 +00:00
validations.py Decrease projects and project_groups name MIN length limitation 2017-04-03 08:52:25 +00:00
wmodels.py Unpin webob and hacking to fix compatibility issues 2020-09-11 12:26:47 +01:00
worklists.py Correct team iterator lists in worklist creation 2019-06-24 23:43:52 +00:00