Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a99a049
PLT-1972 Adding the Support for Importing the OCI Registry with Name …
manimaran89 Jan 27, 2026
0dab2a0
Adding the unit test for workspace
manimaran89 Jan 27, 2026
b1dd492
Adding the unit tests for user and workspace
manimaran89 Jan 27, 2026
7dfde7d
PLT-2119: Fixed addon deployment issue for pack override names (#787)
SivaanandM Jan 28, 2026
4f09bcd
Adding the unit test for this resources
manimaran89 Jan 28, 2026
b7da653
Remove Developer mock settings
manimaran89 Jan 28, 2026
7e2343d
coverage support in make file
SivaanandM Jan 28, 2026
354360e
Merge branch 'ps-week-05-2026' into PLT-2120
manimaran89 Jan 28, 2026
ed73a30
code coverage make
SivaanandM Jan 28, 2026
49bb140
Adding the unit test
manimaran89 Jan 28, 2026
2b53c12
PLT-2122 Fixed the Drift issue for Isynchronization, is_private in re…
manimaran89 Jan 28, 2026
e59c4d5
Merge branch 'ps-week-05-2026' into PLT-2120
manimaran89 Jan 28, 2026
f513362
removed common unit test
manimaran89 Jan 28, 2026
9924755
removed common unit test
manimaran89 Jan 28, 2026
c129341
Adding the unit test for resources
manimaran89 Jan 29, 2026
6dc0885
Adding the unit test
manimaran89 Jan 29, 2026
60a96ab
Adding the unit test
manimaran89 Jan 29, 2026
ca41d7b
Adding the unit test
manimaran89 Jan 29, 2026
4ee58c5
Adding the Unit test Changes with Common CRUD function
manimaran89 Feb 2, 2026
dee4541
Adding the common helper function for CRUD
manimaran89 Feb 2, 2026
e2f41b9
Merge branch 'main' into unit-test-2
manimaran89 Feb 2, 2026
837caf6
Adding the common helper function for CRUD
manimaran89 Feb 2, 2026
e556d2b
Removed the cases
manimaran89 Feb 2, 2026
e01313a
Adding the schema passed as variable
manimaran89 Feb 2, 2026
0336ff7
Adding the Common CRUD negative and table driven refactor
manimaran89 Feb 2, 2026
31f717e
Adding the Common CRUD negative and table driven refactor
manimaran89 Feb 3, 2026
9d11415
Adding the table driven tests
manimaran89 Feb 3, 2026
9656d6d
Adding the Changes after make reviewable
manimaran89 Feb 3, 2026
4d21486
Adding the tests with VRC enabled mock tests
manimaran89 Feb 4, 2026
cae5071
Adding the go.mod and go.sum
manimaran89 Feb 4, 2026
7ea001b
deleting the files
manimaran89 Feb 4, 2026
56f2819
Pushing without VRC files
manimaran89 Feb 4, 2026
ca54325
Adding the test file without VCR
manimaran89 Feb 4, 2026
b66b02f
Remove the handler
manimaran89 Feb 4, 2026
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
github.com/hashicorp/terraform-exec v0.24.0 // indirect
github.com/hashicorp/terraform-json v0.27.2 // indirect
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.10.0 // indirect
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ github.com/hashicorp/terraform-plugin-docs v0.24.0 h1:YNZYd+8cpYclQyXbl1EEngbld8
github.com/hashicorp/terraform-plugin-docs v0.24.0/go.mod h1:YLg+7LEwVmRuJc0EuCw0SPLxuQXw5mW8iJ5ml/kvi+o=
github.com/hashicorp/terraform-plugin-go v0.29.0 h1:1nXKl/nSpaYIUBU1IG/EsDOX0vv+9JxAltQyDMpq5mU=
github.com/hashicorp/terraform-plugin-go v0.29.0/go.mod h1:vYZbIyvxyy0FWSmDHChCqKvI40cFTDGSb3D8D70i9GM=
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
github.com/hashicorp/terraform-plugin-log v0.10.0 h1:eu2kW6/QBVdN4P3Ju2WiB2W3ObjkAsyfBsL3Wh1fj3g=
github.com/hashicorp/terraform-plugin-log v0.10.0/go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 h1:mlAq/OrMlg04IuJT7NpefI1wwtdpWudnEmjuQs04t/4=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1/go.mod h1:GQhpKVvvuwzD79e8/NZ+xzj+ZpWovdPAe8nfV/skwNU=
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=
Expand Down
Loading