Skip to content

Improvement for Jira 1870 - provide ability to search experiments by jobId in the experiment statistics tab under admin dashboard#225

Merged
DImuthuUpe merged 6 commits intodevelopfrom
unknown repository
Jun 4, 2019
Merged

Improvement for Jira 1870 - provide ability to search experiments by jobId in the experiment statistics tab under admin dashboard#225
DImuthuUpe merged 6 commits intodevelopfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented May 28, 2019

I have added functionality in the PGA to search experiments using the jobId. It uses an existing API function searchExperiment() to first search the experiments using a new field 'JobId'. This new field is added to the experiment_model.thrift file.
After searching the corresponding experimentid using jobid, the normal flow of information follows i.e, the experiment Id is used to search a detailed view of the experiment and then presented to the user.

The below screenshot displays the functionality.

image

shivaam and others added 5 commits May 24, 2019 16:34
Copy link
Copy Markdown
Contributor

@DImuthuUpe DImuthuUpe left a comment

Choose a reason for hiding this comment

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

@shivamriky Overall, this is a good implementation. You managed to implement the feature with minimal changes. I have added few comments but I think those are minor concerns. Once you address them, let's merge this.

$pageNo);
} catch (AuthorizationException $ae) {

Log::error("Experiment wasn't found", array("message" => $enf->getMessage(), "username" => Session::get("username"), "gateway_id" => Session::get("gateway_id")));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Change the error message. This is an authorization error

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I have fixed it.

@DImuthuUpe DImuthuUpe merged commit 79eede4 into apache:develop Jun 4, 2019
@ghost ghost deleted the Jira-1870 branch June 4, 2019 19:49
@ghost ghost restored the Jira-1870 branch June 5, 2019 20:22
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.

2 participants