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

CPLAT-8079: Export FormatterInputs and support following links #328

Merged
merged 2 commits into from
Nov 1, 2019

Conversation

evanweible-wf
Copy link
Contributor

@evanweible-wf evanweible-wf commented Nov 1, 2019

CPLAT-8079

Issue Status

Consumers of FormatTool.getInputs() may want to reference the return type of that method, so we should export that class.

Also adds support to FormatTool.getInputs() for following symlinks.

@evanweible-wf evanweible-wf changed the title Export FormatterInputs Export FormatterInputs and support following links Nov 1, 2019
@aviary2-wf
Copy link

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

@evanweible-wf evanweible-wf force-pushed the export_formatter_inputs branch from b3b3076 to 33c56b7 Compare November 1, 2019 20:36
@rmconsole5-wk rmconsole5-wk changed the title Export FormatterInputs and support following links CPLAT-8079 Export FormatterInputs and support following links Nov 1, 2019
@charliekump-wf charliekump-wf changed the title CPLAT-8079 Export FormatterInputs and support following links CPLAT-8079: Export FormatterInputs and support following links Nov 1, 2019
@@ -37,6 +38,73 @@ void main() {

expect(argParser.options['formatter-args'].type, OptionType.single);
});

group('getInputs', () {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like these tests are all new, but I just moved it from below where it was named differently. The only new test is the followLinks one.

@evanweible-wf
Copy link
Contributor Author

QA +1

  • CI passes
  • Verified consumption in over_react_format

@Workiva/release-management-p

@rmconsole4-wk rmconsole4-wk merged commit 23fbc34 into master Nov 1, 2019
@rmconsole4-wk rmconsole4-wk deleted the export_formatter_inputs branch November 1, 2019 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants