Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
commul
oetzit
Compare revisions
v1.4.0 to v1.4.1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
commul/oetzit
Select target project
No results found
v1.4.1
Select Git revision
Branches
development
emergency-deploy
kaniko
main
new_tutorial
odds_n_ends
prerelease
rollbar
tagger
tutorial
v2
Tags
v0.0.1
v0.1.0
v0.2.0
v0.3.0
v0.4.0
v0.5.0
v0.6.0
v0.7.0
v1.0.0
v1.1.0
v1.10.0
v1.10.1
v1.10.2
v1.10.3
v1.10.4
v1.10.5
v1.10.6
v1.11.0
v1.11.1
v1.2.0
v1.3.0
v1.4.0
v1.4.1
v1.5.0
v1.6.0
v1.7.0
v1.8.0
v1.8.1
v1.9.0
v1.9.1
41 results
Swap
Target
commul/oetzit
Select target project
commul/oetzit
1 result
v1.4.0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix: always install all FE deps in CI
· 89272212
Paolo Brasolin
authored
2 years ago
89272212
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CHANGELOG.md
+8
-1
8 additions, 1 deletion
CHANGELOG.md
backend/package.json
+1
-1
1 addition, 1 deletion
backend/package.json
frontend/package.json
+1
-1
1 addition, 1 deletion
frontend/package.json
with
11 additions
and
4 deletions
.gitlab-ci.yml
View file @
89272212
...
...
@@ -28,7 +28,7 @@ stages:
-
frontend/.npm/
before_script
:
-
cd frontend
-
npm ci --cache .npm --prefer-offline
-
npm ci --cache .npm --prefer-offline
--production=false
.be-node-job
:
<<
:
*node-job
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
View file @
89272212
...
...
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.4.1] - 2022-05-30
### Fixed
-
`FE`
Always install all deps in CI.
## [1.4.0] - 2022-05-30
### Added
...
...
@@ -258,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
POC by
[
Giovanni Moretti
](
https://www.giovannimoretti.it/
)
.
[
unreleased
]:
https://gitlab.inf.unibz.it/commul/oetzit/compare/1.4.0...development
[
unreleased
]:
https://gitlab.inf.unibz.it/commul/oetzit/compare/1.4.1...development
[
1.4.1
]:
https://gitlab.inf.unibz.it/commul/oetzit/compare/1.4.0...1.4.1
[
1.4.0
]:
https://gitlab.inf.unibz.it/commul/oetzit/compare/1.3.0...1.4.0
[
1.3.0
]:
https://gitlab.inf.unibz.it/commul/oetzit/compare/1.2.0...1.3.0
[
1.2.0
]:
https://gitlab.inf.unibz.it/commul/oetzit/compare/1.1.0...1.2.0
...
...
This diff is collapsed.
Click to expand it.
backend/package.json
View file @
89272212
{
"name"
:
"oetzit-backend"
,
"version"
:
"1.4.
0
"
,
"version"
:
"1.4.
1
"
,
"description"
:
"Ötzit! backend."
,
"license"
:
"MIT"
,
"author"
:
{
...
...
This diff is collapsed.
Click to expand it.
frontend/package.json
View file @
89272212
{
"name"
:
"oetzit-backend"
,
"version"
:
"1.4.
0
"
,
"version"
:
"1.4.
1
"
,
"description"
:
"Ötzit! frontend."
,
"license"
:
"MIT"
,
"author"
:
{
...
...
This diff is collapsed.
Click to expand it.