Skip to content
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: add documents support #548

Merged
merged 11 commits into from
Mar 14, 2024
Merged

✨ feat: add documents support #548

merged 11 commits into from
Mar 14, 2024

Conversation

larwaa
Copy link
Member

@larwaa larwaa commented Mar 14, 2024

Changes

  • [FEATURE] Add documents support with service, repo, and GraphQL
  • [FEATURE] Handle remote uploads by providing an upload url after creation
  • [CHORE] Add tests
  • [REFACTOR] Remove outdated GoogleDocument from schema
  • [FEATURE]: Create, update, delete, and find many documents
  • [FEATURE]: Find many by document category
  • [CHORE]: Add document seeds

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

Attention: Patch coverage is 97.14286% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 93.24%. Comparing base (1754f7c) to head (644472b).

Files Patch % Lines
src/repositories/documents/documents.ts 91.11% 16 Missing ⚠️
src/graphql/documents/resolvers/Document.ts 55.55% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #548      +/-   ##
==========================================
+ Coverage   92.94%   93.24%   +0.29%     
==========================================
  Files         204      221      +17     
  Lines       15715    16381     +666     
  Branches     1289     1664     +375     
==========================================
+ Hits        14607    15275     +668     
+ Misses       1104     1102       -2     
  Partials        4        4              
Flag Coverage Δ
integrationtests 72.26% <61.71%> (+0.58%) ⬆️
node 93.24% <97.14%> (+0.29%) ⬆️
unittests 50.77% <67.71%> (+0.75%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Mar 14, 2024

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@larwaa larwaa merged commit f8a5493 into main Mar 14, 2024
19 checks passed
@larwaa larwaa deleted the feature/documents/repository branch March 14, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant