Commit Graph

597 Commits

Author SHA1 Message Date
Diana Lau f8f40a1199
docs: add SECURITY.md (#465)
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-29 11:29:15 -04:00
Diana Lau e14c26e9cf
docs: update coc (#464)
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-25 15:45:39 -04:00
Diana Lau 5abea82d15
docs: add code of conduct (#463)
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-23 16:07:31 -04:00
Diana Lau 3da25aed4e
Merge pull request #459 from loopbackio/codeowners
chore: add @marioestradarosa as codeowners
2021-11-23 15:21:32 -05:00
Diana Lau 201a69ad03 chore: remove .travis.yml
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2021-11-22 13:09:31 -05:00
Diana Lau ce7ee95528 chore: add @marioestradarosa as codeowners
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2021-11-22 11:33:53 -05:00
Diana Lau f09bc95b5d 6.1.0
* feat(operators): add match against operator (Akshat  Dubey)
2021-10-20 19:56:45 -04:00
Diana Lau 68c34a4ec0
Merge pull request #454 from akshatdubeysf/GH-451
adds full text search using match and its supported search modifiers
2021-10-20 19:52:47 -04:00
Akshat Dubey bb6010ad01 feat(operators): add match against operator
Signed-off-by: Akshat  Dubey <akshat.dubey@sourcefuse.com>
2021-10-16 18:20:56 +05:30
Diana Lau 76e09eaeaf 6.0.2
* chore: move this repo to loopbackio org (Diana Lau)
 * ci: add GitHub Actions (Diana Lau)
2021-07-12 12:52:36 -04:00
Diana Lau 4acd73fd3e
Merge pull request #447 from loopbackio/openjsf
chore: move this repo to loopbackio org
2021-07-12 12:45:35 -04:00
Diana Lau 7697ed2b41 chore: move this repo to loopbackio org
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2021-07-12 11:57:16 -04:00
Diana Lau 11172ba3f4
Merge pull request #448 from loopbackio/actions
ci: add GitHub Actions
2021-07-12 09:10:37 -04:00
Diana Lau 584f0c50b0 ci: add GitHub Actions
Co-authored-by: Agnes Lin <agneslin.lin@ibm.com>
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2021-07-09 21:24:47 -04:00
Diana Lau 5d72993d2d 6.0.1
* fix (core) accepts boolean type (yongzhi-chen)
 * fix(docs): Specify table creation order method (Roderik van Heijst)
 * fix(docs): update enum type (Diana Lau)
2021-06-10 15:53:04 -04:00
Diana Lau f80ffe8c6f
Merge pull request #446 from marioestradarosa/bool-type-fix
Fix boolean type (#325)
2021-05-28 20:20:10 -04:00
yongzhi-chen f82154145d fix (core) accepts boolean type
Signed-off-by: Mario Estrada <marioestradarosa@yahoo.com>
2021-05-26 12:52:44 -06:00
Diana Lau c5e72dbe28
Merge pull request #444 from 0x0aNL/0x0anl-doc-mysql-fk-order
fix(docs): Specify table creation order method
2021-04-15 20:34:27 -04:00
Roderik van Heijst 10d5741295 fix(docs): Specify table creation order method
Signed-off-by: Roderik van Heijst <rvanheijst@0x0a.nl>
2021-04-13 12:45:02 +02:00
Diana Lau c681b2dbe7
Merge pull request #436 from strongloop/enum
fix(docs): update enum type
2020-09-17 13:39:09 -04:00
Diana Lau 236b4b723c fix(docs): update enum type
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2020-09-11 10:04:07 -04:00
Miroslav Bajtoš 68e671a50b
6.0.0
* remove bluebird from devDependencies (Miroslav Bajtoš)
 * update eslint + config to latest (Miroslav Bajtoš)
 * update mocha to 8.x (Miroslav Bajtoš)
 * chore: update dependencies to latest (Miroslav Bajtoš)
 * [SEMVER-MAJOR] Drop support for Node.js 8.x (Miroslav Bajtoš)
 * chore: switch to DCO (Diana Lau)
 * docs: update default value setup section (Agnes Lin)
 * chore: add Node.js 14 to travis (Diana Lau)
 * chore: update CODEOWNERS (Diana Lau)
 * fixed typo on readme (filipef101)
2020-09-01 15:02:11 +02:00
Miroslav Bajtoš 6e06fe4730
Merge pull request #435 from strongloop/update-deps
Drop support for Node.js 8.x + update dependencies to latest
2020-09-01 15:00:51 +02:00
Miroslav Bajtoš 848f1ca230
remove bluebird from devDependencies
We were using bluebird as a Promise implementation for Node.js versions
that did not provide a native Promise (i.e. Node.js 0.10 & 0.12). There
is no need for that anymore, since Node.js have been shipping native
Promise implementation for years by now.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-28 08:49:05 +02:00
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
Miroslav Bajtoš 40ce105e57
update mocha to 8.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-28 08:37:39 +02:00
Miroslav Bajtoš eadcc57972
chore: update dependencies to latest
regular deps:
- `async` to `^3.2.0`
- `debug` to `^4.1.1`
- `loopback-connector` to `^5.0.0`
- `strong-globalize` to `^6.0.4`

dev deps:

- `should` to `^13.2.3`
- `sinon` to `^9.0.3`

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-28 08:35:49 +02:00
Miroslav Bajtoš 54baf60b2d
[SEMVER-MAJOR] Drop support for Node.js 8.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-08-28 08:24:02 +02:00
Diana Lau eb72ea9aff
Merge pull request #432 from strongloop/dco
chore: switch to DCO
2020-08-21 12:59:42 -04:00
Diana Lau 3132c8502c chore: switch to DCO
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2020-08-20 21:39:47 -04:00
Agnes Lin e7b102502a
Merge pull request #428 from strongloop/rdme-def
docs: update column default value setup section
2020-08-17 11:55:34 -04:00
Agnes Lin f6c0f1db2b docs: update default value setup section 2020-08-17 09:59:41 -04:00
Diana Lau b06a8b8dba
Merge pull request #429 from strongloop/travis
chore: add Node.js 14 to travis
2020-08-07 15:16:45 -04:00
Diana Lau eb18483fde chore: add Node.js 14 to travis 2020-08-06 10:42:41 -04:00
Diana Lau c32de54021
Merge pull request #430 from strongloop/codeowners
chore: update CODEOWNERS
2020-08-06 10:41:31 -04:00
Diana Lau 44db5cca0e chore: update CODEOWNERS 2020-08-05 22:08:03 -04:00
Diana Lau 928cb4990b
Merge pull request #423 from filipef101/patch-1
fixed typo on readme
2020-07-24 17:16:57 -04:00
filipef101 5744e33d3d
fixed typo on readme
expend -> expand
2020-07-22 09:56:26 +01:00
Diana Lau 60c3017cc2 5.4.4
* docs: update README with lb4 style (Agnes Lin)
 * chore: update strong-globalize (Diana Lau)
 * fix MySQL README layout (Agnes Lin)
2020-07-10 16:23:11 -04:00
Agnes Lin cbb74c387e
Merge pull request #422 from strongloop/fix-readme
docs: update readme with lb4 style
2020-06-10 18:07:07 -04:00
Agnes Lin d40adc4211 docs: update README with lb4 style 2020-06-10 17:17:32 -04:00
Diana Lau eaf5d6858e
Merge pull request #419 from strongloop/update2
chore: update strong-globalize
2020-03-20 13:27:00 -04:00
Diana Lau 3384251118 chore: update strong-globalize 2020-03-19 21:00:39 -04:00
Agnes Lin 654a00b089
Merge pull request #417 from strongloop/fix-readme
fix MySQL README layout
2020-03-19 16:52:55 -04:00
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