-
Notifications
You must be signed in to change notification settings - Fork 142
Update, Tidy and Tweak #246
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
Open
WestDiscGolf
wants to merge
95
commits into
aarondcoleman:v3.0
Choose a base branch
from
WestDiscGolf:vNext
base: v3.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated all the tests that check exception to the new model for validating exceptions.
Before, the tests were assuming that the sample data was in a relative path to where the tests were running. With the change, the value of the SampleData folder is calculated based on the location of the test assembly. As part of this change, I also ensured that the sample data is copied over to the test location.
…t-rate-methods-to-interface add heart rate methods to IFitBitClient interface
Update NUnit to the latest versions
….NET-1 into redmorello-async-portable Init Merge
… shout be a "-" and not null
…of the null values
…wanted change. Reverted back
…ayActivityLogs Issue232 one day activity logs
…es() This prevents errors in HttpClient if the URL is malformed by omission of userId resulting in user//activities. In this case, the current version of HttpClient exhibits the behvior of switching from https to http (causing a fitbit error)
…Extensions.ToFullUrl(). Add better documentation on ToFullUrl()
…eartRateTimeSeriesNullGuard add IsNullOrWhiteSpace guard for userId param of GetHeartRateTimeSeri…
This reverts commit 0c837b6.
…HttpStatusCodeToInt Issue243 cast http status code to int
…rate slns. Add multi target testing in the tests project; .NETCoreApp 2.1, 2.2 and .NETFramework 4.6.1
Renamed it to make it clearer and removed unrequired code to aid with getting started.
Owner
|
We do want to remove all OA1 parts and finish the .Net Standard stuff, so
if that can be done in a segregated way without internal library changes,
we can work on taking that work.
Cheers,
—Aaron
On Sat, Jan 5, 2019 at 12:59 PM Adam Storr ***@***.***> wrote:
The general theme for this pull request is update and clean to aid with on
boarding when new people start using the library and ready for the next
release. The repository was generally a bit of a mess if we're being honest
and this prevents people from understanding, consuming and contributing.
I also took the opportunity to remove the multiple solutions we had in the
repository and clean that up as well. With the progression which has
occurred with netstandard in the past year I have updated the project to
multi target netstandard1.3 (is this still required?!) and netstandard2.0
and made the unit tests run on .NETCoreApp 2.1, 2.2 and .NETFramwork 4.6.1
In more detail:
1. Removed the old OAuth 1 related projects as no longer required.
2. Removed the "live debug" example, as no longer required and over
complicated.
3. Removed the old MVC sample and re-added with a more simpler cut
down version
4. (re)Added in Alex's sample console application (+ couple of tweaks)
5. Upgraded Fitbit.Portable and Tests to use the new csproj version to
allow for multi target
6. Remove un-required packages related items, eg. .nuget folder and
packages.config
7. Upgraded some of the supporting nuget packages
And it addresses: #231
<#231>, #230
<#230>, #182
<#182>, #237
<#237>
@aarondcoleman <https://github.com/aarondcoleman> There are a number of
items from your team which I wasn't sure which branch they were/weren't in
so there maybe commits in the request which have already been merged into
the right place.
@AlexGhiondea <https://github.com/AlexGhiondea> Would be good to get your
feedback on this request from a netstandard/netcore perspective now I've
managed to merge all the projects into one with multi targeting.
------------------------------
You can view, comment on, or merge this pull request online at:
#246
Commit Summary
- Added new LogActivityAsync, GetActivityLogsList, GetHeartRate methods
- Removed url string
- Update to Newtownsoft
- Start of adding some unit tests for new methods
- Added unit tests for new methods
- add heart rate methods to IFitBitClient interface
- Update the version for the NUnit framework used to test
- Change the way the sample data is discovered
- Merge pull request #221 from
bdrupieski/feature/add-heart-rate-methods-to-interface
- Merge pull request #223 from AlexGhiondea/updateNUnit
- Merge branch 'async-portable' of
https://github.com/redmorello/Fitbit.NET-1 into
redmorello-async-portable
- Merge branch 'redmorello-async-portable' into
issue228-CleanupActivityChanges
- According to the API docs. The deault to represent the loggin in
user shout be a "-" and not null
- Renamed Value to HeartActivitesValue
- Updated type of CustomHeartRateZones
- Updated GetHeartActivitiesTimeSeries to work with new
HeartActivities model
- revert encodedUserId to default(string) since "ToFullUrl" takes care
of the null values
- Deleted file because the format did not match the api
- New model to replace old Intraday model. This one matches the API
- Project changes for the new model
- Code to update Heart Rate Intraday
- Update code for HeartRateTimeSeries
- Updated client to reflect changes to the heart rate api structure
- Removed old intraday code
- Updated activity list model to match the api docs
- Int to long
- New functions to aloow for string dates to be passed
- Extra tag broke csproj load
- WIP: Started fixing tests for Heartrate
- Refactor/Rename changed Value to HeartActivitiesValue. This was an
unwanted change. Reverted back
- Changes date prop from string to DateTIme
- Fixed build errors that occured from changes to heart rate models
- Added some instructions for use
- Updated tests to validate HeartActivitiesIntradayTimeSeries
- Changed Calories out to double to match API response
- Include GetHeartRateTimeSeries1.1.json in output directory
- Test and random changes before rollback
- Partial rollback of changes, Decided to keep the previous version of
the heart acvtivity models for ease of use. Also decided to kill the new
heart rate methods (one's that allowed for a date string or a timespan)
- Merge branch 'issue228-CleanupActivityChanges' of
https://github.com/aarondcoleman/Fitbit.NET into
issue228-CleanupActivityChanges
- Updated Activity tests
- Removed dup System.Threading.Tasks import in CSPROJ
- Added System.Threading.Tasks back into CSPROJ
- Removed f as calories is now represented as a double
- Removed obsolete attributes
- Update NUnit
- Updated props to more closely resemble what Fitabase needs
- One class per file
- Naming conventions -- include `Async`
- More formatting
- Negative number check and formatting
- comments and formatting
- Unused class
- Remove old commented code
- One class per file
- Imports
- Merge pull request #229 from
aarondcoleman/issue228-CleanupActivityChanges
- Added DateOfActivity and changed Datetimes to DateTimeOffsets
- Added function to pull activity logs for one day
- return DateOfActivity as a string
- Fixed DateTime comparison
- Removed time from Activity Logs Request
- Update tests to match activity changes
- New test functions and file to test using the new activity logs
format
- New ActivityLog Model structure to more closely match Fitbit's
response and allow for correctly deserialilzed time zone offsets
- Added new serializer function, new method for getting one day's
worth of activity, and changes to make use of the new Activity Logs Format
- Adding the ability to init with JsonSerializerSettings that can be
used to convert jsjon with time zones
- LastModified to DateTimeOffset
- DateOfActivity formatting
- test deserialization error for time zones
- New parse exception for time zones
- Throw FitbitParseException
- Use JsonDotNetSerializer class
- XML comment update
- Merge pull request #233 from
aarondcoleman/issue232-OneDayActivityLogs
- add IsNullOrWhiteSpace guard for userId param of
GetHeartRateTimeSeries()
- rework GetHeartRateTimeSeries to correctly utilize
FitbitClientHelperExtensions.ToFullUrl(). Add better documentation on
ToFullUrl()
- Merge pull request #235 from
aarondcoleman/issue234-getHeartRateTimeSeriesNullGuard
- Cast HttpStatusCodes to int
- Include System.Treading.Tasks nuget package
- Revert "Include System.Treading.Tasks nuget package"
- Fix System.Threading.Tasks reference
- Merge pull request #244 from
aarondcoleman/issue243-castHttpStatusCodeToInt
- Merge; get up to date with v3 branch on Aaron's fork
- remove oauth 1 projects; no longer required
- remove fitbit live debug; no longer required, over complicating
- remove fitbit samplewebmvc; old example
- remove fitbit samplewebmvc; old example
- Fixed some merge issues. Test only run in dotnetcore at the moment
- Target Fitbit.Portable to netstandard 2.0 to remove the need for
separate slns. Add multi target testing in the tests project; .NETCoreApp
2.1, 2.2 and .NETFramework 4.6.1
- Removal of netcore sln/projs
- Remove .nuget folder, no longer required.
- Remove packages.config as no longer required
- Re-add Alex's sample console application (+ couple of tweaks)
- Remove secret things
- Add back in the sample web application.
File Changes
- *D* Fitbit.NetCore.Tests/App.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-0>
(10)
- *D* Fitbit.NetCore.Tests/Fitbit.NetCore.Tests.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-1>
(124)
- *D* Fitbit.NetCore.Tests/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-2>
(22)
- *D* Fitbit.NetCore/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-3>
(31)
- *D* Fitbit.NetCore/Fitbit.NetCore.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-4>
(40)
- *D* Fitbit.Portable.DebugSite/App_Start/IdentityConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-5>
(109)
- *D* Fitbit.Portable.DebugSite/App_Start/Startup.Auth.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-6>
(68)
- *D* Fitbit.Portable.DebugSite/Controllers/AccountController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-7>
(485)
- *D* Fitbit.Portable.DebugSite/Controllers/FitbitController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-8>
(241)
- *D* Fitbit.Portable.DebugSite/Controllers/ManageController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-9>
(387)
- *D* Fitbit.Portable.DebugSite/Global.asax.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-10>
(21)
- *D* Fitbit.Portable.DebugSite/Models/AccountViewModels.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-11>
(112)
- *D* Fitbit.Portable.DebugSite/Models/IdentityModels.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-12>
(33)
- *D* Fitbit.Portable.DebugSite/Models/ManageViewModels.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-13>
(86)
- *D* Fitbit.Portable.DebugSite/Scripts/_references.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-14>
(0)
- *D* Fitbit.Portable.DebugSite/Scripts/jquery-1.10.2.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-15>
(9789)
- *D* Fitbit.Portable.DebugSite/Scripts/jquery-1.10.2.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-16>
(6)
- *D* Fitbit.Portable.DebugSite/Scripts/jquery-1.10.2.min.map
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-17>
(1)
- *D* Fitbit.Portable.DebugSite/Scripts/jquery.validate-vsdoc.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-18>
(1288)
- *D* Fitbit.Portable.DebugSite/Scripts/jquery.validate.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-19>
(1231)
- *D* Fitbit.Portable.DebugSite/Scripts/jquery.validate.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-20>
(2)
- *D*
Fitbit.Portable.DebugSite/Scripts/jquery.validate.unobtrusive.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-21>
(19)
- *D* Fitbit.Portable.DebugSite/Scripts/modernizr-2.6.2.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-22>
(1393)
- *D* Fitbit.Portable.DebugSite/Scripts/respond.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-23>
(340)
- *D* Fitbit.Portable.DebugSite/Scripts/respond.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-24>
(20)
- *D* Fitbit.Portable.DebugSite/Views/Account/ConfirmEmail.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-25>
(10)
- *D*
Fitbit.Portable.DebugSite/Views/Account/ExternalLoginConfirmation.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-26>
(36)
- *D*
Fitbit.Portable.DebugSite/Views/Account/ExternalLoginFailure.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-27>
(8)
- *D* Fitbit.Portable.DebugSite/Views/Account/ForgotPassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-28>
(29)
- *D*
Fitbit.Portable.DebugSite/Views/Account/ForgotPasswordConfirmation.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-29>
(13)
- *D* Fitbit.Portable.DebugSite/Views/Account/Login.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-30>
(63)
- *D* Fitbit.Portable.DebugSite/Views/Account/Register.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-31>
(41)
- *D* Fitbit.Portable.DebugSite/Views/Account/ResetPassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-32>
(42)
- *D*
Fitbit.Portable.DebugSite/Views/Account/ResetPasswordConfirmation.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-33>
(12)
- *D* Fitbit.Portable.DebugSite/Views/Account/SendCode.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-34>
(24)
- *D* Fitbit.Portable.DebugSite/Views/Account/VerifyCode.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-35>
(38)
- *D*
Fitbit.Portable.DebugSite/Views/Account/_ExternalLoginsListPartial.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-36>
(28)
- *D* Fitbit.Portable.DebugSite/Views/Home/Index.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-37>
(21)
- *D* Fitbit.Portable.DebugSite/Views/Manage/AddPhoneNumber.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-38>
(29)
- *D* Fitbit.Portable.DebugSite/Views/Manage/ChangePassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-39>
(40)
- *D* Fitbit.Portable.DebugSite/Views/Manage/Index.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-40>
(84)
- *D* Fitbit.Portable.DebugSite/Views/Manage/ManageLogins.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-41>
(70)
- *D* Fitbit.Portable.DebugSite/Views/Manage/SetPassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-42>
(39)
- *D* Fitbit.Portable.DebugSite/Views/Manage/VerifyPhoneNumber.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-43>
(31)
- *D* Fitbit.Portable.DebugSite/Web.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-44>
(99)
- *D* Fitbit.Portable.DebugSite/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-45>
(31)
- *M* Fitbit.Portable.Tests/AccessTokenTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-46>
(2)
- *A* Fitbit.Portable.Tests/ActivityLogTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-47>
(170)
- *M* Fitbit.Portable.Tests/BloodPressureTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-48>
(2)
- *M* Fitbit.Portable.Tests/BodyMeasurementTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-49>
(2)
- *M* Fitbit.Portable.Tests/DayActivityTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-50>
(6)
- *M* Fitbit.Portable.Tests/DeviceTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-51>
(2)
- *M* Fitbit.Portable.Tests/FatTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-52>
(8)
- *M* Fitbit.Portable.Tests/Fitbit.Portable.Tests.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-53>
(486)
- *M* Fitbit.Portable.Tests/FitbitResponseTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-54>
(156)
- *M* Fitbit.Portable.Tests/FoodTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-55>
(2)
- *M* Fitbit.Portable.Tests/FriendsTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-56>
(2)
- *M* Fitbit.Portable.Tests/GoalsTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-57>
(2)
- *A* Fitbit.Portable.Tests/HeartRateTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-58>
(197)
- *M* Fitbit.Portable.Tests/Interceptors/FitbitHttpErrorHandlerTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-59>
(4)
- *M* Fitbit.Portable.Tests/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-60>
(32)
- *A* Fitbit.Portable.Tests/SampleData/GetActivityLogsList.json
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-61>
(1451)
- *A* Fitbit.Portable.Tests/SampleData/GetActivityLogsList2.json
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-62>
(1582)
- *A*
Fitbit.Portable.Tests/SampleData/GetHeartRateIntradayTimeSeries.json
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-63>
(4675)
- *A*
Fitbit.Portable.Tests/SampleData/GetHeartRateIntradayTimeSeries1.1.json
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-64>
(429)
- *A* Fitbit.Portable.Tests/SampleData/GetHeartRateTimeSeries.json
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-65>
(263)
- *M* Fitbit.Portable.Tests/SampleDataHelper.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-66>
(5)
- *M* Fitbit.Portable.Tests/SleepTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-67>
(2)
- *M* Fitbit.Portable.Tests/SubscriptionManagerTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-68>
(2)
- *M* Fitbit.Portable.Tests/UserProfileTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-69>
(2)
- *M* Fitbit.Portable.Tests/WaterTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-70>
(2)
- *M* Fitbit.Portable.Tests/WeightTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-71>
(4)
- *M* Fitbit.Portable.Tests/app.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-72>
(16)
- *D* Fitbit.Portable.Tests/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-73>
(14)
- *M* Fitbit.Portable/Fitbit.Portable.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-74>
(220)
- *M* Fitbit.Portable/FitbitClient.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-75>
(366)
- *M* Fitbit.Portable/FitbitClientHelperExtensions.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-76>
(6)
- *A* Fitbit.Portable/FitbitParseException.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-77>
(21)
- *M* Fitbit.Portable/FitbitRequestException.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-78>
(2)
- *M* Fitbit.Portable/FitbitTokenException.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-79>
(2)
- *M* Fitbit.Portable/IFitbitClient.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-80>
(9)
- *M* Fitbit.Portable/JsonDotNetSerializer.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-81>
(32)
- *M* Fitbit.Portable/JsonDotNetSerializerExtensions.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-82>
(6)
- *A* Fitbit.Portable/Models/Activities.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-83>
(81)
- *A* Fitbit.Portable/Models/ActivityLevel.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-84>
(17)
- *M* Fitbit.Portable/Models/ActivityLog.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-85>
(1)
- *A* Fitbit.Portable/Models/ActivityLogSource.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-86>
(23)
- *A* Fitbit.Portable/Models/ActivityLogsList.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-87>
(15)
- *A* Fitbit.Portable/Models/DatasetInterval.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-88>
(14)
- *M* Fitbit.Portable/Models/HeartActivities.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-89>
(5)
- *M* Fitbit.Portable/Models/HeartActivitiesIntraday.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-90>
(122)
- *A* Fitbit.Portable/Models/HeartActivitiesIntradayConverter.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-91>
(80)
- *M* Fitbit.Portable/Models/HeartActivitiesTimeSeries.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-92>
(2)
- *M* Fitbit.Portable/Models/HeartRateZone.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-93>
(15)
- *A* Fitbit.Portable/Models/IntradayActivitiesHeart.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-94>
(24)
- *A* Fitbit.Portable/Models/ManualValuesSpecified.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-95>
(20)
- *M* Fitbit.Portable/OAuth2/OAuth2AutoRefreshInterceptor.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-96>
(2)
- *M* Fitbit.Portable/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-97>
(11)
- *D* Fitbit/.nuget/NuGet.Config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-98>
(6)
- *D* Fitbit/Fitbit-Live-Debug.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-99>
(41)
- *D* Fitbit/Fitbit-OAuth2-Sample.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-100>
(25)
- *D* Fitbit/Fitbit-WithSamples.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-101>
(69)
- *D* Fitbit/Fitbit.NetCore.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-102>
(31)
- *D* Fitbit/Fitbit.OAuth1Migration.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-103>
(28)
- *D* NuGet/Fitbit.NET.1.0.0.nupkg
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-104>
(0)
- *D* NuGet/Fitbit.NET.1.1.1.nupkg
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-105>
(0)
- *D* NuGet/nuget.exe
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-106>
(0)
- *D* NuGet/nupack.bat
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-107>
(5)
- *D* NuGet/package/Fitbit.OAuthMigration.Public.nuspec
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-108>
(28)
- *D* NuGet/package/Fitbit.Public.nuspec
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-109>
(32)
- *D* NuGet/package/Fitbit.dev.nuspec
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-110>
(35)
- *D*
OAuth1Migration/Fitbit.OAuth1Migration.Tests/AuthenticatorTests.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-111>
(35)
- *D*
OAuth1Migration/Fitbit.OAuth1Migration.Tests/Fitbit.OAuth1Migration.Tests.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-112>
(153)
- *D*
OAuth1Migration/Fitbit.OAuth1Migration.Tests/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-113>
(36)
- *D* OAuth1Migration/Fitbit.OAuth1Migration.Tests/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-114>
(12)
- *D* OAuth1Migration/Fitbit.OAuth1Migration/Authenticator.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-115>
(91)
- *D* OAuth1Migration/Fitbit.OAuth1Migration/Constants.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-116>
(28)
- *D*
OAuth1Migration/Fitbit.OAuth1Migration/Fitbit.OAuth1Migration.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-117>
(100)
- *D* OAuth1Migration/Fitbit.OAuth1Migration/FitbitClientOA1Factory.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-118>
(61)
- *D* OAuth1Migration/Fitbit.OAuth1Migration/app.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-119>
(11)
- *D* OAuth1Migration/Fitbit.OAuth1Migration/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-120>
(10)
- *A* SampleConsole/SampleConsole.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-121>
(31)
- *A* SampleConsole/SampleConsole/App.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-122>
(10)
- *A* SampleConsole/SampleConsole/AuthorizationHelper.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-123>
(143)
- *A* SampleConsole/SampleConsole/Options.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-124>
(15)
- *A* SampleConsole/SampleConsole/Program.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-125>
(37)
- *R* SampleConsole/SampleConsole/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-126>
(8)
- *A* SampleConsole/SampleConsole/SampleConsole.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-127>
(77)
- *A* SampleConsole/SampleConsole/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-128>
(5)
- *A* SampleWebApplication/SampleWebApplication.sln
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-129>
(31)
- *R*
SampleWebApplication/SampleWebApplication/App_Start/BundleConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-130>
(0)
- *R*
SampleWebApplication/SampleWebApplication/App_Start/FilterConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-131>
(0)
- *R*
SampleWebApplication/SampleWebApplication/App_Start/RouteConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-132>
(0)
- *R* SampleWebApplication/SampleWebApplication/Content/Site.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-133>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Content/bootstrap-theme.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-134>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Content/bootstrap-theme.min.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-135>
(0)
- *R* SampleWebApplication/SampleWebApplication/Content/bootstrap.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-136>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Content/bootstrap.min.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-137>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Controllers/FitbitController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-138>
(8)
- *R*
SampleWebApplication/SampleWebApplication/Controllers/HomeController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-139>
(0)
- *R* SampleWebApplication/SampleWebApplication/Global.asax
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-140>
(0)
- *R* SampleWebApplication/SampleWebApplication/Global.asax.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-141>
(8)
- *R* SampleWebApplication/SampleWebApplication/Project_Readme.html
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-142>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-143>
(0)
- *R*
SampleWebApplication/SampleWebApplication/SampleWebApplication.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-144>
(227)
- *A* SampleWebApplication/SampleWebApplication/Scripts/_references.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-145>
(5)
- *R* SampleWebApplication/SampleWebApplication/Scripts/bootstrap.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-146>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Scripts/bootstrap.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-147>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.intellisense.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-148>
(137)
- *A* SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-149>
(10364)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-150>
(2)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.min.map
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-151>
(1)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.slim.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-152>
(8269)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.slim.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-153>
(2)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery-3.3.1.slim.min.map
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-154>
(1)
- *R*
SampleWebApplication/SampleWebApplication/Scripts/jquery.validate-vsdoc.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-155>
(6)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery.validate.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-156>
(1601)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery.validate.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-157>
(4)
- *R*
SampleWebApplication/SampleWebApplication/Scripts/jquery.validate.unobtrusive.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-158>
(86)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/jquery.validate.unobtrusive.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-159>
(5)
- *R*
SampleWebApplication/SampleWebApplication/Scripts/modernizr-2.8.3.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-160>
(451)
- *A* SampleWebApplication/SampleWebApplication/Scripts/respond.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-161>
(224)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/respond.matchmedia.addListener.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-162>
(273)
- *A*
SampleWebApplication/SampleWebApplication/Scripts/respond.matchmedia.addListener.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-163>
(5)
- *A* SampleWebApplication/SampleWebApplication/Scripts/respond.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-164>
(5)
- *R* SampleWebApplication/SampleWebApplication/Startup.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-165>
(6)
- *R*
SampleWebApplication/SampleWebApplication/Views/Fitbit/Callback.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-166>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Views/Fitbit/LastWeekSteps.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-167>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Views/Fitbit/TestToken.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-168>
(0)
- *R* SampleWebApplication/SampleWebApplication/Views/Home/About.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-169>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Views/Home/Contact.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-170>
(0)
- *R* SampleWebApplication/SampleWebApplication/Views/Home/Index.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-171>
(13)
- *R*
SampleWebApplication/SampleWebApplication/Views/Shared/Error.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-172>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Views/Shared/Lockout.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-173>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Views/Shared/_Layout.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-174>
(0)
- *R*
SampleWebApplication/SampleWebApplication/Views/Shared/_LoginPartial.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-175>
(0)
- *R* SampleWebApplication/SampleWebApplication/Views/Web.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-176>
(0)
- *R* SampleWebApplication/SampleWebApplication/Views/_ViewStart.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-177>
(0)
- *R* SampleWebApplication/SampleWebApplication/Web.Debug.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-178>
(0)
- *R* SampleWebApplication/SampleWebApplication/Web.Release.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-179>
(0)
- *R* SampleWebApplication/SampleWebApplication/Web.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-180>
(36)
- *R* SampleWebApplication/SampleWebApplication/favicon.ico
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-181>
(0)
- *R*
SampleWebApplication/SampleWebApplication/fonts/glyphicons-halflings-regular.eot
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-182>
(0)
- *R*
SampleWebApplication/SampleWebApplication/fonts/glyphicons-halflings-regular.svg
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-183>
(0)
- *R*
SampleWebApplication/SampleWebApplication/fonts/glyphicons-halflings-regular.ttf
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-184>
(0)
- *R*
SampleWebApplication/SampleWebApplication/fonts/glyphicons-halflings-regular.woff
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-185>
(0)
- *A* SampleWebApplication/SampleWebApplication/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-186>
(36)
- *D* SampleWebMVC.Portable/App_Start/RouteConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-187>
(23)
- *D* SampleWebMVC.Portable/Content/Site.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-188>
(18)
- *D* SampleWebMVC.Portable/Content/bootstrap.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-189>
(0)
- *D* SampleWebMVC.Portable/Content/bootstrap.min.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-190>
(0)
- *D* SampleWebMVC.Portable/Controllers/FitbitController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-191>
(0)
- *D* SampleWebMVC.Portable/Controllers/HomeController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-192>
(0)
- *D* SampleWebMVC.Portable/Global.asax
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-193>
(0)
- *D* SampleWebMVC.Portable/Global.asax.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-194>
(0)
- *D* SampleWebMVC.Portable/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-195>
(0)
- *D* SampleWebMVC.Portable/SampleWebMVC.Portable.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-196>
(0)
- *D* SampleWebMVC.Portable/Scripts/bootstrap.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-197>
(0)
- *D* SampleWebMVC.Portable/Scripts/bootstrap.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-198>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery-1.10.2.intellisense.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-199>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery-1.10.2.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-200>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery-1.10.2.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-201>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery-1.10.2.min.map
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-202>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery.validate-vsdoc.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-203>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery.validate.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-204>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery.validate.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-205>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery.validate.unobtrusive.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-206>
(0)
- *D* SampleWebMVC.Portable/Scripts/jquery.validate.unobtrusive.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-207>
(0)
- *D* SampleWebMVC.Portable/Scripts/modernizr-2.6.2.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-208>
(0)
- *D* SampleWebMVC.Portable/Views/Fitbit/Devices.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-209>
(0)
- *D* SampleWebMVC.Portable/Views/Fitbit/Friends.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-210>
(0)
- *D* SampleWebMVC.Portable/Views/Fitbit/TimeSeriesDataList.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-211>
(0)
- *D* SampleWebMVC.Portable/Views/Fitbit/TimeSeriesDataListInt.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-212>
(0)
- *D* SampleWebMVC.Portable/Views/Fitbit/UserProfile.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-213>
(0)
- *D* SampleWebMVC.Portable/Views/Home/Index.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-214>
(0)
- *D* SampleWebMVC.Portable/Views/Shared/_Layout.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-215>
(0)
- *D* SampleWebMVC.Portable/Views/_ViewStart.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-216>
(0)
- *D* SampleWebMVC.Portable/Views/web.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-217>
(0)
- *D* SampleWebMVC.Portable/Web.Debug.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-218>
(0)
- *D* SampleWebMVC.Portable/Web.Release.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-219>
(0)
- *D* SampleWebMVC.Portable/Web.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-220>
(0)
- *D* SampleWebMVC.Portable/fonts/glyphicons-halflings-regular.eot
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-221>
(0)
- *D* SampleWebMVC.Portable/fonts/glyphicons-halflings-regular.svg
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-222>
(0)
- *D* SampleWebMVC.Portable/fonts/glyphicons-halflings-regular.ttf
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-223>
(0)
- *D* SampleWebMVC.Portable/fonts/glyphicons-halflings-regular.woff
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-224>
(0)
- *D* SampleWebMVC.Portable/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-225>
(0)
- *D* SampleWebMVCOAuth2/App_Start/BundleConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-226>
(0)
- *D* SampleWebMVCOAuth2/App_Start/FilterConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-227>
(0)
- *D* SampleWebMVCOAuth2/App_Start/IdentityConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-228>
(0)
- *D* SampleWebMVCOAuth2/App_Start/RouteConfig.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-229>
(0)
- *D* SampleWebMVCOAuth2/App_Start/Startup.Auth.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-230>
(0)
- *D* SampleWebMVCOAuth2/Content/Site.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-231>
(0)
- *D* SampleWebMVCOAuth2/Content/bootstrap-theme.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-232>
(0)
- *D* SampleWebMVCOAuth2/Content/bootstrap-theme.min.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-233>
(0)
- *D* SampleWebMVCOAuth2/Content/bootstrap.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-234>
(0)
- *D* SampleWebMVCOAuth2/Content/bootstrap.min.css
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-235>
(0)
- *D* SampleWebMVCOAuth2/Controllers/AccountController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-236>
(0)
- *D* SampleWebMVCOAuth2/Controllers/HomeController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-237>
(0)
- *D* SampleWebMVCOAuth2/Controllers/ManageController.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-238>
(0)
- *D* SampleWebMVCOAuth2/Global.asax
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-239>
(0)
- *D* SampleWebMVCOAuth2/Models/AccountViewModels.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-240>
(0)
- *D* SampleWebMVCOAuth2/Models/IdentityModels.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-241>
(0)
- *D* SampleWebMVCOAuth2/Models/ManageViewModels.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-242>
(0)
- *D* SampleWebMVCOAuth2/Project_Readme.html
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-243>
(0)
- *D* SampleWebMVCOAuth2/Properties/AssemblyInfo.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-244>
(0)
- *D* SampleWebMVCOAuth2/SampleWebMVCOAuth2.csproj
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-245>
(0)
- *D* SampleWebMVCOAuth2/Scripts/_references.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-246>
(0)
- *D* SampleWebMVCOAuth2/Scripts/bootstrap.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-247>
(0)
- *D* SampleWebMVCOAuth2/Scripts/bootstrap.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-248>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery-1.10.2.intellisense.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-249>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery-1.10.2.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-250>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery-1.10.2.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-251>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery-1.10.2.min.map
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-252>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery.validate.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-253>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery.validate.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-254>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery.validate.unobtrusive.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-255>
(0)
- *D* SampleWebMVCOAuth2/Scripts/jquery.validate.unobtrusive.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-256>
(0)
- *D* SampleWebMVCOAuth2/Scripts/respond.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-257>
(0)
- *D* SampleWebMVCOAuth2/Scripts/respond.min.js
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-258>
(0)
- *D* SampleWebMVCOAuth2/Startup.cs
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-259>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/ConfirmEmail.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-260>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/ExternalLoginConfirmation.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-261>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/ExternalLoginFailure.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-262>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/ForgotPassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-263>
(0)
- *D*
SampleWebMVCOAuth2/Views/Account/ForgotPasswordConfirmation.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-264>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/Login.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-265>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/Register.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-266>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/ResetPassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-267>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/ResetPasswordConfirmation.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-268>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/SendCode.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-269>
(0)
- *D* SampleWebMVCOAuth2/Views/Account/VerifyCode.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-270>
(0)
- *D*
SampleWebMVCOAuth2/Views/Account/_ExternalLoginsListPartial.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-271>
(0)
- *D* SampleWebMVCOAuth2/Views/Fitbit/Callback.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-272>
(0)
- *D* SampleWebMVCOAuth2/Views/Fitbit/LastWeekSteps.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-273>
(0)
- *D* SampleWebMVCOAuth2/Views/Fitbit/TestToken.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-274>
(0)
- *D* SampleWebMVCOAuth2/Views/Home/About.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-275>
(0)
- *D* SampleWebMVCOAuth2/Views/Home/Contact.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-276>
(0)
- *D* SampleWebMVCOAuth2/Views/Manage/AddPhoneNumber.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-277>
(0)
- *D* SampleWebMVCOAuth2/Views/Manage/ChangePassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-278>
(0)
- *D* SampleWebMVCOAuth2/Views/Manage/Index.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-279>
(0)
- *D* SampleWebMVCOAuth2/Views/Manage/ManageLogins.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-280>
(0)
- *D* SampleWebMVCOAuth2/Views/Manage/SetPassword.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-281>
(0)
- *D* SampleWebMVCOAuth2/Views/Manage/VerifyPhoneNumber.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-282>
(0)
- *D* SampleWebMVCOAuth2/Views/Shared/Error.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-283>
(0)
- *D* SampleWebMVCOAuth2/Views/Shared/Lockout.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-284>
(0)
- *D* SampleWebMVCOAuth2/Views/Shared/_Layout.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-285>
(0)
- *D* SampleWebMVCOAuth2/Views/Shared/_LoginPartial.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-286>
(0)
- *D* SampleWebMVCOAuth2/Views/Web.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-287>
(0)
- *D* SampleWebMVCOAuth2/Views/_ViewStart.cshtml
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-288>
(0)
- *D* SampleWebMVCOAuth2/Web.Debug.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-289>
(0)
- *D* SampleWebMVCOAuth2/Web.Release.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-290>
(0)
- *D* SampleWebMVCOAuth2/favicon.ico
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-291>
(0)
- *D* SampleWebMVCOAuth2/fonts/glyphicons-halflings-regular.eot
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-292>
(0)
- *D* SampleWebMVCOAuth2/fonts/glyphicons-halflings-regular.svg
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-293>
(0)
- *D* SampleWebMVCOAuth2/fonts/glyphicons-halflings-regular.ttf
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-294>
(0)
- *D* SampleWebMVCOAuth2/fonts/glyphicons-halflings-regular.woff
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-295>
(0)
- *D* SampleWebMVCOAuth2/packages.config
<https://github.com/aarondcoleman/Fitbit.NET/pull/246/files#diff-296>
(0)
Patch Links:
- https://github.com/aarondcoleman/Fitbit.NET/pull/246.patch
- https://github.com/aarondcoleman/Fitbit.NET/pull/246.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#246>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJ1CRXQh1gp2UTEzyl8MOUspk9TfUodks5vARIbgaJpZM4ZyFsP>
.
--
Founder & CEO
Fitabase by Small Steps Labs LLC
@aaronc
|
Contributor
|
Hey — didn’t see the notification for this until now — will take a look over the weekend!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The general theme for this pull request is update and clean to aid with on boarding when new people start using the library and ready for the next release. The repository was generally a bit of a mess if we're being honest and this prevents people from understanding, consuming and contributing.
I also took the opportunity to remove the multiple solutions we had in the repository and clean that up as well. With the progression which has occurred with netstandard in the past year I have updated the project to multi target netstandard1.3 (is this still required?!) and netstandard2.0 and made the unit tests run on .NETCoreApp 2.1, 2.2 and .NETFramwork 4.6.1
In more detail:
And it addresses: #231, #230, #182, #237
@aarondcoleman There are a number of items from your team which I wasn't sure which branch they were/weren't in so there maybe commits in the request which have already been merged into the right place.
@AlexGhiondea Would be good to get your feedback on this request from a netstandard/netcore perspective now I've managed to merge all the projects into one with multi targeting.