-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat!: migrate to kubo-rpc-client currently testing esm module import errors with `npm run test:unit -- src/bundles/identity.test.js` * tmp: revert me.. just showing work * chore: set type=module * chore: use react-app-rewired-esm * chore: use esm import update rule from https://gist.github.com/SgtPooki/65e189531f4a5366ef4f80825feb2e5f * chore: run `npm run eslint -- --fix` * chore: lint * chore: getting tests working * chore: fix pqueue constructor error * fix: peer-locations.test.js * tmp: trying to fix identity.test.js * fix: AsyncRequestLoader.test.js * chore: fix e2e/setup/ipfs-backend.js * fix: npm start loads the webui * fix: build,start,test succeeding * fix: some e2e tests passing * fix: e2e/files.test.js * fix: e2e/ipns.test.js * fix: e2e/peers.test.js * fix: e2e/remote-api.test.js * fix: e2e/settings.test.js * fix: npm run build-storybook * fix: storybook build & test * fix(storybook): icons.stories.js * fix: storybook and e2e tests both passing * fix: lint * fix: pull package-lock.json from main and npm i * chore: use commit hash for react-app-rewired-esm * chore: fix eslint error on github CI see https://github.com/ipfs/ipfs-webui/actions/runs/4118899712/jobs/7111962669\#step:6:90 * chore: use published @sgtpooki/react-app-rewired-esm * fix: npm run test:unit:coverage * chore: fix github CI for e2e tests * chore: clean up debugging code * chore: address self-review PR comments * chore: address PR comment
- Loading branch information
Showing
186 changed files
with
9,915 additions
and
9,506 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"type": "module" | ||
} |
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,4 @@ | ||
|
||
module.exports = { | ||
presets: ['@babel/preset-react'] | ||
} |
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.