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: elixir-wallaby/wallaby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elixir-wallaby/wallaby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: session-store-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 3, 2020

  1. Better tests for session store

    In order to accurately test the session store, I created a telemetry-esque
    module called EventEmitter. This will compile out of the code when
    not in test (dependencies are compiled as :prod when other people
    use them).
    mhanberg committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a783b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d93d13a View commit details
    Browse the repository at this point in the history
  3. Add missing change

    mhanberg committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0506bf8 View commit details
    Browse the repository at this point in the history
  4. Delete another file

    mhanberg committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    440a3ae View commit details
    Browse the repository at this point in the history
  5. Delete unused function

    mhanberg committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    10e9771 View commit details
    Browse the repository at this point in the history
  6. Fix dialyzer

    mhanberg committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a65b3f0 View commit details
    Browse the repository at this point in the history
  7. Formatter

    mhanberg committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a46312c View commit details
    Browse the repository at this point in the history
Loading