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

Changes pages is empty #193

Open
pbrunet opened this issue Nov 6, 2015 · 10 comments
Open

Changes pages is empty #193

pbrunet opened this issue Nov 6, 2015 · 10 comments

Comments

@pbrunet
Copy link

pbrunet commented Nov 6, 2015

Hi,

I just downloaded the 10.1 released version and installed it. It almost work the only problem come with the change page which is empty.
Default page contains correct rss information, timeline contains informations too but changes is empty with no possible commit id.

Did you already had this problem? Do you have a solution? (If I add a dummy commit with a commit id which is not a hash, changes appear again).

Thanks,
Pierrick

@tobami
Copy link
Owner

tobami commented Nov 8, 2015

So the changes page does not show an error message? It is just empty?
I am not aware of any issues with changes, but granted the new 0.10.1 release could have a new bug.

Could you elaborate on what kind of data you have? Specially:
1- Do you have more than one project
2- Do you have more than one branch per project?
3- Did you override any settings variables?

That would be very helpful.

@pbrunet
Copy link
Author

pbrunet commented Nov 8, 2015

There are no error messages in the Changes page, it is just empty.
My repo is a "None" repo as I didn't provide any access to the git repo. (I
also had a problem with git to import getlogs function but it may be my
fault. I am not sure I correctly set the PYTHONPATH)
I have only one project with on branch (master set in the settings) and
(for now), I have only one environment and one benchmark.
When I click on a "point" in the timeline, I have mean/std/... informations
page.
In the settings page, I just changed "default" to "master" and I set host
information to set my website name. I use the DEBUG mode and the console
logs didn't complain at all.

I don't have the settings here but I can provide it tomorow if you need it.

Thanks for your help.

2015-11-08 11:07 GMT+01:00 Miquel Torres [email protected]:

So the changes page does not show an error message? It is just empty?
I am not aware of any issues with changes, but granted the new 0.10.1
release could have a new bug.

Could you elaborate on what kind of data you have? Specially:
1- Do you have more than one project
2- Do you have more than one branch per project?
3- Did you override any settings variables?

That would be very helpful.


Reply to this email directly or view it on GitHub
#193 (comment).

@tobami
Copy link
Owner

tobami commented Nov 9, 2015

OK. Just to be clear, the main area in the changes page is empty, but do the navigation bars show an executable you can select?

@pbrunet
Copy link
Author

pbrunet commented Nov 9, 2015

Yes, it show an exectuable and an environment but they are unselected by
default and selecting them change nothing. The commitid selected list
contains nothing.

2015-11-09 21:52 GMT+01:00 Miquel Torres [email protected]:

OK. Just to be clear, the main area in the changes page is empty, but do
the navigation bars show an executable you can select?


Reply to this email directly or view it on GitHub
#193 (comment).

@tobami
Copy link
Owner

tobami commented Apr 3, 2016

@pbrunet are you still having the same problem?
And a question I forgot to ask, which version of Python are you using?

@pbrunet
Copy link
Author

pbrunet commented Apr 4, 2016

@tobami I didn't update codespeed so the problem is still here. I may have a look at this tomorow.

About Python, I use Python 2.7

@gasparka
Copy link

@tobami
Same problem.
I followed the build guide (build from master), using virtualenv with Python 2.7 (also tested with 3.6) on Ubuntu 16.04, then did the default samples via ./manage.py loaddata codespeed/fixtures/testdata.json.

Only the comparison page shows data...
selection_081
selection_080

selection_082
selection_083

I also tried creating new projects and adding samples, but no results show :(

@KristofferC
Copy link

KristofferC commented Jul 20, 2017

Exact same problem here as poster above. Using the fixtures, the data shows up in "Comparison" but "Timeline" and "Changes" are empty.

@mwatts15
Copy link
Contributor

@KristofferC @gasparka I followed similar steps from the latest master. Looking at the logs, it looked like the wrong branch was being queried for reports/results. Setting the DEF_BRANCH in sample_settings/settings.py to "default" so it matched the data, after which I saw reports (on the landing page), as well as on the Timeline and Changes pages.

This is likely different from @pbrunet's issue. I'd be curious to know if they're experiencing problems with the latest revision on master.

@KristofferC
Copy link

@mwatts15 Yes! Setting the DEF_BRANCH made everything show up. Thank you!

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

No branches or pull requests

5 participants