mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-28 15:48:12 +00:00
* feat: added license manager and feature flags * feat: completed org domain api * chore: checking in saml auth handler code * feat: added signup with sso * feat: added login support for admins * feat: added pem support for certificate * ci(build-workflow): 👷 include EE query-service * fix: 🐛 update package name * chore(ee): 🔧 LD_FLAGS related changes Signed-off-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: nityanandagohain <nityanandagohain@gmail.com>
55 lines
843 B
Plaintext
55 lines
843 B
Plaintext
|
|
node_modules
|
|
yarn.lock
|
|
package.json
|
|
|
|
deploy/docker/environment_tiny/common_test
|
|
frontend/node_modules
|
|
frontend/.pnp
|
|
frontend/i18n-translations-hash.json
|
|
*.pnp.js
|
|
|
|
# testing
|
|
frontend/coverage
|
|
|
|
# production
|
|
frontend/build
|
|
frontend/.vscode
|
|
frontend/.yarnclean
|
|
frontend/.temp_cache
|
|
frontend/test-results
|
|
|
|
# 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
|
|
|
|
.idea
|
|
|
|
**/.vscode
|
|
**/build
|
|
**/storage
|
|
**/locust-scripts/__pycache__/
|
|
**/__debug_bin
|
|
|
|
frontend/*.env
|
|
pkg/query-service/signoz.db
|
|
|
|
pkg/query-service/tests/test-deploy/data/
|
|
|
|
ee/query-service/signoz.db
|
|
|
|
ee/query-service/tests/test-deploy/data/
|
|
|
|
# local data
|
|
*.db
|
|
/deploy/docker/clickhouse-setup/data/
|
|
/deploy/docker-swarm/clickhouse-setup/data/
|
|
bin/ |