-
Notifications
You must be signed in to change notification settings - Fork 139
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
feat(typegoose): Add typegoose package #846
Conversation
…a specific UpdateArray Input type.
feat: adds typegoose e2e testing
# Conflicts: # examples/package.json # package-lock.json # packages/query-mongoose/package.json
@doug-martin I noticed that a commit I made (1fda249) relies on a specific implementation outwith this package to work, I can show you if you would like to see if it is something you may want to add. This just gives the ability to add single items to array instead of inserting the full array every time. I had to make some custom types to support this which I have in another project that could possibly be added to this or the core package to support this functionality. |
@doug-martin @JohnMcInall - Typegoose is about to come out with version 8, where it will be supporting the newer versions of Mongoose and their new types. I've been asked to test it and I'd like to add it to query-typegoose as one of the "tests". Is that ok with you both? What would your suggestions be to make this happen? Close this PR and start a new one? Or just commit the changes with the new version? Scott |
@smolinari I'm ok with that, as this PR stands its going to be really hard to get it merged because we have diverged mongoose versions. If you want to work against this branch and test it out go for It and we can just merge that one when its ready. |
@doug-martin - Just a quick update. Got things going with the upcoming Typegoose 8.0 with the newest Mongoose version. 😁 Now moving to e2e tests. Edit: Cleaned up the deprecation warnings too. Scott |
# Conflicts: # documentation/docs/introduction/getting-started.md # examples/package.json # package-lock.json # packages/query-mongoose/package.json
9745fca
to
bde890b
Compare
…e-support # Conflicts: # examples/package.json # package-lock.json # packages/query-graphql/package.json # packages/query-mongoose/__tests__/services/mongoose-query.service.spec.ts # packages/query-mongoose/package.json # packages/query-typeorm/package.json
bde890b
to
b6bdcb7
Compare
b6bdcb7
to
ccc2abe
Compare
68b4f40
to
ecb35ca
Compare
* wip: Typegoose implementation for nestjs-query * feat: Implementation of the rest of QueryService and Tests * fix: adding in assemblers that were missed * docs: Adding documentation for typegoose * docs: Updating install guides to include Typegoose * docs: Updating the getting-started documentation * feat: adding the ability to add and remove items from an array using a specific UpdateArray Input type. * feat: adds typegoose e2e testing * tests: fixes failing typegoose unit tests * chore: remove commented code * feat(typegoose): Getting tests passing * Initial work * feat(typegoose): WIP * feat(typegoose): WIP * feat(typegoose): WIP * feat(typegoose): small corrections * chore(): Update typegoose example to use QueryOptions decorator * chore(): Fix linting issues Co-authored-by: John McInall <[email protected]> Co-authored-by: John McInall <[email protected]> Co-authored-by: Scott <[email protected]> Co-authored-by: John McInall <[email protected]>
* wip: Typegoose implementation for nestjs-query * feat: Implementation of the rest of QueryService and Tests * fix: adding in assemblers that were missed * docs: Adding documentation for typegoose * docs: Updating install guides to include Typegoose * docs: Updating the getting-started documentation * feat: adding the ability to add and remove items from an array using a specific UpdateArray Input type. * feat: adds typegoose e2e testing * tests: fixes failing typegoose unit tests * chore: remove commented code * feat(typegoose): Getting tests passing * Initial work * feat(typegoose): WIP * feat(typegoose): WIP * feat(typegoose): WIP * feat(typegoose): small corrections * chore(): Update typegoose example to use QueryOptions decorator * chore(): Fix linting issues Co-authored-by: John McInall <[email protected]> Co-authored-by: John McInall <[email protected]> Co-authored-by: Scott <[email protected]> Co-authored-by: John McInall <[email protected]>
No description provided.