64 Commits

Author SHA1 Message Date
Tim Griesser
d1a55a907d Moving bin/cli outside of src to allow install from master 2016-09-13 09:31:58 -04:00
Tim Griesser
0b25f6bd0c Upgrading to Babel 6 (#1617)
* Upgrading to Babel 6
* Fix assignment issue in mssql
* Drop Travis for node 0.10
2016-08-09 17:03:08 -04:00
Tim Griesser
ad859a707b Removing client build (#1616)
* Removing client build
2016-08-09 14:01:24 -04:00
Rhys van der Waerden
b21156d920 Prevent error in gh-pages script
If gh-pages branch was out of date this should prevent an error when pushing to origin.
2016-06-18 15:21:17 +10:00
Mikael Lepistö
b5d4f907ba Added webpack build test to npm test script 2016-05-29 10:08:39 +03:00
wubzz
d566ca28a2 Revert change to release script 2016-05-26 10:24:31 +02:00
wubzz
525bd56f85 release 0.11.5 2016-05-26 10:18:19 +02:00
Rhys van der Waerden
f320906577 Read version from package.json
Means that it's impossible to have `Knex#VERSION` and the version in `package.json` out of sync. This is one less thing to do for release.

This required the addition of `json-loader` for webpack. I've also added webpack to `devDependencies` rather than installing it manually during the `build` script.
2016-05-15 21:38:34 +10:00
Tim Griesser
031129f505 Add tap-spec reporter 2015-06-16 10:40:18 -04:00
Tim Griesser
7e884cb325 Babel src -> lib, remove gulp 2015-05-09 13:58:18 -04:00
Tim Griesser
12e6ada1a3 Fix for #805, warn for non-existent savepoints
In MySQL if a savepoint is missing, it means something
else (most likely DDL) triggered an implicit commit. In this
case rather than erroring, let's give a warning message
so it's possible to use the same codepath as a DB where
this actually works.
2015-05-01 11:26:29 -04:00
Tim Griesser
3dfe1e6c94 Final cleanup for 0.8 2015-04-30 18:11:41 -04:00
Tim Griesser
e179634600 Switch to shell script for release, other tidying of config/directories 2015-04-29 19:13:50 -04:00
Tim Griesser
c40b1339aa Update process for web script build 2015-04-29 17:11:52 -04:00