Skip to content

Commit 79b0229

Browse files
SBGoodsaustinvalle
andauthored
all: Add int32 type, attribute, and function support (#1010)
* Add support for `int32` type * Add website documentation * Add navigation routes to website * Add changelog entries * Fix documentation typos Co-authored-by: Austin Valle <[email protected]> * Fix casing Co-authored-by: Austin Valle <[email protected]> * Add `toproto5` package test * Remove `metaschema` package implementation * Add int32 types to tables and fix typos * Add edge case testing --------- Co-authored-by: Austin Valle <[email protected]>
1 parent c9804e9 commit 79b0229

File tree

100 files changed

+9065
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+9065
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: FEATURES
2+
body: 'types/basetypes: Added `Int32Type` and `Int32Value` implementations for Int32
3+
value handling.'
4+
time: 2024-06-21T13:21:25.992757-04:00
5+
custom:
6+
Issue: "1010"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: FEATURES
2+
body: 'types/basetypes: Added interfaces `basetypes.Int32Typable`, `basetypes.Int32Valuable`,
3+
and `basetypes.Int32ValuableWithSemanticEquals` for Int32 custom type and value
4+
implementations.'
5+
time: 2024-06-21T13:22:43.724425-04:00
6+
custom:
7+
Issue: "1010"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: FEATURES
2+
body: 'resource/schema: Added `Int32Attribute` implementation for Int32 value handling.'
3+
time: 2024-06-21T13:22:59.609657-04:00
4+
custom:
5+
Issue: "1010"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: FEATURES
2+
body: 'datasource/schema: Added `Int32Attribute` implementation for Int32 value handling.'
3+
time: 2024-06-21T13:23:22.546135-04:00
4+
custom:
5+
Issue: "1010"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: FEATURES
2+
body: 'provider/schema: Added `Int32Attribute` implementation for Int32 value handling.'
3+
time: 2024-06-21T13:23:50.972247-04:00
4+
custom:
5+
Issue: "1010"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: FEATURES
2+
body: 'function: Added `Int32Parameter` and `Int32Return` for Int32 value handling.'
3+
time: 2024-06-21T13:24:10.410418-04:00
4+
custom:
5+
Issue: "1010"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: FEATURES
2+
body: 'resource/schema/int32default: New package with `StaticValue` implementation
3+
for Int32 schema-based default values.'
4+
time: 2024-06-21T13:24:24.170126-04:00
5+
custom:
6+
Issue: "1010"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: FEATURES
2+
body: 'resource/schema/int32planmodifier: New package with built-in implementations
3+
for Int32 value plan modification.'
4+
time: 2024-06-21T13:24:41.31229-04:00
5+
custom:
6+
Issue: "1010"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: FEATURES
2+
body: 'resource/schema/defaults: New `Int32` interface for Int32 schema-based default
3+
implementations.'
4+
time: 2024-06-21T13:24:56.747674-04:00
5+
custom:
6+
Issue: "1010"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: FEATURES
2+
body: 'resource/schema/planmodifier: New `Int32` interface for Int32 value plan modification
3+
implementations.'
4+
time: 2024-06-21T13:25:14.959554-04:00
5+
custom:
6+
Issue: "1010"

0 commit comments

Comments
 (0)