2013-09-16 17:14:20 -05:00
|
|
|
node_modules
|
2015-12-03 08:29:28 -06:00
|
|
|
npm-debug.log
|
2018-04-18 08:01:36 -05:00
|
|
|
yarn-error.log
|
2014-08-07 07:58:57 -05:00
|
|
|
coverage/
|
2013-09-16 17:14:20 -05:00
|
|
|
.aws-config.json
|
2015-03-09 11:12:59 -05:00
|
|
|
awsconfig
|
2018-04-18 08:01:36 -05:00
|
|
|
/.awcache
|
2015-01-01 15:26:57 -06:00
|
|
|
/dist
|
2017-10-01 13:02:25 -05:00
|
|
|
/public/build
|
|
|
|
/public/views/index.html
|
2018-11-01 17:31:17 -05:00
|
|
|
/public/views/error.html
|
2015-08-10 14:24:47 -05:00
|
|
|
/emails/dist
|
2019-12-13 07:56:25 -06:00
|
|
|
/reports
|
2020-03-13 08:34:25 -05:00
|
|
|
/e2e/tmp
|
2022-01-20 11:01:00 -06:00
|
|
|
/scripts/grafana-server/tmp
|
2020-04-23 12:23:51 -05:00
|
|
|
vendor/
|
2021-01-29 09:42:53 -06:00
|
|
|
/docs/menu.yaml
|
2021-04-14 07:57:36 -05:00
|
|
|
/requests
|
2022-03-04 02:26:25 -06:00
|
|
|
tsconfig.tsbuildinfo
|
2023-07-24 04:50:09 -05:00
|
|
|
__debug_bin*
|
2019-08-26 10:19:03 -05:00
|
|
|
|
2021-10-08 09:19:10 -05:00
|
|
|
# Yarn
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
2021-10-14 01:28:24 -05:00
|
|
|
# we temporarily commit this file because yarn downloading it
|
|
|
|
# somehow produces different checksum values
|
|
|
|
!.yarn/cache/pa11y-ci-https-1e9675e9e1-668c9119bd.zip
|
2021-10-08 09:19:10 -05:00
|
|
|
.pnp.*
|
|
|
|
|
2019-08-26 10:19:03 -05:00
|
|
|
# Enterprise emails
|
|
|
|
/emails/templates/enterprise_*
|
|
|
|
/public/emails/enterprise_*
|
|
|
|
|
2021-01-19 07:51:16 -06:00
|
|
|
# Enterprise reporting fonts
|
|
|
|
/public/fonts/dejavu
|
|
|
|
|
2020-04-29 03:57:29 -05:00
|
|
|
# Enterprise devenv
|
|
|
|
/devenv/docker/blocks/grafana-enterprise
|
2022-02-08 02:56:03 -06:00
|
|
|
/devenv/docker/blocks/saml-enterprise
|
2022-09-19 11:15:28 -05:00
|
|
|
# This is the new place of the block, but I leave the previous here for a while
|
|
|
|
/devenv/docker/blocks/auth/saml-enterprise
|
2020-04-29 03:57:29 -05:00
|
|
|
|
2015-01-01 15:26:57 -06:00
|
|
|
/tmp
|
2018-01-25 04:05:59 -06:00
|
|
|
tools/phantomjs/phantomjs
|
|
|
|
tools/phantomjs/phantomjs.exe
|
2017-10-22 00:03:26 -05:00
|
|
|
profile.out
|
|
|
|
coverage.txt
|
2014-05-15 08:07:03 -05:00
|
|
|
|
2015-03-11 04:32:12 -05:00
|
|
|
docs/AWS_S3_BUCKET
|
|
|
|
docs/GIT_BRANCH
|
|
|
|
docs/GITCOMMIT
|
|
|
|
docs/changed-files
|
|
|
|
|
2014-05-15 08:07:03 -05:00
|
|
|
# locally required config files
|
2015-04-02 08:37:22 -05:00
|
|
|
public/css/*.min.css
|
2014-05-15 08:07:03 -05:00
|
|
|
|
|
|
|
# Editor junk
|
|
|
|
*.sublime-workspace
|
|
|
|
*.swp
|
2014-07-31 14:36:32 -05:00
|
|
|
.idea/
|
2022-10-14 01:48:05 -05:00
|
|
|
.fleet/
|
2015-02-18 12:41:30 -06:00
|
|
|
*.iml
|
2017-04-24 03:58:53 -05:00
|
|
|
*.tmp
|
2017-09-18 07:04:55 -05:00
|
|
|
.DS_Store
|
2021-07-07 10:03:10 -05:00
|
|
|
.vscode/
|
|
|
|
!.vscode/launch.json
|
2018-06-21 04:54:47 -05:00
|
|
|
.vs/
|
2020-06-26 02:08:15 -05:00
|
|
|
.eslintcache
|
2021-10-20 04:34:24 -05:00
|
|
|
.stylelintcache
|
2014-10-07 14:54:38 -05:00
|
|
|
|
2015-02-06 07:17:40 -06:00
|
|
|
/data/*
|
2014-12-15 10:36:42 -06:00
|
|
|
/bin/*
|
2015-02-05 03:10:39 -06:00
|
|
|
|
2019-07-16 01:16:11 -05:00
|
|
|
# devenv
|
|
|
|
/devenv/docker-compose.yaml
|
2022-09-19 13:17:54 -05:00
|
|
|
/devenv/docker-compose.override.yaml
|
2019-07-16 01:16:11 -05:00
|
|
|
/devenv/.env
|
2022-08-03 05:24:50 -05:00
|
|
|
/devenv/docker/blocks/tempo/tempo-data/
|
2023-03-17 02:14:31 -05:00
|
|
|
/devenv/docker/ha-test-unified-alerting/logs/webhook/dumps/
|
|
|
|
/devenv/docker/ha-test-unified-alerting/logs/webhook/webhook-listener.log
|
2019-07-16 01:16:11 -05:00
|
|
|
|
2015-03-04 03:04:59 -06:00
|
|
|
conf/custom.ini
|
2017-12-08 02:35:46 -06:00
|
|
|
/conf/provisioning/**/custom.yaml
|
2018-07-07 07:40:17 -05:00
|
|
|
/conf/provisioning/**/dev.yaml
|
2018-07-02 10:25:44 -05:00
|
|
|
/conf/ldap_dev.toml
|
2019-01-13 13:04:11 -06:00
|
|
|
/conf/ldap_freeipa.toml
|
2015-05-02 10:24:03 -05:00
|
|
|
profile.cov
|
2016-01-12 13:05:40 -06:00
|
|
|
/grafana
|
2018-05-07 05:32:18 -05:00
|
|
|
/local
|
2015-10-05 04:17:37 -05:00
|
|
|
.notouch
|
2018-05-07 05:32:18 -05:00
|
|
|
/Makefile.local
|
2016-02-16 01:47:26 -06:00
|
|
|
/pkg/cmd/grafana-cli/grafana-cli
|
|
|
|
/pkg/cmd/grafana-server/grafana-server
|
2017-10-07 03:31:39 -05:00
|
|
|
/pkg/cmd/grafana-server/debug
|
2020-01-16 07:29:48 -06:00
|
|
|
/pkg/extensions/*
|
2023-02-27 03:23:38 -06:00
|
|
|
/pkg/build/cmd/artifactspage.go
|
|
|
|
/pkg/build/cmd/artifactspage.tmpl.html
|
2021-08-25 08:11:22 -05:00
|
|
|
/pkg/server/wireexts_enterprise.go
|
2021-11-17 13:43:09 -06:00
|
|
|
/pkg/cmd/grafana-cli/runner/wireexts_enterprise.go
|
2020-01-08 00:08:59 -06:00
|
|
|
!/pkg/extensions/main.go
|
2018-10-12 00:19:05 -05:00
|
|
|
/public/app/extensions
|
2017-11-15 04:37:45 -06:00
|
|
|
debug.test
|
2016-09-05 14:13:35 -05:00
|
|
|
/examples/*/dist
|
2017-08-01 02:49:26 -05:00
|
|
|
/packaging/**/*.rpm
|
|
|
|
/packaging/**/*.deb
|
2018-08-02 10:42:28 -05:00
|
|
|
/packaging/**/*.tar.gz
|
2021-10-19 13:15:18 -05:00
|
|
|
/packaging/**/*.tar.gz.sha256
|
2022-06-14 06:53:51 -05:00
|
|
|
pkg/cmd/grafana-server/__debug_bin
|
2022-11-23 08:31:40 -06:00
|
|
|
pkg/services/quota/quotaimpl/storage/storage.json
|
2017-08-15 02:48:31 -05:00
|
|
|
|
|
|
|
# Ignore OSX indexing
|
|
|
|
.DS_Store
|
2017-10-09 09:01:54 -05:00
|
|
|
|
2017-10-06 06:56:42 -05:00
|
|
|
/vendor/**/*.py
|
|
|
|
/vendor/**/*.xml
|
|
|
|
/vendor/**/*.yml
|
|
|
|
/vendor/**/*_test.go
|
|
|
|
/vendor/**/.editorconfig
|
2018-05-24 08:26:27 -05:00
|
|
|
*.orig
|
2018-05-29 04:52:00 -05:00
|
|
|
|
2018-08-20 12:21:32 -05:00
|
|
|
/devenv/bulk-dashboards/*.json
|
2018-09-24 02:41:11 -05:00
|
|
|
/devenv/bulk_alerting_dashboards/*.json
|
2020-04-01 13:55:37 -05:00
|
|
|
/devenv/datasources_bulk.yaml
|
|
|
|
/devenv/bulk_alerting_dashboards/bulk_alerting_datasources.yaml
|
2018-10-03 04:17:46 -05:00
|
|
|
|
|
|
|
/scripts/build/release_publisher/release_publisher
|
2018-11-05 09:33:43 -06:00
|
|
|
*.patch
|
2022-09-06 09:23:48 -05:00
|
|
|
!.yarn/patches/*.patch
|
2019-02-21 03:58:28 -06:00
|
|
|
|
|
|
|
# Ignoring frontend packages specifics
|
2022-10-03 02:23:47 -05:00
|
|
|
/packages/grafana-ui/.yarn/.cache
|
2019-02-21 03:58:28 -06:00
|
|
|
/packages/**/dist
|
|
|
|
/packages/**/compiled
|
|
|
|
/packages/**/.rpt2_cache
|
2020-02-25 06:59:11 -06:00
|
|
|
/packages/**/tsdoc-metadata.json
|
2022-08-03 08:47:09 -05:00
|
|
|
/packages/**/package.tgz
|
2022-09-28 10:04:55 -05:00
|
|
|
/packages/grafana-toolkit/sass
|
2022-08-03 08:47:09 -05:00
|
|
|
## CI places the packages in a different location
|
2023-04-18 03:19:37 -05:00
|
|
|
/npm-artifacts
|
2019-05-08 09:50:21 -05:00
|
|
|
|
2022-08-30 04:18:55 -05:00
|
|
|
# Ignore frontend build manifest
|
|
|
|
manifest.json
|
|
|
|
|
2022-06-24 02:20:46 -05:00
|
|
|
# Ignore go local build dependencies
|
|
|
|
/scripts/go/bin/**
|
|
|
|
|
2019-09-03 03:29:02 -05:00
|
|
|
# Ignore compilation stats from `yarn stats`
|
|
|
|
compilation-stats.json
|
2019-12-09 02:14:25 -06:00
|
|
|
|
|
|
|
# e2e tests
|
|
|
|
/packages/grafana-e2e/cypress/screenshots
|
|
|
|
/packages/grafana-e2e/cypress/videos
|
|
|
|
/packages/grafana-e2e/cypress/logs
|
2020-03-13 12:48:38 -05:00
|
|
|
/e2e/server.log
|
2020-05-12 05:48:26 -05:00
|
|
|
/e2e/**/screenshots
|
2020-06-03 23:51:30 -05:00
|
|
|
!/e2e/**/screenshots/expected/*
|
2020-05-12 05:48:26 -05:00
|
|
|
/e2e/**/videos/*
|
2022-01-12 12:15:29 -06:00
|
|
|
/e2e/benchmarks/**/results/*
|
|
|
|
/e2e/benchmarks/**/results
|
2022-01-19 04:50:55 -06:00
|
|
|
/e2e/build_results.zip
|
2023-01-26 15:04:13 -06:00
|
|
|
/e2e/extensions
|
|
|
|
/e2e/extensions-suite
|
2020-03-24 05:15:04 -05:00
|
|
|
|
2022-01-20 11:01:00 -06:00
|
|
|
# grafana server
|
|
|
|
/scripts/grafana-server/server.log
|
|
|
|
|
2021-09-14 06:23:17 -05:00
|
|
|
# a11y tests
|
|
|
|
/pa11y-ci-results.json
|
|
|
|
/pa11y-ci-report
|
|
|
|
|
2020-03-24 05:15:04 -05:00
|
|
|
# report dumping the whole system env
|
|
|
|
/report.*.json
|
2020-10-22 02:57:56 -05:00
|
|
|
|
2020-10-30 04:22:01 -05:00
|
|
|
# auto generated frontend docs
|
|
|
|
/docs/sources/packages_api
|
2021-08-25 08:11:22 -05:00
|
|
|
|
Reconcile coremodels, entities, objects under new kind framework (#56492)
* Update thema to latest
* Deal with s/Library/*Runtime/
* Commit new, working results of codegen
* We like pointers now
* Always take runtime arg for NewBase()
* Sketchy handwavy pass at entity meta framework
* Little nibbles
* Update pkg/framework/coremodel/entityframework.cue
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
* Move file into new framework location
* Introduce loaders, Go code
* Complete rename to kind
* Flesh out framework, add svg/dashboard examples
* Cruft removal
* Remove generated kind go files from gitignore
* Refine maturity concept, add SlotKind
* Update embed and go deps
* Export PrefixWithGrafanaCUE
* Make the loader actually work, holy crap
* Many small tweaks to type.cue
* Add Apache 2 licensing exceptions for kinds
* Add new kinds dir, start of generator
* Roll back to earlier oapi-codegen
* Introduce new grafana-specific CUE loaders
* Introduce new tidy code generators framework
* Catch up kind framework with tinkering
* Add slices for the generators
* Add write/verify step to main generator
* Many renames
* Split up kind framework cue files
* Use kind.Decl within generated kinds
* Create kind.SomeDecl wrapper type to cache lineages
* Better names again
* Get one generated implemented, hopefully
* Copy dashboard schema into new kind.cue
* Small fixes to make the initial gen work
* Put svg kind in its new home
* Add generated Go dashboard type
* More renames and cleanups
* Add base kind registry and generator
* Stop blacklisting *_gen.go files
This is not the Go best practice, anyway. All we actually want to ignore
for enterprise is generated wire files.
* Change codegen output directories
pkg/kind -> pkg/kinds
pkg/registry/kindreg -> pkg/registry/corekind
* Rename pkg/framework/kind to pkg/kindsys
* Add core structured kind generator
* Add plural and machine names to kind spec
* Copy playlist over to kind system
* Consolidate kindsys files
* Add raw kind generator
* Update CODEOWNERS for kind framework
* Touch up comments a bit
* More docs tweaks
* Remove generated types to reduce noise for review
* Split each generator into its own file
* Rename Slot kind to Composable kind
* Add handwavy types for customkind loading
* Guard against init calls to framework loader
* First pass at doc on extending the kind system
* Improve attribute example in docs
* Fix wire imports
* Add basic TS types generator
* Fix composable kind category def
* No need for a separate file with generate directive
* Catch dashboard schema up
* Rename generator types to something saner and generic
* Make version configurable in ts/go generators
* Add CommonMeta to ease property access
* Add kindsys prop indicating whether lineage is group
* Put all kind categories back in a single file
* Finish with kindsys group props
* Refactor maturity progression per discussion
- Replace "committed" with "merged"
- All kindcats can use all maturity levels, at least for now
* Convert ts veneer index generator to modular system
* Move over to new jennywrites framework
* Strip down old coremodel generator
* Use public version of jennywrites
* Pull latest thema
* Commit generated Go types
* Add header injection postprocessor
* Move sdboyer/jennywrites to grafana/codejen
* Tweak header output
* Remove dashboard and playlist coremodels
* Fix up backend dashboards devenv test
* Fix TS import patterns to new gen filename
* Update internal imports, remove coremodel registry
* Fix compilation errors, wire generation
* Export and replace the prefix dropper
* More Go struct and field name changes
* Last name fixes, hopefully
* Fix lint errors
* Last lint error
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
2022-11-10 14:36:40 -06:00
|
|
|
# wire generated files
|
|
|
|
**/wire_gen.go
|
2021-11-22 05:36:21 -06:00
|
|
|
|
2022-07-21 05:31:08 -05:00
|
|
|
# Auto-generated internationalization files
|
2021-12-15 10:00:37 -06:00
|
|
|
public/locales/_build/
|
2022-10-06 10:34:04 -05:00
|
|
|
public/locales/*/*.js
|
2022-10-11 05:45:58 -05:00
|
|
|
public/locales/*/grafana_old.json
|
2021-12-15 10:00:37 -06:00
|
|
|
|
2023-02-02 05:18:04 -06:00
|
|
|
# Auto-generated swagger intermediate file
|
|
|
|
public/api-spec.json
|
|
|
|
|
2021-11-22 05:36:21 -06:00
|
|
|
deployment_tools_config.json
|
2022-06-23 05:36:20 -05:00
|
|
|
|
|
|
|
.betterer.cache
|
2023-06-28 04:12:25 -05:00
|
|
|
|
|
|
|
# Temporary file for backporting PRs
|
|
|
|
.pr-body.txt
|