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

Release July 2024 #1149

Merged
merged 187 commits into from
Jul 30, 2024
Merged

Release July 2024 #1149

merged 187 commits into from
Jul 30, 2024

Conversation

smahati
Copy link
Contributor

@smahati smahati commented Jul 30, 2024

No description provided.

ziyang-works and others added 30 commits June 10, 2024 13:25
replace `npm add` with `npm install -D`
Fix the wrong precondition in the list
* Explain PostgreSQL limitations

* Update databases-postgres.md

* Update databases-postgres.md

* Update databases-postgres.md

* Update databases-postgres.md

* Update databases-postgres.md

* Update databases-postgres.md

* Update databases-postgres.md

* Update guides/databases-postgres.md

Co-authored-by: Stefan Henke <[email protected]>

* Update guides/databases-postgres.md

Co-authored-by: Stefan Henke <[email protected]>

* Update guides/databases-postgres.md

Co-authored-by: Adrian Görler <[email protected]>

* Update guides/databases-postgres.md

* editing

* Update guides/databases-postgres.md

Co-authored-by: René Jeglinsky <[email protected]>

* Update guides/databases-postgres.md

Co-authored-by: René Jeglinsky <[email protected]>

* Update databases-postgres.md

* Update databases-postgres.md

* Update databases-postgres.md

---------

Co-authored-by: Stefan Henke <[email protected]>
Co-authored-by: Adrian Görler <[email protected]>
Co-authored-by: Rene Jeglinsky <[email protected]>
#984)

* Mention that draft decorations can't be used in annotation expressions

Sth like `(IsActiveEntity = false)` doesn't work.

* Update cds/cdl.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update cds/cdl.md

Co-authored-by: Steffen Weinstock <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steffen Weinstock <[email protected]>
* Remove obsolete tip in `cds.env` guide

* File name
* learn more about path annotation video

* add video on test data generation
* image syntax in markdown

* image syntax in markdown

* changed image languge to markdown

* changed image langugage to markdown

* changed image to markdown

* changed images to markdown

* changed to markdown

* changed to markdown

* changed to markdown

* changed to markdown

* change to markdown

* changed syntax to markdown

* changed syntax to markdown

* changed syntax to markdown

* changed to markdown syntax

* changed to markdown

* changed to markdown syntax

* changed syntax to markdown

* fix

---------

Co-authored-by: Rene Jeglinsky <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency sass to v1.77.5

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @sap/cds-dk to v7.9.3

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* tested new flow

* fix email ref in pdm service

* updates, new screenshot

* added date of birth

* new screenshot

* re-added sections
* Mermaid docs

* Apply suggestions from code review

---------

Co-authored-by: René Jeglinsky <[email protected]>
cds8: rm req.user.<tenant/locale> compat

Co-authored-by: sjvans <[email protected]>
Co-authored-by: René Jeglinsky <[email protected]>
No strings in INSERT.into and UPSERT.into
doc(completion): add fish shell entry
* Remove cds.Subscriber from mock users

* addtional cleanup
…es (#1027)

Users can't change `ordered` of `DefaultOutboxOrdered` and
`DefaultOutboxUnordered`.  But the documentation is not _that_ clear
about that the first time reading this document.

This commit adds the default and non-changable values for `ordered`
for these two default outboxes and mentions that they can't be changed
in the option description.
beckermarc and others added 11 commits July 26, 2024 14:09
* Improve Indicating Errors docs

Better explain how targets with SAP Fiori work.
Addresses https://github.tools.sap/cap/issues/issues/16273

* Update indicating-errors.md

* Update java/event-handlers/indicating-errors.md

---------

Co-authored-by: Mahati Shankar <[email protected]>
* Minor improvements of CAP Java 3.0 migration guide

* Fix property names

* Improve POJO generation examples

* Make tables smaller

* Update java/migration.md

---------

Co-authored-by: Mahati Shankar <[email protected]>
It is way easier to remember `mvn cds:watch` inside `srv/`
than it is to remember the whole plugin name.

Let's make the Java guide as easy as the Node one!
* docs(Java): Fix typos, format snippets, improve guides

* !lint

* use cds add

---------

Co-authored-by: Mahati Shankar <[email protected]>
…#1142)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…n) (#1141)

* Fix closing parenthesis in code snippets

* Add server config section for `cors`, `index` and `max_request_body_size`

* Link to "Maximum Request Body Size" section in DOS section

* Rename `max_request_body_size` -> `body_parser.limit`

* Add links to CORS and index.html sections and improve wording

* Rename built-in server -> server.js

* Add code backticks to `server.js` to have consistent formatting
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update Node.js download instructions

The current instructions are ooutdated. The screenshot shows a page that
no longer exists.

* cosmetics

---------

Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
* Avoiding Transactions for Select

* Apply suggestions from code review

Co-authored-by: BraunMatthias <[email protected]>

* Update java/event-handlers/changeset-contexts.md

---------

Co-authored-by: BraunMatthias <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mahati Shankar <[email protected]>
@chgeo
Copy link
Contributor

chgeo commented Jul 30, 2024

@smahati There are a lot of conflicts in this PR, which probably come from the patches in cap.cloud.sap that were done for 8.0.0.
The strategy to resolve them would be to accept all from main and to overwrite cap.cloud.sap, which cannot be done in this 'merge from main' PR → I will open a new PR.

@chgeo chgeo closed this Jul 30, 2024
@chgeo chgeo reopened this Jul 30, 2024
@chgeo
Copy link
Contributor

chgeo commented Jul 30, 2024

@smahati Update: I merged cap.cloud.sap to main first (resolving conflicts by taking all from main). With this approach I could 'save' this PR.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#1152)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@smahati smahati merged commit 187d08b into cap.cloud.sap Jul 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.