Christopher Moyer
c5b68ed497
adds note about org_role being case sensitive ( #56043 )
2022-10-03 08:20:19 -05:00
Dimitris Sotirakis
d32c67b52a
CI: Add packages-bucket
flag to publish packages
command ( #56170 )
...
* Add public bucket string
* Fix lint
2022-10-03 13:29:32 +01:00
Oscar Kilhed
3342e529b4
Docs: Update postgresql and mssql docs ( #56011 )
...
* Update mssql docs first draft
* Update postgresql docs first draft
* update image tag
* add missing >
* Update docs/sources/datasources/mssql.md
* Update docs/sources/datasources/mssql.md
* Update docs/sources/datasources/postgres.md
* Update docs/sources/datasources/postgres.md
* Update docs/sources/datasources/postgres.md
* Reflect updated image names
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-10-03 14:06:51 +02:00
Oscar Kilhed
885e8efec6
Docs: update mysql docs to reflect editor changes ( #54568 )
...
* Docs: update mysql docs to reflect visual query builder/code editor changes
* Apply suggestions from code review
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Add missing >
* Reflect updated image name
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-10-03 14:06:20 +02:00
Dimitris Sotirakis
947838cca0
CI: Move grafanacom
command to OSS ( #55853 )
...
* Move publish-packages command over from
* Fix lint
* Move grafanacom command to OSS
* Add GetLatestMainBuild to gsutil
* Fix lint
* More lint fixes
* Add tests for grafanacom
* Fix lint
2022-10-03 14:14:24 +03:00
renovate[bot]
abfd647283
Update dependency lerna to v5.5.4 ( #54955 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-03 12:45:11 +02:00
renovate[bot]
eed8df5ccc
Update dependency react-colorful to v5.6.1 ( #56165 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-03 11:38:18 +01:00
ms-hujia
ec024ae960
Azure Monitor: Add support to customized routes ( #54829 )
2022-10-03 12:33:37 +02:00
Eric Leijonmarck
4200d7b246
Auth: fix check for conflict login in validation ( #56154 )
...
* fix: check for conflict login
* review comment fix
2022-10-03 06:24:26 -04:00
renovate[bot]
3372668889
Update dependency css-minimizer-webpack-plugin to v4.2.0 ( #56153 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-03 10:58:26 +01:00
Jack Westbrook
d1b21a5981
Grafana UI: Prevent built storybook being bundled with package ( #56158 )
2022-10-03 11:41:38 +02:00
Ashley Harrison
f2b06abb33
Convert SpanDetail/index.test.js to RTL ( #56019 )
2022-10-03 10:22:50 +01:00
Ashley Harrison
3e688ecf7d
Navigation: remove description
from the backend navmodel and use subTitle
instead ( #56155 )
...
* remove description from the backend navmodel and use subTitle instead
* only add admin subtitle in topnav
2022-10-03 10:09:32 +01:00
Eric Leijonmarck
f7de253cdd
fix: remove permission grouping ( #56157 )
2022-10-03 10:59:24 +02:00
gotjosh
501e921b2b
Alerting: Allow created by to be manually set when there's no creator for silences ( #55952 )
...
* Alerting: Allow created by to be manually set when there's no creator
Grafana has a mode that allows unauthenticated interaction, typically the created by field of a silence is inferred from the current logged user. When this is not present, the field is left black and thus the silence creation fails.
This allows us to set the created by when we is not possible to infer it from the current user.
* Show created by input field only if user is not logged
* Add test for new logic with createdBy input field
Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com>
2022-10-03 10:56:27 +02:00
Laura Fernández
fca252e7dc
A11y: enable rule jsx-a11y/alt-text ( #55832 )
...
* Enable jsx-a11y/alt-text rule
* Fix errors
* Fix tests
* Enable jsx-a11y/alt-text rule after solving merge conflict
* Delete unused import
* Modify files according to the reviewer's comments
* Revert test changes and update snapshot
* tweaks to image alt names
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-10-03 09:27:04 +01:00
renovate[bot]
6856784134
Update Storybook updates to v6.5.10 ( #49793 )
...
* Update Storybook updates to v6.5.6
* refactor(storybook): fix up dependencies and webpack configs
* chore(storybook): bump to 6.5.7
* chore(yarn): refresh lock file
* chore(storybook): bump storybook to 6.5.10
* refactor(storybook): update configuration to use babel, tidy webpack config, clean dependencies
* chore(storybook): bump to 6.5.12
* chore(storybook): bump storybook-dark-mode to 1.1.2
* chore(storybook): workaround resolving storybook-docs addon for yarn pnp
* refactor(storybook): remove preview-head.html in favour of global theme styles
* chore(storybook): patch storybook-dark-mode to work with SB 6.5.x and yarn PnP
* feat(storybook): move to using MDXv2
* fix(icon): make sure icon story doesn't disappear offscreen and is scrollable
* chore(grafana-ui): clean up dependencies related to storybook
* feat(storybook): enable webpack5 filesystem cache
* feat(storybook): replace babel with esbuild
* fix(emotionperftest): fix jsx pragma for esbuild
* fix(emotionperftest): force jsxRuntime to classic so esbuild and babel compile without error
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2022-10-03 09:23:47 +02:00
Esteban Beltran
29ca8de6c0
Toolkit: Remove unused legacy cherrypick command ( #56114 )
2022-10-03 09:04:11 +02:00
Nathan Marrs
fc62f7ae23
Canvas: Add text element ( #56137 )
...
Co-authored-by: Drew Slobodnjak <drew08t@users.noreply.github.com>
2022-09-30 17:21:02 -07:00
Garrett Guillotte
ef1aa8ceb8
Docs: Add link to TimescaleDB docs ( #56134 )
...
* Added a link for more information
Added a link to TimescaleDB so that users can get additional information if need be.
* fixed formatting
* fixed the table
* made it prettier
* make it pretty for CI
Co-authored-by: Rajakavitha Kodhandapani <krajakavitha@gmail.com>
2022-09-30 15:35:11 -07:00
Ryan McKinley
385ebea540
Devenv: move timeseries dashboards to a timeseries folder ( #56131 )
2022-09-30 13:10:20 -07:00
Artur Wierzbicki
85b965cbec
Storage: Dummy object server and basic integration tests ( #56014 )
...
* object extractors
* update bluge to use summary values
* gosec
* move to store/object package
* references
* references
* references
* same thign but with protobuf
* now the service
* now with summary
* now with summary
* from protobuf
* from protobuf
* cleanup
* remove hand crafted file
* update proto definitions
* update comments
* remove properties
* remove properties
* re-generate
* add batch
* move ref to raw struct
* GRPC test infra
* fix merge
* add delete
* lint
* rename to dummyobjectserver
* update comment
* refactor collection, simplify dummy server
* update
* refactor test structure
* more tests
* more tests
* replace collection with infra/persistentcollection
* skip if not integration test suite
* very important lint fix
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-09-30 15:56:07 -04:00
Ryan McKinley
268a49cb38
Devenv: add dashboard showing timeseries out of range points ( #56130 )
2022-09-30 15:47:23 -04:00
Alexander Weaver
c16317e5b8
Alerting: Move fake rule store to the test utilities package ( #56062 )
...
* Move fakeRuleStore to tests/fakes package
* Break stub dependencies on store
* Update existing tests to point to new location
* Remove unused stub of TimeNow
* Rename fake to take advantage of package name
2022-09-30 14:36:51 -05:00
Drew Slobodnjak
82d7f80a15
Canvas: Rename textbox to rectangle ( #55633 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-09-30 10:44:47 -07:00
Artur Wierzbicki
ea1334c01d
Chore: Persistent collection ( #56074 )
...
* persistent collection
* dont remove temp dir
* temp dir change
* lint
* add experimental comment
* move to X package
* lint
* orgID -> namespace
2022-09-30 21:34:44 +04:00
Nathan Marrs
2eb24bbc4e
Canvas: Add canvas editor options to inline editor ( #55970 )
...
Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com>
2022-09-30 09:52:30 -07:00
Andres Martinez Gotor
9958f938e0
@grafana/ui: Render PageToolbar Go Back icon for smaller window size ( #55671 )
2022-09-30 17:36:14 +02:00
kay delaney
81a39b7e5b
Variables: Add confirmation modal when deleting variables ( #56016 )
2022-09-30 16:32:14 +01:00
Alexa V
e2ef41be72
Docs [Standard options definitions] Add missing information for prefix in custom unit ( #56098 )
2022-09-30 16:13:26 +02:00
renovate[bot]
c29667f35e
Update dependency react-calendar to v3.9.0 ( #55921 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-30 06:42:04 -07:00
Gareth Dawson
2338660a62
Loki: Add more assertions to loki-query-builder.spec.ts ( #56044 )
...
* Add more assertions to loki-query-builder.spec.ts
* Update assertions in loki-query-builder.spec.ts
2022-09-30 14:27:48 +01:00
Josh Hunt
80065c47ab
Chore: Updating swagger spec ( #56094 )
2022-09-30 09:15:09 -04:00
Leo
7df49ca230
Navigation: Add News to top nav ( #55466 )
...
* added news feed component
* move button to news component
* create newsfeed hooks and conver NewsPanel to functional component
* added news_feed_enabled and news_feed_url to server settings ini
* add default value in defaults.ini
* set news drawer settings value to true by default
* remove server settings config
* use useToggle hook
* fix newsitem render
* support drawer on mobile screen
* use media query utility
2022-09-30 15:11:24 +02:00
juanicabanas
5eab922a16
Dashboard: Record the number of cached queries for usage insights.
2022-09-30 09:49:16 -03:00
Gábor Farkas
a069a01853
grafana-data: logs: add deprecated-info ( #56077 )
2022-09-30 14:22:04 +02:00
Ashley Harrison
5b1fdd535a
Accessibility: turn on jsx-a11y/no-noninteractive-tabindex
+ fix/ignore errors ( #56084 )
...
* turn on jsx-a11y/no-noninteractive-tabindex + fix/ignore errors
* update comments
2022-09-30 13:20:39 +01:00
Shirley
09079bfb65
Upgrade to grafana-aws-sdk v0.11.0 ( #56042 )
2022-09-30 13:51:28 +02:00
Marcus Andersson
d406e6d899
Docs: Added icon type improvements to plugin migration guide ( #56075 )
2022-09-30 13:17:11 +02:00
Laura Benz
fc6afc6b84
Core: Implement aria attributes for query rows, improve a11y ( #55563 )
...
* feat: add aria-expanded prop
* refactor: remove console.log()
* feat: add aria-controls
* refactor: add id to expendable section
* refactor: create unique id
2022-09-30 13:03:55 +02:00
sam boyer
9ec7b202b6
playlist: introduce coremodel schema, swap in for backend DTO types ( #56048 )
...
* Add simplest possible playlist schema
* Add @grafana(decisionNeeded) attributes
* playlistid, not playlist_id
2022-09-30 06:33:11 -04:00
Gábor Farkas
d2601003cf
Logs: move logs-functions from grafana-data to grafana-main ( #55457 )
...
* logs: move utils from grafana-data to grafana
* logs: adjust imports
* updated betterer checksum file
2022-09-30 12:16:47 +02:00
Sven Grossmann
0c1e4979af
add correct overscroll-behavior to context modals ( #56070 )
2022-09-30 11:25:51 +02:00
renovate[bot]
62811c2141
Update dependency @rushstack/node-core-library to v3.53.0 ( #56002 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-30 10:01:30 +01:00
Timur Olzhabayev
2ded4c12ab
Chore: Rename one of the publish docs action steps ( #55888 )
2022-09-30 09:48:54 +02:00
Jeff Levin
e4157361d9
documentation: update documentation for enabling tracing on a grafana instance ( #56068 )
...
This PR improves docs around enabling traces on grafana.
In order to enable tracing and get a traceID, you must set the address field in your config.ini
https://github.com/grafana/grafana/blob/main/contribute/engineering/backend/instrumentation.md#2-enable-tracing-in-grafana
2022-09-30 03:44:12 -04:00
GitStart
2664575a4a
Dashboard Edited/Saved notifications leak into other views ( #55540 )
...
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com>
Co-authored-by: RubensRafael <rubensrafael2@live.com>
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com>
Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com>
Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com>
Co-authored-by: RubensRafael <rubensrafael2@live.com>
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com>
Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com>
Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-09-30 09:18:50 +02:00
Ryan McKinley
213cfe5117
Object: use protobuf to declare the raw/summary types ( #55646 )
2022-09-29 22:18:15 -07:00
Alexander Weaver
d66ed6fe35
Alerting: Move stray model structs in store package to model package ( #55968 )
...
* Move stray command structs to model package like the rest
* Fix broken references
2022-09-29 15:47:56 -05:00
lean.dev
7bd8dbf2f8
Docs: Update Public Dashboard documentation ( #56035 )
2022-09-29 14:24:38 -03:00