Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap 3245 2 - still hunting missing groups #481

Merged
merged 19 commits into from
May 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f8c5b1b
Added logging for access groups static values
nitrosx May 2, 2023
f844354
Merge branch 'master' of https://github.com/SciCatProject/scicat-back…
nitrosx May 2, 2023
c7bd049
fixed liniting issues
nitrosx May 2, 2023
f5cbb3a
Merge branch 'master' into swap-3245-2
nitrosx May 2, 2023
4414394
moved env variabels values in configuration function
nitrosx May 3, 2023
2d17f84
Merge branch 'master' of https://github.com/SciCatProject/scicat-back…
nitrosx May 3, 2023
b117f2c
Merge branch 'swap-3245-2' of https://github.com/SciCatProject/scicat…
nitrosx May 3, 2023
ef7d08a
fixed linting issues
nitrosx May 3, 2023
5a0aace
updated config files for backend and frontend used during e2e test in…
nitrosx May 4, 2023
b1a5fd2
Merge branch 'master' into swap-3245-2
nitrosx May 4, 2023
45d00a4
fixed backend address in frontend configuration of e2e tests
nitrosx May 4, 2023
f111469
Merge branch 'swap-3245-2' of https://github.com/SciCatProject/scicat…
nitrosx May 4, 2023
591311c
updated e2e frontend configuration
nitrosx May 4, 2023
9d58e3e
updated e2e scripts
nitrosx May 4, 2023
8b4164c
fixing docker compose file
nitrosx May 4, 2023
2bb6026
Merge branch 'master' into swap-3245-2
martin-trajanovski May 5, 2023
c38a6b9
fixed configuration in e2e tests
nitrosx May 8, 2023
677570e
Merge branch 'master' of https://github.com/SciCatProject/scicat-back…
nitrosx May 8, 2023
7e43d4a
Merge branch 'swap-3245-2' of https://github.com/SciCatProject/scicat…
nitrosx May 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed backend address in frontend configuration of e2e tests
  • Loading branch information
nitrosx committed May 4, 2023
commit 45d00a448b05de39813a323eebb8db5634c0fcf8
2 changes: 1 addition & 1 deletion CI/E2E/config-frontend.backend-e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jsonMetadataEnabled": true,
"jupyterHubUrl": "https://jupyterhub.esss.lu.se/",
"landingPage": "doi.ess.eu/detail/",
"lbBaseURL": "http://127.0.0.1:3000",
"lbBaseURL": "http://127.0.0.1:80",
"localColumns": [
{
"name": "select",
Expand Down