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

TypeScript #2698

Closed
wants to merge 22 commits into from
Closed

TypeScript #2698

wants to merge 22 commits into from

Commits on Jul 9, 2018

  1. Base configuration for compiling with TypeScript

    - Remove Babel
    - Replace eslint with tslint
    - Check in yarn.lock
    - Temporarily remove coverage
    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    902ccb3 View commit details
    Browse the repository at this point in the history
  2. Reference imports as .default for the time being, will eventually hav…

    …e tests running with ts
    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    8457837 View commit details
    Browse the repository at this point in the history
  3. Use yarn

    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    0ef773c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7e74fa View commit details
    Browse the repository at this point in the history
  5. Merge master

    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    1532333 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f32d81 View commit details
    Browse the repository at this point in the history
  7. Remove build script

    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    9bcd3ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4796427 View commit details
    Browse the repository at this point in the history
  9. Allow oracle to fail

    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    b8f71a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b849e2 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into ts

    * master:
      Update mocha
      Enforce code coverage (#2702)
    tgriesser committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    a5bf246 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. TypeScript: Convert to Classes (#2704)

    * Removing inherits, convert to classes
    * Move initialization to .init()
    * Loosen up code coverage on the TS branch
    * Really need to re-evaluate the batchInsert implementation
    tgriesser committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    8da1301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2421b5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into ts

    * master:
      Implement missing schema support for mssql dialect
    tgriesser committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4866973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a38e9df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    481e6fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    541bd22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7d1e7a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    38a21c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4252462 View commit details
    Browse the repository at this point in the history
  3. Fix test Knex reference

    tgriesser committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b3cf8e6 View commit details
    Browse the repository at this point in the history
  4. Merge with master

    tgriesser committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    66b2f34 View commit details
    Browse the repository at this point in the history