Skip to content

Commit

Permalink
Merge branch 'kbss-cvut:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Jan 16, 2024
2 parents b2b5782 + e6a9272 commit 4ef10db
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 278 deletions.
2 changes: 1 addition & 1 deletion deploy/internal-auth/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#RECORD_MANAGER_ROOT_PATH=/record-manager-demo

# Prefix for name of all docker containers
RECORD_SET_NAME=iauth-demo
RECORD_SET_NAME=rm-iauth-demo

# Host machine port that provides main entrypoint for the application. The application will be locally accessible at http://localhost:$INTERNAL_HOST_PORT/$RECORD_MANAGER_ROOT_PATH (by default it is set to "1235")
#INTERNAL_HOST_PORT=1235
Expand Down
1 change: 1 addition & 0 deletions deploy/internal-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ services:
db-server:
build:
context: ../shared/db-server
image: ${RECORD_SET_NAME:-rm}-db-server
container_name: ${RECORD_SET_NAME:-rm}-db-server
environment:
GDB_JAVA_OPTS: "-Dgraphdb.external-url=${PUBLIC_ORIGIN:-http://localhost:${INTERNAL_HOST_PORT:-1235}}${RECORD_MANAGER_ROOT_PATH:-/record-manager}/services/db-server"
Expand Down
2 changes: 1 addition & 1 deletion deploy/keycloak-auth/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#RECORD_MANAGER_ROOT_PATH=/record-manager-demo

# Prefix for name of all docker containers
RECORD_SET_NAME=kauth-demo
RECORD_SET_NAME=rm-kauth-demo

# Host machine port that provides main entrypoint for the application. The application will be locally accessible at http://localhost:$INTERNAL_HOST_PORT/$RECORD_MANAGER_ROOT_PATH (by default it is set to "1235")
#INTERNAL_HOST_PORT=1235
Expand Down
1 change: 1 addition & 0 deletions deploy/keycloak-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ services:
db-server:
build:
context: ../shared/db-server
image: ${RECORD_SET_NAME:-rm}-db-server
container_name: ${RECORD_SET_NAME:-rm}-db-server
environment:
GDB_JAVA_OPTS: "-Dgraphdb.external-url=${PUBLIC_ORIGIN:-http://localhost:${INTERNAL_HOST_PORT:-1235}}${RECORD_MANAGER_ROOT_PATH:-/record-manager}/services/db-server"
Expand Down
2 changes: 1 addition & 1 deletion js/components/record/TypeaheadAnswer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useEffect, useState} from "react";
import {Constants, JsonLdObjectUtils} from "@kbss-cvut/s-forms";
import JsonLdUtils from "jsonld-utils";
import * as JsonLdUtils from "jsonld-utils";
import Select from 'react-select';
import {axiosBackend} from "../../actions";
import PropTypes from "prop-types";
Expand Down
614 changes: 341 additions & 273 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"homepage": ".",
"main": "js/index.js",
"dependencies": {
"@kbss-cvut/s-forms": "0.7.1-alpha-bbdf088.0",
"@kbss-cvut/s-forms": "^0.7.1-alpha-261a6a4.0",
"axios": "^0.21.1",
"bowser": "^2.9.0",
"classnames": "^2.3.1",
"history": "^4.10.1",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.0.11.tgz",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.1.2.tgz",
"lodash": "^4.17.15",
"oidc-client": "^1.11.5",
"platform": "^1.3.5",
Expand Down

0 comments on commit 4ef10db

Please sign in to comment.