-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Features] * Initial GitGraph component using react-flow-renderer * GitGraph components generate commit graphs for repositories * Graph layout optimizer using dagre.js [Bugfixes] * Migrate from .toBe to .toHaveValue in Browser component tests * Additional React documentation links for useMemo and useState hooks * Migrate .toBeNull to .not.toBeInTheDocument in CardComponent tests * Migrate .toBe to .toHaveValue in Editor component tests * Updated singlequotes for DiffPickerDialog tests * Migrate .toHaveLength to .toBeInDocument in Explorer component tests * Migrate .toBeNull to .not.toBeInTheDocument in NewCardButton tests * Remove .not.toBeNull in favor of .toBeInTheDocument in NewCardDialog component tests * Minor formatting fixes for style.css and useStyles hook in CardComponent * Fixed max-len for comments in reduxStoreMock.old.ts * Updated singlequotes for errorReducer tests * Disable max-len and singlequote ESLint rules for git.oldspec.ts * Disable max-len and no-commented-out-tests ESLint rules for git.spec.ts * Updated singlequotes for pako.oldspec.ts * Updated singlequotes for io.spec.ts * Multiple fixes for singlequotes and max-len violations per ESLint
- Loading branch information
Showing
41 changed files
with
745 additions
and
258 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
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.