-
Notifications
You must be signed in to change notification settings - Fork 698
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
base: master
Are you sure you want to change the base?
Commits on Sep 8, 2024
-
Refactor using default page values
Add return int values for paging Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1bf1fdf - Browse repository at this point
Copy the full SHA 1bf1fdfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6f6141f - Browse repository at this point
Copy the full SHA 6f6141fView commit details -
Refactor extract common pagination feature
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1ea9a8 - Browse repository at this point
Copy the full SHA f1ea9a8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 93d6a6c - Browse repository at this point
Copy the full SHA 93d6a6cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 342d0ad - Browse repository at this point
Copy the full SHA 342d0adView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4bdaad1 - Browse repository at this point
Copy the full SHA 4bdaad1View commit details -
Feat replace mongodb operation $facet for support aws documentDB
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05bb505 - Browse repository at this point
Copy the full SHA 05bb505View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 82e28c7 - Browse repository at this point
Copy the full SHA 82e28c7View commit details -
Fix change reposne struect type
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 890f9de - Browse repository at this point
Copy the full SHA 890f9deView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b91f7d5 - Browse repository at this point
Copy the full SHA b91f7d5View commit details -
Feat replace mongodb operation $facet for support aws documentDB
Replace $facet to $group and $project Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 858f03c - Browse repository at this point
Copy the full SHA 858f03cView commit details -
Fix return type String to int in groupByResScoreStage
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 289b6bc - Browse repository at this point
Copy the full SHA 289b6bcView commit details -
Fix ListExperimentRun test code expect array to int
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee27c4a - Browse repository at this point
Copy the full SHA ee27c4aView commit details -
Feat replace mongodb operation $facet for support aws documentDB
Replace $facet to $group and $project Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15df6b2 - Browse repository at this point
Copy the full SHA 15df6b2View commit details -
Feat replace mongodb operation $facet for support aws documentDB
Replace $facet to $group, $project and $unwind Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73607c9 - Browse repository at this point
Copy the full SHA 73607c9View commit details -
Add a condition to check for null pointer error if the res value is no present Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d23954a - Browse repository at this point
Copy the full SHA d23954aView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bd1652 - Browse repository at this point
Copy the full SHA 4bd1652View commit details -
Feat separte pipeline in $lookup
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 731e22b - Browse repository at this point
Copy the full SHA 731e22bView commit details
Commits on Sep 15, 2024
-
Feat separte pipeline to match and addField in $lookup
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42894de - Browse repository at this point
Copy the full SHA 42894deView commit details -
Feat separte pipeline to match and project in $lookup
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7639c87 - Browse repository at this point
Copy the full SHA 7639c87View commit details -
Feat separte pipeline to project in $lookup
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19d9dfd - Browse repository at this point
Copy the full SHA 19d9dfdView commit details -
Feat separte pipeline to addField in $lookup
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d232159 - Browse repository at this point
Copy the full SHA d232159View commit details -
Add pre-commit check for aws documentDB
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 526cbf0 - Browse repository at this point
Copy the full SHA 526cbf0View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc74d1b - Browse repository at this point
Copy the full SHA dc74d1bView commit details -
Add pre-commit check $lookup multiple join
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c0848c - Browse repository at this point
Copy the full SHA 2c0848cView commit details
Commits on Sep 17, 2024
-
Fix missing execution_data field added
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cb3bc2 - Browse repository at this point
Copy the full SHA 9cb3bc2View commit details -
Fix missing revision.execution_manifest field added
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 839c3a3 - Browse repository at this point
Copy the full SHA 839c3a3View commit details
Commits on Sep 29, 2024
-
Fix filtering condition for AWS DocumentDB compatibility
Signed-off-by: DongYoung Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1169a34 - Browse repository at this point
Copy the full SHA 1169a34View commit details