Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8b42001
go mod tidy
Jun 7, 2021
0feb137
Make GetProviderSchema use our schema type.
Jun 7, 2021
9130b47
Stub out a config type.
Jun 7, 2021
19b9daa
Stub out support for getting the tftypes.Type from a schema.
Jun 7, 2021
04cdfca
Start implementing a provider server.
Jun 7, 2021
339c341
More todos
Jun 8, 2021
738689e
Flesh out serving more, add internal/proto6 package.
Jun 9, 2021
a70c606
Fill in rest of schema fields.
Jun 9, 2021
e1d8409
Fill out PlanResourceChange a bit more.
Jun 9, 2021
a3af286
Fill in TODOs.
Jun 11, 2021
7370bea
Populate ARC request values.
Jun 11, 2021
7300730
Debug why we're getting a null state on read resource.
Jun 11, 2021
1ea7759
Final fixes and tweaks to make it actually work.
Jun 11, 2021
72b60f5
Add some unit testing.
Jun 16, 2021
1c84d8d
Add changelog, fix lint and broken test.
Jun 16, 2021
972b552
Return error instead of panicking.
Jun 16, 2021
895395d
Populate response state's schema so it can be set.
Jun 16, 2021
508bc1a
Add State.RemoveResourceFromState.
Jun 16, 2021
475679c
Don't panic reflecting into large numbers.
Jun 16, 2021
715758a
Start testing schema endpoint.
Jun 18, 2021
cdb3072
Test our internal/proto6 package.
Jun 21, 2021
2a31650
Refactor request type tests.
Jun 21, 2021
919e3de
More testing of serve code.
Jun 22, 2021
289de7f
gofmt
Jun 22, 2021
56fb4f2
Test ConfigureProvider.
Jun 22, 2021
b0ead17
Test unknown values in ConfigureProvider.
Jun 22, 2021
f302b9d
Round out testing on read resource for test_one.
Jun 23, 2021
a4907f1
Test resource type two, test read resource diags.
Jun 23, 2021
90dd3f6
Add tests for PlanResourceChange.
Jun 23, 2021
0385632
Begin testing ApplyResourceChange.
Jun 23, 2021
e7bd27a
Test ApplyResourceChange.
Jun 23, 2021
d9ca589
Fix build after ResourceType interface change.
Jun 23, 2021
63d5e62
Finish testing read data source.
Jun 23, 2021
c8dd7af
Update internal/proto6/request_type.go
Jun 24, 2021
030bc75
Update internal/proto6/request_type.go
Jun 24, 2021
aedc8d6
Fix data source signatures.
Jun 24, 2021
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
Prev Previous commit
Next Next commit
More testing of serve code.
  • Loading branch information
Paddy Carver committed Jun 24, 2021
commit 919e3de6aa36df3ec159b348bf3a48cbbe793c26
Loading