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

fix: properly load user annotations into stores #1197

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

stolpeo
Copy link
Contributor

@stolpeo stolpeo commented Nov 1, 2023

No description provided.

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #1197 (6c583b4) into main (79cc5e7) will not change coverage.
Report is 4 commits behind head on main.
The diff coverage is 50.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1197   +/-   ##
=======================================
  Coverage   71.37%   71.37%           
=======================================
  Files         383      383           
  Lines       24353    24353           
  Branches     1565     1565           
=======================================
  Hits        17381    17381           
  Misses       6972     6972           
Files Coverage Δ
...p/src/components/FilterForm/PrioritizationPane.vue 100.00% <100.00%> (ø)
variants/vueapp/src/stores/variantQuery.js 17.85% <0.00%> (ø)

Copy link

github-actions bot commented Nov 1, 2023

deps-report 🔍

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

Vulnerable dependencies

1 dependencies have vulnerabilities 😱
Dependency Advisory Versions impacted
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

34 outdated dependencies found (including 13 outdated major versions)😢
Dependency Installed version Latest version
argon2-cffi (transitive) 21.3.0 23.1.0
billiard (transitive) 3.6.4.0 4.1.0
coverage (dev,transitive) 6.5.0 7.3.2
crispy-bootstrap4 (transitive) 2022.1 2023.1
django 3.2.22 4.2.7
mistune (transitive) 2.0.5 3.0.2
protobuf 3.20.3 4.24.4
pydantic (transitive) 1.10.13 2.4.2
setuptools (transitive) 67.6.1 68.2.2
sphinx (transitive) 6.2.1 7.2.6
sqlalchemy 1.4.49 2.0.22
unidecode (transitive) 0.4.21 1.3.7
xlsxwriter 1.4.5 3.1.9
Dependency Installed version Latest version
botocore (transitive) 1.31.64 1.31.75
celery (transitive) 5.2.7 5.3.4
charset-normalizer (transitive) 3.3.1 3.3.2
django-autocomplete-light (transitive) 3.9.4 3.9.7
django-crispy-forms (transitive) 2.0 2.1
django-environ (transitive) 0.10.0 0.11.2
django-iconify (transitive) 0.1.1 0.3
django-postgres-copy 2.3.7 2.7.3
docutils (transitive) 0.18.1 0.20.1
faker (dev,transitive) 19.12.0 19.12.1
ipython (dev,transitive) 8.16.1 8.17.2
jsonschema 4.19.1 4.19.2
markdown (transitive) 3.4.1 3.5.1
parameterized (dev) 0.8.1 0.9.0
requests-http-signature 0.2.0 0.7.1
sentry-sdk 1.32.0 1.33.1
sphinx-rtd-theme (transitive) 1.2.2 1.3.0
traitlets (dev,transitive) 5.12.0 5.13.0
versioneer (transitive) 0.28 0.29
wcwidth (transitive) 0.2.8 0.2.9
wheel (transitive) 0.40.0 0.41.3

Logs

@stolpeo stolpeo force-pushed the fix-store-issues-annotations branch from 6bcbcb6 to 17094ef Compare November 1, 2023 13:20
@stolpeo stolpeo enabled auto-merge (squash) November 1, 2023 13:43
@stolpeo stolpeo merged commit 6bc4172 into main Nov 1, 2023
15 of 16 checks passed
@stolpeo stolpeo deleted the fix-store-issues-annotations branch November 1, 2023 13:54
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