Skip to content

Commit

Permalink
Release 2.5.0 (#815)
Browse files Browse the repository at this point in the history
* links to videos updated

* scroll to top button moved to the left side

* version 2.5.0 ready
  • Loading branch information
sheenaze authored Jan 8, 2024
1 parent 5358088 commit a8d86e7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 52 deletions.
6 changes: 3 additions & 3 deletions UI/src/app/pages/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ export class HomeComponent implements OnInit {
videos = [
{
video: this.sanitizer
.bypassSecurityTrustResourceUrl('https://www.youtube.com/embed/PUONm_hYi6A?si=4RtVwWnc3MwgPh9i'),
.bypassSecurityTrustResourceUrl('https://www.youtube.com/embed/aFWkxouccRQ?si=gmmbsFsDfo9484TL'),
title: 'QA4SM - validation set up'
},
{
video: this.sanitizer
.bypassSecurityTrustResourceUrl('https://www.youtube.com/embed/cNswYu3ZjAI?si=bT1yV7qiR32keGN0'),
.bypassSecurityTrustResourceUrl('https://www.youtube.com/embed/4pnFyOFfkqk?si=Qimkb5sEBv81t1cM'),
title: 'QA4SM - validation results'
},
{
video: this.sanitizer
.bypassSecurityTrustResourceUrl('https://www.youtube.com/embed/8EEvyJPKvoI?si=6-LZg2NzpRix5Wfw'),
.bypassSecurityTrustResourceUrl('https://www.youtube.com/embed/rCnUbscpvwY?si=RFdLKN1maRK2IqBv'),
title: 'QA4SM - upload custom data'
}
];
Expand Down
3 changes: 3 additions & 0 deletions UI/src/primeng-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6270,6 +6270,9 @@ div.carousel-caption {
border-radius: 4px;
box-shadow: none;
transition: box-shadow 0.15s;
position: fixed;
bottom: 20px; /* Adjust as needed */
left: 20px; /* Adjust as needed */
}

.p-scrolltop.p-link {
Expand Down
8 changes: 4 additions & 4 deletions docker/compose/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
restart: always

web:
image: "awst/qa4sm:2.4.5"
image: "awst/qa4sm:2.5.0"
restart: always
environment:
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
Expand Down Expand Up @@ -50,16 +50,16 @@ services:
target: /var/lib/qa4sm-web-val/valentina/data/user_data

proxy:
image: "awst/qa4sm-proxy:2.4.5"
image: "awst/qa4sm-proxy:2.5.0"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.4.5"
image: "awst/qa4sm-ui:2.5.0"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.4.5"
image: "awst/qa4sm-worker:2.5.0"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand Down
48 changes: 4 additions & 44 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,6 @@
QA4SM v2.4.5 - Release notes 2023-11-27
QA4SM v2.5.0 - Release notes 2024-01-08
=======================================================
# Bug fixing
1. Fixed differences in exact time stamp of the SBPCA data
2. Reloading data fixed

# Updates
1. Aborting running validations on server outage added

QA4SM v2.4.4.1 - Release notes 2023-11-13
=======================================================
# Updates
1. Rabbit version downgraded to avoid breaking connection issues

QA4SM v2.4.4 - Release notes 2023-11-07
=======================================================
# Updates
1. New dataset filters added
2. New version of ASCAT dataset added
3. ERA Land data period extended
4. User data can not be used as spatial reference

QA4SM v2.4.3 - Release notes 2023-10-18
=======================================================
# Bug fix
1. Adding up file size updated to omit non-existing files

QA4SM v2.4.2 - Release notes 2023-10-11
=======================================================
# Improvements
1. Memory allocation updated

QA4SM v2.4.1 - Release notes 2023-10-09
=======================================================
# Bug fix
1. Label 'User data' from dataset selector removed
2. Styling improved


QA4SM v2.4.0 - Release notes 2023-09-29
=======================================================
# New features
1. Possibility of having non-public data added;

# Updates
1. Angular updated to version 16;
1. New landing page layout and UI color palette;
2. Videos on the most important QA4SM features added;
3. List of ISMN station locations available for logged-in users;
2 changes: 1 addition & 1 deletion valentina/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION = '2.4.5'
APP_VERSION = '2.5.0'

0 comments on commit a8d86e7

Please sign in to comment.