mirror of
https://github.com/quay/quay.git
synced 2026-01-29 08:42:15 +03:00
Adds tab for logs in the organization and repository views. Adds modal for exporting the logs to either an email or callback url.
122 lines
1.9 KiB
Plaintext
122 lines
1.9 KiB
Plaintext
*.pyc
|
|
venv
|
|
screenshots/screenshots/
|
|
conf/stack
|
|
*/node_modules
|
|
dist
|
|
dest
|
|
node_modules
|
|
static/build
|
|
stack_local
|
|
test/data/registry/
|
|
GIT_HEAD
|
|
.idea
|
|
.python-version
|
|
.pylintrc
|
|
.coverage
|
|
.coverage.*
|
|
coverage
|
|
htmlcov
|
|
.tox
|
|
.cache
|
|
.npm-debug.log
|
|
Dockerfile-e
|
|
.vscode
|
|
*.iml
|
|
.DS_Store
|
|
.pytest_cache/*
|
|
test/dockerclients/Vagrantfile
|
|
test/dockerclients/.*
|
|
.mypy_cache
|
|
tmp/*
|
|
/.build-image-quay-stamp
|
|
/requirements-build.in
|
|
__pycache__/
|
|
|
|
# files generated by local dev,
|
|
# do not need to check in and can be deleted
|
|
# if not running local dev
|
|
.npm
|
|
conf/*.sock
|
|
conf/__pycache__
|
|
conf/jwtproxy_conf.yaml
|
|
conf/mitm.cert
|
|
conf/mitm.key
|
|
conf/nginx/hosted-http-base.conf
|
|
conf/nginx/http-base.conf
|
|
conf/nginx/nginx.conf
|
|
conf/nginx/rate-limiting.conf
|
|
conf/nginx/server-base.conf
|
|
conf/quay.kid
|
|
conf/quay.pem
|
|
conf/supervisord.conf
|
|
revision_head
|
|
supervisord.log
|
|
supervisord.pid
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Dependency directories
|
|
web/node_modules/
|
|
web/jspm_packages/
|
|
|
|
# Distribution directories
|
|
web/dist/
|
|
|
|
# Typescript v1 declaration files
|
|
web/typings/
|
|
|
|
# Optional npm cache directory
|
|
web/.npm
|
|
|
|
# Optional eslint cache
|
|
web/.eslintcache
|
|
|
|
# Optional REPL history
|
|
web/.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
web/*.tgz
|
|
|
|
# Yarn Integrity file
|
|
web/.yarn-integrity
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
web/.pnp
|
|
web/.pnp.js
|
|
|
|
# testing
|
|
web/coverage
|
|
junit.xml
|
|
report.html
|
|
|
|
# production
|
|
web/build
|
|
|
|
# misc
|
|
web/.DS_Store
|
|
web/.env.local
|
|
web/.env.development.local
|
|
web/.env.test.local
|
|
web/.env.production.local
|
|
|
|
web/npm-debug.log*
|
|
web/yarn-debug.log*
|
|
web/yarn-error.log*
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Cypress files
|
|
web/cypress/videos
|
|
web/cypress/screenshots
|
|
web/cypress/downloads
|
|
|
|
# marketplace
|
|
local-dev/stack/quay-marketplace-api.crt
|
|
local-dev/stack/quay-marketplace-api.key
|