Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.2 #92

Closed
wants to merge 63 commits into from
Closed

V0.2 #92

wants to merge 63 commits into from

Conversation

wwoytenko
Copy link
Contributor

No description provided.

wwoytenko and others added 30 commits January 10, 2024 22:27
* Implemented Parameterizer interface and the frame for static and dynamic parameter
* Renamed Parameter object attributes into clear naming way: LinkParameter - > LinkColumnParameter
* Added DynamicModeSupport setting for Parameter object
* Added validation warnings for Driver
* Implemented type overriding initialization inside Driver
* Refactored logic of allowed type validation now it is not relying on initialized driver data
* Added chain of inherited types with their name for custom types
* Moved column type overriding to Column object itself
* Implemented type checking helpers
* Added dynamic parameter tests
* Renamed old Parameter to ParameterDefinition
* Renamed old Definition to TransformerDefinition
* Fixed Driver instancing in the tests
* Added dynamic parameters test
* Refactored parameters init function
* fixed error message now it looks clear
* first try to set up greenmask on new rails
* Fixed parameter validation
* Introduced TransformerContext that united parameters that were passed to transformer during initialization procedure and initialized transformer
* Updated RandomDate transformer implementation, adapted to the dynamic parametrization
* Fixed static and dynamic parameters initialization
* Deprecated value-parameters methods in ParameterDefinition
* renamed InitParametersV2 to InitParameters
* renamed parameter.go to parameter_definition.go
* Clean up code from deprecated attributes and methods in that were in ParameterDefinition
* Fixed unit tests
* Added attribute documentation for StaticParameter and DynamicParameter
* Adapted 3 transformers for dynamic parameters usage:
  * RandomDate
  * RandomInt
  * RandomFloat
* Implemented cast template logic
* Implemented default logic behaviour
* Changed Parametrizer interface
* Implemented common function for scanning static objects
* Moved a few files from internal to toolkit
* Added to timeToUnix and unixToTime functions
* Implemented template context object that allows to get the value or raw value for dynamic parameter and Encode/Decode it into destination type
* Introduced TypeCaster for casting original value to dest type
* Implemented cast functions
* Fixed cast_to implementation
* Removed auto cast for now. It might be implemented later
Moved artifacts
Fixed timeToUnix and unixToTime tests
FloatToInt cast fix
wwoytenko and others added 24 commits March 4, 2024 22:22
Implemented the next transformers:
* UnitTimestamp
* Uuid
* String
* Numeric
* Choice
* Refactored transformer layout
* Fixed limiters in random transformers
* Implemented NoiseInt transformer
* Fixed tests
* Added tsModify template function
* Implemented context for static parameter
* Added template support for static parameter
fix: Fixed required parameters validation
@wwoytenko wwoytenko self-assigned this May 2, 2024
@wwoytenko wwoytenko marked this pull request as draft May 2, 2024 15:04
@wwoytenko wwoytenko closed this May 2, 2024
@wwoytenko wwoytenko deleted the v0.2 branch May 2, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant