Skip to content

feat: add transform to persist config - #229

Merged
BioPhoton merged 19 commits into
mainfrom
add-transform-to-persist-config
Nov 14, 2023
Merged

feat: add transform to persist config#229
BioPhoton merged 19 commits into
mainfrom
add-transform-to-persist-config

Conversation

@BioPhoton

@BioPhotonBioPhoton commented Nov 10, 2023

Copy link
Copy Markdown
Collaborator

This PR is part of #92 and includes:

  • add transform to RunnerConfig
  • use transform in executePlugin
  • use transform in tests to reduce noise
  • considers a todo : @TODO consider just resting/spreading the values to reduce code

closes#228

Comment threadpackages/models/src/lib/plugin-config-runner.ts Outdated
@BioPhotonBioPhoton mentioned this pull request Nov 10, 2023
3 tasks
@BioPhotonBioPhoton self-assigned this Nov 10, 2023
@BioPhotonBioPhoton added 🤓 UX UX improvement for CLI users 🧩 core labels Nov 11, 2023
@BioPhotonBioPhoton added this to the 1. Internal MVP milestone Nov 11, 2023
@BioPhotonBioPhoton added the 🆘 help wanted assistance is required label Nov 11, 2023
Comment threadpackages/core/src/lib/implementation/execute-plugin.spec.ts Outdated
Comment threadpackages/core/src/lib/implementation/execute-plugin.ts Outdated
Comment threadpackages/models/src/lib/plugin-config-runner.ts Outdated
Comment threadpackages/utils/src/lib/utils.ts
Comment threadpackages/models/src/lib/plugin-config-runner.ts Outdated
Comment threadpackages/models/src/lib/plugin-config-runner.ts Outdated
Comment threadpackages/models/src/lib/plugin-config-runner.ts Outdated
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
@matejchalkmatejchalk removed the 🆘 help wanted assistance is required label Nov 13, 2023
BioPhotonand others added 8 commits November 13, 2023 22:45
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
matejchalk
matejchalk previously approved these changes Nov 14, 2023
Comment threadpackages/core/src/lib/implementation/execute-plugin.ts Outdated
@BioPhoton
BioPhoton merged commit ce4d975 into mainNov 14, 2023
@BioPhoton
BioPhoton deleted the add-transform-to-persist-config branch November 14, 2023 11:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧩 core🤓 UXUX improvement for CLI users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adoption of RunnerConfig with a optional transform function.

2 participants

@BioPhoton@matejchalk