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

[cascading] from release/11.5 to main #2649

Merged
merged 25 commits into from
Jan 7, 2025
Merged

[cascading] from release/11.5 to main #2649

merged 25 commits into from
Jan 7, 2025

Conversation

otter-cascading[bot]
Copy link
Contributor

@otter-cascading otter-cascading bot commented Dec 23, 2024

Cascading from release/11.5 to main


❗ The pull request is conflicting with the target branch.
You can fix the issue locally with the following commands:

Using gh CLI
gh pr checkout 2649
git pull --ff origin main

and update this Pull Request with

gh pr push 2649
Using git only
git fetch origin
git checkout origin/cascading/11.5.0-main
git pull --ff origin main

and update this Pull Request with

git push origin HEAD:cascading/11.5.0-main

This Pull Request has been generated with ❤️ by the Otter cascading tool.

mrednic-1A and others added 15 commits December 18, 2024 10:47
## Proposed change

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
## Proposed change

Emit an empty array of actions to execute when no ruleset remains active
during the executions of rules engine.
Nowadays there is no emission so the already applied actions are not
reset.

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

* 🐛 Fix #2609 
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
## Proposed change

Add the support of the `null` as deepFill object field value

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

<!-- * 🐛 Fix #issue -->
* 🐛 Fix resolves #2601
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
<!--
{"currentBranch":"release/10.4","targetBranch":"release/11.0","bypassReviewers":false,"isConflicting":false}
-->

## Cascading from release/10.4 to release/11.0





---

:heavy_exclamation_mark: The pull request is conflicting with the target
branch.
You can fix the issue locally with the following commands:

<details open>
  <summary>Using <b>gh CLI</b></summary>

  ```shell
  gh pr checkout 2614
  git pull --ff origin release/11.0
  ```

  and update this Pull Request with

  ```shell
  gh pr push 2614
  ```
</details>

<details>
  <summary>Using <b>git</b> only</summary>

  ```shell
  git fetch origin
  git checkout origin/cascading/10.4.0-11.0.0
  git pull --ff origin release/11.0
  ```

  and update this Pull Request with

  ```shell
  git push origin HEAD:cascading/10.4.0-11.0.0
  ```
</details>



---

<small>This Pull Request has been generated with :heart: by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
<!--
{"currentBranch":"release/11.0","targetBranch":"release/11.1","bypassReviewers":false,"isConflicting":false}
-->

## Cascading from release/11.0 to release/11.1





---

:heavy_exclamation_mark: The pull request is conflicting with the target
branch.
You can fix the issue locally with the following commands:

<details open>
  <summary>Using <b>gh CLI</b></summary>

  ```shell
  gh pr checkout 2632
  git pull --ff origin release/11.1
  ```

  and update this Pull Request with

  ```shell
  gh pr push 2632
  ```
</details>

<details>
  <summary>Using <b>git</b> only</summary>

  ```shell
  git fetch origin
  git checkout origin/cascading/11.0.0-11.1.0
  git pull --ff origin release/11.1
  ```

  and update this Pull Request with

  ```shell
  git push origin HEAD:cascading/11.0.0-11.1.0
  ```
</details>



---

<small>This Pull Request has been generated with :heart: by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
@otter-cascading otter-cascading bot requested a review from a team as a code owner December 23, 2024 09:49
@otter-cascading otter-cascading bot added the cascading Cascading from previous release label Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 66.03%. Comparing base (48e6670) to head (664173b).
Report is 26 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...ackages/@o3r/core/src/utils/deep-fill/deep-fill.ts 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

vscaiceanu-1a and others added 9 commits December 26, 2024 16:11
<!--
{"currentBranch":"release/11.1","targetBranch":"release/11.2","bypassReviewers":true,"isConflicting":false}
-->

## Cascading from release/11.1 to release/11.2


The configuration requests the cascading to bypass reviewer in case of
CI success.
To not bypass the reviewing process, please check the following
checkbox:

- [ ] <!-- !cancel bypass! --> 🚫 stop reviewing process
bypass for this Pull Request




---

<small>This Pull Request has been generated with ❤️ by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
<!--
{"currentBranch":"release/11.2","targetBranch":"release/11.3","bypassReviewers":false,"isConflicting":false}
-->

## Cascading from release/11.2 to release/11.3





---

:heavy_exclamation_mark: The pull request is conflicting with the target
branch.
You can fix the issue locally with the following commands:

<details open>
  <summary>Using <b>gh CLI</b></summary>

  ```shell
  gh pr checkout 2653
  git pull --ff origin release/11.3
  ```

  and update this Pull Request with

  ```shell
  gh pr push 2653
  ```
</details>

<details>
  <summary>Using <b>git</b> only</summary>

  ```shell
  git fetch origin
  git checkout origin/cascading/11.2.0-11.3.0
  git pull --ff origin release/11.3
  ```

  and update this Pull Request with

  ```shell
  git push origin HEAD:cascading/11.2.0-11.3.0
  ```
</details>



---

<small>This Pull Request has been generated with :heart: by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
<!--
{"currentBranch":"release/11.4","targetBranch":"release/11.5","bypassReviewers":true,"isConflicting":false}
-->

## Cascading from release/11.4 to release/11.5


The configuration requests the cascading to bypass reviewer in case of
CI success.
To not bypass the reviewing process, please check the following
checkbox:

- [ ] <!-- !cancel bypass! --> 🚫 stop reviewing process
bypass for this Pull Request




---

<small>This Pull Request has been generated with ❤️ by the
[Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
Copy link

nx-cloud bot commented Jan 6, 2025

View your CI Pipeline Execution ↗ for commit 664173b.

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 54m 46s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded 2s View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 4s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 35s View ↗
nx affected --target=lint --base=remotes/origin... ✅ Succeeded 19m 42s View ↗
nx run-many --target=build ✅ Succeeded 16m 33s View ↗
nx affected --target=test --cacheDirectory=D:\a... ✅ Succeeded 10m 9s View ↗
nx affected --target=test --cacheDirectory=/hom... ✅ Succeeded 8m 4s View ↗
Additional runs (4) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-01-06 15:17:38 UTC

@kpanot kpanot enabled auto-merge January 6, 2025 14:30
@kpanot kpanot added this pull request to the merge queue Jan 6, 2025
Merged via the queue into main with commit cda4545 Jan 7, 2025
37 checks passed
@kpanot kpanot deleted the cascading/11.5.0-main branch January 7, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cascading Cascading from previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants