refstack/refstack/api/controllers
Megan Guiney bac44feda1 Reconcile inconsistencies in the db api namescheme
Currently, test results are alternately referred to in the db api
as "test", "results", and "test_result" These varying terminology
choices will become even more obfuscating as we begin using the
new subunit data api, as both "tests" and "results" have very
different semantic meanings within the context of subunit2sql.
This patch will convert all previously used variations to the
more semantically clear phrasing "test_result".

Updating the database to use clearer phrasing may prove to be
worth doing as well, but because I anticipate that that may
end up requiring a bit more discussion.

Change-Id: Ica54b5b8095bd00217aa2ffefab898306c888c3f
2018-03-02 07:18:42 -08:00
..
__init__.py Add endpoint and UI for public keys uploading 2015-08-13 20:40:55 +00:00
auth.py Remove logging import unused 2016-11-17 10:46:31 +07:00
guidelines.py Change doc references from DefCore to Interop Working Group 2017-04-25 21:45:34 +00:00
products.py Enable py35 functional test env 2017-03-15 11:12:46 -07:00
results.py Reconcile inconsistencies in the db api namescheme 2018-03-02 07:18:42 -08:00
root.py Fix failing pep gate 2015-10-10 13:07:52 -07:00
user.py add 'is_admin' flag to profile result 2016-02-18 10:47:23 +03:00
v1.py Add products REST API 2016-05-31 22:04:43 +03:00
validation.py Enable py35 functional test env 2017-03-15 11:12:46 -07:00
vendors.py Enable py35 functional test env 2017-03-15 11:12:46 -07:00