mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
* Initial work on s3 * some more work * Add policy api * Cleanup * Add multi-tier TTL and remove storagePolicy API * Cleanup * Typo fix * Revert constants * Cleanup * Add API to get disks * Add more validations * Initial work on e2e tests * Basic ttl test * Add test which checks for objects in Minio * Address comments Co-authored-by: Ankit Nayan <ankit@signoz.io>
53 lines
783 B
Plaintext
53 lines
783 B
Plaintext
node_modules
|
|
yarn.lock
|
|
package.json
|
|
|
|
deploy/docker/environment_tiny/common_test
|
|
frontend/node_modules
|
|
frontend/.pnp
|
|
*.pnp.js
|
|
|
|
# testing
|
|
frontend/coverage
|
|
|
|
# production
|
|
frontend/build
|
|
frontend/.vscode
|
|
frontend/.yarnclean
|
|
frontend/.temp_cache
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
frontend/npm-debug.log*
|
|
frontend/yarn-debug.log*
|
|
frontend/yarn-error.log*
|
|
frontend/src/constants/env.ts
|
|
frontend/cypress/**/*.mp4
|
|
|
|
# env file for cypress
|
|
frontend/cypress.env.json
|
|
|
|
.idea
|
|
|
|
**/.vscode
|
|
**/build
|
|
**/storage
|
|
**/locust-scripts/__pycache__/
|
|
**/__debug_bin
|
|
|
|
frontend/*.env
|
|
pkg/query-service/signoz.db
|
|
|
|
pkg/query-service/tframe/test-deploy/data/
|
|
|
|
|
|
# local data
|
|
|
|
/deploy/docker/clickhouse-setup/data/
|
|
/deploy/docker-swarm/clickhouse-setup/data/
|