Commit Graph

205 Commits

Author SHA1 Message Date
268ac85667 chore: adds documentation for the new ref_cache implementation 2025-11-26 00:02:57 -03:00
20872d4a91 feat: stabalizes the api for cached build using instance method 2025-11-25 22:26:28 -03:00
34910b55d7 Merge pull request #63 from HideyoshiNakazone/feature/add-instance-level-ref-cache
Feature/add instance level ref cache
2025-11-24 21:07:55 -03:00
a3cbd5bc3d feat: better warning for cache colision 2025-11-24 21:06:15 -03:00
682f19654d feat: better methodology for accessing cached references of: objects, subobjects and defs 2025-11-24 20:52:02 -03:00
4baaeed349 feat: adds test for ObjectTypeParser asserting for the presence of a ref_cache 2025-11-24 20:00:42 -03:00
9837a99ec9 feat: adds tests for type not found in ref_cache 2025-11-24 19:53:29 -03:00
3a8ca951db feat: adds tests for isolation method in ref_cache 2025-11-24 19:52:54 -03:00
57f8b571de feat: adds tests for SchemaConverter.get_cached_ref 2025-11-24 19:38:53 -03:00
5ec30cd565 feat: changes tests to use instance level build 2025-11-24 19:32:42 -03:00
c2b9e8daf8 fix: fixes implementation of save object to cache and adds tests 2025-11-24 18:21:27 -03:00
328eb66034 fix: fixes save object after parsing 2025-11-24 18:20:51 -03:00
4de711075e feat: removes unecessary api keyword 2025-11-24 18:20:51 -03:00
abc8bc2e40 feat: saves object after parsing 2025-11-24 18:20:51 -03:00
10bad254d7 feat: initial implementation of instance level ref cache 2025-11-24 18:20:50 -03:00
b5e2d703cb Merge pull request #62 from JCHacking/template-bug
ci(github-actions): correct label of bug
2025-11-24 18:04:06 -03:00
JCHacking
44fa0cf16a ci(github-actions): correct label of bug 2025-11-24 19:31:16 +01:00
d11e3191c3 Merge pull request #61 from HideyoshiNakazone/fix/object-invalid-required
fix: fixes invalid subobject required
2025-11-24 14:38:48 -03:00
2da409e6df fix: fixes invalid subobject required 2025-11-24 17:34:29 +00:00
e775b53f7d Merge pull request #58 from HideyoshiNakazone/feature/oneof-unique-subtypes-naming
Feature/oneof unique subtypes naming
2025-11-23 22:11:00 -03:00
f15913c58e feat: tests that the generated fields in the oneOf parser have unique names and applies the same logic to the anyOf parser 2025-11-23 22:09:55 -03:00
f80a1bbda3 feat: fixes error of multiple forwardref with same name 2025-11-23 21:52:09 -03:00
b31c990b54 Merge pull request #57 from HideyoshiNakazone/feature/adds-title-keyword
feat: adds title and deprecated to the list of default mappings in th…
2025-11-23 20:19:19 -03:00
a0d15726d4 feat: adds title and deprecated to the list of default mappings in the GenericTypeParser 2025-11-23 20:17:16 -03:00
59f062ec37 Merge pull request #54 from JCHacking/examples
feat: Add examples
2025-11-23 20:10:27 -03:00
5036059272 feat: adds tests for examples in ref 2025-11-23 20:09:16 -03:00
90639b6426 chore: subs typing import to typing_extensions 2025-11-23 20:05:28 -03:00
e43e92cb9e feat: minor adjustments to oneOf and adds tests for examples in allOf, oneOf, anyOf 2025-11-23 20:03:19 -03:00
ffbd124cf9 feat: adds example to allOf 2025-11-23 18:59:47 -03:00
cfbe1f38c8 feat: fixes broken example property extraction in array type parser 2025-11-23 18:09:35 -03:00
9823e69329 feat: fixes test for object example 2025-11-23 15:02:50 -03:00
84292cf3c0 feat: fixes and validates so that arrays have parsed examples 2025-11-23 14:59:16 -03:00
8b1520741b feat: fixes and validates that objects have parsed examples 2025-11-23 14:40:14 -03:00
c7e366cf08 feat: improves test coverage 2025-11-23 02:42:54 -03:00
ebcc8a295e feat: remove unecessary dependency group 2025-11-23 02:37:14 -03:00
07f301db1c feat: removes python3.10 specific broken test 2025-11-23 02:25:41 -03:00
c9330dfd6d feat: fixes error on validation of IPAddresses by Upgrading Pydantic min version to v2.12.4, fixes internal tests implementation and fixes minor logic errors 2025-11-23 02:15:41 -03:00
JCHacking
9bc16ff1aa remove print 2025-11-17 23:45:08 +01:00
JCHacking
43ce95cc9a feat(examples): Add examples for primitive types
Refs: #52
2025-11-17 23:42:59 +01:00
81c149120e Merge pull request #50 from fredsonnenwald/string_format
Fix Field deprecation warning resulting from building models with formatted strings
v0.1.3.post2
2025-09-15 19:18:20 -03:00
171dddabab Merge pull request #51 from HideyoshiNakazone/chore/adds-pyright-config
chore: adds pyright config to project
2025-09-15 13:55:26 -03:00
f0192ee6d3 chore: adds pyright config to project 2025-09-15 13:54:32 -03:00
Fred Sonnenwald
82feea0ab1 Fix string Field deprecation warning
(partial revert of fbbff0b)
2025-09-15 16:50:49 +01:00
4d5ac1c885 Merge pull request #49 from HideyoshiNakazone/fix/fixes-docs
fix: fixes docs build
v0.1.3.post1
2025-09-14 10:51:26 -03:00
92c174c189 fix: fixes docs build 2025-09-14 10:49:53 -03:00
b1b5e71a81 Merge pull request #48 from HideyoshiNakazone/feature/explicit-exception-type
feat: more pythonic error parent class
v0.1.3
2025-09-14 01:42:11 -03:00
156c825a67 feat: more pythonic error parent class 2025-09-14 01:40:59 -03:00
b4954c3b2e Merge pull request #47 from HideyoshiNakazone/feature/explicit-exception-type
Feature/explicit exception type
2025-09-14 01:13:27 -03:00
7f44e84bce feat: updates outdated docs for exceptions 2025-09-14 01:12:43 -03:00
8c6a04bbdf feat: adds simple tests for internal exceptions 2025-09-14 01:09:48 -03:00