Skip to content

Comments

Fix incorrect name of dbName option#329

Merged
DABH merged 7 commits intowinstonjs:masterfrom
ulrichstark:master
Jun 10, 2025
Merged

Fix incorrect name of dbName option#329
DABH merged 7 commits intowinstonjs:masterfrom
ulrichstark:master

Conversation

@ulrichstark
Copy link
Contributor

No description provided.

@DABH
Copy link
Contributor

DABH commented Jun 6, 2025

For some reason, some of these tests are failing – any chance you can take a look and investigate? I can’t imagine it’s related to your change, but since it seems like you are a user of this repository, you might understand what’s going on… 🙏

@ulrichstark ulrichstark requested a review from DABH June 6, 2025 19:04
@ulrichstark
Copy link
Contributor Author

Should be fixed. Please trigger a CI run.

@DABH
Copy link
Contributor

DABH commented Jun 6, 2025

IMG_1174

@ulrichstark nice try, but not quite 🥲 Really appreciate your (and AI’s) help and anything else you can do to get this back to green :)

@ulrichstark
Copy link
Contributor Author

Second attempt. Mongo v4 probably needed to be dropped from test matrix, because it depends on libcrypto.so.1.1 that's not supported by github's ubuntu runner anymore. Also took the chance to add all newer major versions of node and mongo to the test matrix and added an .editorconfig file so that my Prettier formats files of this repo in the indent style they currently are to make contributing for me and others a bit easier. Probably needs some more formatting options set to match the style of the .js files of this repo more closely, but this shouldn't be part of this PR.

My conversation with ChatGPT with more details: https://chatgpt.com/share/68433bae-c2b0-8011-be2c-547b3a40877e

@DABH
Copy link
Contributor

DABH commented Jun 7, 2025

Does 5.0 also depend on that unsupported crypto version? Perhaps it needs to be dropped too. Not sure if those Mongo versions are even supported anymore, my guess is they are past EOL

@DABH
Copy link
Contributor

DABH commented Jun 7, 2025

Saw this nodejs/docker-node#1915 which basically says that we can install the old library version, but I don’t think that’s really what we want to do…

it looks like 5.0, and 6.0 in a few weeks, will be past EOL, so I suggest we just go ahead and remove those…

IMG_1176

@DABH
Copy link
Contributor

DABH commented Jun 7, 2025

(we can cut a new major version that drops support for those old versions officially…)

@ulrichstark
Copy link
Contributor Author

Feel free to do those changes. I don't think I can help here anymore sorry :(

@DABH DABH merged commit 94b7166 into winstonjs:master Jun 10, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants