-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#2141) * chore: Upgrade React and PF with other affected packages * chore: Running pf-codemods fix * chore: Wrap icons * chore(TopBar): Rewrite Dropdown * chore: Install jest-environment-jsdom * chore: Add missing conditional filter type * chore: Update SkeletonTable columns prop * chore: Fix the jest warning regarding testUrl * chore: Fix "import statement" issue with Jest * chore(GroupDetailHeader): Rebuild Dropdown * chore: Run classnames fix * chore: Update test snapshots * chore: Update hook tests * chore: Update SkeletonTable props * chore: Fix the rest of unit tests after migration * chore: Use cypress/react18, tweak toggle text selectors * chore(InventoryTable): Provide count to PrimaryToolbar * chore: Temporarily disable cypress tests in Travis CI This is trade-off to not to block the upgrade of PF. Will be enabled back in #2146. * chore(ActionDropdownItem): Fix and preserve dropdown style * chore(SearchableGroupFilter): Keep checkboxes and styling
- Loading branch information
Showing
118 changed files
with
15,941 additions
and
12,589 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,7 @@ module.exports = { | |
globals: { | ||
IS_DEV: 'readonly', | ||
}, | ||
rules: { | ||
'rulesdir/forbid-pf-relative-imports': 'off', | ||
}, | ||
}; |
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
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
Oops, something went wrong.