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

chore: remove sidecar from client code #507

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

cguedes
Copy link
Collaborator

@cguedes cguedes commented Sep 6, 2023

This PR removes the sidecar.ts and also the types.ts (adopting api-types.ts instead).
Also renames the ingestion.ts to referencesAPI (also methods) to follow the API guideline of a references API and also the existing projectsAPI in the client.

This closes #503

@cguedes cguedes linked an issue Sep 6, 2023 that may be closed by this pull request
@cguedes cguedes requested a review from sehyod September 6, 2023 16:22
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #507 (0ef33ee) into main (4355813) will decrease coverage by 0.08%.
The diff coverage is 92.30%.

@@            Coverage Diff             @@
##             main     #507      +/-   ##
==========================================
- Coverage   81.53%   81.45%   -0.08%     
==========================================
  Files         203      202       -1     
  Lines       12161    12110      -51     
  Branches     1185     1181       -4     
==========================================
- Hits         9915     9864      -51     
  Misses       2232     2232              
  Partials       14       14              
Files Changed Coverage Δ
src/atoms/referencesState.ts 77.30% <60.00%> (ø)
src/api/referencesAPI.ts 95.12% <96.87%> (ø)
...tures/references/components/ReferencesDropZone.tsx 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cguedes cguedes merged commit 0bcbf1d into main Sep 7, 2023
10 checks passed
@cguedes cguedes deleted the 503-remove-sidecar-from-client-code branch September 7, 2023 08:15
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.

Remove sidecar.ts from client code
2 participants