Commit Graph

653 Commits

Author SHA1 Message Date
Agnes Lin 8499af3c31 fix MySQL README layout 2020-03-19 16:20:33 -04:00
Dominique Emond c23bed33eb 5.4.3
* Exclude 'deps' and '.github' from npm publish (Dominique Emond)
 * fix README display on the site (Agnes Lin)
 * chore: update copyrights year (Diana Lau)
 * chore: improve issue and PR templates (Nora)
 * chore: move mocha flag to opts (jannyHou)
 * fix: tests for datatypes (jannyHou)
 * fix: force exit (jannyHou)
 * update tests (jannyHou)
 * upgrade dependencies (jannyHou)
2020-03-19 13:36:13 -04:00
Dominique Emond 70d27bf1f8
Merge pull request #415 from strongloop/dremond_npm_pack
Exclude 'deps' and '.github' from npm publish
2020-03-18 14:22:14 -04:00
Dominique Emond d182f04f00 Exclude 'deps' and '.github' from npm publish 2020-03-16 11:42:53 -04:00
Agnes Lin e4a4f0f690
Merge pull request #416 from strongloop/update-readme
fix README display on the site
2020-03-16 11:07:09 -04:00
Agnes Lin e94e310113 fix README display on the site 2020-03-16 10:12:04 -04:00
Diana Lau cdc800875b
Merge pull request #412 from strongloop/copyright
chore: update copyrights year
2020-02-10 14:32:25 -05:00
Diana Lau 2bb2f8d51f chore: update copyrights year 2020-02-08 17:23:33 -05:00
Nora ddb1c96a76
Merge pull request #404 from strongloop/chore/improve-issue-templates
chore: improve issue and PR templates
2019-11-15 11:49:08 -05:00
Nora 163718ac35 chore: improve issue and PR templates 2019-11-13 13:03:40 -05:00
Janny 9860f0339f
Merge pull request #402 from strongloop/refactor/mocha
Refactor/mocha
2019-11-07 10:50:28 -05:00
jannyHou f44e8f5594 chore: move mocha flag to opts 2019-11-07 09:58:22 -05:00
Janny 024f5e7937
Merge pull request #401 from strongloop/fix/tests
Fix tests
2019-11-06 16:43:08 -05:00
jannyHou 1617fc289e fix: tests for datatypes 2019-11-06 16:21:43 -05:00
jannyHou 71df0be70b fix: force exit 2019-11-06 16:21:26 -05:00
jannyHou 2c4591c23f update tests 2019-11-06 16:21:26 -05:00
jannyHou b46dbff5b1 upgrade dependencies 2019-11-06 16:21:26 -05:00
Diana Lau dfad0c6699 5.4.2
* chore: add node 12 (jannyHou)
 * feat: run shared tests (jannyHou)
2019-07-25 13:39:43 -04:00
Janny a50f66a934
Merge pull request #393 from strongloop/upgrade/node12
chore: add node 12
2019-07-11 13:22:42 -04:00
jannyHou 4ad6e05d08 chore: add node 12 2019-07-11 11:46:14 -04:00
Janny f556b7cf99
Merge pull request #390 from strongloop/refactor/juggler-test
feat: run shared tests
2019-07-09 12:00:55 -04:00
jannyHou 01c94b6a60 feat: run shared tests 2019-07-09 11:35:59 -04:00
Diana Lau 869061c6f2 5.4.1
* fix: allow DataSource to reconnect properly (Antonio Trapani)
 * update Travis MySQL config (Agnes Lin)
 * fix: update lodash (jannyHou)
 * chore: update copyrights years (Agnes Lin)
2019-05-28 10:37:31 -04:00
Diana Lau 2ddadc1c81
Merge pull request #385 from TwistedLogic/master
Prevent `connect()` from failing when called after `disconnect()`
2019-05-28 10:34:23 -04:00
Antonio Trapani bc220f5a64 fix: allow DataSource to reconnect properly
Fixes issue where calling disconnect() method
and then the connect() method causes the "Pool
is closed" error. See issue #367.
2019-05-23 14:08:26 -04:00
Agnes Lin 4c4094a310
Merge pull request #387 from strongloop/travisConfig
change config of env variables of travis
2019-05-23 12:40:45 -04:00
Agnes Lin 8d93eb38c7 update Travis MySQL config
- pin mysql version to 5.7
- set necessary environment variables
- create a test user & grant it priviledges to all schemas
- change the name of the default schema

Co-authored-by: Biniam Admikew <biniam@ca.ibm.com>
2019-05-23 12:20:41 -04:00
Diana Lau f809714241
Merge pull request #374 from strongloop/update/dependency-lodash
update lodash
2019-05-22 11:22:25 -04:00
jannyHou b1ec4211a7 fix: update lodash 2019-05-22 09:45:09 -04:00
Agnes Lin 1849507e06
Merge pull request #384 from strongloop/copyrights
chore: update copyrights years
2019-05-07 13:48:45 -04:00
Agnes Lin a12558e8a4 chore: update copyrights years 2019-05-07 13:37:19 -04:00
Diana Lau 26b76a4eeb 5.4.0
* Fix bug property declared index being recreate (HugoPoi)
 * Add onDelete onUpdate foreign key config options (HugoPoi)
 * Fix bug foreign key index being delete wrongly (HugoPoi)
 * chore: update travis and CODEOWNERS (Diana Lau)
2019-05-07 13:28:24 -04:00
Janny 62186650c1
Merge pull request #370 from HugoPoi/feature/foreign-key-on-config
Feature add foreign key on update on delete trigger config
2019-04-26 15:42:16 -04:00
HugoPoi 24fe635de5 Fix bug property declared index being recreate 2019-04-26 11:25:50 -04:00
HugoPoi 681bff4586 Add onDelete onUpdate foreign key config options 2019-04-26 11:25:49 -04:00
HugoPoi 5d8104af3f Fix bug foreign key index being delete wrongly 2019-04-26 11:25:49 -04:00
Diana Lau 7aec25b0d1
Merge pull request #376 from strongloop/update-travis
chore: update travis and CODEOWNERS
2019-04-22 16:58:18 -04:00
Diana Lau 03ba3a356d chore: update travis and CODEOWNERS 2019-04-17 22:31:37 -04:00
Diana Lau b10557356c 5.3.1
* update strong-globalize version (Diana Lau)
2018-09-12 10:45:35 -04:00
Diana Lau 5d03cb660e
Merge pull request #360 from strongloop/update-dep
update strong-globalize version
2018-09-12 09:25:17 -04:00
Diana Lau dec129eec1 update strong-globalize version 2018-09-12 09:18:42 -04:00
Raymond Feng 76bcec0bf7 5.3.0
* upgrade deps (Raymond Feng)
 * pin mysql image to 5.7 (Raymond Feng)
 * use "owner" for discovered results (Raymond Feng)
 * chore: update license (Diana Lau)
2018-07-12 11:43:31 -07:00
Raymond Feng 1c797f5992
Merge pull request #356 from strongloop/fix-discovery
Fix discovery
2018-07-12 11:42:32 -07:00
Raymond Feng ea93cc8735 upgrade deps 2018-07-12 11:08:51 -07: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
Raymond Feng be599b9347 use "owner" for discovered results 2018-07-12 10:53:20 -07:00
Diana Lau e714de5b84
Merge pull request #337 from strongloop/license
chore: update license
2017-11-10 22:49:22 -05:00
Diana Lau f5d9e70344 chore: update license 2017-11-09 13:30:48 -05:00
Diana Lau 4f8b6a0a4d 5.2.0
* revert mocha version change (Diana Lau)
 * update dependencies (Diana Lau)
 * update globalize string (Diana Lau)
 * Add stalebot configuration (Kevin Delisle)
2017-10-17 14:04:17 -04:00
Diana Lau 506475373e Merge pull request #331 from strongloop/update-dep
Update dependencies
2017-10-17 11:58:43 -04:00