Commit Graph

140 Commits

Author SHA1 Message Date
Renovate Bot 0314790b8f chore: update dependency ejs to ^3.1.6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 17:15:07 +00:00
Renovate Bot f4ac0aaacf chore: update dependency strong-globalize to ^6.0.5
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 16:47:54 +00:00
Renovate Bot d255205a4a chore: update dependency http-status to ^1.5.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 16:11:24 +00:00
Renovate Bot 7985a71882 chore: update dependency express to ^4.17.3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 13:19:35 +00:00
Renovate Bot 501f030915 chore: update dependency debug to ^4.3.4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 08:29:07 +00:00
Renovate Bot 89cff533b4 chore: update dependency accepts to ^1.3.8
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 08:22:31 +00:00
Renovate Bot 3be77cdad4 chore: update dependency chai to ^4.3.6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 08:07:59 +00:00
Rifa Achrinza 80c53d662d ci: add renovate config
see: https://github.com/loopbackio/cicd/issues/15

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
2022-03-30 07:57:01 +00:00
Diana Lau 0ea5b6c8d9
Merge pull request #98 from loopbackio/sec-report
docs: add SECURITY.md
2022-03-29 11:51:38 -04:00
Diana Lau f9a4f4c783 docs: add SECURITY.md
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-29 11:38:56 -04:00
Diana Lau 72fc12593e
Merge pull request #97 from loopbackio/coc2
docs: update coc
2022-03-25 16:01:53 -04:00
Diana Lau af4f11a9aa docs: update coc
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-25 15:55:07 -04:00
Diana Lau 1b4bf6905f
Merge pull request #96 from loopbackio/coc
docs: add code of conduct
2022-03-23 14:33:28 -04:00
Diana Lau 838096fb45 docs: add code of conduct
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2022-03-23 12:36:45 -04:00
Rifa Achrinza 0d2220bbfa
Merge pull request #94 from loopbackio/feat/ci
feat: update CI pipeline
2021-07-23 10:22:28 +08:00
Rifa Achrinza b8f45c99cb
feat: update CI pipeline
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
2021-07-22 13:29:19 +08:00
Diana Lau f37080c9dc
Merge pull request #92 from loopbackio/openjsf
chore: move repo to loopbackio org
2021-07-15 16:10:15 -04:00
Diana Lau ab1716c1ff chore: move repo to loopbackio org
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2021-07-14 18:56:09 -04:00
Miroslav Bajtoš 763131642d
4.0.0
* docs: update LTS versions in README (Miroslav Bajtoš)
 * [SEMVER-MAJOR] Reword log messages for clarity (Miroslav Bajtoš)
2020-10-13 09:50:35 +02:00
Miroslav Bajtoš a24f9aa694
Merge pull request #91 from strongloop/fix/message
Reword log messages for better clarity
2020-10-13 09:49:36 +02:00
Miroslav Bajtoš b8cb893497
docs: update LTS versions in README
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-10-12 10:06:57 +02:00
Miroslav Bajtoš 7b61bcd541
[SEMVER-MAJOR] Reword log messages for clarity
Before this commit, we logged messages saying "unhandled error". This
was often creating confusion for our users, it seems like the error
was not handled at all, when in fact it was caught by the configured
error handler and converted into a proper HTTP error response.

In this commit, I am changing the messaging to use "request failed"
instead.

While this change is not affecting application developers, it may
break tooling processing logs if the tool relies on a specific format
of error messages. To be safe, I am labelling this change as breaking.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2020-10-12 09:56:56 +02:00
Raymond Feng 2ef83b945d 3.5.0
* feat: add options.rootProperty for json/xml (Raymond Feng)
 * chore: update deps and drop Node 8.x support (Raymond Feng)
2020-06-23 10:38:40 -07:00
Raymond Feng 3eeaaef75a
Merge pull request #90 from strongloop/root-property
feat: Add options.rootProperty
2020-06-23 10:37:02 -07:00
Raymond Feng bda981feb8 feat: add options.rootProperty for json/xml
Using `error` as the root property is a good default but we should
be able to use a different one or don't use it at all.
2020-06-23 10:05:24 -07:00
Raymond Feng 36d2b18a17 chore: update deps and drop Node 8.x support
- Upgrade dependencies
- Drop Node 8.x support as it has reached EOL

BREAKING CHANGE: Node 8.x is no longer supported.
2020-06-23 10:05:24 -07:00
Miroslav Bajtoš b0b138a74d
3.4.0
* chore: js2xmlparser to ^4.0.0 (Miroslav Bajtoš)
 * chore: update dev-dependencies (mocha, supertest) (Miroslav Bajtoš)
 * chore: update eslint & config to latest (Miroslav Bajtoš)
 * chore: update strong-globalize to ^5.0.2 (Miroslav Bajtoš)
 * chore: update debug to ^4.1.1 (Miroslav Bajtoš)
 * feat: drop support for Node.js 6.x (Miroslav Bajtoš)
2019-10-12 09:53:58 +02:00
Miroslav Bajtoš 875809d76d
Merge pull request #87 from strongloop/update-deps
Update dependencies to their latest versions, replace "var" with "const"
2019-10-12 09:53:27 +02:00
Miroslav Bajtoš 69ea022e5c
chore: js2xmlparser to ^4.0.0
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-12 09:45:05 +02:00
Miroslav Bajtoš 257adade3d
chore: update dev-dependencies (mocha, supertest)
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-12 09:45:05 +02:00
Miroslav Bajtoš 67fc40b78b
chore: update eslint & config to latest
Replace `var` with `const` and `let`.

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-12 09:44:54 +02:00
Miroslav Bajtoš c74146dc1a
chore: update strong-globalize to ^5.0.2
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-11 16:50:19 +02:00
Miroslav Bajtoš 201a3a5745
chore: update debug to ^4.1.1
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-11 16:50:19 +02:00
Miroslav Bajtoš 5c2e2ba0a8
Merge pull request #86 from strongloop/drop-node6
Drop support for Node.js 6.x, start testing Node.js 12.x
2019-10-11 16:49:39 +02:00
Miroslav Bajtoš 2b82969706
feat: drop support for Node.js 6.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
2019-10-11 16:04:09 +02:00
Miroslav Bajtoš d781b3555f
3.3.0
* fix: handle Error objects with circular properties (dkrantsberg)
 * chore: update copyrights years (Agnes Lin)
2019-09-30 08:11:29 +02:00
Miroslav Bajtoš 4735e34943
Merge pull request #85 from dkrantsberg/safe-json-strongify
Handle Error objects with circular references
2019-09-30 08:10:59 +02:00
dkrantsberg 4b3c802088
fix: handle Error objects with circular properties 2019-09-30 07:58:34 +02:00
Diana Lau 7dabb649a3
Merge pull request #82 from strongloop/copyrights
chore: update copyrights years
2019-05-09 16:31:29 -04:00
Agnes Lin 589e432812 chore: update copyrights years 2019-05-09 08:51:57 -04:00
Raymond Feng e7aa8353e7 3.2.0
* Add type definition and writeErrorToResponse (shimks)
2018-08-30 10:03:22 -07:00
Kyusung Shim 4e2990600f
Merge pull request #77 from strongloop/export-build-response-data
add types and introduce writeErrorToResponse
2018-08-30 12:53:23 -04:00
shimks 80ebf30cfa Add type definition and writeErrorToResponse 2018-08-30 12:09:28 -04:00
Diana Lau 8b35494da0 3.1.0
* [WebFM] cs/pl/ru translation (candytangnb)
2018-07-16 20:12:55 -04:00
Miroslav Bajtoš 7590590f26
Merge pull request #76 from candytangnb/webfm-0628-235010-cs,pl,ru-translation
[WebFM] cs/pl/ru translation Check-in by YI TANG (tangyinb@cn.ibm.com)
2018-07-02 09:29:57 +02:00
candytangnb 3d1d177a5c [WebFM] cs/pl/ru translation
cs/pl/ru translation check-in by YI TANG (tangyinb@cn.ibm.com) using
WebFM tool.
2018-06-28 23:50:10 -04:00
Diana Lau b5e9abdc45 3.0.0
* Allow safeFields to work with arrays (shimks)
 * run lint (shimks)
 * drop node 4 from travis and update dependencies (shimks)
2018-06-11 20:41:32 -04:00
Kyusung Shim 0a39f8466a
Merge pull request #73 from strongloop/array-safefields
Allow safeFields to work with arrays
2018-06-11 11:11:33 -04:00
shimks 7828534804 Allow safeFields to work with arrays
Co-authored-by: Miroslav Bajtos <mbajtoss@gmail.com>
2018-06-08 15:01:45 -04:00
Kyusung Shim a431cf54fa
Merge pull request #74 from strongloop/drop-node-4
Drop node 4, update dependencies and status on maintenance
2018-06-08 14:59:58 -04:00