Commit Graph

140 Commits

Author SHA1 Message Date
Sam
cd9b72c23e update CHANGELOG.md 2021-01-31 18:06:56 +01:00
Sam
f1c7d3fe33 Docker - update documentation 2021-01-31 12:03:21 +01:00
Sam
ef7533d9f9 update CHANGELOG.md 2021-01-31 10:53:31 +01:00
Sam
8a9a133a9f Docs - update screenshot 2021-01-20 17:57:36 +01:00
Sam
635f88ba5f update documentation 2021-01-10 14:55:17 +01:00
Sam
e90937e01e bump version to 0.4.3 2021-01-10 14:41:04 +01:00
Sam
210627f2ed API - update python dependencies 2021-01-10 14:32:16 +01:00
Sam
3a80e01cc2 API - replace 'Activity' with 'Workout' - #58 2021-01-10 11:32:11 +01:00
Sam
36de0488be update CHANGELOG.md 2021-01-03 09:44:47 +01:00
Sam
cf38808111 bump version to 0.4.2 2021-01-03 09:40:46 +01:00
Sam
4705393a08 API - refactor api responses 2021-01-01 16:39:29 +01:00
Sam
21e79c8883 update CHANGELOG.md
+ bump version to 0.4.1
2020-12-31 11:48:33 +01:00
Sam
480bdd330e API - return activity shorter id - #57 2020-12-30 22:08:10 +01:00
Sam
3af845f18c API - add uuid to activity and return it instead of id to client - #57 2020-12-30 19:58:42 +01:00
Sam
806c333bf5 add missing docs 2020-12-30 11:12:35 +01:00
Sam
e85f8cce53 Tests - add headless option for e2e tests 2020-12-30 10:15:28 +01:00
Sam
26d9402425 API - update python dependencies (wip) 2020-12-25 19:15:04 +01:00
Sam
314efd9fd3 fix typo 2020-09-19 15:10:13 +02:00
Sam
89588a4490 update CHANGELOG.md 2020-09-19 14:54:34 +02:00
Sam
e7ee2d50af update documentation 2020-09-19 13:56:19 +02:00
Sam
8320ce53b3 bump version to 0.4.0 2020-09-18 08:51:00 +02:00
Sam
af301b437e API - remove intermediate directory and rename api directory 2020-09-16 15:41:06 +02:00
Sam
a5a2033918 API & Client - update map attribution to match tile server - fix #54 2020-09-16 13:01:21 +02:00
Sam
a5e40612ba API & Client - tile server for map can be changed - fix #54 2020-09-16 11:47:33 +02:00
Sam
1f8754a4f9 API - update python dependencies 2020-09-16 11:09:32 +02:00
Sam
f5e103fa07 update python dependencies 2020-08-09 18:03:58 +02:00
Sam
78b11120ec update documentation 2020-07-15 17:19:37 +02:00
Sam
404bf286ef update documentation 2020-07-15 15:30:41 +02:00
Sam
2f787ed92d update python dependencies and lint fix 2020-07-14 17:20:03 +02:00
Sam
2540fa79d3 Docs - update api documentation 2020-07-11 18:44:03 +02:00
Sam
f53213b4e9 API - refactor tests with classes 2020-05-10 15:56:06 +02:00
Sam
0c07ce172a API & Client - minor fixes 2020-05-03 11:30:40 +02:00
Sam
2fda3b1330 add missing doc 2020-05-02 18:43:10 +02:00
Sam
abca323936 API - move health route 2020-05-01 18:10:34 +02:00
Sam
aa29231fd9 Merge branch 'master' into v0.3.0 2020-05-01 09:51:19 +02:00
Sam
d8147cfef5 update python dependencies 2020-04-29 14:57:20 +02:00
Sam
6270b15e11 API & Client - replace user id with username in activities, records and stats 2020-02-08 15:22:10 +01:00
Sam
9f487a4d68 API & Client - remove id in user data 2020-02-08 15:22:10 +01:00
Sam
2c3bc0f9bc API & Client : replace id with username to fetch a user 2020-02-08 15:22:10 +01:00
Sam
33ed19a7e7 API & Client : add a link to display user detail in admin - #15 2020-02-08 15:22:10 +01:00
Sam
175c608920 Merge branch 'master' into v0.3.0
Conflicts:
	docs/objects.inv
	docs/searchindex.js
	fittrackee_api/poetry.lock
	fittrackee_api/pyproject.toml
	fittrackee_client/src/actions/index.js
	fittrackee_client/src/components/App.jsx
	fittrackee_client/src/utils/index.js
2020-02-07 11:12:32 +01:00
Sam
c576911c9d update documentation 2020-02-02 09:57:48 +01:00
Sam
13306ad800 update CHANGELOG.md 2020-01-31 15:23:57 +01:00
Sam
fab69ceabe update CHANGELOG.md 2020-01-31 14:23:31 +01:00
Sam
8c711a2e83 Merge branch 'master' into v0.3.0
Conflicts:
	VERSION
	docs/.buildinfo
	docs/_static/documentation_options.js
	docs/api/activities.html
	docs/api/auth.html
	docs/api/index.html
	docs/api/records.html
	docs/api/sports.html
	docs/api/stats.html
	docs/api/users.html
	docs/changelog.html
	docs/features.html
	docs/genindex.html
	docs/http-routingtable.html
	docs/index.html
	docs/installation.html
	docs/objects.inv
	docs/search.html
	docs/searchindex.js
	docs/troubleshooting/administrator.html
	docs/troubleshooting/index.html
	docs/troubleshooting/user.html
	fittrackee_api/poetry.lock
	fittrackee_client/src/utils/index.js
	yarn.lock
2020-01-30 22:45:50 +01:00
Sam
694248ecac update CHANGELOG.md 2020-01-30 21:54:44 +01:00
Sam
57a977ec7e update version 2020-01-30 21:24:47 +01:00
Sam
a413ff35ae Client - minor style change 2020-01-30 18:51:17 +01:00
Sam
99ee0e4200 Merge branch 'master' into v0.3.0 2019-12-29 13:39:26 +01:00
Sam
34433b4e63 Docs - update features 2019-12-29 12:50:32 +01:00