feat: Add config-manager pull iga-workflows command#645
Conversation
|
I employed a bugfix in the library for workflow exports, so I updated the tests in this PR (since it affects these tests as well as the other workflow export tests) so that they are still passing once the library change gets merged in: rockcarver/frodo-lib#607 |
bed5325 to
85fabc8
Compare
|
@dallinjsevy @phalestrivir I just rebased this PR and pulled in the latest library (v4.1.1) and the tests are still failing with missing recordings. Can either of you please take a look and add the missing recordings? |
@vscheuber I just committed the changes again, it looks like my test updates got reverted in the force push, but I just ran the tests locally and they are passing now. |
* feat: Add config-manager pull iga-workflows command * fix wording in cli file. update and add tests. add comment to ops file. simplify ops file code. * feat: add config-manager pull iga workflows * fix: update frodo-lib dependency to version 4.1.1 * bugfix: Update tests to pass with new library fix to workflow exports * fix: update frodo-lib dependency to version 4.1.2 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com>
* feat: Add config-manager push restart command * chore: Update @rockcarver/frodo-lib to version 4.1.2 in package.json and package-lock.json * feat: Add config-manager pull iga-workflows command (#645) * feat: Add config-manager pull iga-workflows command * fix wording in cli file. update and add tests. add comment to ops file. simplify ops file code. * feat: add config-manager pull iga workflows * fix: update frodo-lib dependency to version 4.1.1 * bugfix: Update tests to pass with new library fix to workflow exports * fix: update frodo-lib dependency to version 4.1.2 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com> * Updated changelog and version for release v4.2.1-0 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: Add config-manager pull iga-workflows command * fix wording in cli file. update and add tests. add comment to ops file. simplify ops file code. * feat: add config-manager pull iga workflows * fix: update frodo-lib dependency to version 4.1.1 * bugfix: Update tests to pass with new library fix to workflow exports * fix: update frodo-lib dependency to version 4.1.2 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com>
* feat: Add config-manager push restart command * chore: Update @rockcarver/frodo-lib to version 4.1.2 in package.json and package-lock.json * feat: Add config-manager pull iga-workflows command (rockcarver#645) * feat: Add config-manager pull iga-workflows command * fix wording in cli file. update and add tests. add comment to ops file. simplify ops file code. * feat: add config-manager pull iga workflows * fix: update frodo-lib dependency to version 4.1.1 * bugfix: Update tests to pass with new library fix to workflow exports * fix: update frodo-lib dependency to version 4.1.2 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com> * Updated changelog and version for release v4.2.1-0 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I added a function to pull iga workflow configurations for the frodo config-manager pull iga workflows command.
I also added the command implementation file to enable the command.