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

[content mgmt / maps] Saved Object wrapper for Content Management API #155680

Merged
merged 36 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d601dbd
abstract types
mattkime Apr 15, 2023
9e06b50
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine Apr 15, 2023
83b1ff5
[CI] Auto-commit changed files from 'node scripts/generate codeowners'
kibanamachine Apr 15, 2023
86e3a85
fix types
mattkime Apr 15, 2023
8daec60
Merge branch 'content_management_api_so_type_abstraction' of github.c…
mattkime Apr 15, 2023
aea2173
remove comment
mattkime Apr 15, 2023
28548f7
fix partial types
mattkime Apr 15, 2023
44ca8ee
add readme content
mattkime Apr 15, 2023
5b8eb84
Merge branch 'main' into content_management_api_so_type_abstraction
mattkime Apr 15, 2023
3ab8198
simplify type export
mattkime Apr 17, 2023
e10b297
simplify type export
mattkime Apr 17, 2023
055679a
simplify type export
mattkime Apr 17, 2023
ac841b5
Merge branch 'main' into content_management_api_so_type_abstraction
mattkime Apr 17, 2023
df3fd85
Merge branch 'main' into content_management_api_so_type_abstraction
mattkime Apr 18, 2023
eee1744
move Option types external to main interface
mattkime Apr 19, 2023
8f9c939
schema abstraction
mattkime Apr 20, 2023
5303a6b
schema abstraction
mattkime Apr 20, 2023
203362d
partial progress
mattkime Apr 21, 2023
83fe904
partial progress
mattkime Apr 21, 2023
2dabe2d
partial progress
mattkime Apr 21, 2023
a2ffd87
partial progress
mattkime Apr 25, 2023
861b8af
saved object content storage class seems to work
mattkime Apr 25, 2023
6eb14be
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine Apr 25, 2023
6700bf1
type fix
mattkime Apr 25, 2023
5c6f76b
Merge branch 'content_mgmt_so_content_storage' of github.com:mattkime…
mattkime Apr 25, 2023
eaaf689
typefix
mattkime Apr 25, 2023
e9e392b
type fix
mattkime Apr 25, 2023
70ec400
fix references for map type
mattkime Apr 25, 2023
b300734
enable msearch for maps
mattkime Apr 25, 2023
5742da2
cleanup
mattkime Apr 25, 2023
b885823
Merge branch 'main' into content_mgmt_so_content_storage
mattkime Apr 25, 2023
5685fd4
Merge branch 'main' into content_mgmt_so_content_storage
mattkime Apr 28, 2023
aa728d9
Merge branch 'main' into content_mgmt_so_content_storage
mattkime Apr 28, 2023
770327d
Merge branch 'main' into content_mgmt_so_content_storage
mattkime May 8, 2023
9e09aed
Merge branch 'main' into content_mgmt_so_content_storage
mattkime May 15, 2023
b2282fc
use tagsToFindOptions
mattkime May 16, 2023
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
4 changes: 3 additions & 1 deletion packages/kbn-content-management-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
* Side Public License, v 1.
*/

export * from './types';
export * from './src/types';
export * from './src/schema';
export * from './src/saved_object_content_storage';
Loading