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

chore: Remove DesignKit since it's now maintained in Hew [WEB-1790] #8338

Merged
merged 6 commits into from
Nov 7, 2023

Conversation

mapmeld
Copy link
Contributor

@mapmeld mapmeld commented Nov 6, 2023

Description

The DesignKit and visual diffs are now in Hew
For example in this PR determined-ai/hew#27 it got an automated UI kit diff

Test Plan

Any removed tests are running in Hew
Existing site builds, tests pass

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

@mapmeld mapmeld requested a review from a team as a code owner November 6, 2023 18:11
@cla-bot cla-bot bot added the cla-signed label Nov 6, 2023
Copy link

netlify bot commented Nov 6, 2023

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit 83193ee
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/654a6d23ec5ab100087cfa4e
😎 Deploy Preview https://deploy-preview-8338--determined-ui.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ashtonG
Copy link
Contributor

ashtonG commented Nov 6, 2023

you should be able to remove scripts/make-github-comment.mjs as well

@keita-determined
Copy link
Contributor

also, scripts/make-screenshot-diff.mjs too?
i think we should be able to remove almost all from #6707.

@johnkim-det
Copy link
Contributor

since @keita-determined identified #6707, I took a look, and I think there's more that could be removed from .gitignore and Makefile

@mapmeld
Copy link
Contributor Author

mapmeld commented Nov 7, 2023

@johnkim-det we did some research late yesterday

  • undici dependency no longer used
  • removing the remaining playwright reference in Makefile caused these errors
  • I would argue to keep .gitignore, if someone generated these files we still don't want them getting committed

@@ -141,9 +140,6 @@ export default defineConfig(({ mode }) => ({
checker({
typescript: true,
}),
devServerRedirects({
Copy link
Contributor

Choose a reason for hiding this comment

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

should be able to remove the devServerRedirects plugin here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mapmeld mapmeld merged commit 461c307 into main Nov 7, 2023
68 of 80 checks passed
@mapmeld mapmeld deleted the designkit branch November 7, 2023 20:02
@dannysauer dannysauer added this to the 0.26.4 milestone Feb 6, 2024
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.

5 participants