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

Extract angular configuration from ui/chrome #34314

Merged
merged 2 commits into from
Apr 10, 2019

Conversation

joshdover
Copy link
Contributor

@joshdover joshdover commented Apr 1, 2019

Summary

First pass at #34091

This pass is focused on simply moving any low-hanging fruit out of ui/chrome and into a generic module that individual plugins will be able to call to configure their separate angular modules.

Pieces this does not touch:

  • Nav Links (API needs to be moved to the new platform)
  • Sub Url tracking (Either needs to be moved to the new platform's Application Service, or copied into plugins)

Once these first two pieces are removed from ui/chrome, the rendering of the UI can be moved to the new platform, followed by moving the bootstrapping piece to the individual plugins.

@elasticmachine
Copy link
Contributor

💔 Build Failed

@joshdover joshdover force-pushed the chrome-cleanup branch 2 times, most recently from 07f37a9 to f997e4d Compare April 1, 2019 21:08
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@joshdover
Copy link
Contributor Author

retest

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@joshdover joshdover changed the title Remove angular configuration from ui/chrome Extract angular configuration from ui/chrome Apr 2, 2019
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@joshdover joshdover marked this pull request as ready for review April 2, 2019 20:15
@joshdover joshdover added Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.2.0 v8.0.0 labels Apr 2, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Moves all angular setup code to a function
that can later be called by any plugin.
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@eliperelman eliperelman left a comment

Choose a reason for hiding this comment

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

LGTM. Just as an FYI for posterity, some of these bits may be removed in the angular fork patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:New Platform release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.2.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants