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

Filter measurements by branch #382

Merged
merged 3 commits into from
May 19, 2024
Merged

Filter measurements by branch #382

merged 3 commits into from
May 19, 2024

Conversation

Ndacyayisenga-droid
Copy link
Member

Fixes #365

@Ndacyayisenga-droid Ndacyayisenga-droid marked this pull request as draft May 16, 2024 13:13
@Ndacyayisenga-droid Ndacyayisenga-droid marked this pull request as ready for review May 16, 2024 13:32
@Jexsie
Copy link
Member

Jexsie commented May 17, 2024

I recall we had some changes in the frontend, is this the same PR?

@Ndacyayisenga-droid
Copy link
Member Author

I recall we had some changes in the frontend, is this the same PR?

@Jexsie this rest endpoint provides all possible branches for a benchmark

@Jexsie
Copy link
Member

Jexsie commented May 17, 2024

I recall we had some changes in the frontend, is this the same PR?

@Jexsie this rest endpoint provides all possible branches for a benchmark

Yeah i see that, I just don't see the frontend utilization of the API

@@ -123,4 +119,10 @@ List<Measurement> findByQuery(@RequestParam final String benchmarkId,
return measurements;
}
}

@GetMapping("/{benchmarkId}/branches")
public List<String> getBranchesForBenchmark(@PathVariable String benchmarkId) {
Copy link
Member

Choose a reason for hiding this comment

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

lets rename it in getGitBranchesForBenchmark since I needed a second to get what is meant here.

@Ndacyayisenga-droid
Copy link
Member Author

Ndacyayisenga-droid commented May 17, 2024

I recall we had some changes in the frontend, is this the same PR?

@Jexsie this rest endpoint provides all possible branches for a benchmark

Yeah i see that, I just don't see the frontend utilization of the API

@Jexsie read through the issue. this PR is not complete!

@Ndacyayisenga-droid Ndacyayisenga-droid merged commit e6903c6 into main May 19, 2024
2 checks passed
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.

Filter measurements by branch
3 participants