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

Add instructions to insert metric info in DB #39

Open
snadi opened this issue Sep 10, 2020 · 1 comment · May be fixed by #43
Open

Add instructions to insert metric info in DB #39

snadi opened this issue Sep 10, 2020 · 1 comment · May be fixed by #43

Comments

@snadi
Copy link
Contributor

snadi commented Sep 10, 2020

Right now, the metrics table is just used to relate charts to metrics so they can be presented in the website. Thus, it wasn't documented in this repo but this causes the scripts to fail. After creating the DB, the following needs to be run in the DB:

insert into Metric(name) value("popularity");
insert into Metric(name) value("release frequency");
insert into Metric(name) value("last discussed on so");
insert into Metric(name) value("last modification date");
insert into Metric(name) value("breaking changes");
insert into Metric(name) value("issue response");
insert into Metric(name) value("issue closing");
insert into Metric(name) value("issue classification");
@snadi
Copy link
Contributor Author

snadi commented Sep 10, 2020

@Hk-tang this should solve your problem. I guess we have to update the ReadMe with this but this is also related to issue #27 .. please open the issue anyways with your log and link it to this so that we know the solution if we face the same issue again

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