Skip to content

Collect the exploration result of Smart Test and display it in front-end#470

Merged
zhou9584 merged 10 commits intomainfrom
zhoule/adaptToSmartTest3
May 10, 2023
Merged

Collect the exploration result of Smart Test and display it in front-end#470
zhou9584 merged 10 commits intomainfrom
zhoule/adaptToSmartTest3

Conversation

@zhou9584
Copy link
Contributor

@zhou9584 zhou9584 commented May 9, 2023

Linked GitHub issue ID: #

Pull Request Checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Code compiles correctly with all tests are passed.
  • I've read the contributing guide and followed the recommended practices.
  • Wikis or README have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

If this introduces a breaking change for Hydra Lab users, please describe the impact and migration path.

  • Yes
  • No

Pull Request Description

A few words to explain your changes:

How you tested it

Please make sure the change is tested, you can test it by adding UTs, do local test and share the screenshots, etc.

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Technical design
  • Build related changes
  • Refactoring (no functional changes, no api changes)
  • Code style update (formatting, renaming) or Documentation content changes
  • Other (please describe):

Feature UI screenshots or Technical design diagrams

If this is a relatively large or complex change, kick it off by drawing the tech design with PlantUML and explaining why you chose the solution you did and what alternatives you considered, etc...

image
image

image

}
File graphZipFile = loadGraphFile(fileId);

File nodeFile = new File(graphZipFile.getParentFile().getAbsolutePath(), node + "/" + node + "-0.jpg");

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1).
File graphZipFile = loadGraphFile(fileId);

File nodeFile = new File(graphZipFile.getParentFile().getAbsolutePath(), node + "/" + node + "-0.jpg");
try (FileInputStream inputStream = new FileInputStream(nodeFile);

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1).
DexterDreeeam
DexterDreeeam previously approved these changes May 10, 2023
Copy link
Contributor

@DexterDreeeam DexterDreeeam left a comment

Choose a reason for hiding this comment

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

Approve for Front-End (/react/*)

Copy link
Contributor

@TedaLIEz TedaLIEz left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@taoran6 taoran6 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhou9584 zhou9584 merged commit 69b23f3 into main May 10, 2023
@zhou9584 zhou9584 deleted the zhoule/adaptToSmartTest3 branch May 10, 2023 10:44
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.

5 participants