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

refactor(hubble): enhance maven front plugin #568

Merged
merged 5 commits into from
Feb 24, 2024

Conversation

liuxiaocs7
Copy link
Member

@liuxiaocs7 liuxiaocs7 commented Jan 8, 2024

Purpose of the PR

follow: #558

Main Changes

Verifying these changes

  • Trivial rework / code cleanup without any test coverage. (No Need)
  • Already covered by existing tests, such as (please modify tests here).
  • Need tests and can be verified as follows:
    • xxx

Does this PR potentially affect the following parts?

  • Nope
  • Dependencies (add/update license info)
  • Modify configurations
  • The public API
  • Other affects (typed here)

Documentation Status

  • Doc - TODO
  • Doc - Done
  • Doc - No Need

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request hubble hugegraph-hubble hubble-fe javascript Pull requests that update Javascript code labels Jan 8, 2024
@liuxiaocs7
Copy link
Member Author

cc @imbajin and @aroundabout

maybe need to test when build image

<yarnVersion>${build.yarn.version}</yarnVersion>
<nodeDownloadRoot>https://npm.taobao.org/mirrors/node/</nodeDownloadRoot>
<npmDownloadRoot>https://registry.npmmirror.com/npm/-/</npmDownloadRoot>
<yarnDownloadRoot>https://repo.huaweicloud.com/yarn/</yarnDownloadRoot>
Copy link
Member

Choose a reason for hiding this comment

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

could we use the same mirror url from taobao?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done~

Copy link
Member Author

@liuxiaocs7 liuxiaocs7 Jan 8, 2024

Choose a reason for hiding this comment

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

seems not now, The download address is automatically spliced based on url and version

prefix/{version}/yarn-{version}.tar.gz

Optional download address:

https://repo.huaweicloud.com/yarn/v1.22.21/yarn-v1.22.21.tar.gz        √

https://registry.npmmirror.com/yarn/-/yarn-1.22.21.tgz                 ×

but we can not download file from this url below.

https://registry.npmmirror.com/yarn/v1.22.21/yarn-v1.22.21.tar.gz

ref: eirslett/frontend-maven-plugin#601

@imbajin imbajin removed the hubble hugegraph-hubble label Jan 8, 2024
@github-actions github-actions bot added the hubble hugegraph-hubble label Jan 8, 2024
@liuxiaocs7 liuxiaocs7 closed this Jan 8, 2024
@liuxiaocs7 liuxiaocs7 reopened this Jan 8, 2024
@liuxiaocs7 liuxiaocs7 changed the title refactor(hubble): maven front plugin refactor(hubble): enhance maven front plugin Jan 15, 2024
<nodeVersion>${build.node.version}</nodeVersion>
<yarnVersion>${build.yarn.version}</yarnVersion>
<nodeDownloadRoot>https://mirrors.aliyun.com/nodejs-release/</nodeDownloadRoot>
<yarnDownloadRoot>https://repo.huaweicloud.com/yarn/</yarnDownloadRoot>
Copy link
Member

@imbajin imbajin Feb 20, 2024

Choose a reason for hiding this comment

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

TODO: Skip it now & replace it(the mirror address) in future

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Feb 20, 2024
@javeme javeme merged commit 63494ca into apache:master Feb 24, 2024
9 checks passed
@imbajin
Copy link
Member

imbajin commented Mar 3, 2024

related issue #584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hubble hugegraph-hubble hubble-fe javascript Pull requests that update Javascript code lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants