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

Clean code related to savedObjectClientContrat that wasn't being used #200577

Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
bb841fd
remove all code related to savedObjectClientContrat that wasn't being…
jesuswr Nov 18, 2024
e2393e5
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine Nov 18, 2024
0584227
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Nov 18, 2024
6cd3399
fix translation files with script
jesuswr Nov 18, 2024
e7c019a
[ftr] update docs with correct auth arguments (#200532)
dmlemeshko Nov 18, 2024
49d0aaf
[APM] Migrate `/service_maps` to deployment agnostic test (#199984)
rmyz Nov 18, 2024
eec0b2c
[Ownership] Assign test files to ml-ui team (#200212)
wayneseymour Nov 18, 2024
0f2a96d
[Papercut] Fix KQL parsing error text styling (#199985)
kowalczyk-krzysztof Nov 18, 2024
f752ef0
Add basic support for experimental theme switching (#199748)
tkajtoch Nov 18, 2024
c422bbd
[Ownership] Assign test files to obs-ux-management-team (#200176)
wayneseymour Nov 18, 2024
2088775
[Ownership] Assign test files to obs-ux-infra_services-team team (#20…
wayneseymour Nov 18, 2024
2af4a53
[Ownership] Assign test files to obs-ux-logs team (#200157)
wayneseymour Nov 18, 2024
5adba07
Migrate /test/apm_api_integration/tests/span_links to be deployment-a…
miloszmarcinkowski Nov 18, 2024
71884ee
[Lens] Prefer pie over donut. Keep donut if donut already (#199735)
kowalczyk-krzysztof Nov 18, 2024
1945c86
[Ownership] Assign sample data to core team (#200142)
wayneseymour Nov 18, 2024
fccb8b1
[Ownership] Assign test files to ops team (#200217)
wayneseymour Nov 18, 2024
6c59e38
[SecuritySolution][Timeline] Remove timeline.isLoading (#198616)
janmonschke Nov 18, 2024
77384f3
[Infra] Change order of the errors shown on Infra pages (#200531)
jennypavlova Nov 18, 2024
0f11dcd
[Ownership] Assign test files to apm teams (#200182)
wayneseymour Nov 18, 2024
af91db1
[Ownership] Assign test files to stack-monitoring team (#200178)
wayneseymour Nov 18, 2024
7ee23af
[Ownership] Assign test files to observability-ui team (#200185)
wayneseymour Nov 18, 2024
2235f95
[Console] Avoid console url redirection (#199966)
sabarasaba Nov 18, 2024
ab7de20
[EDR Workflows] Add Signer option to Mac trusted apps (#197821)
szwarckonrad Nov 18, 2024
b5e0d05
Kibana Sustainable Architecture: Expose `StatusResponse` in core-stat…
gsoldevila Nov 18, 2024
b878274
[EuiInMemoryTable] Persist table rows per page and sort (#198297)
sebelga Nov 18, 2024
b284f19
Unauthorized route migration for routes owned by security-defend-work…
kibanamachine Nov 18, 2024
f01c4e0
feat: update OTEL Node.js metrics dashboard (#199353)
david-luna Nov 18, 2024
79ba165
Dependency ownership for AI Infra Team (#200238)
legrego Nov 18, 2024
01e03fd
Improve logging pattern schema validation (#200317)
TinaHeiligers Nov 18, 2024
3f86fd0
Search fix documents table a11y (#200232)
sphilipse Nov 18, 2024
76f9899
Update doc on ruleTaskTimeout to mention requests to Elasticsearch al…
mikecote Nov 18, 2024
ad1b0fe
[Entity Analytics] API changes for right placement of deleting the ol…
abhishekbhatia1710 Nov 18, 2024
f399a5f
[Visualize] Fix embeddable panel title behavior (#200548)
dej611 Nov 18, 2024
e1ce698
[Fleet] Fix agent policy namespace validation (#200258)
nchaulet Nov 18, 2024
5edb9ab
[ES|QL] Don't suggest unsupported fields (#200544)
stratoula Nov 18, 2024
050550c
Fix issue with duplicate references in error object when copying save…
SiddharthMantri Nov 18, 2024
ef9621d
Respect system dark mode in ESQL editor (#200233)
smith Nov 18, 2024
89f4eac
[Search][Onboarding] Enable or disable index actions based on user pr…
saarikabhasi Nov 18, 2024
1122a80
[Ownership] Assign maps test files to presentation team (#200214)
wayneseymour Nov 18, 2024
d3d711d
[Security Solution] [Bug] Index Values are not available in dropdown …
e40pud Nov 18, 2024
3e227c7
[Security GenAI] Fetching Assistant Knowledge Base fails when current…
e40pud Nov 18, 2024
17f1925
[Inventory] Remove open in Discover button (#200574)
jennypavlova Nov 18, 2024
aa1650e
[Ownership] Assign test files to platform security team (#199795)
wayneseymour Nov 18, 2024
9ae0138
Update roles in serverless for value lists (#200128)
nkhristinin Nov 18, 2024
d413c24
[Obs AI Assistant] Support querying `semantic_text` fields in search …
sorenlouv Nov 18, 2024
4fd0b10
[Lens] rewrite BucketNestingEditor tests to use react testing library…
kyracho Nov 18, 2024
94d508a
[Console]: incorrect position of console tour #198389 (#198636)
Ruby-rc Nov 18, 2024
40afce5
[APM] Migrate time_range_metadata test to deployment agnostic (#200146)
crespocarlos Nov 18, 2024
a101cc5
Migrate `/test/apm_api_integration/tests/suggestions` to be deploymen…
miloszmarcinkowski Nov 18, 2024
5c485fa
[Ownership] Assign test files to presentation team (#200209)
wayneseymour Nov 18, 2024
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
2 changes: 1 addition & 1 deletion src/plugins/saved_objects/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SavedObjectsPublicPlugin } from './plugin';

export type { OnSaveProps, OriginSaveModalProps, SaveModalState, SaveResult } from './save_modal';
export { SavedObjectSaveModal, SavedObjectSaveModalOrigin, showSaveModal } from './save_modal';
export { checkForDuplicateTitle, saveWithConfirmation, isErrorNonFatal } from './saved_object';
export { isErrorNonFatal } from './saved_object';
export type { SavedObjectSaveOpts, SavedObject, SavedObjectConfig } from './types';

export const plugin = () => new SavedObjectsPublicPlugin();
101 changes: 0 additions & 101 deletions src/plugins/saved_objects/public/saved_object/helpers/apply_es_resp.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading