odata-basics-handsonsapdev icon indicating copy to clipboard operation
odata-basics-handsonsapdev copied to clipboard

A simple OData service to accompany the "Back to basics: OData" series on the Hands-on SAP Dev live stream show.

Results 9 odata-basics-handsonsapdev issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps @sap/xssec from 3.2.13 to 3.6.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sap/xssec&package-manager=npm_and_yarn&previous-version=3.2.13&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi DJ, First of all Thanks for the amazing content on odata filter. the filter query Categories?$filter=Products/$count lt 10 does not work and throws an error . I am running...

Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@sap/cds](https://cap.cloud.sap/) and [@sap/cds-dk](https://cap.cloud.sap/). These dependencies need to be updated together. Updates `yaml` from 1.10.2 to 2.2.2 Release notes Sourced from yaml's...

dependencies

Hello DJ, I was wondering how would it be possible to integrate mutators (e.g. a bound action) to specific roles inside JWT tokens. is there a way to simplify the...

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.8 to 5.1.5. Release notes Sourced from sqlite3's releases. v5.1.5 What's Changed 🔒 Fixed code execution vulnerability due to Object coercion by @​daniellockyer Updated bundled SQLite to...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Hi @qmacro , Suppose in TripIn OData V2 service, I want to create 2 person entities in entityset People. Now, instead of sending 2 separate HTTP post request each containing...