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: more streamlined query parsing (#257) #259

Merged
merged 11 commits into from
Dec 9, 2023

Conversation

holtgrewe
Copy link
Member

No description provided.

@holtgrewe holtgrewe linked an issue Dec 7, 2023 that may be closed by this pull request
2 tasks
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #259 (7b5f131) into main (61bab0b) will decrease coverage by 1.51%.
The diff coverage is 70.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
- Coverage   81.25%   79.74%   -1.51%     
==========================================
  Files         150      153       +3     
  Lines        4864     5060     +196     
  Branches     1122     1203      +81     
==========================================
+ Hits         3952     4035      +83     
- Misses        819      924     +105     
- Partials       93      101       +8     
Files Coverage Δ
frontend/src/api/annonars.ts 100.00% <100.00%> (ø)
frontend/src/components/CaseInformationCard.vue 63.41% <ø> (ø)
...rontend/src/components/GeneDetails/ClinvarCard.vue 100.00% <100.00%> (ø)
...nts/GeneDetails/ClinvarCard/VariationLandscape.vue 72.72% <100.00%> (ø)
...tend/src/components/GeneDetails/ExpressionCard.vue 68.57% <100.00%> (-2.86%) ⬇️
...ontend/src/components/GeneDetails/OverviewCard.vue 78.37% <ø> (-2.71%) ⬇️
frontend/src/components/GenomeBrowser.vue 42.85% <100.00%> (-5.72%) ⬇️
frontend/src/components/PageHeader.vue 68.00% <100.00%> (ø)
frontend/src/components/Profile/BookmarksCard.vue 50.00% <100.00%> (+8.82%) ⬆️
frontend/src/components/Profile/CaseCard.vue 67.07% <ø> (ø)
... and 41 more

... and 6 files with indirect coverage changes

@holtgrewe holtgrewe force-pushed the 257-use-canonical-spdi-for-public-uris branch from 9ad34af to 5ba5c2a Compare December 8, 2023 13:42
holtgrewe and others added 10 commits December 8, 2023 14:56
…i-for-public-uris

# Conflicts:
#	frontend/src/components/HeaderDefault.vue
#	frontend/src/components/PageHeader.vue
#	frontend/src/components/__tests__/StaticViews/PrivacyView.spec.ts
#	frontend/src/router/index.ts
#	frontend/src/stores/__tests__/variantAcmgRating.spec.ts
#	frontend/src/stores/variantAcmgRating.ts
#	frontend/src/views/AboutView.vue
#	frontend/src/views/ContactView.vue
#	frontend/src/views/PrivacyView.vue
#	frontend/src/views/ProfileView.vue
#	frontend/src/views/SeqvarDetailsView.vue
#	frontend/src/views/TermsView.vue
#	frontend/src/views/__tests__/ProfileView.spec.ts
#	frontend/src/views/__tests__/TermsVies.spec.ts
@holtgrewe holtgrewe merged commit 374377a into main Dec 9, 2023
8 of 9 checks passed
@holtgrewe holtgrewe deleted the 257-use-canonical-spdi-for-public-uris branch December 9, 2023 15:16
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.

Stabilize public URLs
2 participants