-
Notifications
You must be signed in to change notification settings - Fork 48
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
Added ascent record to Dashboard #167
Conversation
Hi, Thanks for your PR. I merged the translation fix from PR#161, which generates a conflict. $ make check-all I also merged new features that needed a migration. I plan to release a new version today. You can wait the release to make changes if you want. Don't hesitate to ping me, if you have any questions. Thanks. |
So I'm trying to figure out the tests, but since I was developing in Docker I don't have an env set up to run them. Is there a doc anywhere for setting up for dev? |
Tried to do this letting GitHub handle the tests, looks like I'm stuck on the DB upgrade and not sure where to go from here. |
Hi, The error on db upgrade is due to a wrong down revision (sorry my bad, the right down revision is I also fixed getting user records when the user has workouts without gpx file. |
I added some commands to run tests and lint with docker (see #222) |
No description provided.