Timeline and changes show no data for testdata.
The message is "No data found" for changes and "No data found for the selected options"
for timeline.
Steps to reproduce:
- Get codespeed tip version (master branch).
- Run migrations
python manage.py migrate.
- Load test data
./manage.py loaddata codespeed/fixtures/testdata.json.
- Run server and visit timeline/changes page.
Encountered this on my data, then checked out #142
which recommended DEF_BRANCH='master' (I am using "git" repo type and default branch is master).
Also tried to use "default" branch everywhere -- no result.
Testdata should be more representative and enable codespeed exploration (right now it does not help in figuring out what is wrong with my database because there is no way to compare it with proper example).
I will try other codespeed revisions, latest release, for example, and report results here.
Timeline and changes show no data for testdata.
The message is "No data found" for changes and "No data found for the selected options"
for timeline.
Steps to reproduce:
python manage.py migrate../manage.py loaddata codespeed/fixtures/testdata.json.Encountered this on my data, then checked out #142
which recommended
DEF_BRANCH='master'(I am using "git" repo type and default branch is master).Also tried to use "default" branch everywhere -- no result.
Testdata should be more representative and enable codespeed exploration (right now it does not help in figuring out what is wrong with my database because there is no way to compare it with proper example).
I will try other codespeed revisions, latest release, for example, and report results here.