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

feat: type-safe fake backend #447

Merged
merged 4 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion .env.local-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# see app-config-properties.ts for list of all configurable values
EDC_UI_ACTIVE_PROFILE=sovity-open-source

EDC_UI_DATA_MANAGEMENT_API_URL=http://localhost:3000/api/v1/data
EDC_UI_USE_FAKE_BACKEND=true
EDC_UI_DATA_MANAGEMENT_API_URL=http://edc.fake-backend
EDC_UI_DATA_MANAGEMENT_API_KEY=no-api-key-required-in-local-dev
EDC_UI_CATALOG_URLS=http://existing-other-connector/v1/ids/data,http://does-not-exist-but-is-super-long-so-we-can-test/v1/ids/data, http://how-wrapping-works-in-subtext-of-catalog-url-select/v1/ids/data
EDC_UI_LOGOUT_URL=https://example.com/logout
Expand Down
1 change: 0 additions & 1 deletion fake-backend/.gitignore

This file was deleted.

39 changes: 0 additions & 39 deletions fake-backend/json/assets.json

This file was deleted.

162 changes: 0 additions & 162 deletions fake-backend/json/brokerCatalogPage.json

This file was deleted.

37 changes: 0 additions & 37 deletions fake-backend/json/brokerConnectorPage.json

This file was deleted.

Loading
Loading