Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
c8f65e47
Commit
c8f65e47
authored
Aug 31, 2020
by
mrodzis
💪
Browse files
ci: keep main and develop artifacts
#55
parent
a1da7f50
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8f65e47
...
...
@@ -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:
# - ma
ster
# - ma
in
# - develop
stage
:
deploy
cache
:
...
...
@@ -59,7 +76,7 @@ pushback:
.production
:
image
:
node:latest
only
:
-
ma
ster
-
ma
in
stage
:
deploy
script
:
-
npm install
...
...
CHANGELOG.md
View file @
c8f65e47
...
...
@@ -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-usabl
a
component to drag and drop panels.
-
created a new re-usabl
e
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment