Miquel Torres Barceló

Results 118 comments of Miquel Torres Barceló
trafficstars

That sounds like a good idea. Making the main UI reponsive (as you said media queries and more) would be difficult. What and how do you check graphs on mobile?...

Great, thanks for the examples.

This is obviously a bug. When saving results, if no date is provided Codespeed should add the current date as default value.

I understand the problem. I guess the original csv date ordering assumption works well for git as long as you don't do things like rebase. What did you try out...

I noticed you are implementing quite some stuff in a branch, that's great. If you want you can start sending pull requests for smaller parts like this admin action so...

Great feature request. More than one project would appreciate this functionality. There are several ways in which it can be decided what data is "significantly worse". One is to take...

@thedrow Sure is good to allow configuration, but there are different ways of implementing it.

Default executables in the timeline view is more complex compared to changes view because it is multi-select. But there is something similar already for the comparison view: https://github.com/tobami/codespeed/blob/master/codespeed/settings.py#L61 https://github.com/tobami/codespeed/blob/master/codespeed/templates/codespeed/comparison.html#L98 `COMP_EXECUTABLES`...

No work on this yet, no, would be great if you have a look. Pointers: - I would actually first look at jqplot itself. Our version is 2 years old,...

Could it be that you are running `runserver.py` from `codespeed/sample_project` but the codespeed app is not `codespeed/codespeed` but a pip installed one? (and thus not the code you are actually...