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

Sync main branch with Apache main branch #69

Merged
merged 8 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. Bump braces from 3.0.2 to 3.0.3 in /drools-docs (apache#5998)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1566e87 View commit details
    Browse the repository at this point in the history
  2. [incubator-kie-drools-6007] Executable model doesn't report an error …

    …when duplicated (apache#6013)
    
    * removing kie-ci from dependency, because it causes a test failure in KieBaseIncludeTest
    
    * Use canonicalKieModule.getKiePackages() rather than getKieBase()
    
    * null check for kiePackage
    
    * move populateIncludedRuleNameMap out of packages loop
    
    * removed unused FileManager
    
    * performance improvement. Use getModelForKBase instead of getKiePackages
    
    * Fit into build phases
    
    * clean up
    tkobayas authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d887d5c View commit details
    Browse the repository at this point in the history
  3. [incubator-kie-issues#1150] Improve Import Resolver error messages to…

    … be more user friendly (apache#6014)
    
    * Improved Error Messages + Logs
    
    * dependabot.yml fixed
    
    * dependabot.yml fixed
    
    * Change Request
    
    * Minor change
    
    * Tests fixed
    yesamer authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a41a70a View commit details
    Browse the repository at this point in the history
  4. [incubator-kie-issues#1382] Fix identifier retrieval for quoted strin…

    …gs (apache#6021)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7bf4aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d106442 View commit details
    Browse the repository at this point in the history
  6. [incubator-kie-issues#1370] DMN: refactor BaseFEELFunction getCandida…

    …teMethod (apache#6023)
    
    * [incubator-kie-issues#1370] Clean up signature/unused code
    
    * [incubator-kie-issues#1370] WIP. Implemented first unit test
    
    * [incubator-kie-issues#1370] WIP. Implemented unit tests
    
    * [incubator-kie-issues#1370] WIP. Further refactoring with unit tests. Fully working
    
    * [incubator-kie-issues#1370] WIP. Begin ScorerHelper implementation. Fully working
    
    * [incubator-kie-issues#1370] WIP. Implemented ScorerHelper with test. Fully working
    
    * [incubator-kie-issues#1370] WIP. TODO: fix score logic - corner cases not covered. Issues with singleton list of null element
    
    * [incubator-kie-issues#1370] Working. Implemented tests.
    
    * [incubator-kie-issues#1370] Fully working. Fixing corner cases with Object parameters
    
    * [incubator-kie-issues#1370] Implemented CustomFunction invocation test
    
    * [incubator-kie-issues#1370] Improvement based on PR suggestion
    
    * [incubator-kie-issues#1370] Fix formatting
    
    * [incubator-kie-issues#1370] Benchmark improving - refactoring
    
    ---------
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    99cfd16 View commit details
    Browse the repository at this point in the history
  7. [incubator-kie-issues#1150] Improve Import Resolver error messages to…

    … be more user friendly - Part II (apache#6025)
    yesamer authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c9ec2eb View commit details
    Browse the repository at this point in the history
  8. [kie-issues#1330] FEEL functions that expect List parameters, should …

    …coerce single item to a List (apache#5997)
    
    * Fix + Tests
    
    * Fix + Tests
    
    * Fix + Tests
    
    * Tests fixed
    
    * Fix + Tests
    
    * Fix + Tests
    
    * Fix
    
    * Revert
    
    * Fix
    
    * Fix
    
    * Improving scoring
    
    * BaseFEELFunction updated
    
    * BaseFEELFunction updated
    
    * Revert context function
    
    * context function
    
    * Revert some changes + Tests
    
    * Change
    yesamer authored and rgdoliveira committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2a41c61 View commit details
    Browse the repository at this point in the history