This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
DEVPROD-3362 Mark Evergreen ide as deprecated #2276
Merged
Merged
Changes from 4 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
f3aa6cd
Add @leafygreen-ui/info-sprinkle package
khelif96 0d5aca0
Move spawnhostcard and add deprecated notice
khelif96 975954e
snapshots
khelif96 84b2632
Update Evergreen IDE deprecation message
khelif96 4fba2ed
Update src/pages/spawn/spawnHost/SpawnHostCard/index.tsx
khelif96 bf25367
pin deps
khelif96 685c1c3
Remove nesting level
khelif96 92b3f7b
Merge branch 'main' into DEVPROD-3362
khelif96 d526c28
Bump snapshots
khelif96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...spawn/spawnHost/SpawnHostCard.stories.tsx → ...t/SpawnHostCard/SpawnHostCard.stories.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
const workstationSupportedDistros = [ | ||
"ubuntu1804-workstation", | ||
"ubuntu1804-workstation-graviton", | ||
]; | ||
|
||
export { workstationSupportedDistros }; |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Personally would prefer not to add another nesting level here and just have There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was trying to colocate all of the related files into the same folder but since we're not really consistent about this I undid it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
export { SpawnHostTable } from "./SpawnHostTable"; | ||
export { SpawnHostButton } from "./SpawnHostButton"; | ||
export { SpawnHostActionButton } from "./SpawnHostActionButton"; | ||
export { SpawnHostCard } from "./SpawnHostCard"; | ||
export { EditSpawnHostModal } from "./EditSpawnHostModal"; | ||
export { EditSpawnHostButton } from "./EditSpawnHostButton"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3491,6 +3491,18 @@ | |
"@leafygreen-ui/emotion" "^4.0.7" | ||
lodash "^4.17.21" | ||
|
||
"@leafygreen-ui/info-sprinkle@^1.0.2": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@leafygreen-ui/info-sprinkle/-/info-sprinkle-1.0.2.tgz#bce738c71e2fdbf99950c22e70a938d270f8ebb1" | ||
integrity sha512-SWab7+ljlNQQML6f2t2VOnp2JtZjcJ+KcZcVHUikjt7gYnS6+YtK9MEwZOFsLue6IchaJgPNsVA+Fm+e/PjSuQ== | ||
dependencies: | ||
"@leafygreen-ui/emotion" "^4.0.7" | ||
"@leafygreen-ui/icon" "^11.25.0" | ||
"@leafygreen-ui/lib" "^13.0.0" | ||
"@leafygreen-ui/palette" "^4.0.7" | ||
"@leafygreen-ui/tokens" "^2.2.0" | ||
"@leafygreen-ui/tooltip" "^11.0.0" | ||
|
||
"@leafygreen-ui/[email protected]": | ||
version "6.0.14" | ||
resolved "https://registry.yarnpkg.com/@leafygreen-ui/inline-definition/-/inline-definition-6.0.14.tgz#fd0ba775a2ff88520ed31d0489e57fd90416bad3" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this dep be pinned?