You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ on:
12
12
- qa
13
13
- demo
14
14
basepath:
15
-
description: 'Server base path (without slashes) for serving the application (e.g., spa). If left blank, it will try to deploy to the root base path.'
15
+
description: 'Server base path (without slashes) for serving the application (e.g., modern). If left blank, it will try to deploy to the root base path.'
Copy file name to clipboardExpand all lines: .github/workflows/generate-war.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ on:
12
12
- qa
13
13
- demo
14
14
basepath:
15
-
description: 'Server base path (without slashes) for serving the application (e.g., spa). If left blank, it will try to deploy to the root base path.'
15
+
description: 'Server base path (without slashes) for serving the application (e.g., modern). If left blank, it will try to deploy to the root base path.'
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
19
19
- Added runtime configuration options for homepage branding and support link.
20
20
- Added an environment variable to docker-compose-dev.yml to hide the OIDC client used in the SPA from the JSF frontend: DATAVERSE_AUTH_OIDC_HIDDEN_JSF: 1
21
21
- Added a message note to the login page
22
+
- Download with terms of use and guestbook.
22
23
23
24
### Changed
24
25
@@ -63,6 +64,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
63
64
- Upgrade Keycloak to 26.3.2; updated SPI and test realm JSON.
64
65
- Truncate long collection and dataset descriptions with expandable content. (#789)
@@ -139,21 +139,21 @@ All environments follow an “all-in-one” setup, where the frontend and backen
139
139
The **Beta** environment provides a remote space for testing the latest changes. GitHub Actions automatically deploy the current `develop` branches of both the frontend and backend.
140
140
141
141
-**Audience:** Development team, QA analysts, project managers, selected users for early feedback
The **Demo** environment showcases the latest officially released version of the SPA, compatible with the latest Dataverse backend release. Deployments target specific tagged releases (e.g., `0.1.0`) and are performed on demand.
147
147
148
148
-**Audience:** Project managers, curation team, early adoption testers
The **QA** environment is a dedicated, short-lived testing space. It is deployed on demand with feature branches (e.g., `feature/xxx`), frequently overwritten, and used for validating new features and bug fixes before merging into development.
# We publish the port on the host machine instead of just exposing it within the network, so that the browser can access the URLs of images generated by Dataverse (http://localhost:8080...).
76
-
# This is necessary because the dev_nginx proxy is placed on top of the Dataverse service, making those URLs unreachable unless this port is exposed.
75
+
# We publish the port on the host machine instead of just exposing it within the network, so that the browser can access the URLs of images generated by Dataverse (http://localhost:8080...).
76
+
# This is necessary because the dev_nginx proxy is placed on top of the Dataverse service, making those URLs unreachable unless this port is exposed.
77
77
# This workaround is only necessary and intended for the local dev environment and will not be used in the remote environment, where we use a production DNS.
0 commit comments