Private
Public Access
1
0
Commit Graph

190 Commits

Author SHA1 Message Date
Sander Roosendaal
9ea2720dc9 recognizes and refuses kml (through email) 2017-11-06 17:06:05 +01:00
Sander Roosendaal
657e9e9cd0 has "Make Ranking" on left panel workflow page 2017-11-03 13:39:53 +01:00
Sander Roosendaal
c974927192 processes files > 1 MB offline 2017-11-02 15:53:54 +01:00
Sander Roosendaal
c871d69097 emailprocessing stops in a controlled way 2017-11-02 10:27:05 +01:00
Sander Roosendaal
b17cf3d6dd sets own job ID on RQ jobs in production 2017-11-02 08:32:55 +01:00
Sander Roosendaal
0949b3cec9 hotfix - check for nan in dataprep windowsize
f could get value NaN. Added is not np.isinf()
2017-10-31 07:48:41 +01:00
Sander Roosendaal
6b793724ed redis monitor for CP update jobs
Stores job id in a cookie. Upon reload, checks if job is still busy. If
busy, no new jobs are started. Some messaging for users to give them
information about the job status.
2017-10-27 11:52:47 +02:00
Sander Roosendaal
32efe6b7eb bug fix hopefully 2017-10-26 23:16:15 +02:00
Sander Roosendaal
29243516ae does Alternative OTE ranking
added an OTE ranking piece calculator based on manually added ranking
instead of automatically detected ranking
2017-10-26 22:53:02 +02:00
Sander Roosendaal
0e185f9c2f working, not tested asynchronous OTE ranking 2017-10-26 16:39:02 +02:00
Sander Roosendaal
6a4eb4583c show Flex Chart notes on Flex Chart page 2017-10-25 17:44:06 +02:00
Sander Roosendaal
ae520e346f skips CP calculation when OTW workout has no power data 2017-10-25 16:49:38 +02:00
Sander Roosendaal
42d9b19a28 removed redundant code 2017-10-25 16:22:36 +02:00
Sander Roosendaal
74acd35e7a Offline CP calculations for OTW
A new table in the database with precalculated CP values. The data
are updated through RQ/Celery asynchronous functions
2017-10-25 15:17:14 +02:00
Sander Roosendaal
c4c9ec6460 Merge tag 'v4.34' into develop
hotfixed bug
2017-10-22 11:58:14 +02:00
Sander Roosendaal
d7592f3c12 bug fix 2017-10-22 11:55:20 +02:00
Sander Roosendaal
dd05cf2d1b cleaning up 2017-10-22 11:33:18 +02:00
Sander Roosendaal
db9e38c9bb removed TCXParserNoHR 2017-10-21 20:53:06 +02:00
Sander Roosendaal
10cc35b269 accounted for possible 'notgzip' response from rowingdata 2017-10-18 09:24:01 +02:00
Sander Roosendaal
35ad449421 try/except around get_file_type to catch corrupt gzip 2017-10-18 09:16:15 +02:00
Sander Roosendaal
7cc59cb71a refined hard 2017-10-10 14:48:07 +02:00
Sander Roosendaal
977c8b9a79 added announcement for hard workout 2017-10-10 14:41:23 +02:00
Sander Roosendaal
4924c6bda8 back to using arrow for unixtime in dataprep 2017-09-26 15:46:59 +02:00
Sander Roosendaal
8f3d6f21bb changed back arrow to mktime in dataprep 2017-09-25 22:31:29 +02:00
Sander Roosendaal
ba1b0cea8a support for OTW BoatCoach 2017-09-25 21:34:34 +02:00
Sander Roosendaal
0fa2012d78 fixed mktime to arrow.get().timestamp in dataprep 2017-09-22 09:52:20 +02:00
Sander Roosendaal
43300cc28d added default time zone setting 2017-09-21 09:21:33 +02:00
Sander Roosendaal
e689955802 added calcdps routine 2017-09-20 11:18:42 +02:00
Sander Roosendaal
d95ac01172 added distance per stroke metric 2017-09-19 16:39:58 +02:00
Sander Roosendaal
ffea92278e added lbs/N force unit to model, use that 2017-09-17 15:58:36 +02:00
Sander Roosendaal
8ccc8dd3a0 tested split and flexchart 2017-09-17 15:40:52 +02:00
Sander Roosendaal
d38512a47c first pass - untested 2017-09-17 15:01:07 +02:00
Sander Roosendaal
55049532e4 bugfix 2017-09-15 15:34:30 +02:00
Sander Roosendaal
7d6e778625 dataprep partially done - continue on line 1400 2017-09-15 15:31:13 +02:00
Sander Roosendaal
f1a05db1e4 some bug fixing for invalid TCX files 2017-09-14 17:25:26 +02:00
Sander Roosendaal
53512aab47 Merge tag 'v3.68' into develop
fixed stravauploadw bug
2017-09-12 11:36:46 +02:00
Sander Roosendaal
734b2631f1 added test if gz file exists + repair - strave export 2017-09-12 08:52:41 +02:00
Sander Roosendaal
a5639e734f timezone aware bug fixes 2017-09-04 12:52:13 +02:00
Sander Roosendaal
b4953509a4 improved timezone awareness on upload 2017-09-04 12:18:12 +02:00
Sander Roosendaal
58ab1f87bb time zone aware rowingdata accepted 2017-09-02 16:54:09 +02:00
Sander Roosendaal
384ad4871e fixed bug related to split after rowing physics calc 2017-08-29 10:22:38 +02:00
Sander Roosendaal
08612aa4ce dataprep 2017-08-24 10:30:39 +02:00
Sander Roosendaal
c46c776884 bug fix and improved split behavior 2017-08-24 09:59:19 +02:00
Sander Roosendaal
0af56b6e2f added OTE split 2017-08-23 10:57:27 +02:00
Sander Roosendaal
45fe8a6181 workout split works 2017-08-23 09:55:26 +02:00
Sander Roosendaal
7e78abc1ef split seems to be working now 2017-08-22 22:28:09 +02:00
Sander Roosendaal
f44fee0f12 split workout (bugs) 2017-08-22 20:15:06 +02:00
Sander Roosendaal
07323ac545 added coxmate support 2017-08-21 12:54:32 +02:00
Sander Roosendaal
79b3826571 made fix_newtons a bit more flexible 2017-08-09 13:17:26 +02:00
Sander Roosendaal
07b4a7a71e fix 2017-08-09 11:19:42 +02:00