Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIDO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
subugoe
emo
TIDO
Commits
c8f65e47
Commit
c8f65e47
authored
4 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
ci: keep main and develop artifacts
#55
parent
a1da7f50
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+20
-3
20 additions, 3 deletions
.gitlab-ci.yml
CHANGELOG.md
+15
-1
15 additions, 1 deletion
CHANGELOG.md
with
35 additions
and
4 deletions
.gitlab-ci.yml
+
20
−
3
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
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
15
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment