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: show flags comments from other cases in variant result table (#… #1660

Conversation

stolpeo
Copy link
Contributor

@stolpeo stolpeo commented May 28, 2024

…1564)

@stolpeo stolpeo enabled auto-merge (squash) May 28, 2024 15:42
Copy link

deps-report 🔍

Commit scanned: 6d320a6
ℹ️ Python version 3.10 is used by your project but the latest version is 3.12.

Vulnerable dependencies

2 dependencies have vulnerabilities 😱
Dependency Advisory Versions impacted
pyopenssl (transitive) CVE-2023-6129 affects PyOpenSSL versions starting from 22.0.0 due to a vulnerability in the POLY1305 MAC algorithm on PowerPC CPUs. This issue could lead to state corruption in applications, causing inaccurate outcomes or service disruptions. Attackers need specific conditions to exploit this flaw, including the ability to manipulate the algorithm's use and reliance on certain system registers by the application. >=22.0.0
sqlalchemy Sqlalchemy 2.0.0b1 avoids leaking cleartext passwords to the open for careless uses of str(engine.URL()) in logs and prints. sqlalchemy/sqlalchemy#8563 <2.0.0b1

Outdated dependencies

49 outdated dependencies found (including 15 outdated major versions)😢
Dependency Installed version Latest version
argon2-cffi (transitive) 21.3.0 23.1.0
billiard (transitive) 3.6.4.0 4.2.0
crispy-bootstrap4 (transitive) 2022.1 2024.1
django 3.2.25 5.0.6
flake8 (dev) 6.1.0 7.0.0
lxml 4.9.4 5.2.2
mistune (transitive) 2.0.5 3.0.2
packaging (transitive) 23.2 24.0
protobuf 3.20.3 5.27.0
setuptools (transitive) 67.6.1 70.0.0
sphinx (transitive) 6.2.1 7.3.7
sphinx-rtd-theme (transitive) 1.2.2 2.0.0
sqlalchemy 1.4.52 2.0.30
unidecode (transitive) 0.4.21 1.3.8
xmlschema (transitive) 2.5.1 3.3.1
Dependency Installed version Latest version
aiobotocore (transitive) 2.12.3 2.13.0
annotated-types (transitive) 0.6.0 0.7.0
botocore (transitive) 1.34.69 1.34.113
celery (transitive) 5.2.7 5.4.0
coverage (dev,transitive) 7.4.4 7.5.3
coveralls (dev) 4.0.0 4.0.1
django-autocomplete-light (transitive) 3.9.4 3.11.0
django-crispy-forms (transitive) 2.0 2.1
django-db-file-storage (transitive) 0.5.5 0.5.6.1
django-debug-toolbar 4.3.0 4.4.2
django-dirtyfields (transitive) 1.9.2 1.9.3
django-environ (transitive) 0.10.0 0.11.2
django-iconify (transitive) 0.1.1 0.4
django-model-utils (transitive) 4.3.1 4.5.1
django-plugins-bihealth 0.4.0 0.5.2
django-postgres-copy 2.3.7 2.7.4
djangorestframework (transitive) 3.14.0 3.15.1
docutils (transitive) 0.18.1 0.21.2
drf-keyed-list-bihealth 0.1.1 0.2.1
faker (dev,transitive) 25.2.0 25.3.0
fsspec (transitive) 2024.3.1 2024.5.0
markdown (transitive) 3.4.1 3.6
prompt-toolkit (transitive) 3.0.43 3.0.45
pyflakes (dev,transitive) 3.1.0 3.2.0
regex (transitive) 2024.5.10 2024.5.15
requests-http-signature 0.2.0 0.7.1
rules (transitive) 3.3 3.4
s3fs 2024.3.1 2024.5.0
selenium (dev) 4.20.0 4.21.0
trio (dev,transitive) 0.25.0 0.25.1
typing-extensions (transitive) 4.11.0 4.12.0
versioneer (transitive) 0.28 0.29
watchdog (dev) 4.0.0 4.0.1
wheel (transitive) 0.40.0 0.43.0

Logs

Copy link

codecov bot commented May 28, 2024

Codecov Report

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

Project coverage is 80%. Comparing base (9332f9a) to head (6d320a6).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1660   +/-   ##
=====================================
- Coverage     80%     80%   -1%     
=====================================
  Files        767     767           
  Lines      42193   42260   +67     
  Branches    1740    1761   +21     
=====================================
+ Hits       34080   34087    +7     
- Misses      8113    8173   +60     
Files Coverage Δ
svs/vueapp/src/components/SvFilterResultsTable.vue 11% <0%> (-1%) ⬇️
...iants/vueapp/src/components/FilterResultsTable.vue 2% <0%> (-1%) ⬇️
svs/vueapp/src/stores/strucvarFlags/store.ts 14% <18%> (+1%) ⬆️
svs/vueapp/src/stores/svComments.ts <1% <0%> (-1%) ⬇️
variants/vueapp/src/stores/variantComments.ts 12% <7%> (-1%) ⬇️
variants/vueapp/src/stores/variantFlags.ts 13% <7%> (-1%) ⬇️

@stolpeo stolpeo merged commit 687f0ca into main May 28, 2024
15 of 16 checks passed
@stolpeo stolpeo deleted the 1564-show-flags-from-other-cases-for-previously-annotated-variants-in-variant-result-table branch May 28, 2024 15:52
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.

show flags from other cases for previously annotated variants in variant result table
1 participant