-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Cloudant nodes #1
Comments
Move this: https://github.com/insectos/node-red-contrib-cloudantplus too? |
I don't think so, my version had all of the latest fixes so one we've
agreed that you're btw code is the definitive node then we should get all
others deprecated.
On Sat, 19 Jun 2021 at 22:01, Stephan H. Wissel ***@***.***> wrote:
Move this: https://github.com/insectos/node-red-contrib-cloudantplus too?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBISNTRK3CYSKZYCAD3IR3TTUATZANCNFSM4MIPGWJA>
.
--
Adam Hammond
***@***.***
|
;-) We all agree we need to do an "Highlander" to all the forks out there. |
One path forward would be to rebase node-red-node-cf-cloudant on node-red-contrib-cloudantplus and adopt it as the forward code base. With that migration, upstream would move here, get a millions? of downstream apps to upgrade. Gives us a supported (@hammoaj and others) solution. |
There's discussion here too |
@johnwalicki that's exactly what the plan has always been. We have done the rebase and merged here: node-red-contrib-ibm-cloud/node-red-node-cf-cloudant#1 The missing step is getting that published to npm. If we can dbl check the code in that repo looks good, we can get it it published. |
Nick,
Stephan has done an excellent job of updating the node so we probably need
to do another re-base once it’s tested and then publish.
We then need to look at pulling some of Stephan’s code into the Cloudant
file storage code.
On Wed, 23 Jun 2021 at 06:45, knolleary ***@***.***> wrote:
@johnwalicki <https://github.com/johnwalicki> that's exactly what the
plan has always been. We have done the rebase and merged here:
node-red-contrib-ibm-cloud/node-red-node-cf-cloudant#1
<node-red-contrib-ibm-cloud/node-red-node-cf-cloudant#1>
The missing step is getting that published to npm.
If we can dbl check the code in that repo looks good, we can get it it
published.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBISNRWWCGZDOADMLPJEMDTUFYIPANCNFSM4MIPGWJA>
.
--
Adam Hammond
***@***.***
|
Happy to take your guidance on what the next steps are. I don't have access to cloudant these days to test the node myself. If you think the updates from Stephen are needed, then lets get them PR'd into the repo. |
The latest cloudantplus code has now been published to npm. So I think that we are now ready to rebase the original node on the cloudantplus code. What is the best way of deprecating a node on Node-RED? I was thinking that once the original node is rebased and published, I would update the README to suggest people switch to the core node, but wasn't sure of whether there was a way of "redirecting" one node to use another more permanently. |
The original cloudant node is node-red-node-cf-cloudant by @lgfa29. This is the node included in the Node-RED Starter App on IBM Cloud.
There have been a number of forks of the node, most notably node-red-contrib-cloudantplus maintained by @hammoaj
The cloudantplus node is actively maintained and has added a number of features over the original node. It has been (rightly) published with a different set of node types so it doesn't cause clashes if a user installs both nodes.
I have permission from @lgfa29 to take ownership of the npm module of the original node so we can publish updates to it.
I also have the support of @hammoaj who will be joining this community.
The tentative plan is:
We may want to have a small period where updates are made to both the cf-cloudant repo and the original cloudantplus repo. This will allow updates to be made to both npm modules (with their different node types), to give users time to migrate back to cf-cloudant module.
That gets us to a clean baseline for the future development of the node.
The text was updated successfully, but these errors were encountered: