Skip to content
Snippets Groups Projects
Commit c8f65e47 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

ci: keep main and develop artifacts

#55
parent a1da7f50
Branches
Tags
No related merge requests found
......@@ -7,8 +7,11 @@ stages:
- deploy
- preserve-pages
build:
build_test:
image: docker.gitlab.gwdg.de/subugoe/emo/qviewer/node:latest
except:
- main
- develop
stage: build
script:
- npm install
......@@ -17,6 +20,20 @@ build:
paths:
- dist/
build_main_and_develop:
image: docker.gitlab.gwdg.de/subugoe/emo/qviewer/node:latest
only:
- main
- develop
stage: build
script:
- npm install
- quasar build
artifacts:
paths:
- dist/
expire_in: never
pages:
before_script:
- dnf install -y jq
......@@ -25,7 +42,7 @@ pages:
image: docker.gitlab.gwdg.de/mgoebel/swiss_knife/fedora:latest
# at the very early stage lets deploy for every branch
# only:
# - master
# - main
# - develop
stage: deploy
cache:
......@@ -59,7 +76,7 @@ pushback:
.production:
image: node:latest
only:
- master
- main
stage: deploy
script:
- npm install
......
......@@ -5,37 +5,51 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.1] - 2020-08-28
### Fixed
- the CI artifacts created on the `develop` and `main` branch are no longer automatically removed
after 30 days.
## [1.3.0] - 2020-08-24
### Added
- Refactored mainview template. Components are dynamic now and the order is configurable
- New button to the toggle bar so that user can able to configure order of the panels dynamically.
- created a new re-usabla component to drag and drop panels.
- created a new re-usable component to drag and drop panels.
### Changed
- refactored toggleIndex component.
## [1.2.1] - 2020-08-12
### Changed
- refactored toggleBar to toggleIndex / toggleFilter according to window size. toggle switches at 1100px
## [1.2.0] - 2020-08-03
### Changed
- The logic of using splitters for mainview is removed and made use of Grid in order to make viewer responsive.
### Added
- Moved toggle buttons from the header into a dropdown menu items.
## [1.1.1] - 2020-08-03
### Fixed
- fix tree bug if meta panel is active. implement listener for active panel tab
## [1.1.0] - 2020-07-29
### Added
- metadata panel exchanged by annotation panel (no content yet). therefore metadata goes into the tree panel.
both of the latter became tabs inside this one panel.
- panel order changed to: contents / metadata (tabs), image, text, annotations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment