doug-martin / nestjs-query

Easy CRUD for GraphQL.
https://doug-martin.github.io/nestjs-query
MIT License
820 stars 142 forks source link

Is this project still Alive ? #1538

Open MarouaneMan opened 2 years ago

MarouaneMan commented 2 years ago

All is in the title.

TriPSs commented 2 years ago

I'm actively using it and also created multiple PR's, never got an answer on any of them.

So I don't think so :(

smolinari commented 2 years ago

Yeah, and I'd be interested in the maintenance of only one part of the packages, not all of them. So, if others think similarly, taking over the maintenance of all of the repo would be a difficult decision.

Scott

TriPSs commented 2 years ago

@smolinari what parts are you interested in?

smolinari commented 2 years ago

@TriPSs - I've worked a little and am still using the Typegoose bit.

Scott

TriPSs commented 2 years ago

@smolinari I do have a fork of this package here that already has some fixes and i'm planning to fix more in it.

It's not yet published some where (I published to private repo), will check if I can make some time soon to publish it somewhere, than maybe the development can continue there.

GP4cK commented 2 years ago

@TriPSs I've also made a PR about a month and a half ago. Let me know when it's published publicly ;)

TriPSs commented 2 years ago

@GP4cK it currently is :)

I do have to note that I created a breaking change, still need to document this, but the change is that if the item is not found is used to return null and that now throws an error.

See this commit for the change.

GP4cK commented 2 years ago

I mean the npm packages. Have you published them? I couldn't find them just now...

TriPSs commented 2 years ago

Yes: https://www.npmjs.com/package/@ptc-org/nestjs-query-core https://www.npmjs.com/package/@ptc-org/nestjs-query-graphql https://www.npmjs.com/package/@ptc-org/nestjs-query-typeorm https://www.npmjs.com/package/@ptc-org/nestjs-query-typegoose https://www.npmjs.com/package/@ptc-org/nestjs-query-mongoose https://www.npmjs.com/package/@ptc-org/nestjs-query-sequelize

meodemsao commented 2 years ago

@TriPSs can you list your bug have been fixed i fixed 2 bug about enum type and ilike operator, i will pull request to your fork

TriPSs commented 2 years ago

@meodemsao Issues/PR's that are merged/released:

More fixes are always welcome ❤️

daniloras commented 2 years ago

Latest version ? .v0.30.0 - 2021-09-30

Is active lib? many issues are open

This lib really helps in development, let's not let this project die, please....

smolinari commented 2 years ago

@daniloras - Did you read this thread? @TriPSs is upkeeping a fork. See here: https://github.com/doug-martin/nestjs-query/issues/1538#issuecomment-1127417301

Scott

wowczarczyk commented 2 years ago

It's a bit sad that @doug-martin seemed to be treating this project with care and attention then suddenly completely disappeared. I know it's OS, requires time, etc., but some guidance for the future or designating new maintainers would be nice

ruudvanbuul commented 2 years ago

It's a bit sad that @doug-martin seemed to be treating this project with care and attention then suddenly completely disappeared. I know it's OS, requires time, etc., but some guidance for the future or designating new maintainers would be nice

I honestly find it hard to understand how some of these packages have taken so much work and then they just get abandoned... At least handing over the reigns so others can take over would be nice.

I guess you can always fork but doesn't add to the usability

jamesmcglinn commented 2 years ago

I honestly find it hard to understand how some of these packages have taken so much work and then they just get abandoned... At least handing over the reigns so others can take over would be nice.

Github really doesn't make it easy to hand over the reigns on personal repos. @doug-martin has done incredible work putting this project together, I'm sure he'd keep it up if he could. Really difficult to have to shoulder responsibility for the project when things change and it's no longer a top priority, and there's no way to set up another admin.

Diluka commented 2 years ago

@doug-martin thanks for the great project. if you want to leave, can you transfer this project to someone?

smolinari commented 2 years ago

It looks like @doug-martin has completely stopped working on code, at least code stored at Github, since July.

I'd suggest looking at @TriPSs 's fork and supporting his work going forward.

https://github.com/tripss/nestjs-query

Scott

dvins commented 2 years ago

After seeing over the years what a frequent contributor he has been to the OpenSource community I am concerned for @doug-martin; hope all is well with him.

rymanso commented 1 year ago

thank you @TriPSs this is a real saviour :)