Commit Graph

463 Commits

Author SHA1 Message Date
Diana Lau d2df4e0e9a docs: update coc
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-25 17:17:03 -04:00
Diana Lau 8c15bee189 docs: add code of conduct
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-23 20:07:24 -04:00
Rifa Achrinza e162f8ce66 docs: add ci badges
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
2021-09-26 21:09:54 +08:00
Rifa Achrinza af3d05478e ci: update ci
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
2021-09-26 20:53:45 +08:00
Agnes Lin 2fb7979f04
Merge pull request #187 from strongloop/gh-action
ci: add Github Actions
2021-02-10 13:30:49 -05:00
Agnes Lin dbe8912bad ci: add github actions
Signed-off-by: Agnes Lin <agneslin.lin@ibm.com>
2021-02-07 19:20:39 -05:00
Raymond Feng 94280aaff6 5.0.1
* Group clauses for AND/OR conditions (Raymond Feng)
2020-11-09 07:26:24 -08:00
Raymond Feng 1de46fff85
Merge pull request #185 from strongloop/fix-sql-gen
Group clauses for AND/OR conditions
2020-11-09 07:24:44 -08:00
Raymond Feng 8d8361337d Group clauses for AND/OR conditions
This is required to preserve the order of conditions


Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
2020-11-06 09:47:25 -08:00
Miroslav Bajtoš 576e956dc1
5.0.0
* chore: update dependencies to latest (Miroslav Bajtoš)
 * chore: update devDependencies to latest (Miroslav Bajtoš)
 * travis: add Node.js 14.x (Miroslav Bajtoš)
 * [SEMVER-MAJOR] Drop support for Node.js 8.x (Miroslav Bajtoš)
 * chore: switch to DCO (Diana Lau)
2020-08-28 08:22:13 +02:00
Miroslav Bajtoš 8d26b66f0c
Merge pull request #181 from strongloop/update-deps
Update dependencies to latest
2020-08-28 08:21:32 +02:00
Miroslav Bajtoš 1ff7e377bb
chore: update dependencies to latest
- strong-globalize: ^6.0.4 (requires Node.js >=10)
- uuid: ^8.3.0

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-27 17:22:57 +02:00
Miroslav Bajtoš a1f4c2cb0c
chore: update devDependencies to latest
- eslint: ^7.7.0
- mocha: ^8.1.1

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-27 17:22:56 +02:00
Miroslav Bajtoš b0e5c6bcd7
Merge pull request #180 from strongloop/update-node-versions
Drop support for Node.js 8.x, start testing 14.x
2020-08-27 17:22:34 +02:00
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