Commit Graph

17 Commits

Author SHA1 Message Date
Tristan Cartledge
161a41f73b chore: update to use iterators on orderedmaps 2024-08-26 20:42:40 +01:00
quobix
84d379a134 added check for polymorphic types coming through as non objects
renderer was panicing with strangely shaped schemas.
2024-07-08 10:14:32 -04:00
Emilien Puget
cbe1201cbd removed golang x package in favour of the std lib 2024-07-08 10:13:23 -04:00
quobix
8a1d3ae696 more test coverage and filling gaps on schema renderer 2024-05-01 13:17:56 -04:00
quobix
7f945e35c4 tuning example rendering 2024-05-01 13:17:56 -04:00
quobix
2464753173 Adding more schema rendering tests 2024-05-01 13:17:56 -04:00
quobix
f636dc939b Added support for decimal and bigint format schema rendering
Want big numbers? you got it. https://github.com/pb33f/wiretap/issues/93
2024-05-01 13:17:56 -04:00
quobix
2999542014 Added item example rendering to schema renderer
Addresses https://github.com/pb33f/wiretap/issues/90
2024-05-01 13:17:56 -04:00
quobix
7afb1e9d11 Addressed #159
Cleaned up all interesting static checks. All that is left is cosmetics.

Signed-off-by: quobix <dave@quobix.com>
2024-02-06 22:13:41 -05:00
Tristan Cartledge
a4ad09aab3 fix: continued moving everything to orderedmaps plus cleaned up most the tests 2023-12-01 17:37:07 +00:00
Tristan Cartledge
2de65e4ca0 Merge branch 'main' into Baliedge/PIP-2552-consistent-ordering 2023-11-27 12:06:39 +00:00
quobix
0b1a147a26 Add ‘disable required check’ switch on renderer #200
Signed-off-by: quobix <dave@quobix.com>
2023-11-25 10:10:51 -05:00
Nicholas Jackson
4847c4b296 refactor: remove single iteration loop
Simplify code by taking the first element instead of
performing a single-iteration loop.
2023-10-08 12:24:20 -04:00
Shawn Poulson
f389fedadd Monster refactor of map to orderedmap.Map data type. 2023-09-25 08:59:42 -04:00
Quobix
5faa24e333 Added docs, more tests and cleanup.
Signed-off-by: Quobix <dave@quobix.com>
2023-09-01 06:00:03 -04:00
Quobix
2269130610 Added tests for mock generator and tuned schema renderer
Signed-off-by: Quobix <dave@quobix.com>
2023-09-01 06:00:03 -04:00
Quobix
a8e32c4d28 Renamed schema_renderer and added more tests
Ensures coverage across the board

Signed-off-by: Quobix <dave@quobix.com>
2023-09-01 06:00:03 -04:00