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.0 to release/11.1 #2632

Merged
merged 12 commits into from
Dec 20, 2024

Conversation

otter-cascading[bot]
Copy link
Contributor

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

Cascading from release/11.0 to release/11.1


❗ 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 2632
git pull --ff origin release/11.1

and update this Pull Request with

gh pr push 2632
Using git only
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

git push origin HEAD:cascading/11.0.0-11.1.0

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

mrednic-1A and others added 11 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>
@otter-cascading otter-cascading bot requested a review from a team as a code owner December 19, 2024 07:12
@otter-cascading otter-cascading bot added the cascading Cascading from previous release label Dec 19, 2024
cpaulve-1A
cpaulve-1A previously approved these changes Dec 19, 2024
Copy link

nx-cloud bot commented Dec 20, 2024

View your CI Pipeline Execution ↗ for commit d1e2985.

Command Status Duration Result
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded 20s View ↗

☁️ Nx Cloud last updated this comment at 2024-12-20 15:33:10 UTC

@fpaul-1A fpaul-1A enabled auto-merge December 20, 2024 14:19
@fpaul-1A fpaul-1A merged commit c343340 into release/11.1 Dec 20, 2024
20 checks passed
@fpaul-1A fpaul-1A deleted the cascading/11.0.0-11.1.0 branch December 20, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants