Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
8bbb0636
Verified
Commit
8bbb0636
authored
8 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix docker
parent
70f2772d
No related branches found
No related tags found
2 merge requests
!345
Updated docs and endpoints:
,
!341
Fixed mapping problem where UK and FK share columns they are inserted
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
make/rel.mk
+0
-2
0 additions, 2 deletions
make/rel.mk
sonar-project.properties
+1
-1
1 addition, 1 deletion
sonar-project.properties
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
2
View file @
8bbb0636
...
@@ -415,9 +415,9 @@ release-docs:
...
@@ -415,9 +415,9 @@ release-docs:
refs
:
refs
:
-
/^release-.*/
-
/^release-.*/
before_script
:
before_script
:
-
"
apk
add
--update
alpine-sdk
bash
sed
wget
openssh
jq
curl"
-
"
pip
install
pipenv"
-
"
pip
install
pipenv"
-
"
pip
install
-r
./requirements.txt"
-
"
pipenv
install
--dev
--system
--deploy
-
"apk add --no-cache alpine-sdk bash sed wget openssh jq curl"
-
"
mkdir
-p
./final/${DOC_VERSION}/rest"
-
"
mkdir
-p
./final/${DOC_VERSION}/rest"
script
:
script
:
-
"
make
gen-lib-doc
gen-docs-doc
package-config"
-
"
make
gen-lib-doc
gen-docs-doc
package-config"
...
...
This diff is collapsed.
Click to expand it.
make/rel.mk
+
0
−
2
View file @
8bbb0636
...
@@ -8,7 +8,6 @@ tag-images: build-images ## Tag the docker images.
...
@@ -8,7 +8,6 @@ tag-images: build-images ## Tag the docker images.
docker tag dbrepo-data-service:latest
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker tag dbrepo-data-service:latest
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker tag dbrepo-metadata-service:latest
"
${
REPOSITORY_URL
}
/metadata-service:
${
APP_VERSION
}
"
docker tag dbrepo-metadata-service:latest
"
${
REPOSITORY_URL
}
/metadata-service:
${
APP_VERSION
}
"
docker tag dbrepo-search-db:latest
"
${
REPOSITORY_URL
}
/search-db:
${
APP_VERSION
}
"
docker tag dbrepo-search-db:latest
"
${
REPOSITORY_URL
}
/search-db:
${
APP_VERSION
}
"
docker tag dbrepo-data-db-sidecar:latest
"
${
REPOSITORY_URL
}
/data-db-sidecar:
${
APP_VERSION
}
"
docker tag dbrepo-search-service:latest
"
${
REPOSITORY_URL
}
/search-service:
${
APP_VERSION
}
"
docker tag dbrepo-search-service:latest
"
${
REPOSITORY_URL
}
/search-service:
${
APP_VERSION
}
"
docker tag dbrepo-search-service-init:latest
"
${
REPOSITORY_URL
}
/search-service-init:
${
APP_VERSION
}
"
docker tag dbrepo-search-service-init:latest
"
${
REPOSITORY_URL
}
/search-service-init:
${
APP_VERSION
}
"
docker tag dbrepo-storage-service-init:latest
"
${
REPOSITORY_URL
}
/storage-service-init:
${
APP_VERSION
}
"
docker tag dbrepo-storage-service-init:latest
"
${
REPOSITORY_URL
}
/storage-service-init:
${
APP_VERSION
}
"
...
@@ -20,7 +19,6 @@ release-images: tag-images ## Release the docker images.
...
@@ -20,7 +19,6 @@ release-images: tag-images ## Release the docker images.
docker push
"
${
REPOSITORY_URL
}
/ui:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/ui:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-db:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-db:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/data-db-sidecar:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/metadata-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/metadata-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-service-init:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-service-init:
${
APP_VERSION
}
"
...
...
This diff is collapsed.
Click to expand it.
sonar-project.properties
+
1
−
1
View file @
8bbb0636
# sonarqube
# sonarqube
sonar.projectKey
=
fair-data-austria-db-repository_fda-services_a57fa043-ab99-4cdd-a721-162d9a916d77
sonar.projectKey
=
fair-data-austria-db-repository_fda-services_a57fa043-ab99-4cdd-a721-162d9a916d77
sonar.host.url
=
https://s3
4
.datalab.tuwien.ac.at
sonar.host.url
=
https://s3
9
.datalab.tuwien.ac.at
# project
# project
sonar.projectVersion
=
1.5.0
sonar.projectVersion
=
1.5.0
# general
# general
...
...
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