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

Improvements to microfrontend support. #17128

Merged
merged 3 commits into from
Nov 28, 2021

Conversation

mshima
Copy link
Member

@mshima mshima commented Nov 25, 2021

jhipster-internals:

  • Make commit pipeline easier to understand.

microfrontend support:

  • Deprecate microfrontend cli option. Since it is experimental, it will be removed for v7.5.0
  • Fixes to vue microfrontend jest test, top level await will not be testable by jest anytime soon (requires esm), the alternative implementation is bigger.
  • Move cypress tests to the microservice side, instead of the gateway. (vue, angular still pending).

Related to #17031


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@mshima
Copy link
Member Author

mshima commented Nov 28, 2021

@pascalgrimaud I think we should prepare v7.4.1. There is enough fixes for a patch release.

@pascalgrimaud
Copy link
Member

Ok @mshima : I'll take care of a new release. Probably this friday as I'm not sure to have time until this day

@mshima
Copy link
Member Author

mshima commented Nov 28, 2021

@pascalgrimaud thanks.


if (this.jhipsterConfig.applications && !this.entityConfig.skipClient) {
const remoteConfig = this.jhipsterConfig.applications[this.entityConfig.microserviceName];
if (remoteConfig.clientFramework === 'vue') {
Copy link
Contributor

Choose a reason for hiding this comment

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

use of constant?

Copy link
Member Author

Choose a reason for hiding this comment

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

Temporary, will drop it soon, once angular menu moves to the microservice side.
I will create the PR removing instead of creating the PR with the constant.

@Tcharl
Copy link
Contributor

Tcharl commented Nov 29, 2021

Is monolitic gateway aggregating all the frontend code for all the microservice still a thing?

@pascalgrimaud pascalgrimaud added this to the 7.4.1 milestone Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants