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

Added pod affinity support #741

Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    045b61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b047c25 View commit details
    Browse the repository at this point in the history
  3. Update the documentation

    alemax22 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5052d3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c458a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e485aa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    112c81c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81ac4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eaf463 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0480eba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28f0f28 View commit details
    Browse the repository at this point in the history
  6. Removed useless comments in template definition and aligned comment i…

    …n top part of _supplemental.tpl files
    alemax22 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0c55b5b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    e73349d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    126046f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    668c5aa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    cbfb3c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b70ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e667d9 View commit details
    Browse the repository at this point in the history
  4. Rearrange test code

    alemax22 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ade967f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    4cc6454 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fixed conflicts

    Alessandro Cattapan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1f24451 View commit details
    Browse the repository at this point in the history
  2. Fixed conflicts

    Alessandro Cattapan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e7f0b27 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Aligned go files

    Alessandro Cattapan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7ec5591 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. remove obsolete logger (pegasystems#746)

    * remove obsolete logger
    
    * update expected contents
    pega-roska authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    46f01a8 View commit details
    Browse the repository at this point in the history
  2. Add support for custom dns policy setting of ndots value (pegasystems…

    …#757)
    
    * support configuration of ndots
    
    * quote ndots to avoid json unmarshall error
    
    ---------
    
    Co-authored-by: Bachir Berrachedi <bachir.berrachedi@pega.com>
    Co-authored-by: Adam Talbot <Adam.Talbot@pega.com>
    3 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d60b62c View commit details
    Browse the repository at this point in the history
  3. Update chart versions to 3.21.0

    APegaDavis authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b8b604e View commit details
    Browse the repository at this point in the history
  4. Bug 868785 : Replication factor value updated to 3. (pegasystems#762)

    * BUG-868785 Update values.yaml with replication factor 3
    
    Pega recommended replication factor is 3
    
    
    ---------
    
    Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com>
    2 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dba09f3 View commit details
    Browse the repository at this point in the history
  5. US-612844: Added toleration configuration for workloads (pegasystems#758

    )
    
    * US-612844: Added toleration configuration for workloads
    
    * US-612844: Updated values.yaml with  toleration configuration
    
    * US-612844: Updated tolerations configurations in Readme
    
    ---------
    
    Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com>
    2 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c3090a4 View commit details
    Browse the repository at this point in the history
  6. US-614190: Stale action workflow to handle for github repo issues & P…

    …R's with no activity (pegasystems#756)
    
    * US-614190: Stale action workflow to handle for github repo issues & pull requests with no activity for more than 60 days
    
    * fixed review comments
    
    * fixed review comments
    
    ---------
    
    Co-authored-by: rajuu <UmaveeraBasaveswararao.Rajulapati@pega.com>
    2 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a50d416 View commit details
    Browse the repository at this point in the history
  7. Fixed merge

    Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c4ee88e View commit details
    Browse the repository at this point in the history
  8. Update chart versions to 3.22.0

    MadhuriArugula authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ac43e24 View commit details
    Browse the repository at this point in the history
  9. Removing conditional statements for LRW (pegasystems#768)

    * removing conditional statements for LRW
    
    * Keeping indenting consistent
    
    ---------
    
    Co-authored-by: locoe <Evan.Loconto@pega.com>
    2 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7f6da02 View commit details
    Browse the repository at this point in the history
  10. Update chart versions to 3.23.0

    Evan1oconto authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cffd25a View commit details
    Browse the repository at this point in the history
  11. BUG-870872 - Update SRS version to 1.31.2 (pegasystems#760)

    Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com>
    2 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c6cd9da View commit details
    Browse the repository at this point in the history
  12. BUG-867426 : Hazelcast PDB corrected (pegasystems#773)

    Co-authored-by: vermn1 <nihal.verma@in.pega.com>
    2 people authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cc3001b View commit details
    Browse the repository at this point in the history
  13. [US-624017] Adding JDBC Connection information (pegasystems#777)

    * [US-624017] Adding JDBC Connection information
    
    * Edited wording following SME suggestion
    kingakowalska1 authored and Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bb21e3c View commit details
    Browse the repository at this point in the history
  14. Fixed merge

    Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    872a8f3 View commit details
    Browse the repository at this point in the history
  15. Fixed merge

    Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0304dca View commit details
    Browse the repository at this point in the history
  16. Fixed merge

    Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d233a6d View commit details
    Browse the repository at this point in the history
  17. Fixed conglicts

    Alessandro Cattapan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b4591ba View commit details
    Browse the repository at this point in the history
  18. Merged from pegasystem

    alemax22 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    83e5d77 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    337fc56 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6b8e1e4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    61802af View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    13237c8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    13f2a9e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e34cf52 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    95cecc4 View commit details
    Browse the repository at this point in the history