sympy / sympy-bot-old

SymPy pull request helper
http://reviews.sympy.org/
Other
24 stars 16 forks source link

Update app.yaml for the hrd app #165

Open asmeurer opened 11 years ago

asmeurer commented 11 years ago

This starts to fix #138.

asmeurer commented 11 years ago

My hope is that after we do this, we will no longer be over quota, but even if we aren't we will be again soon. How can we export the current reviews and start from scratch? Currently, the reviews site is completely broken because we hit the data quota.

vramana commented 11 years ago

@asmeurer How does this solve the quota issue? I didn't get it.

asmeurer commented 11 years ago

Yeah, I actually doubt it will solve the quota issue, but it is something that needs to be done. Even dev_appserver no longer works with Python 2.5.

vramana commented 11 years ago

Why don't we migrate to python 2.7??

asmeurer commented 11 years ago

This does migrate to 2.7 (you have to to move to hrd). Or did I misunderstand your question?

asmeurer commented 11 years ago

OK, I got it working: http://sympy-reviews.appspot.com/report/ag9zfnN5bXB5LXJldmlld3NyCwsSBFRhc2sY6QcM.

Now, how to point the reviews site to it...

asmeurer commented 11 years ago

A data store solution would be to just leave old reviews site as it is (instead of migrating), and starting fresh with this one. The downside is that urls will break unless we implement some kind of redirection (which I have no idea how to do).

Thoughts?

asmeurer commented 11 years ago

This is what would happen if we did that.

I am also in the process of downloading the data to my computer. It looks like it is going into a sql database file.

vramana commented 11 years ago

No.

asmeurer commented 11 years ago