Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
da78f8c
Added methods for aqua-model store apis change
vikasray0208 Dec 2, 2024
e74334d
update modela and mvs list api
vikasray0208 Dec 5, 2024
d25c442
Added methods for aqua-model store apis change
vikasray0208 Dec 2, 2024
b1a208d
update modela and mvs list api
vikasray0208 Dec 5, 2024
81db37c
Merge remote-tracking branch 'origin/main' into feature/aqua_ms_changes
vikasray0208 Dec 13, 2024
01bb578
Merge remote-tracking branch 'origin/feature/aqua_ms_changes' into fe…
vikasray0208 Dec 13, 2024
1e98882
sync with feature branch
vikasray0208 Dec 13, 2024
8508c30
Updated doc.
lu-ohai Dec 10, 2024
28de757
Updated docs.
lu-ohai Dec 10, 2024
230dc16
Updated pr.
lu-ohai Dec 11, 2024
10a2d30
Updated pr.
lu-ohai Dec 11, 2024
56dcfc8
Standardize outputs & reports for single-series forecasts without tar…
prasankh Dec 18, 2024
08bbfc0
updated test cases
prasankh Dec 19, 2024
d9e4905
Added headers parameters
lu-ohai Dec 6, 2024
e0f273d
Updated pr.
lu-ohai Dec 6, 2024
f7425af
Updated pr.
lu-ohai Dec 6, 2024
8f9a922
Updated pr.
lu-ohai Dec 6, 2024
c6adbf4
Updated pr.
lu-ohai Dec 10, 2024
6211fe6
Fixed unit tests.
lu-ohai Dec 11, 2024
1d8d559
release PR for v2.12.9
VipulMascarenhas Dec 18, 2024
ebd0e02
fix tests
VipulMascarenhas Dec 18, 2024
ce86faa
Use object storage client for telemetry.
qiuosier Jan 6, 2025
e8eb854
Handle telemetry request when object does not exist.
qiuosier Jan 6, 2025
e428729
Update telemetry unit test.
qiuosier Jan 6, 2025
c6f62e9
Update copyright year.
qiuosier Jan 6, 2025
54dc7c0
Add AutoGen logger for generating report and integrating with OCI mon…
qiuosier Jan 6, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync with feature branch
  • Loading branch information
vikasray0208 committed Dec 13, 2024
commit 1e9888250cec38e6ab9dae7e44a6dccb8d616f6c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def test_from_id(self, mock_oci_from_id, mock__update_from_oci_dsc_model):
@patch.object(DataScienceModel, "upload_artifact")
@patch.object(DataScienceModel, "_random_display_name", return_value="random_name")
@patch.object(DataScienceModel, "_load_default_properties", return_value={})
def test_create_success(
def test_create_success(
self,
mock__load_default_properties,
mock__random_display_name,
Expand Down
Loading