TriPSs / nestjs-query

Easy CRUD for GraphQL.
https://tripss.github.io/nestjs-query/
MIT License
164 stars 46 forks source link

feat(rest): Created rest package #200

Open TriPSs opened 1 year ago

TriPSs commented 1 year ago

TODO

Maybe create separate package with the shared code between rest and graphql packages (Like the interceptors)?

nx-cloud[bot] commented 1 year ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 49cd3a424bd5c0810c25fc1758a887ae17287132. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 5 targets - [`nx run-many --target=e2e --all`](https://cloud.nx.app/runs/yjOqCMyQkQ) - [`nx run-many --target=lint --all`](https://cloud.nx.app/runs/fZTVPQ3uu5) - [`nx run-many --target=build --all`](https://cloud.nx.app/runs/6HVXn49iMT) - [`nx run workspace:version`](https://cloud.nx.app/runs/7pAQr2jwdW) - [`nx run-many --target=test --all`](https://cloud.nx.app/runs/rVaKo5vrdU)

Sent with 💌 from NxCloud.

codecov-commenter commented 1 year ago

Codecov Report

Attention: 192 lines in your changes are missing coverage. Please review.

Comparison is base (c11da0c) 86.28% compared to head (5bd8ccb) 79.06%. Report is 1 commits behind head on master.

Files Patch % Lines
...ages/query-rest/src/providers/resolver.provider.ts 48.71% 14 Missing and 6 partials :warning:
...kages/query-rest/src/decorators/field.decorator.ts 55.55% 5 Missing and 11 partials :warning:
...s/query-rest/src/decorators/hook-args.decorator.ts 51.72% 12 Missing and 2 partials :warning:
...-rest/src/decorators/filterable-field.decorator.ts 56.00% 7 Missing and 4 partials :warning:
...est/src/decorators/controller-methods.decorator.ts 75.60% 4 Missing and 6 partials :warning:
...es/query-rest/src/interceptors/hook.interceptor.ts 41.17% 9 Missing and 1 partial :warning:
...ges/query-rest/src/auth/default-crud.authorizer.ts 63.15% 4 Missing and 3 partials :warning:
...es/query-rest/src/connection/offset/pager/pager.ts 75.00% 3 Missing and 4 partials :warning:
...kages/query-rest/src/decorators/decorator.utils.ts 12.50% 5 Missing and 2 partials :warning:
...ckages/query-rest/src/resolvers/update.resolver.ts 76.66% 5 Missing and 2 partials :warning:
... and 31 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #200 +/- ## ========================================== - Coverage 86.28% 79.06% -7.22% ========================================== Files 688 767 +79 Lines 9761 10623 +862 Branches 862 955 +93 ========================================== - Hits 8422 8399 -23 - Misses 619 1401 +782 - Partials 720 823 +103 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nx-cloud[bot] commented 9 months ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e2353ec725e87ff392b3b91eb9c5bdd95b282df3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx run-many --target=e2e --all
nx run-many --target=lint --all
nx run-many --target=build --all
✅ Successfully ran 2 targets - [`nx run-many --target=test --all`](https://cloud.nx.app/runs/HULVggQUJc?utm_source=pull-request&utm_medium=comment) - [`nx run workspace:version`](https://cloud.nx.app/runs/H37KgFubVV?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.