Serge Zaitsev
305d494902
Chore: Switch over to team.Service instead of sqlstore ( #55497 )
...
* switch to using team service
* trying to fix tests
* more tests to fix
* add missing teamtest package
2022-09-20 18:58:04 +02:00
Torkel Ödegaard
40bc140a9a
Refactoring and simplifying TopSearchBar ( #55341 )
2022-09-20 18:57:38 +02:00
Grot (@grafanabot)
80c0dc890a
ReleaseNotes: Updated changelog and release notes for 9.0.9 ( #55511 )
2022-09-20 16:45:53 +00:00
owensmallwood
aae2c3c4f4
PublicDashboards: Tag is rerendered when dashboard meta changes in state ( #55414 )
...
Can update dashboard meta state using dashboard events.
2022-09-20 10:42:57 -06:00
Marcus Efraimsson
862a6a2fa6
Logging: Introduce API for contextual logging ( #55198 )
...
Introduces a FromContext method on the log.Logger interface that
allows contextual key/value pairs to be attached, e.g. per request,
so that any logger using this API will automatically get the per request
context attached. The proposal makes the traceID available for
contextual logger , if available, and would allow logs originating from
a certain HTTP request to be correlated with traceID.
In addition, when tracing not enabled, skip adding
traceID=00000000000000000000000000000000
to logs.
2022-09-20 18:32:06 +02:00
Grot (@grafanabot)
c6ed7d6741
ReleaseNotes: Updated changelog and release notes for 9.0.9 ( #55506 )
2022-09-20 16:21:25 +00:00
Grot (@grafanabot)
ce10706f03
ReleaseNotes: Updated changelog and release notes for 8.5.13 ( #55502 )
2022-09-20 11:55:14 -04:00
Jo
006944a360
Auth: Add development manual override ( #55496 )
...
* Auth: Add development manual override
* rename to disable_sync_lock
2022-09-20 11:48:40 -04:00
Alexander Emelin
0e6a8cc6ac
Live: Migrate to centrifuge-js v3 (new API and client protocol) ( #51977 )
2022-09-20 11:39:46 -04:00
renovate[bot]
42cf92a3f2
Update dependency @daybrush/utils to v1.10.0 ( #55492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-20 16:35:37 +01:00
Alexander Weaver
3a580dc3cd
Alerting: Extract default message embed into named constant ( #55424 )
...
* Resolve conflicts
* Combine multiple const definitions
2022-09-20 10:20:06 -05:00
renovate[bot]
3195866596
Update dependency @babel/plugin-transform-runtime to v7.19.1 ( #55289 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-20 16:00:06 +01:00
Artur Wierzbicki
03af63d52e
SearchV2: add tracing to background jobs ( #55250 )
...
* searchv2: add tracing to background jobs
* searchv2: lint
* searchv2: lint
* searchv2: fix context passing
* searchv2: add init org index span
* searchv2: add traceid to logs
* searchv2: add db count to logs
2022-09-20 16:49:44 +02:00
Leonard Gram
a14bd4055f
Chore: update latest.json to 9.1.6 ( #55486 )
2022-09-20 16:47:25 +02:00
Grot (@grafanabot)
bbb8bf08db
ReleaseNotes: Updated changelog and release notes for 9.1.6 ( #55481 )
2022-09-20 16:31:35 +02:00
Jo
0be644031d
Auth: Add SAML common resolutions to cookie issues ( #55395 )
...
* Auth: Add SAML cookie specifics
* Auth: remove legacy message
* HTTPS
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2022-09-20 16:21:50 +02:00
Josh Hunt
070d44802f
Chore: Type Rudderstack and AppInsights window APIs ( #55162 )
...
* Chore: Type Rudderstack and AppInsights window APIs
* remove rudder sdk to dev deps
2022-09-20 10:06:31 -04:00
Emil Tullstedt
4711454b81
Org: Fix service initialization ( #55460 )
2022-09-20 08:28:47 -04:00
Hamas Shafiq
d06ed3226c
Jaeger: Add cheat sheet ( #54521 )
2022-09-20 12:48:17 +01:00
Konrad Lalik
4c4b758646
Alerting: Add templates autocomplete ( #53655 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2022-09-20 13:07:17 +02:00
idafurjes
43a1d1484d
Add some org methods to org service interface ( #55449 )
...
* Add some org methods to org service interface
* Fix fake method name
2022-09-20 12:57:51 +02:00
Laura Benz
dbbab6e95c
Explore: Add feature tracking events ( #54514 )
...
* feat: add tracking in query row button group
* feat: add tracking for split view
* feat: add tracking for query inspector tab open
* feat: add tracking for shortened link button
* feat: add tracking for change of datasource
* feat: add tracking for time range options
* refactor: clean up
* refactor: repair tests
* refactor: clean up
* feat: add details to change of data source
* refactor: remove duplicate tracking
* refactor: make tracking reusable in an easier way
* refactor: add property
* refactor: change data for time picker
* refactor: change tracking label for time picker
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
* refactor: store tracking in explore component
* refactor: add index signature
* refactor: remove ?
* refactor: split into 3 callbacks
* refactor: apply suggestions from code review
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2022-09-20 06:50:23 -04:00
idafurjes
eff4daacaf
Bug: Rollback change in search ( #55443 )
2022-09-20 12:18:39 +02:00
Dimitris Sotirakis
cb93ed04a7
Add storybook bucket for main builds ( #55448 )
2022-09-20 13:15:06 +03:00
Serge Zaitsev
2ee3fd3994
Chore: Create structure for team service ( #55444 )
2022-09-20 10:14:00 +00:00
Giordano Ricci
d815e2cb56
Correlations: Return 200 instead of 404 for empt correlation lists ( #55242 )
...
* return 200 instead of 404 for empty correlations list
* handle empty list response & improve consistency
2022-09-20 11:13:33 +01:00
Josh Hunt
d014a3a09b
Echo: Add support for Google Analytics 4 ( #55446 )
...
* user essentials mob! 🔱
lastFile:public/app/core/services/echo/backends/analytics/GA4Backend.ts
* user essentials mob! 🔱
* user essentials mob! 🔱
lastFile:public/app/core/services/echo/backends/analytics/GA4Backend.ts
* user essentials mob! 🔱
lastFile:public/app/core/services/echo/backends/analytics/GA4Backend.ts
* user essentials mob! 🔱
lastFile:public/app/app.ts
* user essentials mob! 🔱
Co-authored-by: eledobleefe <laura.fernandez@grafana.com>
Co-authored-by: Leodegario Pasakdal <leodegario.pasakdal@grafana.com>
2022-09-20 03:13:14 -07:00
Jo
13146cc812
Auth: reduce allocs ( #55410 )
2022-09-20 12:03:08 +02:00
Torkel Ödegaard
10b3c0787a
CSSTransition fixes warnings ( #55340 )
2022-09-20 11:47:31 +02:00
Marcos Vinicius
c088f2be50
Elasticsearch: Rename public/app/plugins/datasource/elasticsearch/language_provider.ts to follow convention ( #55430 )
2022-09-20 11:34:07 +02:00
Serge Zaitsev
8f1e2ed658
Chore: Split temporary user (invite) service ( #55397 )
...
* Chore: Split temporary users
* change references to tempuser service
* fix api tests
* restore tests
2022-09-20 11:29:17 +02:00
matt abrams
9bf778d5d7
add triage/needs-confirmation to collector ( #55189 )
2022-09-20 11:11:12 +02:00
Sonia Aguilar
4270e5606c
Alerting: Fix enter key 'clicking' first button on form ( #55222 )
...
* Add type='button' in button used in Heading component to prevent having the default value ='submit'
* Add type='button' for buttons used in form when grafana-managed alert type is selected
* Add type='button' for buttons used in form when mimir-or-loki alert type is selected
2022-09-20 11:02:41 +02:00
Konrad Lalik
20e6e0d593
Alerting: Fix default query's data source when no default datasource specified ( #55435 )
2022-09-20 10:43:39 +02:00
Gábor Farkas
323ca6825a
devenv: removed obsolete elastic docker configs ( #55402 )
2022-09-20 10:16:28 +02:00
idafurjes
7ce7c9b64c
Chore: Move SearchOrgs to org service ( #55416 )
...
* Chore: Move SearchOrgs to org service
* Fix lint
* Fix lint 2
2022-09-20 09:55:40 +02:00
Andrea Spadaccini
e25612092b
Mention the need for Subscription Reader role ( #51844 )
...
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Andres Martinez Gotor <andres.mgotor@gmail.com>
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-09-20 09:24:33 +02:00
Sven Grossmann
95ddfe8ee1
GrafanaUI: mark all Log components deprecated ( #55404 )
2022-09-20 08:48:32 +02:00
Erik Sundell
caba98590d
Cloudwatch: Break out resource requests from datasource file ( #55358 )
...
* break out resource requests from datasource file
* fix lint issues
2022-09-20 07:50:54 +02:00
Alexander Weaver
4df41972f1
Alerting: Refactor one notifier to use encoding/json to parse settings instead of simplejson ( #55271 )
...
* Create struct for Slack's receiver settings
* Remove one layer of indirection when building slack notifier
* Delete un-used struct
* Validate against settings struct instead of simplejson object
* Genericize settings marshalling
* Remove repetition between fields on notifier and fields on settings struct
* Rename unmarshal settings wrapper
* Handle comma separated strings at marshalling time rather than validation time
* Address misc review feedback
2022-09-19 17:30:16 -05:00
Serge Zaitsev
7108b4331d
Fix: return proper values in dashboard thumbs service ( #55421 )
2022-09-20 00:29:55 +02:00
owensmallwood
c946e44741
Ignore docker-compose override. ( #55407 )
...
adds docker-compose override to gitignore
2022-09-19 12:17:54 -06:00
Guilherme Caulada
3b1fc18692
PublicDashboards: Ignore time range input and changes on public dashboard ( #55412 )
...
* Ignore time range input and changes on public dashboard
* Use config instead of getConfig to access boot config
2022-09-19 15:16:27 -03:00
Timur Olzhabayev
80ff9fc0ef
Chore: Handing over sigv4 middleware ownership ( #55355 )
2022-09-19 18:39:24 +02:00
Misi
8405a99fef
Chore: Add changed enterprise devenv path to .gitignore ( #55408 )
2022-09-19 12:15:28 -04:00
sam boyer
4d0988b6b2
misc: Update to Go 1.18 ( #53440 )
2022-09-19 16:04:14 +00:00
Guilherme Caulada
ee899e8c3a
PublicDashboards: Sanitize metadata from public dashboard queries ( #55269 )
...
* Add function to remove metadata from queries
* Add test for RemoveMetadataFromQueryData function
* Remove only custom data and executed query string
* Add sanity check to SanitizeMetadataFromQueryData
2022-09-19 12:44:29 -03:00
Torkel Ödegaard
d5e4b08a3a
DashNav: Fixes missing key warning caused by public dashboard tag ( #55336 )
2022-09-19 17:01:14 +02:00
Jack Westbrook
db17a88193
Plugins: Expose emotion/react to plugins to prevent load failures ( #55297 )
2022-09-19 16:54:13 +02:00
Kristina
273ff02dde
Explore: Add error handling function when retrieving datasource ( #55055 )
...
* Use datasource function with error handling
* Check datasource exists when validating query, add test
* Add mock to test that now requires it
* Add comment explaining verbose validity logic
2022-09-19 09:43:16 -05:00