loopbackio / loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.
https://loopback.io
Other
4.96k stars 1.07k forks source link

[Epic] Test/Enable Node.js 12 support for connectors #3072

Closed dhmlau closed 4 years ago

dhmlau commented 5 years ago

Through PR https://github.com/strongloop/loopback-datasource-juggler/pull/1728 and https://github.com/strongloop/loopback-datasource-juggler/pull/1729, loopback-datasource-juggler now supports Node.js 12. The next step is to test and add support for Node.js 12.x for the connectors.

Acceptance Criteria

For the following connectors, test locally on Node.js 12 and see if all tests passed.

Here is the list of connectors:

SQL connectors: https://github.com/strongloop/loopback-next/issues/3110

noSQL connectors: https://github.com/strongloop/loopback-next/issues/3111

service connectors: https://github.com/strongloop/loopback-next/issues/3112

currently with CI issues:

not sure if we need to enable Node.js 12

I'm taking the list from https://github.com/strongloop?utf8=%E2%9C%93&q=loopback-connector&type=&language=

dhmlau commented 5 years ago

We've enabled and tested the most commonly used connectors with Node.js 12. For the rest, we'll enable it later. Moving to Q4.

dhmlau commented 5 years ago

We have finished the requirement for Q4, i.e. enable and test Node.js 12 for:

Moving the 2019Q4 label.

dhmlau commented 4 years ago

Consider it done. The rest are not very active repos.