Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
0faa859a
Commit
0faa859a
authored
10 months ago
by
Łukasz Łopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Updated version to 1.6.2
parent
1014b4df
No related branches found
No related tags found
No related merge requests found
Changes
4
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
build_and_publish.sh
+0
-7
0 additions, 7 deletions
build_and_publish.sh
package-lock.json
+2
-2
2 additions, 2 deletions
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
4 additions
and
11 deletions
build.gradle
+
1
−
1
View file @
0faa859a
...
@@ -5,7 +5,7 @@ plugins {
...
@@ -5,7 +5,7 @@ plugins {
id
"org.sonarqube"
version
"3.2.0"
id
"org.sonarqube"
version
"3.2.0"
}
}
version
=
'1.
7.0-SNAPSHOT
'
version
=
'1.
6.2
'
task
buildGUI
(
type:
Exec
)
{
task
buildGUI
(
type:
Exec
)
{
println
'Building using Angular CLI'
println
'Building using Angular CLI'
...
...
This diff is collapsed.
Click to expand it.
build_and_publish.sh
deleted
100644 → 0
+
0
−
7
View file @
1014b4df
#!/bin/bash
TAG
=
1.7.0
PACKAGE
=
nmaas-portal
REPOSITORY
=
artifactory.geant.net/nmaas-docker-local
sudo
docker build
--rm
-t
$REPOSITORY
/
$PACKAGE
:
$TAG
-f
./Dockerfile ..
sudo
docker push
$REPOSITORY
/
$PACKAGE
:
$TAG
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
0faa859a
{
{
"name": "nmaas-portal",
"name": "nmaas-portal",
"version": "1.
7.0
",
"version": "1.
6.2
",
"lockfileVersion": 2,
"lockfileVersion": 2,
"requires": true,
"requires": true,
"packages": {
"packages": {
"": {
"": {
"name": "nmaas-portal",
"name": "nmaas-portal",
"version": "1.6.
0
",
"version": "1.6.
2
",
"license": "Apache 2.0",
"license": "Apache 2.0",
"dependencies": {
"dependencies": {
"@angular/animations": "15.2.10",
"@angular/animations": "15.2.10",
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
0faa859a
{
{
"name"
:
"nmaas-portal"
,
"name"
:
"nmaas-portal"
,
"version"
:
"1.
7.0
"
,
"version"
:
"1.
6.2
"
,
"license"
:
"Apache 2.0"
,
"license"
:
"Apache 2.0"
,
"angular-cli"
:
{},
"angular-cli"
:
{},
"scripts"
:
{
"scripts"
:
{
...
...
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