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

fix(ui): ensure package.json#name is not the same as argo-ui #11595

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

agilgur5
Copy link

@agilgur5 agilgur5 commented Aug 16, 2023

Motivation

The Workflows UI and argo-ui had the same name before, which made logs confusing and could potentially cause very wacky conflicts

Modifications

  • rename to argo-workflows-ui to match the current full name of the project (argo-workflows fka argo)

  • also alphabetize the resolutions

    • normally deps are sorted alphabetically, so make resolutions the same for consistency

Verification

Install succeeds, build passes. Been working on my local, just split this out as a separate, independent PR

- they had the same name before, which logs confusing and could potentially cause very wacky conflicts
  - rename to `argo-workflows-ui` to match the current full name of the project (`argo-workflows` fka `argo`)
    - also to match Argo CD's [UI name](https://github.com/argoproj/argo-cd/blob/e019b7fecba26d85dcf707dac0f0c76ca2025409/ui/package.json#L2)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
@terrytangyuan terrytangyuan merged commit 0423eb6 into argoproj:master Aug 17, 2023
@agilgur5 agilgur5 deleted the fix-package-json-name branch August 17, 2023 19:05
isubasinghe pushed a commit to isubasinghe/argo-workflows that referenced this pull request May 6, 2024
…oproj#11595)

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants