Ashley Harrison
7406c4ff51
Data sources: Dashboards page now loads correctly from direct url ( #72264 )
...
* ensure DataSourceDashboardsPage initialises data source settings
* fix unit test
* apply suggestions from review
2023-07-28 09:37:56 +01:00
Andres Martinez Gotor
a331c892a0
Chore: Refactor error when retrieving the plugin manifest key ( #72492 )
2023-07-28 10:22:21 +02:00
Nathan Marrs
3a84db0012
Geomap: Update docs for 10.1 ( #72234 )
2023-07-27 22:54:34 +02:00
Haris Rozajac
8dd66090be
Frontend: Allows PanelChrome to be collapsed ( #71991 )
...
* Collapsible PanelChrome v1
* Enable either Collapsible or HoverHeader modes
* Clean up
* Update story
* Add test
* Revert to 'strict'
* Use useToggle
* Allow collapsibility when title is not passed
* Fix semantics and ellipsis wrapping
* Improve accessibility
* Add documentation
2023-07-27 13:53:51 -06:00
arunkg2787
5707f512be
Update index.md ( #72241 )
...
Issue #6845 - Adding more context around how labels are extracted and indexed
2023-07-27 12:45:25 -05:00
Kristin Laemmert
21d1d54689
fix: correct devenv postgres tag ( #72465 )
...
* fix: correct docker tag for postgres 11.20
2023-07-27 12:36:59 -04:00
Connor Lindsey
f3b6e7d7eb
Trace to logs: Add service name and namespace to default tags ( #71776 )
...
* Add service name and namespace to default trace to logs tags
* Add deployment.environment. Update docs
* Revert metrics query tags type
2023-07-27 09:31:03 -07:00
Juan Cabanas
427714f8d0
Export: Remove DS input when dashboard is imported with a lib panel that already exists ( #69412 )
2023-07-27 13:11:15 -03:00
Eric Leijonmarck
649cd08a19
SAML: Remove mention of config found in inifile ( #71837 )
...
* remove config found in inifile
* remove the text from the provider card
* remove description that contained the notion of inifile
2023-07-27 15:34:27 +01:00
Josh Hunt
70c05fff57
Chore: use GITHUB_TOKEN in breaking changes workflow instead of grot … ( #72438 )
...
Chore: use GITHUB_TOKEN in breaking changes workflow instead of grot token
2023-07-27 14:27:20 +00:00
Gábor Farkas
f63d829bf6
loki: tests: better nanosecond representation ( #72456 )
...
* logs: tests: test for nanosecond-only differences
* add nanos
2023-07-27 17:06:56 +03:00
Yuri Tseretyan
143683bd05
Alerting: Add more clear error to migration when rule cannot be parsed ( #72374 )
2023-07-27 09:47:04 -04:00
Will Browne
758d9884bc
Plugins: Plugins loader pipeline ( #71438 )
...
* discovery
* flesh out
* add docs
* remove unused func
* bootstrap stage
* fix docs
* update docs
* undo unnecessary changes
* add end tag
* update doc
* fix linter
* fix
* tidy
* update docs
* add class to filter func
* apply PR feedback
* fix test
2023-07-27 15:29:13 +02:00
Josh Hunt
5e5e617693
Chore: Use GITHUB_TOKEN in stale instead of grot token ( #72126 )
...
* Chore: Use GITHUB_TOKEN in stale instead of grot token
* update permissions
2023-07-27 12:29:41 +00:00
Gilles De Mey
f10527cfe3
Alerting: Contact points v2 part 2 ( #71135 )
2023-07-27 13:28:00 +02:00
Hugo Kiyodi Oshiro
a912c970e3
Provisioning: Fix overwrite SecureJSONData on provisioning ( #72395 )
...
* Overwrite SecureJSONData on provisioning
2023-07-27 11:11:43 +02:00
Jo
a4a87f6228
Auth: Rename Sessions to Devices in counting ( #72432 )
...
* rename session to device
* rename session to device
2023-07-27 11:09:08 +02:00
Horst Gutmann
5f09d8f2a6
CI: Add community-release workflow ( #72350 )
...
* CI: Add community-release workflow for posting to community.grafana.com
* CI: Set delivery team as owners of community-release workflow
2023-07-27 10:05:07 +02:00
linoman
0ffa72877e
Chore: Bump keycloak version ( #72386 )
...
* Bump keycloak version
* Remove troubleshooting
* Remove script for M1 machines
2023-07-27 09:56:31 +02:00
Kevin Minehart
b019ef9a89
CI: use base64 key in windows installer build step ( #72413 )
...
use base64 key
2023-07-27 09:31:35 +03:00
grafana-delivery-bot[bot]
eaca6c3f49
Release: Bump version to 10.2.0-pre ( #72418 )
...
"Release: Updated versions in package to 10.2.0-pre"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2023-07-27 09:21:29 +03:00
Kyle Cunningham
3dc60cd2d7
Transforms: Add Format Time Transform (Alpha) ( #72319 )
...
* Stub transform editor
* Mostly working
* Get things working 💪
* Add tests
* Add alpha flag
* Timezone support
* Remove debug statement
* Fix tests
* Prettier fix
* Fix linter error
* One more linter fix
2023-07-26 17:08:36 -05:00
Josh Hunt
18a364eb2f
Chore: Use Github App credentials for pr-commands.yml workflow ( #72400 )
...
* Use grafana-pr-automation credentials
* Action!
2023-07-26 20:48:32 +00:00
Galen Kistler
fbd2412f37
Prometheus: Update heatmap unit tests ( #72404 )
...
introduce tests for new potential heatmap response type, revert prior changes to tests
2023-07-26 14:47:13 -05:00
Galen Kistler
831e8acf15
Prometheus: Add support for day_of_year ( #72403 )
...
add querybuilder/code editor support for day_of_year
2023-07-26 14:03:17 -05:00
Drew Slobodnjak
59bed9e156
Geomap: Add network layer ( #70192 )
...
* Geomap: Add network layer
* Support text labels for nodes
* Add solid styling for edges
* Remove symbol option for edge style menu
* Add support for edge text labels
* Fix linter issues
* Simplify multiple data frame handling
* Add TODO notes
* Add node and edge style categories for options
* Remove data frame hardcoding
* Hide legend, attempt to hide tooltip by default
* Mark network layer as beta
* refactor updateEdge
* Fix some linter issues
* Remove attempt at disabling tooltip for network layer
* For edge text add a stroke and increase z index
* Restrict field selection based on frame type
* refactor
* add basic bad data handling (prevent entire panel from breaking)
* generate non hard coded graph frames for style editor filtering
* code cleanup; remove hardcoded reference to "edges" frame
* fix select clearing for Data option
* fix styling
* fix lookup
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2023-07-26 11:58:55 -07:00
Haris Rozajac
982624cf51
Explore: Turn ExplorePage.test into unit test ( #72022 )
...
* Extract logic from ExplorePage to a hook, add a test for the hook; remove ExplorePage test
* Remove extracted stuff from ExplorePage
* Clean up
* Fix minWidth logic
2023-07-26 12:46:57 -06:00
Yuri Tseretyan
c7598cc6fb
Alerting: Add ability to control scheduler tick interval via config ( #71980 )
...
* add ability to control scheduler interval via config
* add feature flag `configurableSchedulerTick`
2023-07-26 12:44:12 -04:00
Ivan Ortega Alba
8415dd40d7
DSPicker: Use new DS picker everywhere in Grafana ( #70609 )
2023-07-26 18:40:51 +02:00
Brendan O'Handley
98cb3ce3b6
Prometheus: Config overhaul part two, auth and DataSourceHttpSettings overhaul ( #71250 )
...
* build httpsettings overhaul with new auth component
* remove test code
* add connection and advanced http settings components
* use tooltip with link
* add correct styling and spacing
* save option select for sigV4
* fix styles in Azure auth to fit new auth component
* add types in overhaul folder that are not available yet in grafana
* update e2e tests for new connection component
* update e2e tests for new connection component
* update width of azure inputs
* fix non custom auth selects
* add feature toggle
* wrap azure style changes behind the feature flag
* fix feature toggle rebase fix error
* move advanced http setting and wrap everything in the config subsection component to fix font
* fix input width
* use cx for conditional classes
* use cx for conditional class
2023-07-26 12:09:53 -04:00
Brendan O'Handley
d39ec2428e
Tranformations: True OUTER JOIN in the join by field transformation used for tabular data ( #72176 )
...
write join for tabular data and add test
2023-07-26 12:06:45 -04:00
Ashley Harrison
60058cb3da
Button: Fix global button styles! ( #72391 )
...
uncomment button focus styles!
2023-07-26 18:46:16 +03:00
RoxanaAnamariaTurc
deae64bb90
A11y: Fixed keyboard accessibility in Tooltip Component ( #72323 )
...
* A11y: Fixed keyboard accessibility in Tooltip Component
* Made updates and fixed the keyboard accessibility
2023-07-26 16:45:04 +01:00
Yuri Tseretyan
5ba164d92b
Alerting: Exclude expression refIDs from NoData state ( #72219 )
2023-07-26 11:42:04 -04:00
Yuri Tseretyan
78fc3bcdf4
Alerting: Fix state manager to not keep datasource_uid and ref_id labels in state after Error ( #72216 )
2023-07-26 11:41:46 -04:00
Giordano Ricci
259a6623e4
Explore: ensure newly added query use the correct datasource ( #72251 )
2023-07-26 16:01:43 +01:00
Kyle Brandt
ceb694f165
SSE: (Instrumentation/Chore) Add datasource_type label to grafana_sse ( #72370 )
...
SSE: (Instrumentation/Chore) Add datasource_type label to the grafana_sse_ds_queries_total metric
2023-07-26 10:51:02 -04:00
Matias Chomicki
6f3dfb2d8b
Loki Query Splitting: Ignore empty queries like hidden queries ( #72376 )
...
Loki query splitting: ignore empty queries like hidden queries
2023-07-26 15:18:55 +01:00
Adam Simpson
51b199e986
AzureMonitor: revert Variable Editor region changes ( #72306 )
...
* Revert "remove regions/locations from variable editor"
This reverts commit 41dc6a8bfb
.
* Revert "remove region pieces from e2e"
This reverts commit 6b1f82f14a
.
* e2e: open resource picker correctly
2023-07-26 14:04:18 +00:00
Kevin Minehart
0c2b2219bb
CI: use the base64 key in the windows installer steps ( #72372 )
...
use the base64 key in the windows installer steps
2023-07-26 16:59:25 +03:00
Gareth Dawson
34ee3b09de
Loki / Prometheus: Fix query builder select component in safari ( #71966 )
...
* partial fix
* remove unused import
* fix that doesnt remove error message
2023-07-26 14:50:52 +01:00
Andre Pereira
89092a1e69
Tempo: Use feature toggle to control TraceQL streaming ( #72288 )
...
Rename traceql streaming feature toggle. Remove the manual toggle from Options component and use the feature toggle
2023-07-26 13:33:16 +00:00
Kevin Minehart
c3d6f795ea
Only trigger downstream builds on Grafana ( #72356 )
2023-07-26 15:26:58 +02:00
stratomonitor
d96067985b
Prometheus: Add present_over_time syntax highlighting ( #72283 )
...
add prometheus present_over_time syntax highlighting
to color present_over_time keyword for prometheus
2023-07-26 13:21:14 +00:00
Polina Boneva
cae68b955b
Dashboard: New Datasource picker link is keyboard accessible ( #72134 )
...
* WIP
* fixes for readability
* fix
* WIP
* Keep tab index working with portal
* Use callback and clean up
* Fix linting errors
* Ignore clickable element
---------
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
2023-07-26 16:02:04 +03:00
Andres Martinez Gotor
07365f2a73
Chore: Remove unnecessary go.mod replace ( #72346 )
2023-07-26 14:58:09 +02:00
Gábor Farkas
e56f97ec71
grafana-data: handle reordering of field.nanos ( #72290 )
...
* grafana-data: handle reordering of field.nanos
* do not add nanos:undefined
2023-07-26 14:17:02 +02:00
Ludovic Viaud
f629698876
Toggle transformationsRedesign for prod ( #72207 )
...
* Toggle transformationsRedesign for prod
2023-07-26 14:08:46 +02:00
ismail simsek
876f96e5e8
InfluxDB: Change feature toggle stage ( #72348 )
...
Change feature toggle stage
2023-07-26 14:06:42 +02:00
Dimitris Sotirakis
e3ec53b418
CI: Fix deb/rpm
bug for linux package publishing ( #72336 )
...
Fix deb/rpm
(cherry picked from commit c3ebd388e3
)
(cherry picked from commit 4c9bdef98d
)
# Conflicts:
# .drone.yml
2023-07-26 14:18:00 +03:00