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

Broken repository_id action for MetricResult controller #172

Open
diegoamc opened this issue Feb 3, 2016 · 1 comment
Open

Broken repository_id action for MetricResult controller #172

diegoamc opened this issue Feb 3, 2016 · 1 comment

Comments

@diegoamc
Copy link
Contributor

diegoamc commented Feb 3, 2016

Currently, we try to call a MetricResult#processing method.

The problem is that method does not exist. We don't have any database associations neither.

Since TreeMetricResult and HotspotMetricResult controllers both inherit from MetricResult controller (and they also don't have the processing method implemented), that action will break for them too.

Maybe it is the case of evaluating if we really need that action, before implementing it.

@rafamanzo
Copy link
Member

I have the feeling this action is one of the kind we envisioned years ago that would simplify a lot the requests. I think it is a good one and is just a question of we fixing it and using it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants