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 main-apache branch #1

Merged
merged 21 commits into from
Dec 15, 2023
Merged

Sync main branch with main-apache branch #1

merged 21 commits into from
Dec 15, 2023

Commits on Dec 13, 2023

  1. kie-issues#525: Fix wrong usage of useCallback to useMemo (apache#1878)

    This is a followup PR for https://github.com/kiegroup/kogito-apps/pull/1875
    This worng code was spotted after merge of original PR so opening this fix as a separate PR.
    jomarko authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1a6adca View commit details
    Browse the repository at this point in the history
  2. kie-issues#626: disable Keycloak devservice (apache#1895)

    * kie-issues#626: disable Keycloak devservice
    
    * disable kafka in sync with other jobs service ITs
    
    ---------
    
    Co-authored-by: jstastny-cz <[email protected]>
    2 people authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a1d866d View commit details
    Browse the repository at this point in the history
  3. kie-issues#562: replace copyrights headers/comments in kogito-apps (a…

    …pache#1883)
    
    * Add NOTICE.txt
    
    * Remove headers
    
    * Add sh, java, pom.xml and yaml files
    
    * js, ts, tsx, css, html files
    
    * remove 'txt' extension
    
    * trigger build
    jomarko authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e2ec2f2 View commit details
    Browse the repository at this point in the history
  4. kie-issues#527: Fix @kogito-apps/form-details: The embedded monaco-ed…

    …itor doesn't show the proper syntax highlighting (apache#1885)
    
    * kie-issues#527: Fix @kogito-apps/form-details: The embedded monaco-editor doesn't show the proper syntax highlighting
    
    * fic react forms colors  in runtime-tools-dev-ui-webapp
    
    * fix html colors in runtime-tools-dev-ui-webapp
    
    * Remove duplicates not needed in runtime-tools-dev-ui-webapp
    
    * trigger build
    jomarko authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a4fa319 View commit details
    Browse the repository at this point in the history
  5. Remove [email protected] (CVE-2023-26115) (apache#1880)

    * Remove [email protected] (CVE-2023-26115)
    
    * fixing conflicts
    
    * restore header
    
    * removing header
    pefernan authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e88be64 View commit details
    Browse the repository at this point in the history
  6. [kie-issues-249] Data Index Events changes for allowing historical da…

    …ta (apache#1881)
    
    * [kie-issues-249] data index improvements
    
    * fix for updated by field
    
    * fix for proto library
    
    * remove system out
    
    * test with jenkins
    elguardian authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    954417e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2b96d3 View commit details
    Browse the repository at this point in the history
  8. kie-issues#648: report cypress results in CI publishers (apache#1903)

    Co-authored-by: jstastny-cz <[email protected]>
    2 people authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    50a6807 View commit details
    Browse the repository at this point in the history
  9. KOGITO-9849 DataIndex is not processing well the http cloud events (a…

    …pache#1889)
    
    * KOGITO-9849 DataIndex is not processing well the http cloud events
    
    * Code review suggestions I
    
    * Fix structured mode that was removed in PR in the middle
    wmedvede authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    312f6ed View commit details
    Browse the repository at this point in the history
  10. KOGITO-9855: Avoid create protobuf folder with root privileges. Fix p… (

    apache#1891)
    
    * KOGITO-9855: Avoid create protobuf folder with root privileges. Fix postgresql Dataindex addons integration test reusing testcontainers
    
    * review suggestion applied
    nmirasch authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    46cef0a View commit details
    Browse the repository at this point in the history
  11. KOGITO-9825:Data index flyway postgresql migration scripts doesn't al…

    …low multiple executions (apache#1884)
    nmirasch authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6e19808 View commit details
    Browse the repository at this point in the history
  12. kie-issues#639: Upgrade kie-tools to 0.32 (apache#1899)

    * kie-issues#639: Upgrade kie-tools to 0.32
    
    * - fixed webapp resources path
    
    * - fix monaco-editor versions conflicts
    
    * - snapshot updates
    pefernan authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f525535 View commit details
    Browse the repository at this point in the history
  13. [KOGITO-9842] The initial load job task from DB is not executed Job S…

    …ervice (apache#1888)
    
    * KOGITO-9842 The initial load job task from DB is not executed Job Service
    tiagodolphine authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ee6a186 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b27792 View commit details
    Browse the repository at this point in the history
  15. KOGITO-8841: Review data-index BFF for Management Console interaction… (

    apache#1894)
    
    * KOGITO-8841: Review data-index BFF for Management Console interaction with job service
    
    * disable keycloak Dev service regarding kie-issues#626
    nmirasch authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cad5fd2 View commit details
    Browse the repository at this point in the history
  16. [KOGITO-9909] Fix concurrency on incoming data-index events adding lo…

    …ck and merge + fix for duplicate key on process definition indexing (apache#1906)
    
    * KOGITO-9909 Fix concurrency on incoming data-index events adding lock and merge + fix for duplicate key on process definition indexing
    tiagodolphine authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    016f26d View commit details
    Browse the repository at this point in the history
  17. [KOGITO-9886] fix IT for data-index and jobs-service with process-def…

    …initions events (apache#1913)
    
    * KOGITO-9886 fix IT for data-index and jobs-service with process-definitions events
    tiagodolphine authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    71f3b54 View commit details
    Browse the repository at this point in the history
  18. kie-issues#677: Data Index shows error when querying for ProcessInsta…

    …ncess that contain nodes with null enter property. (apache#1926)
    pefernan authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7a46885 View commit details
    Browse the repository at this point in the history
  19. [KOGITO-9816] Consume ProcessDefinitionDataEvent at Data Index for Pr…

    …ocess Definitions indexation (apache#1924)
    
    * KOGITO-9816 Consume ProcessDefinitionDataEvent at Data Index for Process Definitions indexation
    tiagodolphine authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8af67cf View commit details
    Browse the repository at this point in the history
  20. kie-issues#746: set timeout for testcontainers after waitingFor invoc…

    …ation (apache#1932)
    
    Co-authored-by: jstastny-cz <[email protected]>
    2 people authored and rgdoliveira committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bc8016b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9e3a867 View commit details
    Browse the repository at this point in the history