Skip to content

Commit 6dc5c91

Browse files
authored
Add static perspective feature and update to ORD 1.12 (#10)
Signed-off-by: Simon Heimler <simon.heimler@sap.com>
1 parent f590dbc commit 6dc5c91

40 files changed

Lines changed: 6784 additions & 67871 deletions

.eslintignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm run build
2424

2525
- name: ESLint
26-
run: npm run eslint:ci
26+
run: npm run lint:ci
2727

2828
- name: Prettier
2929
run: npm run prettier:ci

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The metadata is openly accessible and is system instance aware.
3939
Depending on the **tenant** the metadata return can potentially vary (reflecting customizations).
4040
This strategy therefore only applies to multi-tenant systems.
4141

42-
When fetching metadata for a specific tenant, the request REQUIRES to add an additional HTTP Header `sap-global-tenant-id` with a [CLD Tenant ID](https://wiki.one.int.sap/wiki/display/CLMAM/CLD+Tenant+ID) as a value.
42+
When fetching metadata for a specific tenant, the request REQUIRES to add an additional HTTP Header `global-tenant-id` with a [CLD Tenant ID](https://wiki.one.int.sap/wiki/display/CLMAM/CLD+Tenant+ID) as a value.
4343
The application internally maps from the global tenant ID to a local tenant and returns the metadata for the local tenant as requested (see [./src/data/user/tenantMapping.ts](./src/data/user/tenantMapping.ts)).
4444
Therefore the application MUST support the mapping of the global tenant ID to its own tenant IDs.
4545

@@ -52,7 +52,7 @@ In this case metadata would be returned without considering tenant specifics.
5252
The metadata is openly accessible, but system instance aware.
5353
Depending tenant the metadata that is return can vary (reflecting customizations).
5454

55-
When fetching metadata for a specific tenant, the request REQUIRES an additional HTTP Header `sap-local-tenant-id` with a local tenant ID (that the application locally understands) as a value.
55+
When fetching metadata for a specific tenant, the request REQUIRES an additional HTTP Header `local-tenant-id` with a local tenant ID (that the application locally understands) as a value.
5656

5757
If the specified header is missing the request will be identical to the `open` access strategy.
5858
Whether this is supported is defined by additionally supporting the `open` access strategy.

deps/open-resource-discovery/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

deps/open-resource-discovery/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)