mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	* draft on a unified TimeZonePicker. * most of the data structures is in place. * wip. * wip. * wip: timezone selector in progress.2 * fixed so we have proper data on all timezones. * started to add timezone into time picker. * addeing time zone footer. * footer is working. * fixed so we use the timeZone picker in shared preferences. * Added so we can change timeZone from picker. * did some styling changes. * will update timezone on all places that we need to update it. * removed console.log * removed magic string. * fixed border on calendar. * ignoring eslint cache. * cleaned up the code a bit. * made the default selectable. * corrected so the behaviour about default works as expected. * excluded timezone from change tracker. * revert so default will always be the intial value. * default will always fallback to the one in the config. * do the country mapping on startup. * fixed nit. * updated snapshots for timepicker. * fixed build errors. * updating so snapshot tests is in sync. * removed Date.now from prop since it will change each run in the snapshot tests. * fixed so e2e tests works as before. * moved files into separate folders.
		
			
				
	
	
		
			122 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			122 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
node_modules
 | 
						|
npm-debug.log
 | 
						|
yarn-error.log
 | 
						|
coverage/
 | 
						|
.aws-config.json
 | 
						|
awsconfig
 | 
						|
/.awcache
 | 
						|
/dist
 | 
						|
/public/build
 | 
						|
/public/views/index.html
 | 
						|
/public/views/error.html
 | 
						|
/emails/dist
 | 
						|
/reports
 | 
						|
/e2e/tmp
 | 
						|
.yarnrc
 | 
						|
.yarn/
 | 
						|
vendor/
 | 
						|
.eslintcache
 | 
						|
 | 
						|
# Enterprise emails
 | 
						|
/emails/templates/enterprise_*
 | 
						|
/public/emails/enterprise_*
 | 
						|
 | 
						|
# Enterprise devenv
 | 
						|
/devenv/docker/blocks/grafana-enterprise
 | 
						|
 | 
						|
/tmp
 | 
						|
tools/phantomjs/phantomjs
 | 
						|
tools/phantomjs/phantomjs.exe
 | 
						|
profile.out
 | 
						|
coverage.txt
 | 
						|
 | 
						|
docs/AWS_S3_BUCKET
 | 
						|
docs/GIT_BRANCH
 | 
						|
docs/GITCOMMIT
 | 
						|
docs/changed-files
 | 
						|
 | 
						|
# locally required config files
 | 
						|
public/css/*.min.css
 | 
						|
 | 
						|
# Editor junk
 | 
						|
*.sublime-workspace
 | 
						|
*.swp
 | 
						|
.idea/
 | 
						|
*.iml
 | 
						|
*.tmp
 | 
						|
.DS_Store
 | 
						|
.vscode/
 | 
						|
.vs/
 | 
						|
.eslintcache
 | 
						|
 | 
						|
/data/*
 | 
						|
/bin/*
 | 
						|
 | 
						|
# devenv
 | 
						|
/devenv/docker-compose.yaml
 | 
						|
/devenv/.env
 | 
						|
 | 
						|
conf/custom.ini
 | 
						|
/conf/provisioning/**/custom.yaml
 | 
						|
/conf/provisioning/**/dev.yaml
 | 
						|
/conf/ldap_dev.toml
 | 
						|
/conf/ldap_freeipa.toml
 | 
						|
profile.cov
 | 
						|
/grafana
 | 
						|
/local
 | 
						|
.notouch
 | 
						|
/Makefile.local
 | 
						|
/pkg/cmd/grafana-cli/grafana-cli
 | 
						|
/pkg/cmd/grafana-server/grafana-server
 | 
						|
/pkg/cmd/grafana-server/debug
 | 
						|
/pkg/extensions/*
 | 
						|
!/pkg/extensions/main.go
 | 
						|
/public/app/extensions
 | 
						|
debug.test
 | 
						|
/examples/*/dist
 | 
						|
/packaging/**/*.rpm
 | 
						|
/packaging/**/*.deb
 | 
						|
/packaging/**/*.tar.gz
 | 
						|
 | 
						|
# Ignore OSX indexing
 | 
						|
.DS_Store
 | 
						|
 | 
						|
/vendor/**/*.py
 | 
						|
/vendor/**/*.xml
 | 
						|
/vendor/**/*.yml
 | 
						|
/vendor/**/*_test.go
 | 
						|
/vendor/**/.editorconfig
 | 
						|
*.orig
 | 
						|
 | 
						|
/devenv/bulk-dashboards/*.json
 | 
						|
/devenv/bulk_alerting_dashboards/*.json
 | 
						|
/devenv/datasources_bulk.yaml
 | 
						|
/devenv/bulk_alerting_dashboards/bulk_alerting_datasources.yaml
 | 
						|
 | 
						|
/scripts/build/release_publisher/release_publisher
 | 
						|
*.patch
 | 
						|
 | 
						|
# Ignoring frontend packages specifics
 | 
						|
/packages/**/dist
 | 
						|
/packages/**/compiled
 | 
						|
/packages/**/.rpt2_cache
 | 
						|
/packages/**/tsdoc-metadata.json
 | 
						|
 | 
						|
# Ignore go local build dependencies
 | 
						|
/scripts/go/bin/**
 | 
						|
 | 
						|
# Ignore compilation stats from `yarn stats`
 | 
						|
compilation-stats.json
 | 
						|
 | 
						|
# e2e tests
 | 
						|
/packages/grafana-e2e/cypress/screenshots
 | 
						|
/packages/grafana-e2e/cypress/videos
 | 
						|
/packages/grafana-e2e/cypress/logs
 | 
						|
/e2e/server.log
 | 
						|
/e2e/**/screenshots
 | 
						|
!/e2e/**/screenshots/expected/*
 | 
						|
/e2e/**/videos/*
 | 
						|
 | 
						|
# report dumping the whole system env
 | 
						|
/report.*.json
 |