Andrej Ocenas
642f0a250d
Prometheus: Use single string expr as a state for the visual editor ( #45232 )
...
* Use just expr string as a state for whole editor
* Fix patterns
* Fix tests
2022-02-10 16:55:44 +01:00
Ieva
9fafbfc87e
add the permission to read org users to team creator ( #45224 )
2022-02-10 14:51:05 +00:00
Ashley Harrison
ec48b81388
Unescape regex string ( #45137 )
2022-02-10 14:45:39 +00:00
Will Browne
fd5e968bc1
test ( #45240 )
2022-02-10 15:23:08 +01:00
Jack Westbrook
979907e9dd
Chore: Set tsconfig target to ES6 ( #44842 )
...
* chore(tsconfig): update grafana/tsconfig to 1.2.0 for outputting es6
* rewrote the unsubscription part to use first().
* test: update failing tests to work with es6 output
* removed bug where we dispatch a promise instead of an array of ritch history.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2022-02-10 14:37:39 +01:00
Erik Sundell
57ecabf319
order subscriptions by name ( #45228 )
2022-02-10 14:27:12 +01:00
J Guerreiro
7b397184a0
ServiceAccounts: add role picker to service accounts list ( #45127 )
2022-02-10 14:04:07 +01:00
Timur Olzhabayev
a771cbd871
fix(github_actions): workflow execution concurrency is now limited to 1 ( #45125 )
2022-02-10 14:01:18 +01:00
Piotr Jamróz
e7605ad974
Query History: Split data and view models ( #44922 )
...
* Remove unused properties
* Fix unit tests
* Fix unit tests
* Split data models
* Simplify updating items in rich history
* Update tests
* Fix starring an item and add a unit test
* Move the converter to a separate file and add unit tests
* Convert a private function to an inline function
* Add more docs and clean up the code
* Update public/app/core/history/localStorageConverter.ts
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
* Update public/app/core/utils/richHistory.test.ts
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
* Use template literals over explicit casting
* Split updateRichHistory to three separate functions
Co-authored-by: Giordano Ricci <me@giordanoricci.com>
2022-02-10 13:59:43 +01:00
Torkel Ödegaard
374681b546
Popovers: Improve contrast by darkening shadow and changing border to medium ( #45136 )
...
* Popovers: Improve contrast by darkening shadow and changing border to medium
* Updated sass theme
* Revert back to weak border
2022-02-10 13:52:23 +01:00
Ivana Huckova
6bc527a211
Add prometheus operation ids ( #45216 )
2022-02-10 13:40:02 +01:00
Shahar Mor
3eac34f5f3
Kiosk: Reuse kiosk module ( #44625 )
...
* Reuse kiosk module, centralize kiosk query handling
* update kiosk tests to set correct kiosk value
* fix DashboardPage kiosk test
* remove unused UrlQueryValue, revert import change
2022-02-10 11:54:50 +00:00
Gábor Farkas
96ae44ee2c
loki: alerting: do not round timestamps to seconds ( #45057 )
2022-02-10 12:53:46 +01:00
Marcus Efraimsson
ca311bf94f
Logging: Fix server hangs when using log.WithSuffix ( #45213 )
...
Fixes a problem where server hangs if setting
GF_DATABASE_LOG_QUERIES=true.
Ref #44925
2022-02-10 12:51:51 +01:00
Ashley Harrison
e48baefd32
Adjust menu positioning ( #45217 )
2022-02-10 11:48:05 +00:00
Ashley Harrison
947b8b8d3b
Chore: Remove menuShouldPortal
deprecation warning ( #45211 )
...
* Chore: Remove Select deprecation
* remove unused import
* Update lockfile
2022-02-10 11:46:35 +00:00
idafurjes
923b62ecab
Chore: Remove bus from quota ( #45143 )
...
* Remove bus from quota
* workaround
* Change ExpectedOrg ot *models.Org
2022-02-10 12:42:06 +01:00
Torkel Ödegaard
f2795981c6
Prometheus: Fix test warnings ( #45206 )
2022-02-10 12:23:56 +01:00
Jack Westbrook
8610b95e07
Chore: update yarn.lock ( #45212 )
2022-02-10 12:06:25 +01:00
Torkel Ödegaard
68eb18c758
Prometheus: Support with aggregations without labels ( #45160 )
2022-02-10 11:48:48 +01:00
renovate[bot]
14c639fdb5
Update dependency css-loader to v6.6.0 ( #44764 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-10 10:26:31 +00:00
Hugo Häggmark
192572174e
Chore: Removes console output LogDetails.test.tsx and refactors to RTL ( #45193 )
2022-02-10 11:06:29 +01:00
Shirley
5edcc2e795
Cloudwatch: Use generic null-insertion mechanism ( #43507 )
...
* Cloudwatch: Fix nil values for a period gap in metrics
* Use fields periods for intervals
2022-02-10 10:17:45 +01:00
ying-jeanne
5ded070aab
dashdiff bus removal ( #45175 )
2022-02-10 16:58:52 +08:00
Marcus Efraimsson
2082eeb72f
Logging: Fix so that filters can contain commented lines ( #45159 )
...
Fixes log filters that contains comments should not be enabled
2022-02-10 09:52:37 +01:00
idafurjes
88cf2da12e
Remove bus from sqlstore ( #45199 )
2022-02-10 09:21:41 +01:00
Josh Hunt
c7a5d2c5c7
Chore: Remove our typeAsJestMock in favor of jest.mocked ( #45114 )
2022-02-09 23:50:59 +01:00
Kat Yang
7abd372e68
Chore: Remove bus from commands service ( #45177 )
2022-02-09 16:17:21 -05:00
Ryan McKinley
1bdbc3abdf
ContextMenu: make focus on open optional ( #45170 )
2022-02-09 20:43:08 +01:00
Joey Tawadrous
10232c7857
InfluxDB: backend migration (run query in explore) ( #43352 )
...
* InfluxDB backend migration
* Multiple queries and more
* Added types
* Updated preferredVisualisationType
* Updated model parser test to include limit,slimit,orderByTime
* Added test for building query with limit, slimit
* Added test for building query with limit, slimit, orderByTime and puts them in the correct order
* Add test: Influxdb response parser should parse two responses with different refIDs
* Moved methods to responds parser
* Add test to ensure ExecutedQueryString is populated
* Move functions out of response parser class
* Test for getSelectedParams
* Merge cases
* Change to const
* Test get table columns correctly
* Removed unecessary fields
* Test get table rows correctly
* Removed getSeries function
* Added test for preferredVisualisationType
* Added test for executedQueryString
* Modified response parser
* Removed test
* Improvements
* Tests
* Review changes
* Feature flag rename and code gen
2022-02-09 18:26:16 +00:00
matt abrams
7ef43fb959
remove whitespace from ${__value.raw }
( #44928 )
2022-02-09 19:16:17 +01:00
matt abrams
cb99fe7f22
remove ncurses upgrade in docker image ( #44883 )
2022-02-09 19:15:17 +01:00
Artur Wierzbicki
d60c2dff40
Chore: export closestIdx
from StreamingDataFrame
( #45162 )
...
* #41993 : export closestIdx function
* #41993 : formatting
* #41993 : formatting v2
2022-02-09 22:12:24 +04:00
Shirley
67423f42a5
Update latest.json ( #45171 )
2022-02-09 18:15:44 +01:00
Grot (@grafanabot)
5cddcc1f0f
ReleaseNotes: Updated changelog and release notes for 8.3.6 ( #45169 )
2022-02-09 18:14:57 +01:00
Vicky Lee
e55ed6457b
add to CloudWatch Logs to GH Projects automatically ( #45158 )
2022-02-09 16:56:44 +00:00
Nathan Rodman
f019ee886a
Alerting: fix act warnings in alerting tests ( #45113 )
...
* fix act warnings in alerting tests
* remove unnecessary angular dep
2022-02-09 08:47:50 -08:00
Gabriel MABILLE
78fc0258b1
AccessControl: Implement SQL filters for team members filtering ( #44898 )
...
* AccessControl: Filter team members
* Modify GetTeamMembersByUser comment
* Fix postgres failing test due to quoting
* Rename GetTeamMembersByUser to GetUserTeamMemberships
* Update TeamStore interface
2022-02-09 17:46:37 +01:00
Will Browne
3fbe4801b7
Plugins: Update collect metrics handler to latest signature ( #45166 )
...
* use updated collect metrics handler
* use proto helper
2022-02-09 17:36:53 +01:00
ying-jeanne
78eb06ec02
remove bus from login ( #44995 )
...
* remove bus from login
* remove comments and format correctly
* remove the downcast
2022-02-09 17:17:09 +01:00
Andrej Ocenas
071ff0b399
Prometheus: Query parsing for visual editor ( #44824 )
...
* Add parsing from string to visual query
* Add comments
* Parse expr when changing to builder
* Support template variables
* Report parsing errors
* More error handling
* Add ts-ignore for debug func
* Fix comments
2022-02-09 17:16:14 +01:00
Ashley Harrison
914966a347
Update ci-frontend-metrics.sh ( #45161 )
2022-02-09 15:55:15 +00:00
Gabriel MABILLE
01b88adb3a
AccessControl: SQL filters for team search ( #44557 )
...
* AccessControl: SQL filters for team search
Set test config
* Remove userIdFilter when FGAC is on
2022-02-09 16:17:31 +01:00
Yuriy Vidineev
f016e19d1a
Email: change the year in templates ( #45116 )
...
* change the year in email templates
* Email: change the year in templates
* Email: change the year in templates
2022-02-09 15:53:36 +01:00
Sofia Papagiannaki
2983082eb3
API: Fix missing enterprise routes in swagger spec ( #45152 )
2022-02-09 15:31:43 +01:00
Connor Lindsey
e94b7f45a1
Tempo: Fix visual service graph bug by setting upper bound for failed arc ( #45009 )
...
* Fix visual service graph bug by setting upper bound for failed arc calculation
2022-02-09 07:25:39 -07:00
Alexander Zobnin
49790eac32
Access control: Fix role picker after roles update ( #44978 )
...
* Access control: Fix role picker after roles update
* Refactor, use useAsyncFn()
* Review suggestions
2022-02-09 16:42:46 +03:00
Hugo Häggmark
e806011a77
Chore: Removes console outputs from Cascader.test.tsx ( #45142 )
2022-02-09 14:40:28 +01:00
Hugo Häggmark
f9bb0832ce
Chore: Removes console outputs in FieldCache.test.ts ( #45141 )
2022-02-09 14:30:19 +01:00
Hugo Häggmark
f67e02cb2f
Chore: Removes console.log in annotations_srv.test.ts ( #45135 )
2022-02-09 14:14:37 +01:00