crud
crud copied to clipboard
Merge fix from upstream
Due to upstream repo inactivity, I had to fork it to release fixes.
- [x] typeorm - fixed cache - do not use cache when updating resources. Upstream PR https://github.com/nestjsx/crud/pull/688 Repo PR #3
- [x] FIX - select boolean type in JoinOption. Upstream PR https://github.com/nestjsx/crud/pull/713 Repo PR https://github.com/rewiko/crud/pull/4
- [ ] fix(crud-typeorm): include embeded column name in search query. Upstream PR https://github.com/nestjsx/crud/pull/601
- [x] Update README.md https://github.com/nestjsx/crud/pull/611
- [x] fix(crud): typo fix getMayRouteOptions -> getManyRouteOptions #606
- [x] fix(crud): using metadata to update entities based on primary key instead of "found". Upstream PR https://github.com/nestjsx/crud/pull/622
- [x] Fix constant when getting swagger extra models, Upstream PR https://github.com/nestjsx/crud/pull/626/files
- [x] fix filter for user in meController, Upstream PR https://github.com/nestjsx/crud/pull/644
- [x] Make updateOneBase dto type partial, Upstream PR https://github.com/nestjsx/crud/pull/679
- [x] Add warning when using disallowed relation, Upstream PR https://github.com/nestjsx/crud/pull/683
- [ ] feat(crud-typeorm): ignore entity decorators when saving, Upstream PR https://github.com/nestjsx/crud/pull/692
- [x] fix(crud-typeorm): fix sql injection check looping on the first regex…, Upstream PR https://github.com/nestjsx/crud/pull/694
- [ ] fix(crud-typeorm): use random parameter name to prevent invalid parameters, Upstream PR https://github.com/nestjsx/crud/pull/723
- [x] fix(NestJSX-CRUD-TypeOrm): bug Ability to Use Search and Filter Features with Nested Entities, Upstream PR https://github.com/nestjsx/crud/pull/737
- [ ] CHG - Provide options for qs url params stringify, Upstream PR https://github.com/nestjsx/crud/pull/749
- [ ] Allow all relation to be joined, Upstream PR https://github.com/nestjsx/crud/pull/574
- [ ] feat: add custom operators, Upstream PR https://github.com/nestjsx/crud/pull/568
- [x] fix(typeorm): correct quotes for column identifiers when driver is ‘mariadb‘, Upstream PR https://github.com/nestjsx/crud/pull/546
- [ ] Fix(crud-response-interceptor): classToPlain call two time, Upstream PR https://github.com/nestjsx/crud/pull/526
Greaaat ❤️🔥🌹 Thanks for keeping this Up !!
Hey! Thanks a lot for this work, really appreciate it. Could you take a look to include my PR (https://github.com/nestjsx/crud/pull/622) in the next release? It features a pretty critical bug that you could not set new relations when PATCHing resources.
@dschoeni I merged your change https://github.com/rewiko/crud/issues/5, https://www.npmjs.com/package/@rewiko/crud version 5.1.1
absolutely awesome, thanks a lot!
any ETA on when the other upstream stuff is gonna be worked on? I'm especially interested in: https://github.com/nestjsx/crud/pull/274 because we really need the sequelize crud repo.
Contributions are welcome but I am not actively maintaining it, happy to merge and release things.
@rewiko If possible, could you please contribute to the following forked repo, which is more up-to-date? Thanks!
https://github.com/gid-oss/dataui-nestjs-crud
@rewiko Also, can you please review and add the following PR?
https://github.com/nestjsx/crud/pull/754
Thanks!