Skip to content

Commit df0c3ab

Browse files
committed
Codegen for Resource types
1 parent 51e84b7 commit df0c3ab

123 files changed

Lines changed: 43445 additions & 18127 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Recommendation: for ease of reading, use the following format:
1313
### Fixed
1414
-->
1515

16+
## [Unreleased]
17+
### Changed
18+
- Major reorganization of `odf::metadata` sub-crate for IaC changes (see [RFC-018](https://github.com/open-data-fabric/open-data-fabric/blob/master/rfcs/018-iac-resource-framework.md))
19+
- Added codegen types and formats for many prototype IaC resources
20+
1621
## [0.264.0] - 2026-06-29
1722
### Added
1823
- Uniqueness constraint for wallet accounts

Cargo.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ missing_panics_doc = "allow"
326326
module_name_repetitions = "allow"
327327
must_use_candidate = "allow"
328328
needless_raw_string_hashes = "allow"
329+
option_map_unit_fn = "allow"
329330
return_self_not_must_use = "allow"
330331
similar_names = "allow"
331332
single_match_else = "allow"

0 commit comments

Comments
 (0)