Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codymikol/karma-webpack Loading
base: v5.0.0-alpha.5
Choose a base ref
...
head repository: codymikol/karma-webpack Loading
compare: v5.0.0-alpha.6
Choose a head ref
  • 10 commits
  • 22 files changed
  • 3 contributors

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    f7af31f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. chore(test): set up integration testing (#461)

    This will ensure that karma-webpack
    can run as expected within a live
    karma server.
    
    Fixes #460
    codymikol committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e8ad372 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. 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
    codymikol committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6369729 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. 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
    codymikol committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    52ac365 View commit details
    Browse the repository at this point in the history
  2. 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
    codymikol committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    57b131e View commit details
    Browse the repository at this point in the history
  3. 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
    codymikol committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ea3dabe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. chore(test): refactored hash method into util (#470)

    moved the hashing util out of the business
    logic and added test coverage.
    
    Fixes N/A
    codymikol committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    b044404 View commit details
    Browse the repository at this point in the history
  2. 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
    codymikol committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    ea5dc8e View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump hotfix dependencies (#472)

    also prune yarn.lock and add to
    .gitignore
    
    Fixes N/A
    codymikol committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    98b3ec9 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.0.0-alpha.6

    Ryan Clark committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    da86766 View commit details
    Browse the repository at this point in the history
Loading