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
d6545683
Verified
Commit
d6545683
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Can change the title even without re-building
parent
10caebff
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
,
!211
Added more configuration options for frontend
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
dbrepo-ui/Dockerfile
+2
-2
2 additions, 2 deletions
dbrepo-ui/Dockerfile
dbrepo-ui/dbrepo.config.json
+2
-2
2 additions, 2 deletions
dbrepo-ui/dbrepo.config.json
dbrepo-ui/layouts/default.vue
+5
-0
5 additions, 0 deletions
dbrepo-ui/layouts/default.vue
docker-compose.yml
+2
-0
2 additions, 0 deletions
docker-compose.yml
with
11 additions
and
4 deletions
dbrepo-ui/Dockerfile
+
2
−
2
View file @
d6545683
...
@@ -8,8 +8,8 @@ ENV API=http://:80
...
@@ -8,8 +8,8 @@ ENV API=http://:80
WORKDIR
/app
WORKDIR
/app
COPY
./package.json ./
COPY
./package.json ./
package.json
COPY
./yarn.lock ./
COPY
./yarn.lock ./
yarn.lock
# Install yarn dependencies
# Install yarn dependencies
RUN
yarn
install
--frozen-lockfile
RUN
yarn
install
--frozen-lockfile
...
...
This diff is collapsed.
Click to expand it.
dbrepo-ui/dbrepo.config.json
+
2
−
2
View file @
d6545683
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
"ports"
:
[
"ports"
:
[
5672
5672
],
],
"extraInfo"
:
"130.128.0.0/15"
"extraInfo"
:
null
}
}
},
},
"storage"
:
{
"storage"
:
{
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
},
},
"database"
:
{
"database"
:
{
"connection"
:
{
"connection"
:
{
"extraInfo"
:
"130.128.0.0/15"
"extraInfo"
:
null
}
}
},
},
"keycloak"
:
{
"keycloak"
:
{
...
...
This diff is collapsed.
Click to expand it.
dbrepo-ui/layouts/default.vue
+
5
−
0
View file @
d6545683
...
@@ -539,6 +539,11 @@ export default {
...
@@ -539,6 +539,11 @@ export default {
return
this
.
dynamicFieldsMap
()[
this
.
advancedSearchData
.
type
].
includes
(
item
.
attribute_name
)
return
this
.
dynamicFieldsMap
()[
this
.
advancedSearchData
.
type
].
includes
(
item
.
attribute_name
)
}
}
}
,
}
,
head
()
{
return
{
title
:
this
.
$config
.
title
}
}
,
provide
()
{
provide
()
{
return
{
return
{
advancedSearchData
:
this
.
advancedSearchData
advancedSearchData
:
this
.
advancedSearchData
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
0
View file @
d6545683
...
@@ -281,6 +281,8 @@ services:
...
@@ -281,6 +281,8 @@ services:
hostname
:
ui
hostname
:
ui
image
:
dbrepo-ui:latest
image
:
dbrepo-ui:latest
build
:
./dbrepo-ui
build
:
./dbrepo-ui
volumes
:
-
./dbrepo.config.json:/app/dbrepo.config.json
depends_on
:
depends_on
:
dbrepo-search-service
:
dbrepo-search-service
:
condition
:
service_started
condition
:
service_started
...
...
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