Slavek Kabrda
336521b464
[Python-experimental] Don't mandate passing in required value as argument ( #7424 )
...
* [Python-experimental] Don't mandate passing in required value as argument
* Remove usage of have_value
* Address additional review comments
* Fix tests according to the code change
* Does not set None as value initial value, removes hasRequired tag usage, updates docstring
Co-authored-by: Justin Black <justin.a.black@gmail.com>
2020-09-29 10:56:52 -07:00
Justin Black
ee0686e13f
Python-exp clean up model classnames ( #7054 )
...
* Adds lazy_import, removes python-exp java class renaming code, partial removal of getPythonClassName call sites
Fixes PythonClientExperimentalTest.java
Python-exp smaples regeneration
Revers makefile
Reverst pom.xml
Fixes model imports in models.__init__
Updates docstring, omits lazy import in additional properties if we dont need it
Improves additional_properties_type assignment if None
Removes getPythonClassName
Fixes python-exp tests
* Removes unused makefiles
2020-07-27 18:35:41 -07:00
Justin Black
ed84280108
Python-exp remove codegemodel mutation, allow mixed OneOf types ( #6797 )
...
* Stops converting primitive models into object models, adds ComposedSchemas with mixed type
* Samples update for python-exp
2020-07-18 10:13:22 -07:00
Justin Black
dad931a25a
Python exp sample component renaming + additions ( #6917 )
...
* Stops converting primitive models into object models, adds ComposedSchemas with mixed type
* Reverts java and mustache changes
* Reverts mroe files
* Samples regen
* Fixes remaining tests
2020-07-13 10:22:03 -07:00