Miroslav Bajtoš
7ce66b5b81
update eslint + config to latest
...
Also fix linting errors, most notably get rid of `var` keyword.
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-28 08:43:09 +02:00
Diana Lau
2bb2f8d51f
chore: update copyrights year
2020-02-08 17:23:33 -05:00
jannyHou
01c94b6a60
feat: run shared tests
2019-07-09 11:35:59 -04:00
Agnes Lin
a12558e8a4
chore: update copyrights years
2019-05-07 13:37:19 -04:00
Raymond Feng
c97fdf39b4
pin mysql image to 5.7
...
See https://github.com/mysqljs/mysql/issues/2002
2018-07-12 10:53:38 -07:00
biniam
7a7a34e77f
upgrade eslint deps
2017-07-25 15:41:11 -04:00
Sakib Hasan
18ddc84929
Fix docker setup ( #279 )
...
* Add support for host and database
* Order the optional parameters correctly
2017-05-15 13:38:30 -04:00
Nicholas Duffy
18cffb98ab
Add connectorCapabilities global object ( #201 )
2016-10-11 23:13:20 -07:00
Simon Ho
8ed53f6cfa
Remove unused prefix for test env vars ( #203 )
...
* TEST_ prefix is not used by CI anymore and there for serve no purpose
* Part of overall goal to standardize env var injection to
MODULE_VARNAME (ie. MYSQL_HOST for example) convention
2016-10-07 17:36:43 -07:00
Simon Ho
a004b03d0f
Fix pretest and init test configs
...
Environment variables set in pretest.js and test/init.js were silently
being converted to Strings. For example, when TEST_MYSQL_USER is
undefined, it's value was automatically converted to the String
'undefined'. This is documented a side effect of assigning values to
process.env. See https://nodejs.org/api/process.html#process_process_env
for more details
2016-08-19 10:56:19 -07:00
Loay
9c9b61e7dc
Update eslint infrastructure
2016-08-10 20:04:26 -04:00
Ryan Graham
3954709bbc
test: accept alternate test db credentials
...
Allow the tests to run on ci.strongloop.com using the credentials that
are given there, but translate them to the form that is used on
cis-jenkins, which is actually the correct format.
2016-08-09 19:00:07 -07:00
Ryan Graham
340a4eb0f6
insert/update copyright notices
2016-05-03 16:52:03 -07:00
cgole
58850ec24c
removed console.log
2015-11-19 14:57:10 -08:00
cgole
6c3e58f932
seperate env variable for test db
2015-11-18 17:13:06 -08:00
cgole
5d95e03d3f
Changed username to user
2015-11-18 15:07:03 -08:00
cgole
da879ea47f
Added db username password
2015-11-18 14:37:46 -08:00
cgole
f255850382
Add mysql CI host
2015-11-17 13:23:52 -08:00
Simon Ho
22bebe3c4a
Add support for RegExp operator
2015-07-28 17:24:31 -07:00
Raymond Feng
e54aa56cee
Reformat code
2014-02-12 16:57:06 -08:00
Raymond Feng
f171e74392
Improve the connector based on review feedbacks
...
Introduce a 'createDatabase' option to allow DB to created
Wrap the callback with connection.release
Fix typo
2013-11-27 08:42:40 -08:00
Raymond Feng
9276025bc6
Refine the usage of rc
2013-08-23 14:31:43 -07:00
Raymond Feng
2b20ccdbd7
Use .loopback rc to load the config
2013-08-21 21:53:48 -07:00
Raymond Feng
9daf9ef91c
Rename 'loopback-data' to 'loopback-datasource-juggler'
2013-07-30 14:21:10 -07:00
Raymond Feng
9674a0308e
Bring up the test cases
2013-07-21 17:27:54 -07:00
Raymond Feng
1329b40073
Start to add discovery
2013-07-20 23:38:40 -07:00
Raymond Feng
275405521b
Migrate to loopback-data
2013-07-20 22:37:59 -07:00
dgsan
bcee504d77
Proper tests and support for connection collation/charset. Added semicov as a dev dependency because of how tests are run.
2013-06-13 09:34:31 -07:00
Anatoliy Chakkaev
b6f0c2cfc8
Split test cases
2013-04-08 01:53:55 +04:00
Anatoliy Chakkaev
cd0018f3a5
Upd test runner
2013-03-27 18:15:23 +04:00
Anatoliy Chakkaev
9f063c13c5
Moved to mocha
2013-03-27 04:37:13 +04:00