Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uiSettings]: Migrate items owned by app arch to new platform #66040

Merged
merged 46 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0139a50
Migrated uiSettings items to new platform
VladLasitsa May 11, 2020
96c72ab
API changes
VladLasitsa May 12, 2020
3648b8a
Merge branch 'master' into #63480
elasticmachine May 12, 2020
ef23395
Fixed translations
VladLasitsa May 12, 2020
807d1e9
Merge remote-tracking branch 'origin/#63480' into #63480
VladLasitsa May 12, 2020
bb2cef9
Fixed comment and i18n
VladLasitsa May 12, 2020
b546477
Fixed tests
VladLasitsa May 13, 2020
9e0e394
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 13, 2020
d583b5a
Fixed internalization
VladLasitsa May 13, 2020
8327398
Merge branch 'master' into #63480
elasticmachine May 13, 2020
ab6aaf3
Merge remote-tracking branch 'upstream/master' into #63480
alexwizp May 14, 2020
54a961e
Fix karma tests
alexwizp May 14, 2020
9697e23
Merge branch 'master' into #63480
elasticmachine May 14, 2020
2928dd3
Merge branch 'master' into #63480
elasticmachine May 15, 2020
62a7ff1
made code more explicit
VladLasitsa May 15, 2020
bb34b7b
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 18, 2020
33ddb46
Fixed plugin
VladLasitsa May 18, 2020
1ab909e
Added consts for ui settings ids.
VladLasitsa May 18, 2020
3faf356
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 19, 2020
37da610
Added id for another settings
VladLasitsa May 19, 2020
0ccd5d5
Fixed tests.
VladLasitsa May 19, 2020
922cd6f
Improved imports
VladLasitsa May 20, 2020
5ea6b58
Merge branch 'master' into #63480
elasticmachine May 20, 2020
836af59
Fix imports to public which were happening from the server.
lukeelmers May 20, 2020
a34a62e
Merge branch 'master' into #63480
elasticmachine May 21, 2020
3152ed5
Fixed paths
VladLasitsa May 21, 2020
4b4d528
Merge branch 'master' into #63480
elasticmachine May 21, 2020
4c9f554
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 22, 2020
114154e
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 22, 2020
5359359
Merge branch 'master' into #63480
elasticmachine May 22, 2020
e3dcc46
Merge branch 'master' into #63480
elasticmachine May 22, 2020
d3136bb
Merge branch 'master' into #63480
elasticmachine May 25, 2020
634f2b3
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 25, 2020
bfb0113
Moved styles to plugin.ts
VladLasitsa May 26, 2020
e28dea8
Merge branch 'master' into #63480
elasticmachine May 26, 2020
b83e536
Moved styles
VladLasitsa May 26, 2020
5871430
Merge remote-tracking branch 'upstream/master' into #63480
VladLasitsa May 27, 2020
22fdddb
Fixed docs
VladLasitsa May 27, 2020
f9a3c72
Fix ci
VladLasitsa May 27, 2020
428a4a5
Fix ci
VladLasitsa May 27, 2020
2fcc681
Merge branch 'master' into #63480
elasticmachine May 29, 2020
ab24186
Merge branch 'master' into #63480
elasticmachine Jun 1, 2020
166d00c
Merge branch 'master' into #63480
elasticmachine Jun 3, 2020
450e179
Merge remote-tracking branch 'upstream/master' into #63480
alexwizp Jun 4, 2020
434dcda
Merge remote-tracking branch 'upstream/master' into #63480
alexwizp Jun 4, 2020
1fc25c4
fix documentation
alexwizp Jun 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
| [SearchBar](./kibana-plugin-plugins-data-public.searchbar.md) | |
| [SYNC\_SEARCH\_STRATEGY](./kibana-plugin-plugins-data-public.sync_search_strategy.md) | |
| [syncQueryStateWithUrl](./kibana-plugin-plugins-data-public.syncquerystatewithurl.md) | Helper to setup syncing of global data with the URL |
| [UI\_SETTINGS](./kibana-plugin-plugins-data-public.ui_settings.md) | |

## Type Aliases

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) &gt; [UI\_SETTINGS](./kibana-plugin-plugins-data-public.ui_settings.md)

## UI\_SETTINGS variable

<b>Signature:</b>

```typescript
UI_SETTINGS: {
META_FIELDS: string;
DOC_HIGHLIGHT: string;
QUERY_STRING_OPTIONS: string;
QUERY_ALLOW_LEADING_WILDCARDS: string;
SEARCH_QUERY_LANGUAGE: string;
SORT_OPTIONS: string;
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string;
COURIER_SET_REQUEST_PREFERENCE: string;
COURIER_CUSTOM_REQUEST_PREFERENCE: string;
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string;
COURIER_BATCH_SEARCHES: string;
SEARCH_INCLUDE_FROZEN: string;
HISTOGRAM_BAR_TARGET: string;
HISTOGRAM_MAX_BARS: string;
HISTORY_LIMIT: string;
SHORT_DOTS_ENABLE: string;
FORMAT_DEFAULT_TYPE_MAP: string;
FORMAT_NUMBER_DEFAULT_PATTERN: string;
FORMAT_PERCENT_DEFAULT_PATTERN: string;
FORMAT_BYTES_DEFAULT_PATTERN: string;
FORMAT_CURRENCY_DEFAULT_PATTERN: string;
FORMAT_NUMBER_DEFAULT_LOCALE: string;
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string;
TIMEPICKER_QUICK_RANGES: string;
INDEXPATTERN_PLACEHOLDER: string;
FILTERS_PINNED_BY_DEFAULT: string;
FILTERS_EDITOR_SUGGEST_VALUES: string;
}
```
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
| [fieldFormats](./kibana-plugin-plugins-data-server.fieldformats.md) | |
| [indexPatterns](./kibana-plugin-plugins-data-server.indexpatterns.md) | |
| [search](./kibana-plugin-plugins-data-server.search.md) | |
| [UI\_SETTINGS](./kibana-plugin-plugins-data-server.ui_settings.md) | |

## Type Aliases

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) &gt; [UI\_SETTINGS](./kibana-plugin-plugins-data-server.ui_settings.md)

## UI\_SETTINGS variable

<b>Signature:</b>

```typescript
UI_SETTINGS: {
META_FIELDS: string;
DOC_HIGHLIGHT: string;
QUERY_STRING_OPTIONS: string;
QUERY_ALLOW_LEADING_WILDCARDS: string;
SEARCH_QUERY_LANGUAGE: string;
SORT_OPTIONS: string;
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string;
COURIER_SET_REQUEST_PREFERENCE: string;
COURIER_CUSTOM_REQUEST_PREFERENCE: string;
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string;
COURIER_BATCH_SEARCHES: string;
SEARCH_INCLUDE_FROZEN: string;
HISTOGRAM_BAR_TARGET: string;
HISTOGRAM_MAX_BARS: string;
HISTORY_LIMIT: string;
SHORT_DOTS_ENABLE: string;
FORMAT_DEFAULT_TYPE_MAP: string;
FORMAT_NUMBER_DEFAULT_PATTERN: string;
FORMAT_PERCENT_DEFAULT_PATTERN: string;
FORMAT_BYTES_DEFAULT_PATTERN: string;
FORMAT_CURRENCY_DEFAULT_PATTERN: string;
FORMAT_NUMBER_DEFAULT_LOCALE: string;
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string;
TIMEPICKER_QUICK_RANGES: string;
INDEXPATTERN_PLACEHOLDER: string;
FILTERS_PINNED_BY_DEFAULT: string;
FILTERS_EDITOR_SUGGEST_VALUES: string;
}
```
Loading