Bailey

Results 39 issues of Bailey

I have miniflux working now. But wanted to document the issues I ran into when trying to spin up miniflux using the example basic docker compose. Initially, I started with...

installation issue

For next major release, remove the following deprecated features and settings: * [PythonAndGUploadInstalled](https://github.com/philosowaffle/peloton-to-garmin/blob/master/src/Common/Configuration.cs#L90) - Remove support for deprecated setting

Console

* https://api.onepeloton.com/api/user/9d50dddf7e594c57bda54280eeec98d7/overview?version=1 ``` {"id": "9d50dddf7e594c57bda54280eeec98d7", "workout_counts": {"total_workouts": 374, "workouts": [{"name": "Cycling", "slug": "cycling", "count": 281, "icon_url": "https://s3.amazonaws.com/static-cdn.pelotoncycle.com/workout-count-icons/nonzero-cycling2.png", "workout_name": "Cycling"}, {"name": "Meditation", "slug": "meditation", "count": 21, "icon_url": "https://s3.amazonaws.com/static-cdn.pelotoncycle.com/workout-count-icons/nonzero-meditation2.png", "workout_name": "Meditation"}, {"name":...

enhancement
Console
Api

**Is your feature request related to a problem? Please describe.** Currently the Sync page on the UI only loads the last N number of workouts. Would be nice to load...

enhancement
Web UI
Api

Settings api needs to be hardened with validation and proper response codes: https://github.com/philosowaffle/peloton-to-garmin/blob/master/src/Api/Controllers/SettingsController.cs

Api

For users who run this script as a scheduled task or job, would be easier for the script to attempt fetch all activities since a LastSyncDate. Now that we have...

enhancement
Web UI
Console

As a user I would like to save my credentials in an encrypted format so that they are not available in plain text. **Tech Limitations:** 1. Normal password management would...

enhancement
Web UI
Console

Issues: 1. Why are we printing `Http Call Failed. null` without any other useful information? 2. Can catch SSL exception and log more meaningful error message? 3. Batch workouts and...

bug
research needed
Console
Api

**Describe the bug** The Traces are all getting grouped under a single long lived Parent Trace instead of being unique per request. **To Reproduce** 1. Enable tracing 2. Visit WebUI...

bug
Web UI
Api

**Is your feature request related to a problem? Please describe.** When P2G starts up, a message should display if there is a newer version available. **Describe the solution you'd like**...

enhancement