Commit Graph

17 Commits

Author SHA1 Message Date
Daniel
9fe79b28d6 Documented impl 2020-12-30 18:48:35 +01:00
Daniel
81897a3d7e Merge branch 'master' into cds.context 2020-12-17 16:41:08 +01:00
Daniel
ea6e274810 Fixed: missing await srv.emit 2020-12-17 16:39:06 +01:00
Daniel
9e45ac2f0c Benefiting from cds.context 2020-12-17 16:39:01 +01:00
Daniel
f2c37ec162 composites 2020-11-17 07:35:43 +01:00
Daniel Hutzel
d0d08b1ee1 Enable authorizations w/ dummy-auth (#158)
* Enable authorizations w/ dummy-auth

* fixed: some tests run in privileged mode

* Fixed tests to skip auth

* npm test --silent

* Added dependency to passport
2020-11-12 23:56:04 +01:00
Christian Georgi
1587521bd3 Use newer syntax 2020-11-05 09:40:18 +01:00
Andre Meyering
c04c423c0d cat-services.cds: Use "type of" to use "Books:id"
The syntax `Books.id` (dot) is deprecated and is warned about in the latest
CDS releases.  It should be replaced by either `Books:id` (colon, supported
since cds-compiler v1.41.0) or `type of Books:id` (tested with cds-compiler
v1.20.0 from November 2019).
2020-11-05 09:40:18 +01:00
Iwona Hahn
e19447b700 update cat-service.js
based on feedback in the community, see also [PR](https://github.wdf.sap.corp/cap/cap.github.wdf.sap.corp/pull/1864)
2020-09-29 18:55:45 +02:00
Daniel
50428b4d26 beautified bookshop/requests.http 2020-04-18 13:25:08 +02:00
Daniel
a8de029389 Aligned content with latest capire docs 2020-03-29 17:22:04 +02:00
Daniel
251d07f38e . 2020-03-28 02:23:33 +01:00
Daniel
1679764a7f Workaround for mediocre cds-tests 2020-03-23 12:02:42 +01:00
Daniel
2c1d1646e1 Moved reusing extensions to separate file 2020-03-23 08:47:22 +01:00
Daniel
073b082935 Activating pre-built extensions in cat-service 2020-03-22 14:40:53 +01:00
Daniel
c6eb21ec51 cleaned up 2020-03-02 08:29:49 +01:00
Daniel
3731a7ea23 reloaded 2020-03-01 18:25:53 +01:00