opensearch-project / .github

Provides templates and resources for other OpenSearch project repositories.
Apache License 2.0
30 stars 70 forks source link

[PROPOSAL] transfer opensearch-mock to opensearch organization #224

Open gugu opened 1 month ago

gugu commented 1 month ago

What/Why

What are you proposing?

I've forked elasticsearch-mock module because they added server name check. I don't have much time to maintain this module, but it can be helpful to community

Here is a link: https://github.com/Short-io/opensearch-js-mock

What users have asked for this feature?

I don't know

What problems are you trying to solve?

Mocking opensearch in tests

What is the developer experience going to be?

same as elasticsearch-mock

Are there any security considerations?

transferring to opensearch-project will add more trust to the repo

Are there any breaking changes to the API

no

What is the user experience going to be?

same as elasticsearch-mock

dblock commented 1 month ago

Thanks @gugu! I'll move this to .github. I think we need to figure out the new modalities of taking on repos after moving to the foundation first, but stay tuned.

The high level transfer info is here: https://github.com/opensearch-project/.github/blob/main/ADMINS.md#new-repos, it does want an active maintainer to participate in the process and not just reach over the wall with the repo :) Are you up for at least doing some maintainer work moving forward? Is someone else (maybe @nhtruong?) interested in being at least minimally engaged on opensearch-js-mock?

nhtruong commented 1 month ago

Thanks @gugu Seems like a useful tool for node.js users. I'll add it to my queue but might take awhile for me to get to it. If anyone want to get this started, they are welcomed to :)

gugu commented 1 month ago

My fork works, we use it. I just don't want to be the only person who maintains it