Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resolver for custom snapshots paths #6143

Merged
merged 17 commits into from Sep 26, 2018
Merged

Commits on Sep 26, 2018

  1. Add resolver for snapshot paths

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    1a0b67f View commit details
    Browse the repository at this point in the history
  2. Remove snapshotResolver from versioned doc

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    1c0f84f View commit details
    Browse the repository at this point in the history
  3. Simplify resolveSnapshotPath

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    39034b4 View commit details
    Browse the repository at this point in the history
  4. Make error feedback more actionable

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    c790dec View commit details
    Browse the repository at this point in the history
  5. Assert test result before snapshot file

    Should help troubleshoot failing tests on CI
    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    0f04899 View commit details
    Browse the repository at this point in the history
  6. Run integration test with correct flags

    Same as the base snapshot.test.js
    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    adb027c View commit details
    Browse the repository at this point in the history
  7. Add tests for malformed resolver module

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    cf6d268 View commit details
    Browse the repository at this point in the history
  8. Resolve paths in tests like implementation

    To avoid cross-platform mismatches
    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    004eb0d View commit details
    Browse the repository at this point in the history
  9. Rename integration-tests => e2e

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    17cd314 View commit details
    Browse the repository at this point in the history
  10. Fix code review feedback

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    80bded6 View commit details
    Browse the repository at this point in the history
  11. Add changelog entry

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    078692e View commit details
    Browse the repository at this point in the history
  12. Fix review comments for e2e/__tests__/snapshot_resolver.test.js

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    06bd091 View commit details
    Browse the repository at this point in the history
  13. Fix prettier error

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    37e823e View commit details
    Browse the repository at this point in the history
  14. Move changelog entry to correct place

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    168100e View commit details
    Browse the repository at this point in the history
  15. Move up type import above normal imports

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    9fb31a4 View commit details
    Browse the repository at this point in the history
  16. Add consistency check

    Nicklas Gummesson committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    fb04013 View commit details
    Browse the repository at this point in the history
  17. Update snapshot_resolver.js

    SimenB committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    0167ff7 View commit details
    Browse the repository at this point in the history