-
Notifications
You must be signed in to change notification settings - Fork 219
Comparing changes
Open a pull request
base repository: codymikol/karma-webpack
base: v5.0.0-alpha.5
head repository: codymikol/karma-webpack
compare: v5.0.0-alpha.6
- 10 commits
- 22 files changed
- 3 contributors
Commits on Dec 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f7af31f - Browse repository at this point
Copy the full SHA f7af31fView commit details
Commits on Jan 14, 2021
-
chore(test): set up integration testing (#461)
This will ensure that karma-webpack can run as expected within a live karma server. Fixes #460
Configuration menu - View commit details
-
Copy full SHA for e8ad372 - Browse repository at this point
Copy the full SHA e8ad372View commit details
Commits on Jan 21, 2021
-
feat(ci): added github workflow for testing (#464)
this will be run against pull requests on next and master. this also updates karma to v6 and utilizes the new public api so we no longer have to fork a child process to avoid karma < 6's behavior of calling process.exit(#) this also increases the default timeout of the integration tests as 5 seconds was just too short for the CI to be able to properly complete. Fixes N/A
Configuration menu - View commit details
-
Copy full SHA for 6369729 - Browse repository at this point
Copy the full SHA 6369729View commit details
Commits on Jan 29, 2021
-
chore(lint): fix linter settings (#467)
This narrows down to a single eslint configuration and fixes existing linter issues. This also updates to the latest webpack-contrib eslint recommendations. Fixes N/A
Configuration menu - View commit details
-
Copy full SHA for 52ac365 - Browse repository at this point
Copy the full SHA 52ac365View commit details -
chore(test): fix testing on linux (#468)
Some systems require the CHROME_BIN env variable to be set for karma to hook into the chrome binary for testing. I noticed this while setting up karma-webpack on my linux desktop. Fixes N/A
Configuration menu - View commit details
-
Copy full SHA for 57b131e - Browse repository at this point
Copy the full SHA 57b131eView commit details -
fix(controller): add entropy to default dir (#469)
This adds a random number to the end of the default karma_webpack directory. This will prevent projects running multiple instances of karma webpack in parallel from stepping on one another. Fixes #465
Configuration menu - View commit details
-
Copy full SHA for ea3dabe - Browse repository at this point
Copy the full SHA ea3dabeView commit details
Commits on Jan 30, 2021
-
chore(test): refactored hash method into util (#470)
moved the hashing util out of the business logic and added test coverage. Fixes N/A
Configuration menu - View commit details
-
Copy full SHA for b044404 - Browse repository at this point
Copy the full SHA b044404View commit details -
fix(preprocess): auto fix missing webpack framework (#471)
this is an issue that comes up often. As this is something that karma-webpack needs to function, we will automatically fix the configuration on the fly and emit a warning that the change was made. Fixes N/A
Configuration menu - View commit details
-
Copy full SHA for ea5dc8e - Browse repository at this point
Copy the full SHA ea5dc8eView commit details -
chore(deps): bump hotfix dependencies (#472)
also prune yarn.lock and add to .gitignore Fixes N/A
Configuration menu - View commit details
-
Copy full SHA for 98b3ec9 - Browse repository at this point
Copy the full SHA 98b3ec9View commit details -
Ryan Clark committed
Jan 30, 2021 Configuration menu - View commit details
-
Copy full SHA for da86766 - Browse repository at this point
Copy the full SHA da86766View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.0-alpha.5...v5.0.0-alpha.6