Skip to content

Commit

Permalink
[Console] UX Improvements for phase 2 (#190698)
Browse files Browse the repository at this point in the history
(cherry picked from commit b3a1e5f)
  • Loading branch information
sabarasaba committed Sep 17, 2024
1 parent 447cbdd commit b33c2b2
Show file tree
Hide file tree
Showing 187 changed files with 5,165 additions and 5,941 deletions.
3 changes: 1 addition & 2 deletions .buildkite/ftr_platform_stateful_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ enabled:
- test/api_integration/config.js
- test/examples/config.js
- test/functional/apps/bundles/config.ts
- test/functional/apps/console/monaco/config.ts
- test/functional/apps/console/ace/config.ts
- test/functional/apps/console/config.ts
- test/functional/apps/context/config.ts
- test/functional/apps/dashboard_elements/controls/common/config.ts
- test/functional/apps/dashboard_elements/controls/options_list/config.ts
Expand Down
1 change: 1 addition & 0 deletions packages/kbn-monaco/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export {
CONSOLE_THEME_ID,
getParsedRequestsProvider,
ConsoleParsedRequestsProvider,
createOutputParser,
} from './src/console';

export type { ParsedRequest } from './src/console';
Expand Down
2 changes: 2 additions & 0 deletions packages/kbn-monaco/src/console/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ export const ConsoleOutputLang: LangModuleType = {
export type { ParsedRequest } from './types';
export { getParsedRequestsProvider } from './language';
export { ConsoleParsedRequestsProvider } from './console_parsed_requests_provider';

export { createOutputParser } from './output_parser';
Loading

0 comments on commit b33c2b2

Please sign in to comment.