https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
121631d Fix: Email and username trimming and invitation validation (#58442) * fix: email and username trimming and invitation validation * Trim leading and trailing whitespaces from email and username on signup * Check whether the provided email address is the same as where the invitation sent * Align tests Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com> 14 November 2022, 12:11:26 UTC
1fddd9a Docs: Update install guides link in README (#56116) This updates the link to the installation guides in the README to the docs for the latest Grafana version, whereas the previous redirect was going to v9.0. This also improves the security of the link, which was previously insecure http://. 14 November 2022, 10:42:23 UTC
09c3ead CI: Make build and store storybook trigger in the release process (#58686) Make storybook trigger conditional 14 November 2022, 10:14:50 UTC
b0c197b Docs: Comment out broken images (#57482) * Docs: Comment out broken images * Docs: Hide the correct images Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Daniel Lee <dan.limerick@gmail.com> 14 November 2022, 09:49:04 UTC
c3fef96 docs: code format (#58216) 14 November 2022, 09:35:44 UTC
a71f742 Navigation: Remove monitoring texts for items under Monitoring section (#58522) * rename Synthetic monitoring with Synthetics * improved text override 14 November 2022, 09:01:23 UTC
f4531b4 Omit error from http response (#58443) 14 November 2022, 08:42:31 UTC
ce50400 Toolkit: Fix compilation loop when watching plugins for changes (#58167) * fix(toolkit): ignore node_modules and dist directories when watching for changes to plugin * fix(toolkit): move watchOptions.ignored config to pluginDev watch call 14 November 2022, 08:30:52 UTC
75c9350 docs: fix heading level for env variable on configuration page (#58689) fix syntax error in Heading 13 November 2022, 12:43:23 UTC
5934407 Storage: add an admin write flavor that can explicitly set the user/time (#58618) 12 November 2022, 19:36:18 UTC
69b5a9c Chore: [Nested Folder] Add db migration at service start time (#58590) * add db migration at service start time * make changes for the 3 db * revert migrator * fix feature toggle check Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com> 12 November 2022, 14:51:46 UTC
75e435f SQL: Fix issue where testing the datasource would always be successful if the `datasourceQueryMultiStatus` feature was enabled (#58671) SQL Datasources: fix issue where testing the datasource connection would show success even when there was an error. Co-authored-by: Victor Marin <victor.marin@grafana.com> 11 November 2022, 21:41:38 UTC
6e776d0 MSSQL: Add connection timeout setting in configuration page (#58631) * MSSQL add connection timeout * add docs * Update docs and add min value to the timeout setting 11 November 2022, 19:04:08 UTC
78bb8c1 Alerting: Allow none provenance alert rule creation from provisioning API (#58410) 11 November 2022, 18:58:45 UTC
7914234 StateTimelinePanel: Fix duration on merged values (#58561) Fix stateTimeline duration 11 November 2022, 18:19:40 UTC
d748979 Alerting: Implement the Webex notifier (#58480) * Alerting: Implement the Webex notifier Closes https://github.com/grafana/grafana/issues/11750 Signed-off-by: gotjosh <josue.abreu@gmail.com> 11 November 2022, 17:27:13 UTC
1c50390 Prometheus: Make Prometheus streaming parser as default client (#58365) * Introduce a new feature flag for prometheus buffered client * Use querydata client as default and put buffered client behind the feature flag * Remove prometheusStreamingJSONParser feature flag as it is not needed anymore * Update tests * Fix unit tests * Update feature flag description 11 November 2022, 16:53:12 UTC
500cf16 Chore: fix some types (#58662) chore: fix some types 11 November 2022, 16:29:49 UTC
860e25d BarChart: add gdev panel for random threshold from query (#58580) 11 November 2022, 15:58:08 UTC
8edeb1a Prometheus: Handle errors in buffered client (#58504) * Handle prometheus errors in buffered client * Handle prometheus warnings * Fix tests * Add unit test for warnings 11 November 2022, 14:49:46 UTC
0bd120e Navigation: fix page title spacing when there is no subtitle (#58654) * fix page title spacing when there is no subtitle * apply margin to whole page header 11 November 2022, 14:43:11 UTC
e5cb1ce Alerting: Suggest previously entered custom labels (#57783) * [Alerting] - replace label inputs with dropdowns (#57019) * Add AlertLabelDropdown component It will be used to pick from or create new labels * Adapt LabelsField component to use AlertLabelDropdown instead of inputs * Add tests for LabelsField component Plus a few other tests were adapted to work with the label dropdowns * Use ref in component * Fix showing placeholders in the label dropdowns * Minor syntax change * Remove unneeded import after rebase * Display custom labels When a label key is selected, its corresponding values are shown in the dropdown * Add tooltip explaining where labels in the dropdowns come from * Fix import of Stack component * Avoid duplicated values * Improvements based on review * Display labels for currently selected datasource only * Refactor AlertsField to allow to choose whether to suggest labels or not * Suggest labels for NotificationStep and tests * Don't suggest labels in TestContactPointModal * [LabelsField] - refactor: get dataSourceName as a parameter * [LabelsField] - extract common code into reusable components * Display loading spinner while fetching rules * LabelsField - refactor Removing the suggest prop and the default dataSource 'grafana'. Instead, the component now relies on the dataSourceName param. If it's set it means we want to show suggestions so we fetch the labels, otherwise, if not set, we show the plain input texts without suggestions. * Add test for LabelsField without suggestions * Show custom labels for grafana managed alerts When the dataSourceName in the NotificationsStep component has a null value, we can assume it's because we're dealing with grafana managed alerts. In that case we set the correct value. * Fix tests after latest changes Since we removed the combobox from the TestContactPoints modal, tests had to be adjusted * Update texts * initialize all new added inputs with empty data 11 November 2022, 13:29:59 UTC
080ea88 Nested Folders: Support getting of nested folder in folder service wh… (#58597) * Nested Folders: Support getting of nested folder in folder service when feature flag is set * Fix lint * Fix some tests * Fix ngalert test * ngalert fix * Fix API tests * Fix some tests and lint * Fix lint 2 * Fix library elements and panels * Add access control to get folder * Cleanup and minor test change 11 November 2022, 13:28:24 UTC
88a829e Fix: don't show an error when receiver status is not available (#58638) 11 November 2022, 13:26:43 UTC
6625f6f Chore: Update .nvmrc (#58641) Update .nvmrc 11 November 2022, 12:21:38 UTC
0a9129c Chore: move to node 18 (#58570) * bump node version to 18 * update folder to 18.x * update README for m1 instructions * update drone * update unit test * update README 11 November 2022, 11:34:00 UTC
891ae91 docs: fix typo in provisioning docs (#58110) Fix typo Co-authored-by: Udlei Nati <udlei@nati.biz> 11 November 2022, 11:30:26 UTC
8e4fa40 Chore: Refactor process.js & process.test.js to TypeScript (#58464) 11 November 2022, 10:44:06 UTC
c76183a Tempo: Fix search removing service name from query (#58630) * Fix handleOnChange deps * Remove eslint disable 11 November 2022, 10:40:13 UTC
0213739 Fix: Bumping `msw` and `xmldom` (#58627) Bumping msw and xmldom to mitigate xmldom vulnerability 11 November 2022, 10:18:38 UTC
bd87b46 Alerting: Improve test coverage for ConditionsCmd (#58603) 11 November 2022, 09:27:35 UTC
c090de9 Chore: Move dev-dashboards jsonnet into separate directory (#58619) 11 November 2022, 09:19:29 UTC
5fac98b Docs: Add feature flag example to override configuration with environment variables (#58613) 10 November 2022, 21:39:27 UTC
fd6edbf Canvas: Improve disabled inline editing UX (#58610) 10 November 2022, 21:04:42 UTC
07e5f81 Reconcile coremodels, entities, objects under new kind framework (#56492) * Update thema to latest * Deal with s/Library/*Runtime/ * Commit new, working results of codegen * We like pointers now * Always take runtime arg for NewBase() * Sketchy handwavy pass at entity meta framework * Little nibbles * Update pkg/framework/coremodel/entityframework.cue Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com> * Move file into new framework location * Introduce loaders, Go code * Complete rename to kind * Flesh out framework, add svg/dashboard examples * Cruft removal * Remove generated kind go files from gitignore * Refine maturity concept, add SlotKind * Update embed and go deps * Export PrefixWithGrafanaCUE * Make the loader actually work, holy crap * Many small tweaks to type.cue * Add Apache 2 licensing exceptions for kinds * Add new kinds dir, start of generator * Roll back to earlier oapi-codegen * Introduce new grafana-specific CUE loaders * Introduce new tidy code generators framework * Catch up kind framework with tinkering * Add slices for the generators * Add write/verify step to main generator * Many renames * Split up kind framework cue files * Use kind.Decl within generated kinds * Create kind.SomeDecl wrapper type to cache lineages * Better names again * Get one generated implemented, hopefully * Copy dashboard schema into new kind.cue * Small fixes to make the initial gen work * Put svg kind in its new home * Add generated Go dashboard type * More renames and cleanups * Add base kind registry and generator * Stop blacklisting *_gen.go files This is not the Go best practice, anyway. All we actually want to ignore for enterprise is generated wire files. * Change codegen output directories pkg/kind -> pkg/kinds pkg/registry/kindreg -> pkg/registry/corekind * Rename pkg/framework/kind to pkg/kindsys * Add core structured kind generator * Add plural and machine names to kind spec * Copy playlist over to kind system * Consolidate kindsys files * Add raw kind generator * Update CODEOWNERS for kind framework * Touch up comments a bit * More docs tweaks * Remove generated types to reduce noise for review * Split each generator into its own file * Rename Slot kind to Composable kind * Add handwavy types for customkind loading * Guard against init calls to framework loader * First pass at doc on extending the kind system * Improve attribute example in docs * Fix wire imports * Add basic TS types generator * Fix composable kind category def * No need for a separate file with generate directive * Catch dashboard schema up * Rename generator types to something saner and generic * Make version configurable in ts/go generators * Add CommonMeta to ease property access * Add kindsys prop indicating whether lineage is group * Put all kind categories back in a single file * Finish with kindsys group props * Refactor maturity progression per discussion - Replace "committed" with "merged" - All kindcats can use all maturity levels, at least for now * Convert ts veneer index generator to modular system * Move over to new jennywrites framework * Strip down old coremodel generator * Use public version of jennywrites * Pull latest thema * Commit generated Go types * Add header injection postprocessor * Move sdboyer/jennywrites to grafana/codejen * Tweak header output * Remove dashboard and playlist coremodels * Fix up backend dashboards devenv test * Fix TS import patterns to new gen filename * Update internal imports, remove coremodel registry * Fix compilation errors, wire generation * Export and replace the prefix dropper * More Go struct and field name changes * Last name fixes, hopefully * Fix lint errors * Last lint error Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com> 10 November 2022, 20:36:40 UTC
f92d978 Export: support export in postgresql (#58553) 10 November 2022, 19:16:31 UTC
4705556 Canvas: Fix setting icon from field data #58499 10 November 2022, 18:56:31 UTC
41c491e Cleaning up plugin developer docs (#58596) 10 November 2022, 17:36:59 UTC
5bc7f69 Docs: Replacing toolkit with sign-plugin (#58593) 10 November 2022, 17:31:42 UTC
9cbbe65 Move cloud link app to the Administration section (#58578) 10 November 2022, 17:02:41 UTC
261d620 Elasticsearch: Add feature toggle for backend migration (#58585) * Elasticsearch: Add feature toggle for backend migration * Update 10 November 2022, 15:35:15 UTC
45facbb Alerting: Remove url based external alertmanagers config (#57918) * Remove URL-based alertmanagers from endpoint config * WIP * Add migration and alertmanagers from admin_configuration * Empty comment removed * set BasicAuth true when user is present in url * Remove Alertmanagers from GET /admin_config payload * Remove URL-based alertmanager configuration from UI * Fix new uid generation in external alertmanagers migration * Fix tests for URL-based external alertmanagers * Fix API tests * Add more tests, move migration code to separate file, and remove possible am duplicate urls * Fix edge cases in migration * Fix imports * Remove useless fields and fix created_at/updated_at retrieval Co-authored-by: George Robinson <george.robinson@grafana.com> Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> 10 November 2022, 15:34:13 UTC
738e023 Alerting: Fix threshold expression rewire (#58334) 10 November 2022, 15:15:38 UTC
990d8cd Chore: Upgrade go-sqlite3 to v1.14.16 (#58581) 10 November 2022, 14:49:28 UTC
039f4cb Explore: Support fields interpolation in logs panel (#58426) 10 November 2022, 14:33:17 UTC
b13b58e Add move endpoint into folder service (#58575) * add move endpoint * change signatures 10 November 2022, 14:06:52 UTC
778337e BarChart: Fix coloring from thresholds and value mappings (#58285) 10 November 2022, 13:43:32 UTC
30f0d66 Folder: Add implementation for Update for nested folder (#58479) * Add implementation for Update nested folder * Remove parent uid from Update * Fix update 10 November 2022, 13:28:55 UTC
bd6ac79 Docs: adds explore content for alerting (#58573) 10 November 2022, 12:35:24 UTC
f451332 Chore: Switching to new output format for detect breaking changes action (#58516) * Switching to new output format for detect breaking changes action * linting: wrap $GITHUB_OUTPUT with double quotes * linting: fix shellcheck issues in the right place 🤦‍♂️ Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 10 November 2022, 11:02:04 UTC
181640b Connections: Support standalone plugin pages (#57772) * feat(Connections): create sub-pages wrapped by `<Page>` * feat(Connections): rename the Connections page and update routes * feat(Connections): use new url for editing datasources * refactor(Connections): remove unused tab components * feat(Connections): update routes and nav titles * tests: fix tests for Connections * tests: fix typo in backend tests 10 November 2022, 10:14:23 UTC
c5ae1bc Alerting: Fix logging pointer address of DashboardUID and PanelID variables (#58539) 10 November 2022, 09:58:38 UTC
68600c2 Alerting: Log when alert rule cannot be screenshot to help debugging (#58537) 10 November 2022, 09:41:31 UTC
bf5a08e API: Support creating a nested folder (#58508) * API: Support nested folder creation * Update swagger * fixup * Update pkg/api/dtos/folder.go Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com> * Fix some tests * create legacy folder url from title and uid Co-authored-by: idafurjes <36131195+idafurjes@users.noreply.github.com> Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com> Co-authored-by: Ida Furjesova <ida.furjesova@grafana.com> 10 November 2022, 09:41:03 UTC
b5388bb Switching to new output format for bump-version action (#58514) 10 November 2022, 09:24:19 UTC
c9138eb Switching to new output format for publish docs action (#58518) 10 November 2022, 09:14:23 UTC
accb4de [Nested Folder] Delete folder methode (#58444) * transfer DeleteFolder changes from larger PR * finish some thingies * add the simplest delete logics * some intermedia steps * fix tests * add test * fix some comments Co-authored-by: yangkb09 <yangkb09@gmail.com> 10 November 2022, 08:42:32 UTC
1201170 GoogleCloudMonitoring: Refactor query type definition (#58512) 10 November 2022, 08:30:47 UTC
70dac35 chore(tests): return a copy of the map to avoid concurrency issues in tests (#58547) 09 November 2022, 21:12:18 UTC
2bfdda5 Alerting: Break dependency between state and image packages (#58381) * Refactor state and manager to not depend directly on image interface * Move generic errors to models package * Move NotAvailableImageService to state as its only references are in state tests * Move NoopImageService to state package * Move mock to state package * Fix linter error * Fix comment styling * Fix a couple added references introduced by rebase * Empty commit to kick build 09 November 2022, 21:06:49 UTC
bad4f28 Alerting: update test TestAlertingTicker to not rely on clock (#58544) * extract method processTick * make processTick return scheduled rules * move state manager tests to state manager * update test * move all tests into one file * remove unused fields 09 November 2022, 20:08:57 UTC
ee7348a Prometheus: Query builder label filters dropdown UI overload fix (#58266) * WIP: try to support removing series endpoint for supported clients * add other filter variables to match param for label values query against filter values, in order to resolve bug in which filter value options would display that aren't relevant in the current query editor context, i.e. options would display that upon select would display no data * clean up console logs * refactor and comment * expanding current unit test coverage to cover calls to new API * fix unit test * whitespace * prettier * WIP: need to merge in other PR * WIP giving up and trying again * WIP: most functionality is working, split out shared loki/prom code * fix bug in which search results wouldn't take other label context into the query * Fix bug in which the previously selected value would conflict with the async search * interpolate the label name string instead of the match promql expression * remove type assertions * remove type assertion * clean up generic confusing types, and add back in a type assertion * remove generic type * make sure to interpolate label names * fix bugs with variables not interpolating before query * remove debug * assert partial properties on QueryBuilderLabelFilter * Force update betterer results :( * update regex so dropdown UX more closely matches current behavior * add eslint ignore * add eslint ignore and update betterer 09 November 2022, 19:54:51 UTC
000b4f8 Chore: Retry queries by default in tests (#58535) 09 November 2022, 17:56:47 UTC
ad374ef adjusts the stem sentence (#58538) 09 November 2022, 17:24:29 UTC
7e85272 Alerting: Fix images cached on rule instead of dashboard panel signature (#58510) 09 November 2022, 17:01:48 UTC
b92a022 Alerting: Improve debug logs in image service (#58507) 09 November 2022, 16:32:58 UTC
febcaef Chore: Use strings.ReplaceAll and preallocate containers (#58483) 09 November 2022, 16:17:09 UTC
2dfe0a4 Docs: adjusts topics to align with task templates (#58478) * updates topic to align with multiple task template * updates goal intro * aligns formatting with single task topic template * Update docs/sources/administration/team-management/index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * adds permissions requirements to two tasks Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> 09 November 2022, 16:09:46 UTC
acfa066 Alerting: Change TestConditionsCmd to assert on mathexp.Results (#58434) 09 November 2022, 16:07:43 UTC
33f0283 Plugins: CallResource: Use canonical MIME headers when writing response (#58506) * Plugins: CallResource: use canonical MIME headers when writing response * Plugins: add tests for canonical mime headers and Set-Cookie filter * Removed extra new line 09 November 2022, 14:47:32 UTC
159607f Navigation: Convert `PluginDetails` page to use new `Page` extensions (#58509) * Added labels * App page fixes * Switch to switch * wip * Updates * I am stuck * Minor tweak * This props interface could work * removed change * use new page extensions in plugin details page * add link separator, fix action button spacing * some renaming * Move PageInfo into it's own folder + add tests * add support for new props in old page header * remove PluginDetailsHeader as it's no longer used * Fix unit tests * fix some badge alignments * center align actions * badge alignment + only show downloads for community/commercial plugins * better link alignment * conditionally render description * move install control warnings to below subtitle + refactor Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 09 November 2022, 14:44:38 UTC
cced175 Docs: Replace toolkit command to scaffold plugins with create-plugin (#58462) * Replace command to scaffold plugin with create-plugin * Change link text 09 November 2022, 14:15:23 UTC
fa5a304 Elasticsearch: fix typo (#58519) 09 November 2022, 14:10:47 UTC
008c554 Echo: Add config option to prevent duplicate page views for GA4 (#57619) 09 November 2022, 14:09:19 UTC
463f993 feat(loki-monaco-editor): update e2e test with autocomplete steps (#58455) * feat(loki-monaco-editor): update e2e test with autocomplete steps * Chore: replace typing method * Test simpler POC test * Chore: refactor test * Chore: use selector to get the editor value 09 November 2022, 12:37:00 UTC
1290951 Alerting: Small improvements to staleResultsHandler (#58007) 09 November 2022, 11:08:32 UTC
966b47c Loki: Rename log browser to label browser (#58416) * rename loki log browser to label browser * rename loki log browser to label browser 09 November 2022, 09:57:05 UTC
b565180 Scene: ObjectVariable for supporting the built in system variables and object scoped variables (__data for example) (#58291) * Scene: Adds ObjectVariable to support the built-in/system variables * fixed lint issue 09 November 2022, 09:27:20 UTC
fdeefae Alerting: Reorder tests in classic_test.go (#58425) 09 November 2022, 09:13:47 UTC
b3c761a Navigation: Expose new props to extend `Page`/`PluginPage` (#58465) * add extensions and customisation to `Page` * adjust alignment 09 November 2022, 09:05:01 UTC
9778d64 GoogleCloudMonitoring: use typed struct in newInstanceSettings (#58440) 09 November 2022, 08:38:06 UTC
6ed3529 Variables: SceneVariable update process (#57784) * First baby steps * First baby steps * No progress really * Updates * no progress * refactoring * Progress on sub menu and value selectors * Some more tweaks * Lots of progress * Progress * Updates * Progress * Tweaks * Updates * Updates to variable system * Cleaner tests * Update * Some cleanup * correct test name * Renames and moves * prop rename * Fixed scene template interpolator * More tests for SceneObjectBase and fixed issue in EventBus * Updates * More tweaks * More refinements * Fixed test * Added test to EventBus * Clone all scene object arrays * Simplify * tried to merge issue * Update * added more comments to interface * temp progress * Trying to simplify things, but struggling a bit * Updated * Tweaks * Progress on fixing the select componenet and typing, and sharing code in a base class * Updated * Multi select * Simpler loading state * Update * removed failOnConsole * Removed old funcs * Moved logic from update manage to MultiValueVariable * Added tests for MultiValueVariable logic * Made value a more abstract concept to support object values * renamed func to getValueText * Refactored and moved logic to VariableSet * Added test for deactivation and query cancelling * Tweaks * Fixed lint issues 09 November 2022, 07:02:24 UTC
c646ff0 Alerting: Fix screenshots were not cached (#58493) 09 November 2022, 01:52:16 UTC
238a3f8 Store: use "at" suffix for time base fields more consistently (#58486) 08 November 2022, 22:42:32 UTC
ad9ac85 Alerting: Use hash of opts in singleflight (#58474) 08 November 2022, 22:37:49 UTC
72275e9 Use fnv64 for InmemCacheService (#58468) 08 November 2022, 22:05:15 UTC
4d2be7a Nested Folders: Use recursive query if the driver supports it (#58178) * Nested Folders: Try first recursive query and fallback if it's not supported * Apply suggestion from code review Fix error msgID 08 November 2022, 19:53:05 UTC
ed64133 grafana/e2e: Update add dashboard flow (#58360) * Update variable editor e2e flow - Use correct selector for Variables - Add variable query form - Add label for variable apply button * Use data-testid instead of aria-label * Add jsdoc 08 November 2022, 17:15:21 UTC
3e92a2d Tooltips: Make tooltips in FormField and FormLabel interactive and keyboard friendly (#57706) * Tooltips: add tabindex and interactive A couple tooltips used in configuration of datasources like ADX were not clickable or didn't show on keyboard focus. - fixes #56561 - Same solution as #47137 * test: add test around tabbing to tooltips 08 November 2022, 16:55:53 UTC
43a0afe Tempo: Fix start time column sorting when using search (#56635) 08 November 2022, 16:39:21 UTC
5125845 Changelog: Updated changelog for 8.5.15 (#58467) 08 November 2022, 16:32:41 UTC
96d70c3 Internationalization: Translate TimeZonePicker component (#58461) 08 November 2022, 16:25:35 UTC
7570169 pkg/web: avoid shared middleware slice (#58458) 08 November 2022, 15:58:04 UTC
2e6761b Changelog: Updated changelog for 8.5.15 (#58459) 08 November 2022, 15:49:30 UTC
d0f1736 Internationalization: Translate TimePickerContent component (#58316) 08 November 2022, 15:30:03 UTC
d593aed properly format new .drone.yml in verify-drone (#58436) 08 November 2022, 15:27:57 UTC
50a1970 Panels: Fixes crashing issue when migrating angular panels (#58232) 08 November 2022, 15:26:02 UTC
25f79ef Loki: enable Monaco Query Editor by default (#58080) * feat(loki-monaco-editor): update tests * chore(loki): use unified datasource mock function in tests * chore: enable monaco feature flag in tests * feat(loki-monaco-editor): add test case for disabled feature * feat(loki-monaco-editor): enable by default * Revert "feat(loki-monaco-editor): enable by default" This reverts commit 08904f94a707a4fa32aa1e7f3f0de377575a7636. * feat(loki-monaco-editor): enable from registry * feat(loki-monaco-editor): make feature flag frontend only 08 November 2022, 15:22:40 UTC
29fcc46 devenv:elastic: update version (#58439) 08 November 2022, 15:00:23 UTC
3790e10 Internationalization: Translate TimePickerFooter component (#58390) 08 November 2022, 14:56:19 UTC
back to top