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

Support DocumentDB by replacing certain MongoDB operations #4886

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Sep 8, 2024

  1. Refactor using default page values

    Add return int values for paging
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1bf1fdf View commit details
    Browse the repository at this point in the history
  2. Feat replace mongodb operation $facet for support aws documentDB

    $facet to $group and $project
    Change the result type. return type has changed
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6f6141f View commit details
    Browse the repository at this point in the history
  3. Refactor extract common pagination feature

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f1ea9a8 View commit details
    Browse the repository at this point in the history
  4. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group and $project
    Change the result type. return type has changed
    Extract common pagination feature
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    93d6a6c View commit details
    Browse the repository at this point in the history
  5. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $count
    Change the result type. return type has changed
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    342d0ad View commit details
    Browse the repository at this point in the history
  6. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group and $project
    Change the result type. return type has changed
    Extract common pagination feature
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4bdaad1 View commit details
    Browse the repository at this point in the history
  7. Feat replace mongodb operation $facet for support aws documentDB

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    05bb505 View commit details
    Browse the repository at this point in the history
  8. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group and $project
    Change the result type. return type has changed
    Extract common pagination feature
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    82e28c7 View commit details
    Browse the repository at this point in the history
  9. Fix change reposne struect type

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    890f9de View commit details
    Browse the repository at this point in the history
  10. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group and $project
    Change the result type. return type has changed
    Extract common pagination feature
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b91f7d5 View commit details
    Browse the repository at this point in the history
  11. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group and $project
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    858f03c View commit details
    Browse the repository at this point in the history
  12. Fix return type String to int in groupByResScoreStage

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    289b6bc View commit details
    Browse the repository at this point in the history
  13. Fix ListExperimentRun test code expect array to int

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ee27c4a View commit details
    Browse the repository at this point in the history
  14. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group and $project
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    15df6b2 View commit details
    Browse the repository at this point in the history
  15. Feat replace mongodb operation $facet for support aws documentDB

    Replace $facet to $group, $project and $unwind
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    73607c9 View commit details
    Browse the repository at this point in the history
  16. Fix null pointer error

    Add a condition to check for null pointer error if the res value is no present
    
    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d23954a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    4bd1652 View commit details
    Browse the repository at this point in the history
  2. Feat separte pipeline in $lookup

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    731e22b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Feat separte pipeline to match and addField in $lookup

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    42894de View commit details
    Browse the repository at this point in the history
  2. Feat separte pipeline to match and project in $lookup

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7639c87 View commit details
    Browse the repository at this point in the history
  3. Feat separte pipeline to project in $lookup

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    19d9dfd View commit details
    Browse the repository at this point in the history
  4. Feat separte pipeline to addField in $lookup

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d232159 View commit details
    Browse the repository at this point in the history
  5. Add pre-commit check for aws documentDB

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    526cbf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix goimports

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dc74d1b View commit details
    Browse the repository at this point in the history
  2. Add pre-commit check $lookup multiple join

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2c0848c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Fix missing execution_data field added

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9cb3bc2 View commit details
    Browse the repository at this point in the history
  2. Fix missing revision.execution_manifest field added

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    839c3a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Fix filtering condition for AWS DocumentDB compatibility

    Signed-off-by: DongYoung Kim <[email protected]>
    kwx4957 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1169a34 View commit details
    Browse the repository at this point in the history