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.0 Pre-Release #17

Merged
merged 13 commits into from
May 12, 2024
Merged

v0.2.0 Pre-Release #17

merged 13 commits into from
May 12, 2024

Conversation

JakeWnuk
Copy link
Owner

  • Increment version from v0.1.0 to v0.2.0 🎉
  • Added the bypass flag as -b in f9c6f60 which allows skipping the in-memory map creation to print results faster and reduce memory requirements
  • Added the debug flag as -d [0-2] in d6fe184 which allows two new debugging verbosity levels for tracing errors and workflows
  • Added the template flag as -tp in daaea6f which allows the loading of JSON files to perform multistep processes in a single command
  • Improved the mask-swap mode in f2fe806 and c3d562f by implementing more flexible logic to help make swaps and prevent bad ones
  • Renamed functions, improved documentation, and aligned output to stderr across the application

JakeWnuk added 13 commits May 7, 2024 21:24
- Prototype for bypass rules
- added empty map check to PrintStatsToSTDOUT
- added bypass flag to all transformation modes which allows for the bypassing of sending the results to a map and instead will directly print them to standard output. This is helpful for transformation modes like swapping where creating the in-memory maps can be too time consuming.
- increment version for v0.2.0
- results to stdout
- client messages to stderr
- Rename retain to mask-retain and match to mask-match
- kept other options
- added debug mode with two levels of verbosity
- level 1 will not print each iteration transformation but overall input and output
- level 2 will print each iteration transformation and overall input and output
- framing for template additions
- framing templates
- added struct
- documentation updates for linter
- early progress point commit
- added templates that allow chaining multiple transformation commands into a single function call. The original input for the input files and URLs is kept for each transformation round.
- Material was not allowed to be loaded in due to instability potentially caused. For example, a transformation could be completed and then the next could fail without assurance. This and relative position in the logic flow.
- removed panic(err) from the code to standardize error output
- align debug format for usability
- Moved debug logic for this function to see all cases instead of being filtered by the IF statement
- add more template files for command use cases
- adjust mask-swap for cover more use cases and prevent bad output from being sent
- added another unit test for the problem method
- Mask-swap was changed in the prior commit to allow for multiple swaps if the same token can fit twice. This can be considered to be expanded but this solves the experienced issue.
@JakeWnuk JakeWnuk added this to the v0.2.0 milestone May 12, 2024
@JakeWnuk JakeWnuk self-assigned this May 12, 2024
@JakeWnuk JakeWnuk merged commit 5e67f8f into main May 12, 2024
@JakeWnuk JakeWnuk deleted the dev branch May 12, 2024 00:30
@JakeWnuk JakeWnuk mentioned this pull request May 12, 2024
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.

None yet

1 participant