Josh Hunt
2d8910d9de
Chore: gitignore storage.json ( #59225 )
2022-11-23 09:31:40 -05:00
Josh Hunt
ba0ac08465
Internationalization: Enable internationalization by default ( #59204 )
...
* Enable internationalization feature flag by default
* Change i18n feature to beta
* Set i18n feature flag to stable
* update features
2022-11-23 14:23:26 +00:00
Hamas Shafiq
6d94fa6aa5
Tempo: Send the correct start time when making a TraceQL query ( #59128 )
2022-11-23 13:45:10 +00:00
Timur Olzhabayev
5af9a511c0
Chore: Reordering codeowners file ( #59198 )
...
Reordering codeowners file
2022-11-23 14:09:27 +01:00
Grafana I18n Bot
343f65fffb
I18n: Crowdin sync ( #59210 )
...
* New translations grafana.json (French)
* New translations grafana.json (Spanish)
* New translations grafana.json (German)
* New translations grafana.json (Chinese Simplified)
2022-11-23 07:24:54 -05:00
Josh Hunt
f180bb46f8
I18n: Translate Dashboard Starred notification ( #59138 )
2022-11-23 13:12:33 +01:00
Leo
7d82a27835
Folder: Provide adhoc ui for nested folder creation ( #59126 )
...
chore: provide adhoc ui for nested folder creation
2022-11-23 13:08:36 +01:00
Hamas Shafiq
4e6b8f658e
Chore: Refactor TreeNode.js & TreeNode.test.js to TypeScript ( #58540 )
2022-11-23 11:48:25 +00:00
Ashley Harrison
c2f31c2685
Navigation: always show GetStartedWithPlugin
even if there's install control wa… ( #59127 )
...
always show `GetStartedWithPlugin` even if there's install control warnings
2022-11-23 11:34:00 +00:00
Sofia Papagiannaki
0af96936be
Nested Folders: Do not refer to the configuration for checking for the flag ( #59197 )
...
* Nested Folders: Do not refer to the configuration for checking for the flag
Use always features.IsEnabled() instead
* Depend on the interface instead
2022-11-23 06:16:00 -05:00
Selene
a0334a92f5
Solo Panel: Configurable timezone ( #59153 )
...
* Allow to set timezone in query
* Use optional timestamp
* Update timeZone
2022-11-23 12:14:35 +01:00
Jo
d7a652ff7f
User: Optimize signed in user cache management ( #59090 )
...
* only access the cache if a user ID is set
* ignore all negative values
2022-11-23 12:04:38 +01:00
Josh Hunt
c02f2321c1
I18n: Fix variables not interpolating with pseudo localisation ( #59145 )
...
* I18n: Don't pseudolocalise string variables
* clean up
2022-11-23 10:32:20 +00:00
Yann Vigara
f1ef63791a
Fix #58598 X-ID-Token header missing on Loki Datasource ( #58784 )
...
* Fix #58598 X-ID-Token header missing on Loki Datasource
* Remove unecessary continue statements
* Add getAuthHeadersForCallResource unit tests
* Fix test and switch statement issues introduced during merge
2022-11-23 11:31:50 +01:00
idafurjes
054d87e52e
Chore: Remove DeleteUser from sqlstore ( #59180 )
...
* Remove DeleteUser from sqlstore
* Use Delete instead of DeleteUser
* Remove unused method
2022-11-23 11:15:48 +01:00
Ashley Harrison
8761a71da2
Navigation: use correct id to find cloud access policies page ( #59123 )
...
use correct id to find cloud access policies page
2022-11-23 10:01:57 +00:00
Serge Zaitsev
c2e847d0b0
Chore: Remove createorgwithmember ( #59161 )
...
remove createorgwithmember
2022-11-23 10:37:04 +01:00
Zoltán Bedi
75097b99fb
SQL: Fix code editor for SQL datasources ( #58116 )
...
* SQL: Fix code editor for sql datasources
* Fix: mysql completion with defaultdb
2022-11-23 10:36:07 +01:00
George Robinson
7376eee6ff
Alerting: Support From and To when taking screenshots ( #59166 )
...
This commit adds support for the From and To parameters that set the
time range for the graph. The default is 6 hours, which can sometimes
be too large of a time range.
2022-11-23 09:28:24 +00:00
Konrad Lalik
cae5d89d0f
Alerting: Add dashboard and panel picker to the rule form ( #58304 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2022-11-23 10:27:49 +01:00
Serge Zaitsev
245a59548c
Chore: Remove DeleteOrg method from sqlstore ( #59162 )
...
remove DeleteOrg method from sqlstore
2022-11-23 10:22:52 +01:00
Sofia Papagiannaki
02b6b09121
Nested Folders: Set user in the API level ( #59148 )
2022-11-23 11:13:47 +02:00
Laura Fernández
4a628f18b0
Internationalization: Translate menu items ( #59088 )
2022-11-23 09:34:53 +01:00
Leon Sorokin
9512f1e1af
StateTimeline: Prevent label text from overflowing state rects ( #59169 )
...
Co-authored-by: Vegard Vatn <vegard.vatn@avento.no>
2022-11-22 20:58:48 -07:00
Leon Sorokin
2a8706b025
Heatmap: Fix tooltip y range of top and bottom buckets in calculated heatmaps ( #59172 )
...
Co-authored-by: xdavidwu <xdavidwuph@gmail.com>
2022-11-22 20:54:54 -07:00
Nathan Marrs
e157ef1171
Canvas: Add icon value mapping ( #59013 )
2022-11-22 14:39:19 -08:00
Hamas Shafiq
51359fe90d
Chore: Refactor Tween.test.js to TypeScript ( #58655 )
2022-11-22 22:19:35 +00:00
juanicabanas
a93b8a03cb
PublicDashboards: Orphaned public dashboard deletion script added ( #57917 )
...
* Adds migration to remove orphaned public dashboards.
Co-authored-by: Jeff Levin <jeff@levinology.com>
2022-11-22 13:11:06 -09:00
Drew Slobodnjak
ee8f292c6a
Geomap: Improve location editor ( #58017 )
...
* add custom component for location editor
* FC cleanup
* Apply filter to add location fields call
* Create custom editor for location mode
* Apply validation logic and render warning
* Improve alert styling
* Add help url button to location alert
* Add success alert for auto
* Remove completed TODOs
* Only use alert on error, not success
* Change location mode to dropdown
* Change alert severity to less severe, info
* Prevent auto field selection during manual
* Update location testing to be for auto mode
* Run geo transformer editor init once
* Fix breaking test
* Clean up some anys
* Update styling for alert
* Remove auto success styling
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-11-22 11:24:56 -08:00
Serge Zaitsev
b875ca08c6
SQLStore: Make addOrgUser private ( #59142 )
...
make addOrgUser private
2022-11-22 17:02:39 +00:00
Dan Cech
de99ce139c
Server: Switch from separate server & cli to a unified grafana binary ( #58286 )
...
* avoid the need for a second bulky binary for grafana-cli
* look for grafana-server in $PATH as well as same directory
* implement unified "grafana" command
* update dockerfiles, fix grafana-cli -v
* update packaging to work with single binary
- add wrapper scripts for grafana and grafana-server
- update and sync package files
- implement --sign flag of build package command
- stop packaging scripts folder, they are not useful for end users
- add support for --configOverrides in server command
- remove unused nfpm.yaml config file
* windows support
2022-11-22 11:53:43 -05:00
Ashley Harrison
824a562b03
Navigation: share logic between buildBreadcrumbs
and usePageTitle
( #58819 )
...
* simplify usePageTitle logic a bit
* use buildBreadcrumbs logic in usePageTitle
* always add home item to navTree, fix some tests
* fix remaining unit tests
2022-11-22 16:48:07 +00:00
Ashley Harrison
26a7423151
Chore: add some unique keys to prevent warnings ( #59143 )
...
add some unique keys to prevent warnings
2022-11-22 16:42:21 +00:00
Guilherme Caulada
414df842b8
Build: Add command to publish to AWS Marketplace through the pipeline ( #59068 )
...
* Remove generic variables from publish github action
* Create publish aws cmd to automate aws releases
* Add tests to publish aws cmd
* Replace fmt with log for prints
* Remove unnecessary type assertions
* Readd mistakenly removed go package
* Replace log with fmt for prints due to conflicts
* Update github tests to conform with casing
2022-11-22 13:04:14 -03:00
Jean-Philippe Quéméner
41b3398eb4
Alerting: Enable interpolation for notification policies in file provisioning ( #58956 )
2022-11-22 16:54:24 +01:00
Kristina
d5274dfdda
Explore: Skip flaky query history test ( #59135 )
...
Skip flaky query history test
2022-11-22 10:52:50 -05:00
Joao Silva
f8dc333ee4
Preferences: Add confirmation modal when saving org preferences ( #59119 )
2022-11-22 16:47:42 +01:00
Andres Martinez Gotor
5b1ff83ee9
Azure Monitor: Fix resource picker selection for subresources ( #56392 )
2022-11-22 16:43:57 +01:00
Andres Martinez Gotor
3bea8f2462
Azure Monitor: Fix namespace selection for storageaccounts ( #56449 )
2022-11-22 16:43:35 +01:00
Ivan Ortega Alba
f98ec2c582
Scenes: Add custom variable support ( #59057 )
2022-11-22 16:30:16 +01:00
Shirley
c43e1a721f
CloudWatch: fix custom namespace for listing dimension keys, refactor to non-pointer types, add test assertions, rename packages ( #59106 )
...
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
2022-11-22 15:59:11 +01:00
Hamas Shafiq
f62e55f461
Chore: Refactor CopyIcon.test.js to TS ( #59024 )
2022-11-22 14:40:12 +00:00
Hamas Shafiq
2903e2dbf5
Chore: Refactor UiFindInput.test.js to TypeScript ( #59063 )
2022-11-22 14:38:43 +00:00
Serge Zaitsev
7ff41cde9a
Chore: Fix status codes for nested folders ( #59087 )
...
* check for errutil errors first
* a better fix
2022-11-22 16:06:39 +02:00
Ashley Harrison
6f26668a9f
Chore: Document theme toggle keybinding ( #59031 )
...
* make theme toggle keybinding dev only
* fix bug + add support for theme change keybinding
2022-11-22 14:01:51 +00:00
sam boyer
42baad837a
codegen: Refactor core jennies for reusability, add version-picking metajennies ( #58995 )
...
* Add each-major jenny, refactor TS jenny for it
* Introduce LatestJenny, refactor GoTypesJenny for it
2022-11-22 15:00:29 +01:00
Andreas Christou
4eed56193f
DataSourceWithBackend - Set postResource method to POST ( #59114 )
...
Set postResource method to POST
2022-11-22 13:31:47 +00:00
Sven Grossmann
08e87a217c
Loki: Add gzip
compression to resource calls ( #59059 )
...
* Loki: Add compression to `callResource`
* add missing tests
* fix formatting
2022-11-22 14:02:30 +01:00
Gábor Farkas
afeb21e300
yarn: commit files to make yarn-install reproducible ( #55979 )
2022-11-22 13:49:03 +01:00
Marcos de Oliveira
91582ba03d
LDAP: Make LDAP attribute mapping case-insensitive ( #58992 )
...
* Make LDAP attribute mapping case-insensitive
* Add test case with attribute name different from schema's
* Add fix to getArrayAttribute also and add test with mismatched letter
case.
* Update pkg/services/ldap/helpers.go
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2022-11-22 13:47:53 +01:00