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

Add runner for non-repudiation #9076

Merged
merged 6 commits into from
Mar 11, 2021
Merged

Conversation

stefanobaghino-da
Copy link
Contributor

Closes #8633

changelog_begin
changelog_end

Pull Request Checklist

  • Read and understand the contribution guidelines
  • Include appropriate tests
  • Set a descriptive title and thorough description
  • Add a reference to the issue this PR will solve, if appropriate
  • Include changelog additions in one or more commit message bodies between the CHANGELOG_BEGIN and CHANGELOG_END tags
  • Normal production system change, include purpose of change in description

NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with /AzurePipelines run to
trigger the build.

@stefanobaghino-da stefanobaghino-da requested a review from a user March 10, 2021 19:58
@stefanobaghino-da stefanobaghino-da force-pushed the ste/8633-non-repudiation-runner branch from af4c13a to 9a28901 Compare March 11, 2021 07:20
Copy link
Contributor

@cocreature cocreature left a comment

Choose a reason for hiding this comment

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

Awesome, thank you! Is it worth adding an integration test that uses the runner somewhere?

@stefanobaghino-da
Copy link
Contributor Author

Awesome, thank you! Is it worth adding an integration test that uses the runner somewhere?

I agree. I mostly ran functional tests and have modified versions of Navigator and the JSON API. Once those changes stabilize and are merged we can have meaningful integration tests.

@stefanobaghino-da stefanobaghino-da merged commit 0e4af74 into main Mar 11, 2021
@stefanobaghino-da stefanobaghino-da deleted the ste/8633-non-repudiation-runner branch March 11, 2021 09:57
@cocreature
Copy link
Contributor

cocreature commented Mar 11, 2021

have modified versions of Navigator and the JSON API

fwiw I think it’s perfectly fine to ignore Navigator. We only support it as a development tool so supporting non-repudiation is not crucial.

@stefanobaghino-da
Copy link
Contributor Author

have modified versions of Navigator and the JSON API

fwiw I think it’s perfectly fine to ignore Navigator. We only support it as a development tool so supporting non-repudiation is not crucial.

Makes sense, thanks.

remyhaemmerle-da pushed a commit that referenced this pull request Mar 11, 2021
* Add runner for non-repudiation

Closes #8633

changelog_begin
changelog_end

* Fix existing tests

* Add test for non-repudiation-app option parser

* Remove unnecessary dependencies from non-repudiation testing

* Fix Scala 2.13 build errors

* Fix help message for --api-address and --api-port
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.

Non-repudiation: add runner
2 participants