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

Show reports with the same bughash in the bugviewer #891

Merged
merged 1 commit into from
Sep 12, 2017

Conversation

csordasmarton
Copy link
Contributor

No description provided.

@csordasmarton csordasmarton added enhancement 🌟 API change 📄 Content of patch changes API! GUI 🎨 WARN ⚠️: Backward compatibility breaker! MIND THE GAP! Merging this patch will mess up compatibility with the previous releases! labels Sep 7, 2017
@csordasmarton csordasmarton force-pushed the same_bughash branch 3 times, most recently from efd8566 to 6e3c3b4 Compare September 11, 2017 11:02
@@ -184,7 +190,7 @@ service codeCheckerDBAccess {

// get the run Ids and dates from the database to select one run
// PERMISSION: PRODUCT_ACCESS
RunDataList getRunData(1: string runNameFilter)
RunDataList getRunData(1: RunFilter runFilter)
Copy link
Contributor

Choose a reason for hiding this comment

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

Please make the above comment a full sentence.

@@ -25,6 +25,11 @@ struct RunData {
}
typedef list<RunData> RunDataList

struct RunFilter {
1: list<i64> runIds,
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the connection between the fields? Are they connected with or or and or something else? Please document this.

@@ -471,7 +471,7 @@ def __get_run_ids_to_query(self, session, cmp_data=None):
return run_ids

@timeit
def getRunData(self, run_name_filter):
def getRunData(self, runFilter):
Copy link
Contributor

Choose a reason for hiding this comment

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

for python variables prefer lowecase names like run_filter.

Copy link
Contributor

@Xazax-hun Xazax-hun left a comment

Choose a reason for hiding this comment

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

LGTM! Maybe some tests would be great.

Copy link
Member

@dkrupp dkrupp left a comment

Choose a reason for hiding this comment

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

Please add the followign text label to the bug viewer before the dropdown: "Also found in"

Otherwise LGTM

@dkrupp dkrupp merged commit b2ed768 into Ericsson:master Sep 12, 2017
@csordasmarton csordasmarton deleted the same_bughash branch September 21, 2017 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change 📄 Content of patch changes API! enhancement 🌟 GUI 🎨 WARN ⚠️: Backward compatibility breaker! MIND THE GAP! Merging this patch will mess up compatibility with the previous releases!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants