This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/endpoints/api
2017-09-12 12:26:42 -04:00
..
test Convert RepositoryUserTransitivePermission security tests to pytest 2017-08-01 11:34:31 -04:00
__init__.py fix bad merge 2017-07-18 15:52:06 -04:00
__init__models_interface.py add pre-oci models for endpoints/api/__init__.py 2017-07-18 15:37:44 -04:00
__init__models_pre_oci.py add pre-oci models for endpoints/api/__init__.py 2017-07-18 15:37:44 -04:00
billing.py Use new error format for auth errors (factor exceptions into module) 2016-04-11 16:22:26 -04:00
build.py Add feature flag to enable viewing builds and build logs for public repos 2017-08-07 15:24:36 -04:00
discovery.py Fix param regex for path params with complex filters 2017-03-14 11:34:43 -04:00
error.py Refresh dependencies and fix tests. 2017-04-06 13:15:48 -04:00
globalmessages.py Add docstrings to globalmessages data interface 2017-07-31 15:44:54 -04:00
globalmessages_models_interface.py Add docstrings to globalmessages data interface 2017-07-31 15:44:54 -04:00
globalmessages_models_pre_oci.py Add docstrings to globalmessages data interface 2017-07-31 15:44:54 -04:00
image.py Switch image API to use a data interface 2017-07-21 14:38:31 -04:00
image_models_interface.py Switch image API to use a data interface 2017-07-21 14:38:31 -04:00
image_models_pre_oci.py Fix recursion error in images API 2017-08-09 13:27:54 -04:00
logs.py style(data, endpoints, test): ran yapf against changed files 2017-07-24 11:05:15 -04:00
logs_models_interface.py refactor(endpoints/api/logs*): Refactor to new data model 2017-07-19 13:43:27 -04:00
logs_models_pre_oci.py refactor(endpoints/api/logs*): Refactor to new data model 2017-07-19 13:43:27 -04:00
MAINTAINERS MAINTAINERS: init owners to subpkgs 2017-01-23 17:46:34 -05:00
manifest.py Add a data interface for manifest labels API 2017-07-31 15:45:52 -04:00
manifest_models_interface.py Add doc comments to data interface for manifest labels 2017-07-31 15:45:52 -04:00
manifest_models_pre_oci.py Add doc comments to data interface for manifest labels 2017-07-31 15:45:52 -04:00
organization.py If enabled, allow users and orgs to set their time machine expiration 2017-04-21 11:32:45 -04:00
permission.py Add data interface for api-permissions for v2-2 2017-07-31 15:46:13 -04:00
permission_models_interface.py fix misnamed key in permissions api 2017-08-09 08:37:59 -04:00
permission_models_pre_oci.py Adds docstrings for permission api data interface 2017-07-31 15:46:13 -04:00
prototype.py Optimize lookup of org membership on prototype and perms APIs 2017-05-08 14:03:59 -04:00
repoemail.py style(endpoints/api/repoemail): ran yapf 2017-07-13 15:34:48 -04:00
repoemail_models_interface.py style(endpoints/api/repoemail): ran yapf 2017-07-13 15:34:48 -04:00
repoemail_models_pre_oci.py style(endpoints/api/repoemail): ran yapf 2017-07-13 15:34:48 -04:00
repository.py Make downstream issues show their error in the UI 2017-07-31 17:07:22 -04:00
repository_models_interface.py Merge pull request #2829 from charltonaustin/fix_bug_with_v2_2 2017-07-27 10:40:43 -04:00
repository_models_pre_oci.py fix(repository_models_pre_oci): fixed how we called a field 2017-07-28 14:14:20 -04:00
repositorynotification.py yap 2017-07-25 17:18:06 -04:00
repositorynotification_models_interface.py yap 2017-07-25 17:18:06 -04:00
repositorynotification_models_pre_oci.py yap 2017-07-25 17:18:06 -04:00
repotoken.py Change repotoken to use a data interface 2017-07-28 15:51:49 -04:00
repotoken_models_interface.py Change repotoken to use a data interface 2017-07-28 15:51:49 -04:00
repotoken_models_pre_oci.py Change repotoken to use a data interface 2017-07-28 15:51:49 -04:00
robot.py fix(endpoints/api/robot.py): fix missnamed attribute 2017-08-01 14:43:20 -04:00
robot_models_interface.py Fix missing to_dict and import in robots model 2017-08-09 20:33:14 -04:00
robot_models_pre_oci.py Fix missing to_dict and import in robots model 2017-08-09 20:33:14 -04:00
search.py Ensure that search doesn't make extra SQL lookups 2017-05-04 13:08:09 -04:00
secscan.py Make downstream issues show their error in the UI 2017-07-31 17:07:22 -04:00
signing.py Change signing API to use a data model interface 2017-07-19 16:29:58 -04:00
signing_models_interface.py Change signing API to use a data model interface 2017-07-19 16:29:58 -04:00
signing_models_pre_oci.py Change signing API to use a data model interface 2017-07-19 16:29:58 -04:00
subscribe.py refactored endpoints.api.subscribe to use abstracted data interface 2017-07-19 09:47:13 -04:00
subscribe_models_interface.py refactored endpoints.api.subscribe to use abstracted data interface 2017-07-19 09:47:13 -04:00
subscribe_models_pre_oci.py refactored endpoints.api.subscribe to use abstracted data interface 2017-07-19 09:47:13 -04:00
suconfig.py Include invalid oidc token in the error message for debugging 2017-09-12 12:26:42 -04:00
suconfig_models_interface.py style(endpoints/api/suconfig_models_interface.py): formatted file 2017-08-01 09:39:17 -04:00
suconfig_models_pre_oci.py Change suconfig to use a data model interface 2017-07-24 16:30:44 -04:00
superuser.py refactor(endpoints/api/superuser*): refactored code behind db model 2017-08-01 11:27:55 -04:00
superuser_models_interface.py refactor(endpoints/api/superuser*): refactored code behind db model 2017-08-01 11:27:55 -04:00
superuser_models_pre_oci.py fix(superuser_models_pre_oci): have None for approver 2017-08-01 13:09:41 -04:00
tag.py Fix for hard merge 2017-07-19 17:13:49 -04:00
tag_models_interface.py Fix for hard merge 2017-07-19 17:13:49 -04:00
tag_models_pre_oci.py Fix for hard merge 2017-07-19 17:13:49 -04:00
team.py Add feature flag to enable team syncing setup when not a superuser 2017-07-21 11:06:21 -04:00
trigger.py Remove encoding of credentials in build trigger web hook 2017-09-07 11:27:02 -04:00
trigger_analyzer.py fix(endpoints): add tests 2017-05-12 13:58:05 -05:00
user.py Add support for using OIDC tokens via the Docker CLI 2017-09-12 12:23:22 -04:00