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 test to ensure model definitions are loaded in Node #189

Merged
merged 32 commits into from
Jan 31, 2022

Commits on Jan 30, 2022

  1. Update integration tests to dynamically create Upscaler

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    1f74e5f View commit details
    Browse the repository at this point in the history
  2. Adding model tests in node

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    efde95e View commit details
    Browse the repository at this point in the history
  3. wip

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    fd7583e View commit details
    Browse the repository at this point in the history
  4. Merge upstream

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    93fe24b View commit details
    Browse the repository at this point in the history
  5. wip

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    305ba59 View commit details
    Browse the repository at this point in the history
  6. Add timeouts

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    2d5ed2e View commit details
    Browse the repository at this point in the history
  7. Remove line

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    ad6c33a View commit details
    Browse the repository at this point in the history
  8. Add node model tests

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    c4529de View commit details
    Browse the repository at this point in the history
  9. Add node model tests

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    d15ab41 View commit details
    Browse the repository at this point in the history
  10. Add model changes

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    ce392ec View commit details
    Browse the repository at this point in the history
  11. Add a test to check for pixelator existence

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    2c231da View commit details
    Browse the repository at this point in the history
  12. Merge upstream

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    25078f3 View commit details
    Browse the repository at this point in the history
  13. Add test for model definitions in node

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    c493c87 View commit details
    Browse the repository at this point in the history
  14. Remove unused test

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5ae7b98 View commit details
    Browse the repository at this point in the history
  15. wip

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    d40411c View commit details
    Browse the repository at this point in the history
  16. Fix browser model test

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5e9c7e4 View commit details
    Browse the repository at this point in the history
  17. Merge upstream

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a689ac5 View commit details
    Browse the repository at this point in the history
  18. Fix node model test

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    c63a170 View commit details
    Browse the repository at this point in the history
  19. Try and fix browserstack

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    ae24311 View commit details
    Browse the repository at this point in the history
  20. Also need to include dotenv

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    8895e28 View commit details
    Browse the repository at this point in the history
  21. Remove comment

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    8bf7df8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f3e983c View commit details
    Browse the repository at this point in the history
  23. Merge upstream

    Kevin Scott committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    95c4ed1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Use isomorphic fetch instead

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c17df2f View commit details
    Browse the repository at this point in the history
  2. Add types for isomorphic fetch

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2f5969d View commit details
    Browse the repository at this point in the history
  3. Shift to node-fetch as a generated dependency

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    7de09ce View commit details
    Browse the repository at this point in the history
  4. Fix unit tests

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    193621a View commit details
    Browse the repository at this point in the history
  5. Export fetch when needed, exclude it for browser

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    74846f3 View commit details
    Browse the repository at this point in the history
  6. Fix generator script

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    818cc3b View commit details
    Browse the repository at this point in the history
  7. Fix generator script

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    fe04cb6 View commit details
    Browse the repository at this point in the history
  8. Revert unit tests

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    eef094d View commit details
    Browse the repository at this point in the history
  9. Remove await command

    Kevin Scott committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    91e3779 View commit details
    Browse the repository at this point in the history