Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5f519b8
feat: Support Space CRD
sirutBuasai Sep 26, 2025
a7e03d2
add space describe fields
sirutBuasai Sep 26, 2025
0f2703c
add hooks.go
sirutBuasai Sep 26, 2025
5afaf98
add codegen
sirutBuasai Sep 29, 2025
8bb8551
use code-gen latest
sirutBuasai Sep 29, 2025
9fcc363
update sagemaker sdk version
sirutBuasai Sep 29, 2025
a82c8b1
update sagemaker sdk version go get
sirutBuasai Oct 1, 2025
8ecf1d2
create tests for studio
sirutBuasai Oct 4, 2025
f3d04d7
fix user profile domain name
sirutBuasai Oct 4, 2025
1798407
fix spec file and add wait variable
sirutBuasai Oct 4, 2025
784aa9c
fix user profile name
sirutBuasai Oct 4, 2025
f7d72c8
add defaultSpaceSettings for Domain
sirutBuasai Oct 4, 2025
befe030
change app resource name
sirutBuasai Oct 4, 2025
1fbf8b4
add resource name
sirutBuasai Oct 4, 2025
9f06c23
fix resource name
sirutBuasai Oct 4, 2025
5c7ad7c
add timeout duration for model_package notebook_instance and pipeline…
sirutBuasai Oct 5, 2025
92ebad5
add wait time delete
sirutBuasai Oct 5, 2025
657fdf6
increase wait time
sirutBuasai Oct 5, 2025
d3fbdfe
user app space only
sirutBuasai Oct 5, 2025
66e78c1
change scope func
sirutBuasai Oct 5, 2025
5dcb58d
use default app name
sirutBuasai Oct 5, 2025
67cb98b
change module to function
sirutBuasai Oct 5, 2025
877bf42
enable app user test
sirutBuasai Oct 5, 2025
9b019bc
revert test studio
sirutBuasai Oct 5, 2025
fda738e
re-add app.yaml
sirutBuasai Oct 5, 2025
f459d89
revert studio tests
sirutBuasai Oct 6, 2025
cb51d38
use module for domain
sirutBuasai Oct 6, 2025
a18c6f9
fix attribution.md
sirutBuasai Oct 6, 2025
efd6df1
Merge branch 'space-feat' of https://github.com/sirutBuasai/ack-sagem…
sirutBuasai Oct 6, 2025
e9ad89f
add timeout and reset sm resource in aws account
sirutBuasai Oct 6, 2025
cf4c9c3
unpin test-infra
sirutBuasai Oct 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ATTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,10 @@ License Identifier: Apache-2.0

Subdependencies:
* `github.com/aws/smithy-go`
* `github.com/jmespath/go-jmespath`

#### github.com/aws/smithy-go

License Identifier: Apache-2.0

### github.com/aws/aws-sdk-go-v2/service/sagemaker

Expand All @@ -1699,7 +1702,6 @@ Subdependencies:
* `github.com/aws/aws-sdk-go-v2/internal/configsources`
* `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2`
* `github.com/aws/smithy-go`
* `github.com/jmespath/go-jmespath`



Expand Down
14 changes: 7 additions & 7 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-09-20T00:39:31Z"
build_hash: 5bf1e456e1dfc638d47ab492376335f528c0f455
go_version: go1.25.0
version: v0.52.0-1-g5bf1e45
api_directory_checksum: 0b6625eb2e0b359687d13920cd0bb353a21e0e19
build_date: "2025-10-06T22:52:50Z"
build_hash: 37562000612658e62686882f1b4b924049d1e38c
go_version: go1.24.7
version: v0.52.0-5-g3756200
api_directory_checksum: 9b58af34271e083d7985b7cc3efb8af9cb79d1f5
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
aws_sdk_go_version: v1.39.2
generator_config_info:
file_checksum: 70c9edbf252f449db6a130c3cc7272a847aaaafd
file_checksum: 09c175a03905770b09e8bef2bee60ca0b04a1427
original_file_name: generator.yaml
last_modification:
reason: API generation
11 changes: 9 additions & 2 deletions apis/v1alpha1/app.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/v1alpha1/data_quality_job_definition.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 15 additions & 8 deletions apis/v1alpha1/domain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions apis/v1alpha1/endpoint_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading