• Joined on 2019-01-28
lobo pushed to master at lobo/chawan-flake 2025-06-18 21:44:00 +00:00
974100f81d update version to e0392e2 (0.2 series)
lobo pushed to master at lobo/aws-sdk-for-zig 2025-06-06 02:19:45 +00:00
3979d32a1d fix(json): need to write null when structure is null
6e775e20bb refactor: handle unsupported shape types explicitly
d60ce20305 refactor: simplify switches using inline
90d1091b66 chore: cleanup debug code
4a6c84e0ae refactor: reorganise modules and methods
Compare 26 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-29 21:55:12 +00:00
bc18fcca75 Merge branch 'handle-empty-filenames'
03f49b7416 fix: use file name for output when generated file name is empty
Compare 2 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-29 21:52:26 +00:00
d6be1d4c5c Merge cli progress bar for codegen (PR #22)
6ed3a7e8d6 get exact count of number of model files, then use that in progress
78819b4290 feat: progress output for codegen
Compare 3 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-26 17:29:37 +00:00
ebe170414e upgrade setup-zig to latest (handles difference in tarball name)
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-18 17:26:37 +00:00
c81163ed35 Merge branch 'refactor-iso-date-parsing'
e98c792244 chore: update zeit to master
cab0d70c33 chore: removed now irrelevant comment
307e4b985f refactor: remove old code
c828dfdcb0 chore: update zeit with pre-release fix for iso 8601 basic format
Compare 6 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-18 17:20:30 +00:00
b01771df66 fix: json stringifying of generated map types
a056d763ca chore: add comments
934323acf1 refactor: generate types for maps
522ab72296 feat: run zig fmt on generated models
87fc872f7d chore: replace custom snake case with case package
Compare 6 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-07 19:35:55 +00:00
464218b02c update smithy to reduce noise in codegen output
lobo pushed to master at lobo/smithy 2025-05-07 19:34:18 +00:00
fd9be1afbf more known, but ignored, traits
lobo pushed to master at lobo/smithy 2025-05-07 19:32:35 +00:00
ec6aa300d9 more known, but ignored, traits
lobo pushed to master at lobo/aws-sdk-for-zig 2025-05-07 19:27:10 +00:00
f0b66d3cca update models to 2025-05-05 (requires additional reserved word guard for "inline")
c6a1bb2418 upgrade smithy to 4187d899 (enables optional service version)
Compare 2 commits »
lobo pushed to master at lobo/smithy 2025-05-07 15:52:32 +00:00
4187d89951 update CI for forgejo
7634a08579 move off github actions
Compare 2 commits »
lobo pushed to master at lobo/smithy 2025-05-07 15:37:04 +00:00
9eaaada446 add support for shortsighted services that do not include a version
d8925f37b9 add .envrc for zig 0.14.0
342b15eebd add aws.endpoints#standardPartitionalEndpoints to the list of known but ignored traits
Compare 3 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-30 14:40:23 +00:00
57a7cf3190 centralize module configuration in build.zig
a91b2e8ddb refactor(detectArrayStyle): remove void value from hashmap generation
622a815628 refactor(detectArrayStyle): avoid nested loop by using a hash map
007c5a8a15 refactor(detectArrayStyle): use elements iterator
288f88dfb6 chore: use scoped log
Compare 7 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-29 03:16:22 +00:00
68a77db6d9 Merge PR 15: Handle empty response bodies and multiple types of timestamps
040a1f1d00 refactor: remove usingnamespace
dc05b20bda fix: undefined behaviour for responses with no body
0ac10d5798 chore: 404 is not an error in most situations
324ed9a7e3 chore: add URL to reportTraffic output
Compare 18 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-24 16:01:52 +00:00
3cae1882f7 refactor(endPointFromUri): parse Uri using standard library
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-18 22:05:06 +00:00
f4c306a2df support rest_xml with non-string payloads (e.g. S3 create bucket)
52f99bb35f split strings from other types that need xml serialization
0a21a9f184 add failing test for S3 create bucket
Compare 3 commits »
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-18 17:20:36 +00:00
28698e8ec4 add xml serialization capabilities
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-18 01:02:05 +00:00
219bd32aa0 diagnose fd issue
lobo pushed to master at lobo/aws-sdk-for-zig 2025-04-18 00:45:48 +00:00
ea14e3b90a better test web server management
12c7c46594 add test server timeout
Compare 2 commits »