mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* feat: implement OpenTelemetry metrics for audit logs and enhance logging functionality * add app parameter to data query methods for enhanced context handling * enhance audit logging with detailed app and data source lifecycle metrics * enhance audit metrics with separate platform and app meters, and add success/failure tracking * enhance getOptions method to include environment name in the returned data source options * remove appType from resourceData in AppsService and audit metrics * enhance recordQueryMetrics to include query text and mode in audit logs * enhance initialization logging and control query text inclusion * Update .gitignore * remove debug log for audit context in DataQueriesUtilService
39 lines
815 B
Text
39 lines
815 B
Text
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile '~/.gitignore_global'
|
|
|
|
# Ignore bundler config.
|
|
/.bundle
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
/log/*
|
|
/tmp/*
|
|
!/log/.keep
|
|
!/tmp/.keep
|
|
|
|
# Ignore pidfiles, but keep the directory.
|
|
/tmp/pids/*
|
|
!/tmp/pids/
|
|
!/tmp/pids/.keep
|
|
|
|
# Ignore uploaded files in development.
|
|
/storage/*
|
|
!/storage/.keep
|
|
.byebug_history
|
|
|
|
# Ignore master key for decrypting credentials and more.
|
|
/config/master.key
|
|
.DS_Store
|
|
/frontend/.firebaserc
|
|
/frontend/.firebase
|
|
/.env
|
|
/.env.test
|
|
/docs/.firebase
|
|
/docs/.firebaserc
|
|
/node_modules
|
|
/frontend/cypress/videos
|
|
|
|
.idea/*
|
|
ti-*
|