Commit Graph

996 Commits

Author SHA1 Message Date
Johannes Vogel
7d170eed73 chore: use newest cloud sdk version (#829)
* chore: use newest cloud sdk version

* ci: use npm i instead of npm ci

* revert to npm ci

* update package-lock
2025-04-15 13:11:56 +00:00
Johannes Vogel
2b11b8b7e6 chore: prep for service restrictions by default (#828)
* chore: prep for service restrictions by default

* Revert "chore: prep for service restrictions by default"

This reverts commit 703cf79e11.

* disable auth checks

* without before hook

* early as possible

* rm line
2025-04-15 15:02:35 +02:00
Daniel Hutzel
b888a65381 Prepare for cds9 2025-04-14 18:13:27 +02:00
Johannes Vogel
75eec39a46 chore: reintroduce package-lock.json (#830) 2025-04-14 15:52:39 +02:00
Daniel Hutzel
339c87c55a Add node:test script to package.json for running Node.js tests 2025-04-02 19:14:49 +02:00
Daniel Hutzel
c81fd6e31e . 2025-04-02 19:09:48 +02:00
Daniel Hutzel
5263dbbb38 . 2025-04-02 19:04:43 +02:00
Daniel Hutzel
a79e07deed Add package-lock.json to .gitignore 2025-04-02 18:48:46 +02:00
Daniel Hutzel
62070bb851 rm package-lock.json 2025-04-02 18:48:06 +02:00
Olena
1ff53edf85 Fiori Tree Views (#816)
* add read only tree table and value help
* rm tree table in catalogservice
* Update cat-service.cds
* i18n and object page
* hana workaround, local messaging and rm virtual
* move hierarchy to fiori
* Update admin-service.cds

* Update common.cds

* fix after moving to fiori

* fix UI filter

* file-based-messaging in hybrid

* review fixes

* Update services.cds

* make bookshop Books fiori.draft.enabled

* add simplest handler for sqlite

* adapt test and link in csvs

* .

* Reverting to human-readable UUIDs :)

* Less obstrusive workaround

* typo

* Update fiori/app/common.cds

* Update fiori/app/common.cds

* Workaround for stupid GUID check in Fiori client

* ...

* Simplified mock support for recursive hierarchies in SQLite :)

* missing comma

* Rudimentary tree support for Genres on SQLite

* ?.

* fixed copy error

* using subselect to determine leafs

* Revert "using subselect to determine leafs"

This reverts commit f01ddaea1f.

* Using scalar subselect for DrillState

* .

---------

Co-authored-by: D070615 <olena.timrova@sap.com>
Co-authored-by: D045778 <johannes.vogel@sap.com>
Co-authored-by: Daniel Hutzel <daniel.hutzel@sap.com>
2025-04-02 13:00:32 +02:00
Vladislav Leonkev
cc1e8ffd54 deploy: rename shared-db model file (#826) 2025-04-01 13:48:34 +02:00
Vladislav Leonkev
38decb41dc Vue UIs: unstable unpkg - use jsdelivr (#825) 2025-03-31 17:23:57 +02:00
Daniel Hutzel
9451e3ff67 Eliminate usages of obsolete cds.tx(req) 2025-03-31 12:15:59 +02:00
Johannes Vogel
335d6bb53b skip expectation for next release (#824) 2025-03-31 10:08:14 +02:00
Vladislav Leonkev
31fbad4442 move UI sym-links to resources (#823) 2025-03-28 18:00:39 +01:00
Daniel Hutzel
4232ab1d3a chore: moving app-router to .deploy folder (#822)
* chore: moving app-router and mta.yaml to .deploy folder?

* reverted mta.yaml in .deploy

* chore: update package-lock.json

* Added guide about Micro Services with CAP

* updated package-lock.json

* Leaving mta.yaml in root

* .

* .

* .

* Remove Micro Services with CAP documentation
2025-03-28 11:46:19 +01:00
Daniel Hutzel
81557d5ad7 . 2025-03-28 10:50:02 +01:00
Daniel Hutzel
1c8b71fe1c Update readme.md 2025-03-27 09:29:27 +01:00
Daniel Hutzel
396fd050ef Update readme.md 2025-03-27 09:28:15 +01:00
Daniel Hutzel
9b5aa61a1f Update readme.md 2025-03-27 09:26:22 +01:00
Daniel Hutzel
f21fbae587 readme.md aktualisieren 2025-03-27 08:09:13 +01:00
Daniel Hutzel
919b811235 readme.md aktualisieren 2025-03-27 08:06:08 +01:00
Daniel Hutzel
4de60d6115 readme.md aktualisieren 2025-03-27 08:05:26 +01:00
Johannes Vogt
f0527e142f Merge pull request #821 from SAP-samples/fix-orders-app
Fix xs-app.json routes
2025-03-26 15:32:17 +01:00
Johannes Vogt
f65c71e930 Merge branch 'main' into fix-orders-app 2025-03-26 15:31:44 +01:00
Daniel Hutzel
45995bcfc5 chore: update package.json to include all files in etc directory 2025-03-26 12:10:26 +01:00
Daniel Hutzel
ef6c76f2d1 chore: rm @eslint/js and add scripts for jest and mocha 2025-03-26 12:09:37 +01:00
Johannes Vogt
62e9043119 move app symlinks to resources folder 2025-03-26 11:41:46 +01:00
Johannes Vogt
bfa20d0b49 make manage-orders app relative 2025-03-26 11:17:58 +01:00
Vladislav Leonkev
bfa1c174f1 deploy: skip local UI routes in production (#818) 2025-03-26 09:18:55 +00:00
Daniel Hutzel
fdb613a023 Update readme.md 2025-03-26 10:18:08 +01:00
Daniel Hutzel
4070c98f52 . 2025-03-26 10:00:20 +01:00
Daniel Hutzel
8f036f9bee . 2025-03-26 09:58:46 +01:00
Daniel Hutzel
7cb886b7e2 . 2025-03-26 09:58:19 +01:00
Daniel Hutzel
5bf70eb589 . 2025-03-26 09:57:56 +01:00
Daniel Hutzel
e55856d259 . 2025-03-26 09:38:33 +01:00
Daniel Hutzel
e983dbe56f . 2025-03-26 09:38:10 +01:00
Daniel Hutzel
6b5bbe8626 Add Jest command line configuration to VSCode settings 2025-03-26 09:13:01 +01:00
Daniel Hutzel
05fe6c4c17 Add start script to launch bookshop with cds watch --open 2025-03-26 09:12:38 +01:00
Daniel Hutzel
ebb2c2d064 Bump @sap/approuter version to ^20.0.0 in package.json (#819) 2025-03-26 07:54:52 +00:00
Daniel Hutzel
87c13e9654 Update README.md 2025-03-26 07:42:49 +01:00
Daniel Hutzel
59a3a639c4 Update README.md 2025-03-26 07:40:10 +01:00
Daniel Hutzel
817be8854a Update README.md 2025-03-26 07:38:05 +01:00
Daniel Hutzel
29382a18e9 Update README.md 2025-03-26 07:12:10 +01:00
Daniel Hutzel
6512367a2c Update README.md (#820) 2025-03-26 07:11:33 +01:00
Daniel Hutzel
0af0192818 . 2025-03-26 06:51:58 +01:00
Daniel Hutzel
23922c7f99 . 2025-03-26 06:51:01 +01:00
Daniel Hutzel
ef91e5e526 . 2025-03-26 00:51:01 +01:00
Daniel Hutzel
8ab5430a14 data-viewer as plugin 2025-03-26 00:49:59 +01:00
Christian Georgi
6c0520d83f Cleanup removed features 2025-03-21 09:56:44 +01:00