.bowerrc
.dockerignore
.eslintignore
.eslintrc
.stestr.conf
.zuul.yaml
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
README.rst
bindep.txt
bower.json
package.json
requirements.txt
run-in-docker
setup-mysql-tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
yarn.lock
bin/refstack-api
bin/refstack-manage
doc/requirements.txt
doc/source/conf.py
doc/source/contributing.rst
doc/source/index.rst
doc/source/overview.rst
doc/source/refstack.rst
doc/source/refstack_setup_via_ansible.rst
doc/source/test_result_management.rst
doc/source/uploading_private_results.rst
doc/source/vendor_product_management/ProductEntity.rst
doc/source/vendor_product_management/VendorEntity.rst
doc/source/vendor_product_management/index.rst
etc/refstack.conf.sample
playbooks/README.rst
playbooks/run-refstack-in-container.yml
refstack/__init__.py
refstack/opts.py
refstack-ui/app/app.js
refstack-ui/app/config.json.sample
refstack-ui/app/favicon-16x16.png
refstack-ui/app/favicon-32x32.png
refstack-ui/app/favicon.ico
refstack-ui/app/index.html
refstack-ui/app/robots.txt
refstack-ui/app/assets/css/style.css
refstack-ui/app/assets/img/OpenStack_Project_Refstack_mascot_90x90.png
refstack-ui/app/assets/img/openstack-logo.png
refstack-ui/app/assets/img/refstack-logo.png
refstack-ui/app/components/about/about.html
refstack-ui/app/components/about/aboutController.js
refstack-ui/app/components/auth-failure/authFailureController.js
refstack-ui/app/components/guidelines/guidelines.html
refstack-ui/app/components/guidelines/guidelinesController.js
refstack-ui/app/components/guidelines/partials/guidelineDetails.html
refstack-ui/app/components/guidelines/partials/testListModal.html
refstack-ui/app/components/home/home.html
refstack-ui/app/components/logout/logout.html
refstack-ui/app/components/logout/logoutController.js
refstack-ui/app/components/products/cloud.html
refstack-ui/app/components/products/distro.html
refstack-ui/app/components/products/productController.js
refstack-ui/app/components/products/products.html
refstack-ui/app/components/products/productsController.js
refstack-ui/app/components/products/partials/management.html
refstack-ui/app/components/products/partials/productEditModal.html
refstack-ui/app/components/products/partials/testsTable.html
refstack-ui/app/components/products/partials/versions.html
refstack-ui/app/components/products/partials/versionsModal.html
refstack-ui/app/components/profile/importPubKeyModal.html
refstack-ui/app/components/profile/profile.html
refstack-ui/app/components/profile/profileController.js
refstack-ui/app/components/profile/showPubKeyModal.html
refstack-ui/app/components/results/results.html
refstack-ui/app/components/results/resultsController.js
refstack-ui/app/components/results-report/resultsReport.html
refstack-ui/app/components/results-report/resultsReportController.js
refstack-ui/app/components/results-report/partials/editTestModal.html
refstack-ui/app/components/results-report/partials/fullTestListModal.html
refstack-ui/app/components/results-report/partials/reportDetails.html
refstack-ui/app/components/vendors/vendor.html
refstack-ui/app/components/vendors/vendorController.js
refstack-ui/app/components/vendors/vendors.html
refstack-ui/app/components/vendors/vendorsController.js
refstack-ui/app/components/vendors/partials/vendorEditModal.html
refstack-ui/app/shared/filters.js
refstack-ui/app/shared/alerts/alertModal.html
refstack-ui/app/shared/alerts/alertModalFactory.js
refstack-ui/app/shared/alerts/confirmModal.html
refstack-ui/app/shared/alerts/confirmModalFactory.js
refstack-ui/app/shared/header/header.html
refstack-ui/app/shared/header/headerController.js
refstack-ui/tests/karma.conf.js
refstack-ui/tests/unit/AuthSpec.js
refstack-ui/tests/unit/ControllerSpec.js
refstack-ui/tests/unit/FilterSpec.js
refstack.egg-info/PKG-INFO
refstack.egg-info/SOURCES.txt
refstack.egg-info/dependency_links.txt
refstack.egg-info/entry_points.txt
refstack.egg-info/not-zip-safe
refstack.egg-info/pbr.json
refstack.egg-info/requires.txt
refstack.egg-info/top_level.txt
refstack/api/__init__.py
refstack/api/app.py
refstack/api/app.wsgi
refstack/api/config.py
refstack/api/constants.py
refstack/api/exceptions.py
refstack/api/guidelines.py
refstack/api/utils.py
refstack/api/validators.py
refstack/api/controllers/__init__.py
refstack/api/controllers/auth.py
refstack/api/controllers/guidelines.py
refstack/api/controllers/products.py
refstack/api/controllers/results.py
refstack/api/controllers/root.py
refstack/api/controllers/user.py
refstack/api/controllers/v1.py
refstack/api/controllers/validation.py
refstack/api/controllers/vendors.py
refstack/db/__init__.py
refstack/db/api.py
refstack/db/migration.py
refstack/db/utils.py
refstack/db/migrations/__init__.py
refstack/db/migrations/alembic.ini
refstack/db/migrations/alembic/README
refstack/db/migrations/alembic/__init__.py
refstack/db/migrations/alembic/env.py
refstack/db/migrations/alembic/migration.py
refstack/db/migrations/alembic/script.py.mako
refstack/db/migrations/alembic/utils.py
refstack/db/migrations/alembic/versions/19fded785b8c_create_organization_table.py
refstack/db/migrations/alembic/versions/23843be3da52_add_product_version_id.py
refstack/db/migrations/alembic/versions/2f178b0bf762_create_user_table.py
refstack/db/migrations/alembic/versions/319ee8fe47c7_create_group_table.py
refstack/db/migrations/alembic/versions/35bf54e2c13c_add_product_version.py
refstack/db/migrations/alembic/versions/42278d6179b9_init.py
refstack/db/migrations/alembic/versions/428e5aef5534_associate_test_result.py
refstack/db/migrations/alembic/versions/434be17a6ec3_fix_openids_with_space.py
refstack/db/migrations/alembic/versions/534e20be9964_create_pubkey_table.py
refstack/db/migrations/alembic/versions/59df512e82f_add_verification_status.py
refstack/db/migrations/alembic/versions/7092392cbb8e_create_product_table.py
refstack/db/migrations/alembic/versions/7093ca478d35_product_table_make_product_id_nullable.py
refstack/db/migrations/alembic/versions/709452f38a5c_product_table_rename_product_id.py
refstack/db/sqlalchemy/__init__.py
refstack/db/sqlalchemy/api.py
refstack/db/sqlalchemy/models.py
refstack/tests/__init__.py
refstack/tests/api/__init__.py
refstack/tests/api/test_guidelines.py
refstack/tests/api/test_products.py
refstack/tests/api/test_profile.py
refstack/tests/api/test_results.py
refstack/tests/api/test_vendors.py
refstack/tests/unit/__init__.py
refstack/tests/unit/test_api.py
refstack/tests/unit/test_api_utils.py
refstack/tests/unit/test_app.py
refstack/tests/unit/test_db.py
refstack/tests/unit/test_guidelines.py
refstack/tests/unit/test_migration.py
refstack/tests/unit/test_validators.py
specs/README.rst
specs/template.rst
specs/mitaka/implemented/product-registration-api.rst
specs/mitaka/implemented/rsa-key-existence-check.rst
specs/mitaka/implemented/use-url-as-cpid.rst
specs/mitaka/implemented/user-group.rst
specs/mitaka/implemented/vendor-registration-data-model.rst
specs/mitaka/implemented/vendor-user-management-api.rst
specs/newton/implemented/defcore-guideline-api.rst
specs/newton/implemented/product-version-datamodel-api.rst
specs/newton/implemented/vendor-registration-api.rst
specs/ocata/implemented/associate-test-result-to-product.rst
specs/ocata/implemented/mark-test-result-as-verified.rst
specs/pike/approved/add-refstack-docs.rst
specs/pike/approved/upload-subunit-tests.rst
specs/prior/approved/ability_to_upload_a_complete_tempest_config.rst
specs/prior/approved/refstack-org-defcore-reports.rst
specs/prior/approved/refstack-org-gearman-tester.rst
specs/prior/approved/refstack-org-result-visualization.rst
specs/prior/approved/refstack-org-tcup-base.rst
specs/prior/implemented/api-v1.md
specs/prior/implemented/coretest-testid.rst
specs/prior/implemented/identify-code-to-deprecate.rst
specs/prior/implemented/refstack-org-api-cloud-uuid.rst
specs/prior/implemented/refstack-org-test-result-json-schema.rst
specs/prior/implemented/seperate_refstack_tester_from_refstack.rst
specs/prior/implemented/simplify-uploads-by-only-sending-pass-results.rst
specs/prior/implemented/test-record-api.rst
specs/queens/approved/subunit-data-api.rst
tools/convert-docs.py
tools/cover.sh
tools/install-js-tools.sh
tools/test-setup.sh
tools/update-rs-db.py
tools/update-rs-db.rst