Commit Graph

249 Commits

Author SHA1 Message Date
Miroslav Bajtoš 2e9527e1f1
travis: add Node.js 14.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-27 17:07:13 +02:00
Miroslav Bajtoš aeace9b7e6
[SEMVER-MAJOR] Drop support for Node.js 8.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-27 17:07:08 +02:00
Diana Lau c6b9729360
Merge pull request #179 from strongloop/dco
chore: switch to DCO
2020-08-25 14:27:44 -04:00
Diana Lau 080fed05c3 chore: switch to DCO
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2020-08-20 21:36:26 -04:00
Miroslav Bajtoš bce6fa8c1f
4.11.1
* Improve assertion in ParameterizedSQL builder (ewrayjohnson)
2020-07-31 17:03:33 +02:00
Miroslav Bajtoš ea9c15122c
Merge pull request #178 from ewrayjohnson/master
Fix assertion timeout logging huge parameters
2020-07-31 17:02:19 +02:00
ewrayjohnson acfb5e2fce
Improve assertion in ParameterizedSQL builder
Fixed the problem where the application hangs when a param is a very
large Buffer.

Avoid expensive string building if assertion passed.

Co-authored-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-07-31 16:15:54 +02:00
Raymond Feng 7d43b461d1 4.11.0
* chore: update dependencies (Raymond Feng)
 * push column/idcolumn to connector level and renam (Agnes Lin)
 * fix: run migrations in series (Michael DePetrillo)
2020-04-26 19:43:26 -07:00
Raymond Feng 574b9fa8db
Merge pull request #174 from strongloop/update-deps
chore: update dependencies
2020-04-26 19:42:04 -07:00
Raymond Feng f96c58a33b chore: update dependencies 2020-04-26 16:34:21 -07:00
Agnes Lin 59cf6dacf5
Merge pull request #173 from strongloop/refactor
push and rename column/idcolumn to Connector level
2020-04-17 16:55:15 -04:00
Agnes Lin 9d03b8cde8 push column/idcolumn to connector level and renam 2020-04-17 14:28:19 -04:00
Diana Lau 49e4c37ba7
Merge pull request #170 from klassicd/issue-168
fix: run migrations in series
2020-04-01 10:15:07 -04:00
Michael DePetrillo 25ce706166 fix: run migrations in series 2020-03-30 14:29:29 -04:00
Diana Lau 569f966613 4.10.2
* fix the way it gets column name for id property (Agnes Lin)
 * chore: update copyright year (Diana Lau)
 * test: add tests for isactive (#165) (Janny)
 * feat: add isactive check for transaction (#164) (Janny)
 * Remove "good first issue" from stalebot (Miroslav Bajtoš)
2020-03-04 12:41:19 -05:00
Agnes Lin edc93aa5cb
Merge pull request #171 from strongloop/fix-idColName
fix how connector gets column name for id property
2020-03-04 12:25:41 -05:00
Agnes Lin aa26562cbe fix the way it gets column name for id property 2020-02-28 13:10:07 -05:00
Diana Lau 10477c0815
Merge pull request #167 from strongloop/copyright
chore: update copyright year
2020-02-10 14:31:58 -05:00
Diana Lau 32aef14f10 chore: update copyright year 2020-02-10 13:52:06 -05:00
Janny ee6b53618b
test: add tests for isactive (#165) 2020-01-21 11:06:46 -05:00
jannyHou cf43a0de9e 4.10.1
* feat: add isactive check for transaction (#164) (Janny)
 * Remove "good first issue" from stalebot (Miroslav Bajtoš)
2020-01-20 15:57:46 -05:00
Janny b294519787
feat: add isactive check for transaction (#164) 2020-01-20 15:33:38 -05:00
Miroslav Bajtoš 61766bb0da
Remove "good first issue" from stalebot 2020-01-10 17:02:31 +01:00
Diana Lau 118da384e7 4.10.0
* chore: disable security issue reporting (Nora)
 * Remove loopback-connector-ibmi from downstream (Miroslav Bajtoš)
 * Remove unstable connectors from downstream list (Miroslav Bajtoš)
 * Introduce issue templates for bugs, features, etc. (Miroslav Bajtoš)
 * Improve PULL_REQUEST_TEMPLATE (Miroslav Bajtoš)
 * Fix eslint violations (Miroslav Bajtoš)
 * Remove Biniam from CODEOWNERS (Miroslav Bajtoš)
 * Fix SqlConnector to ignore empty WHERE statements (Marvin Irwin)
2019-12-17 11:51:46 -05:00
Nora deb461ea62
Merge pull request #160 from strongloop/chore/improve-issue-templates
chore: disable security issue reporting
2019-11-19 01:21:40 -05:00
Nora 0ce4f897ee chore: disable security issue reporting 2019-11-15 20:32:59 -05:00
Miroslav Bajtoš e0f168a2d8
Merge pull request #159 from strongloop/remove-kv-extreme-scale
chore: remove unstable connectors from downstream list
2019-11-05 17:36:41 +01:00
Miroslav Bajtoš 6535723d73
Remove loopback-connector-ibmi from downstream
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-11-05 17:23:35 +01:00
Miroslav Bajtoš a3e1a08fa6
Remove unstable connectors from downstream list
Configure cis-jenkins CI build to ignore the following repositories
when deciding which downstream projects to build:

 - loopback-connector-db2z
 - loopback-connector-informix
 - loopback-connector-mqlight
 - loopback-connector-kv-extreme-scale

The list is the same as we have in loopback-datasource-juggler now.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-11-05 17:23:25 +01:00
Miroslav Bajtoš 7edaec1809
Merge pull request #158 from strongloop/improve-github-templates
Improve issue & pull-request templates
2019-11-05 16:08:50 +01:00
Miroslav Bajtoš cda6ac0ab0
Introduce issue templates for bugs, features, etc.
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-11-05 15:36:45 +01:00
Miroslav Bajtoš 1b11234df1
Improve PULL_REQUEST_TEMPLATE
Make it easier for contributors to mix the text provided by GitHub
from the commit messages with the template content.

Rework the checklist to follow the style we use in loopback-next.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-11-05 15:36:45 +01:00
Miroslav Bajtoš 12de266e5b
Merge pull request #157 from strongloop/fix-eslint
Fix eslint violations
2019-11-01 16:29:58 +01:00
Miroslav Bajtoš a1fe28a3a4
Fix eslint violations
Run `eslint --fix .` to add trailing commas to function arguments.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-11-01 13:45:20 +01:00
Miroslav Bajtoš fa7a4b2d66
Merge pull request #153 from strongloop/update-codeowners
Remove Biniam from CODEOWNERS
2019-09-20 17:30:12 +02:00
Miroslav Bajtoš 0f548ed9ac
Merge pull request #134 from marvinirwin/fix-bad-where
Fix bad where
2019-09-20 17:29:07 +02:00
Miroslav Bajtoš 8b9b842674
Remove Biniam from CODEOWNERS 2019-09-20 17:05:20 +02:00
Marvin Irwin ab99062e63
Fix SqlConnector to ignore empty WHERE statements 2019-09-20 17:02:30 +02:00
Diana Lau c27e21fb4f 4.9.0
* fix: prevent adding listeners past limit (Dominique Emond)
 * chore: update deps and fix lint violations (Nora)
 * drop support for node.js 6 (Nora)
 * chore: add node 12 (Nora)
2019-09-19 10:13:17 -04:00
Nora 819bf8b57f
Merge pull request #149 from strongloop/dremond_migrate_errors
fix: prevent adding listeners past limit
2019-08-14 10:16:25 -04:00
Dominique Emond 7ab10fb8fb fix: prevent adding listeners past limit
Co-authored-by: Dominique Emond <dremond@ca.ibm.com>
2019-08-13 19:09:48 -04:00
Nora 183d2a31de
Merge pull request #150 from strongloop/fix-lint
chore: update deps and fix lint violations
2019-08-02 10:22:01 -04:00
Nora 4c4d05fe87 chore: update deps and fix lint violations 2019-08-02 09:50:51 -04:00
Nora 473c90ae63
Merge pull request #148 from strongloop/add-node12
chore: add node 12 and remove support for Node.js 6
2019-07-26 13:56:39 -04:00
Nora 19ca0dbc26 drop support for node.js 6 2019-07-26 08:27:32 -04:00
Nora aa0540a1eb chore: add node 12
Add Node.js 12 to CI
2019-07-24 14:54:26 -04:00
Biniam Admikew 7e9a4463ab 4.8.0
* chore: add promise support (Biniam Admikew)
2019-06-28 12:50:49 -04:00
Biniam Admikew b8aeb23378
Merge pull request #147 from strongloop/chore/promisify-transaction-methods
chore: add promise support
2019-06-28 11:59:19 -04:00
Biniam Admikew d79092aadb chore: add promise support
Add promise support to transaction methods.

Co-Authored-By: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-06-28 09:26:58 -04:00
Diana Lau 417d6467b0 4.7.0
* feat: map property name to table column name (Samarpan Bhattacharya)
 * chore: update copyrights years (Diana Lau)
2019-05-03 16:29:09 -04:00