Closed islean closed 6 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Tested in stage:
Deployed to hasta and cg-services-prod
Log deploy... done.
trailblazer, version 21.5.16
remote: Enumerating objects: 142, done.
remote: Counting objects: 100% (142/142), done.
remote: Compressing objects: 100% (80/80), done.
remote: Total 142 (delta 79), reused 109 (delta 62), pack-reused 0
Receiving objects: 100% (142/142), 32.88 KiB | 0 bytes/s, done.
Resolving deltas: 100% (79/79), completed with 13 local objects.
From github.com:Clinical-Genomics/trailblazer
ae5a450..ea537c5 master -> origin/master
* [new branch] fix-microsalt-bug -> origin/fix-microsalt-bug
* [new branch] test-fix -> origin/test-fix
* [new branch] update-deploy-instructions -> origin/update-deploy-instructions
* [new tag] 21.5.16 -> 21.5.16
From github.com:Clinical-Genomics/trailblazer
* [new tag] 21.5.10 -> 21.5.10
* [new tag] 21.5.11 -> 21.5.11
* [new tag] 21.5.12 -> 21.5.12
* [new tag] 21.5.13 -> 21.5.13
* [new tag] 21.5.14 -> 21.5.14
* [new tag] 21.5.15 -> 21.5.15
* [new tag] 21.5.8 -> 21.5.8
* [new tag] 21.5.9 -> 21.5.9
Already on 'master'
Your branch is behind 'origin/master' by 18 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Updating ae5a450..ea537c5
Fast-forward
.bumpversion.cfg | 2 +-
.github/workflows/build_cli_image.yml | 35 -----------------------------------
.github/workflows/build_dockerfile_on_push.yml | 15 +++++++++------
.github/workflows/build_dockerfile_on_release.yml | 15 +++++++++------
setup.py | 2 +-
tests/services/test_analysis_service.py | 11 +++++++----
tests/store/crud/test_read.py | 4 ++--
tests/store/crud/test_update.py | 6 +++---
trailblazer/exceptions.py | 10 ++++++++++
trailblazer/server/api.py | 2 +-
trailblazer/services/analysis_service/analysis_service.py | 28 +++++++++++++++++++++-------
trailblazer/services/job_service/job_service.py | 6 ++++++
trailblazer/services/job_service/utils.py | 24 ++++++++++++++++--------
trailblazer/store/crud/update.py | 9 +++++++--
14 files changed, 93 insertions(+), 76 deletions(-)
delete mode 100644 .github/workflows/build_cli_image.yml
create mode 100644 trailblazer/exceptions.py
/home/proj/stage/bin/git/trailblazer
INFO [alembic.runtime.migration] Context impl MySQLImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
[isak.ohlsson@hasta:trailblazer] [P_base] master ±
Description
Closes #448.
Fixed
How to prepare for test
us
paxa
bash /home/proj/production/servers/resources/clinical-db.scilifelab.se/update-trailblazer-ui-stage.sh [THIS-BRANCH-NAME]
How to test
Expected test outcome
Review
This version is a