Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conductor-oss/conductor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.13
Choose a base ref
...
head repository: conductor-oss/conductor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.21.14
Choose a head ref
  • 14 commits
  • 156 files changed
  • 5 contributors

Commits on Mar 19, 2025

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

Commits on Apr 11, 2025

  1. Address postgresql popmessage query not limiting update to messages o…

    …n the specific queue and only non popped messages.
    
    Switching to CTE for
    - better performance at scale
    - more conistent query planning at scale
    Robban1980 committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    b4e7442 View commit details
    Browse the repository at this point in the history
  2. run spotless on the query

    Robban1980 committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    c426561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f23b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d4fee View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Merge pull request #424 from mcrasso-marsie/errors_inspector

    feat: add errors inspector
    v1r3n authored Apr 13, 2025
    Configuration menu
    Copy the full SHA
    424a0ce View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    06d8b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db27bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #479 from conductor-oss/feature-test-pojo-access

    Adding tests for Accessors, constructors and other methods
    orkes-harshil authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    ca49d63 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Merge pull request #478 from Robban1980/feature/fix_postgresql_popmes…

    …sage_update
    
    [BUG] PostgreQueueDAO.popMessage may pop messages from incorrect queues and return more messages than expected
    v1r3n authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    c866da7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Configuration menu
    Copy the full SHA
    ea71598 View commit details
    Browse the repository at this point in the history
  2. fix: default is empty

    Sudakatux committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    c501da5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Merge pull request #488 from Sudakatux/add_metadata

    Adds metadata attribute
    Sudakatux authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c977085 View commit details
    Browse the repository at this point in the history
  2. Update SDK POJOs to have Lombok annotations (#463)

    moves all java sdk POJOs to lombok annotations.
    We will have
    @DaTa
    @builder
    @NoArgsConstructor
    @AllArgsConstructor
    
    Our goal is to not break current backward compatibility. We have added unit tests in a previous PR for all the accessors and constructors which are deleted as part of Lombokisation.
    
    This will be a base on which we will sync sdk POJOs with server POJOs.
    orkes-harshil authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    239e64f View commit details
    Browse the repository at this point in the history
Loading