Skip to content

Move streams to kbn/utils#84033

Merged
mshustov merged 11 commits intoelastic:masterfrom
mshustov:move-streams-kbn-std
Nov 24, 2020
Merged

Move streams to kbn/utils#84033
mshustov merged 11 commits intoelastic:masterfrom
mshustov:move-streams-kbn-std

Conversation

@mshustov
Copy link
Copy Markdown
Contributor

@mshustov mshustov commented Nov 22, 2020

Summary

Streams seems to be suitable for@kbn/utils as it contains server-side helpers. the initial plan was to place them under kbn/std but helpers there are env-agnostic

@mshustov mshustov added chore Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.11.0 labels Nov 22, 2020
@mshustov mshustov requested review from a team as code owners November 22, 2020 19:34
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-core (Team:Core)

* under the License.
*/

export { shareWeakReplay } from './share_weak_replay';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Copy Markdown
Contributor

@azasypkin azasypkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces plugin changes LGTM.

@mshustov mshustov changed the title Move streams to kbn/std Move streams to kbn/utils Nov 23, 2020
Copy link
Copy Markdown
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"@kbn/test": "link:../kbn-test",
"@kbn/utils": "link:../kbn-utils"
}
} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind installing the editorconfig plugin?

Copy link
Copy Markdown
Contributor

@patrykkopycinski patrykkopycinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SIEM/Endpoint LGTM

@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
core 448 447 -1

Distributable file count

id before after diff
default 43051 43049 -2
oss 22583 22581 -2

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
core 547.9KB 547.1KB -794.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@mshustov mshustov merged commit b3d9776 into elastic:master Nov 24, 2020
@mshustov mshustov deleted the move-streams-kbn-std branch November 24, 2020 14:19
mshustov added a commit to mshustov/kibana that referenced this pull request Nov 24, 2020
* move streams to kbn/std

* import streams from kbn/std

* fix styles

* remove unused shareWeakReplay

* move from kbn/std to kbn/utils

* import from subfolder since test mocks FS module and not compatible with kbn/utils

* remove new line at the end of json file
mshustov added a commit that referenced this pull request Nov 24, 2020
* move streams to kbn/std

* import streams from kbn/std

* fix styles

* remove unused shareWeakReplay

* move from kbn/std to kbn/utils

* import from subfolder since test mocks FS module and not compatible with kbn/utils

* remove new line at the end of json file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported chore release_note:skip Skip the PR/issue when compiling release notes Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// v7.11.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants