Kevin Fronczak
|
8340f2f78a
|
WIP Simplified unit tests
|
2018-01-20 15:38:37 -05:00 |
|
Kevin Fronczak
|
e65840d269
|
Fix lint
|
2018-01-20 11:43:46 -05:00 |
|
Kevin Fronczak
|
c245bc24a6
|
Added video retrieval
|
2018-01-20 11:35:01 -05:00 |
|
Kevin Fronczak
|
71ebc3dc8a
|
Updated links to retrieve images
|
2018-01-20 10:42:14 -05:00 |
|
Kevin Fronczak
|
968c0cf8fc
|
Fixed typos
|
2018-01-19 14:52:40 -05:00 |
|
Kevin Fronczak
|
f8d4874f2f
|
Updated README badges to dev branch, improved setup script
|
2018-01-19 14:47:12 -05:00 |
|
Kevin Fronczak
|
261d6293dd
|
Fix lint, upgrade pylint to 1.8.1
|
2018-01-19 14:38:16 -05:00 |
|
Kevin Fronczak
|
988265fd9f
|
Removed API warning
|
2018-01-19 11:45:08 -05:00 |
|
Kevin Fronczak
|
ba03894e94
|
Refactored code in prep for API overhaul
|
2018-01-19 11:41:26 -05:00 |
|
 Kevin FronczakandGitHub
|
556c28d4b9
|
Update README.rst
|
2017-12-29 20:09:34 -05:00 |
|
 Kevin FronczakandGitHub
|
9d2a8c6b69
|
Update README.rst
|
2017-07-05 13:33:05 -04:00 |
|
 Kevin FronczakandGitHub
|
89b517f47e
|
Merge pull request #39 from fronzbot/pylint-upgrade
Upgrade to pylint==1.7.2
|
2017-07-05 13:31:45 -04:00 |
|
Kevin Fronczak
|
150016f543
|
Fixed underline too short
|
2017-07-05 13:24:22 -04:00 |
|
Kevin Fronczak
|
5df599be15
|
Upgrade to pylint==1.7.2
Also added PyPi badge to readme
|
2017-07-05 13:16:12 -04:00 |
|
 Kevin FronczakandGitHub
|
0fd4b4b274
|
Merge pull request #37 from fronzbot/case_insensitive_cameras
Added case handling on camera dict
|
2017-06-18 18:47:41 -04:00 |
|
 Kevin FronczakandGitHub
|
dd744053f4
|
Fixed issue link
|
2017-06-18 18:41:21 -04:00 |
|
Kevin Fronczak
|
be68c0d714
|
Added case handling on camera dict
|
2017-06-18 18:37:19 -04:00 |
|
 Kevin FronczakandGitHub
|
2a4b0d3f4b
|
Merge pull request #33 from fronzbot/fronzbot-patch-1
Update README.rst
|
2017-05-15 18:24:17 -04:00 |
|
 Kevin FronczakandGitHub
|
46dd002e5d
|
Update README.rst
|
2017-05-15 18:18:59 -04:00 |
|
 Kevin FronczakandGitHub
|
04bc0ace3f
|
Update README.rst
Fixed incorrect example code
|
2017-05-15 18:17:46 -04:00 |
|
 Kevin FronczakandGitHub
|
fa6cc49343
|
Merge pull request #32 from fronzbot/rst-linter
Added rst checking
|
2017-05-13 20:26:12 -04:00 |
|
Kevin Fronczak
|
231d191556
|
Added rst checking
Added reStructuredText checking so that the README is actually readable when uploaded to PyPi
|
2017-05-13 20:14:32 -04:00 |
|
 Kevin FronczakandGitHub
|
b6c8141042
|
Merge pull request #31 from fronzbot/upgrade-tests
Upgrade tests
|
2017-05-13 18:34:10 -04:00 |
|
Kevin Fronczak
|
ae209a37f7
|
Pass lint version bumps
|
2017-05-13 18:27:01 -04:00 |
|
Kevin Fronczak
|
0d07ae1b4c
|
Upgrade tests
- pylint to 1.7.1
- pydocstyle to 2.0.0
- Added bdist_wheel test to ensure packaging working properly
|
2017-05-13 12:44:36 -04:00 |
|
 Kevin FronczakandGitHub
|
cfeed4f432
|
Merge pull request #30 from fronzbot/v0.6.0
v0.6.0
v0.6.0
|
2017-05-12 16:09:45 -04:00 |
|
Kevin Fronczak
|
6ca243c05c
|
Version bump
|
2017-05-12 16:03:50 -04:00 |
|
 Kevin FronczakandGitHub
|
cfa2f0f1bc
|
Merge pull request #29 from fronzbot/better-battery-report
Added battery_string property to camera
|
2017-05-12 15:53:00 -04:00 |
|
Kevin Fronczak
|
d4456555b3
|
Updated README
|
2017-05-12 15:46:53 -04:00 |
|
Kevin Fronczak
|
01babca0f4
|
Added battery_string property to camera
Ability to detect if battery is "OK" or "Low"
|
2017-05-12 15:42:18 -04:00 |
|
 Kevin FronczakandGitHub
|
123444ddf6
|
Merge pull request #27 from fronzbot/reauth-tests
Reauth tests
|
2017-05-12 15:08:44 -04:00 |
|
Kevin Fronczak
|
aeeb894ad9
|
Added reauth test
|
2017-05-12 14:46:13 -04:00 |
|
Kevin Fronczak
|
d290fe4096
|
Added test for reauth
Test to check that we throw an exception if we cannot reauth (to ensure we don't get stuck in a loop)
|
2017-05-12 14:03:35 -04:00 |
|
 Kevin FronczakandGitHub
|
565e3e1b9d
|
Merge pull request #24 from tySwift93/development
Add Token Reauthorization
|
2017-05-12 10:39:27 -04:00 |
|
 tySwift93andGitHub
|
b23fe8319b
|
Removed a single space to make lint happy once more
PLEASE BE HAPPY
|
2017-05-10 19:47:22 -04:00 |
|
 tySwift93andGitHub
|
eb41b4285e
|
Lint is the bane of my existence
|
2017-05-10 19:42:20 -04:00 |
|
 tySwift93andGitHub
|
ab684f64ff
|
Lint is killing me
|
2017-05-10 19:27:12 -04:00 |
|
 tySwift93andGitHub
|
abea28ef00
|
Undo my attempt at fixing code coverage
|
2017-05-10 19:23:26 -04:00 |
|
 tySwift93andGitHub
|
8934645c4d
|
One final attempt to get coverage to work...
I'm just hoping something sticks!
|
2017-05-10 19:20:26 -04:00 |
|
 tySwift93andGitHub
|
68d64665a6
|
Trying to fix test coverage really quickly...
|
2017-05-10 19:03:39 -04:00 |
|
 tySwift93andGitHub
|
5099d0e67e
|
Update the changes made to _request method
Forgot to include 'return'
|
2017-05-10 18:51:34 -04:00 |
|
 tySwift93andGitHub
|
7a3ba3ae03
|
Minor change that will hopefully trigger Hound
|
2017-05-10 10:18:27 -04:00 |
|
 Kevin FronczakandGitHub
|
80272b1e27
|
Merge pull request #25 from fronzbot/hound
Create .hound.yml
|
2017-05-10 09:11:42 -04:00 |
|
 Kevin FronczakandGitHub
|
8d807289ae
|
Create .hound.yml
|
2017-05-10 09:04:56 -04:00 |
|
ttrushin
|
cb946209a2
|
Has it become obvious that I have never used pylint before?...Please work now...
|
2017-05-09 16:09:44 -04:00 |
|
ttrushin
|
890b58d0ce
|
Another attempt to fix pylint-related issues
|
2017-05-09 16:01:31 -04:00 |
|
ttrushin
|
6623f2559d
|
Hopefully fixed pylint-related issues
|
2017-05-09 15:46:18 -04:00 |
|
ttrushin
|
b395eba4f3
|
Fixed misspelling yet again...
|
2017-05-09 15:28:03 -04:00 |
|
ttrushin
|
c13f3d5b77
|
Fixed tests, fixed misspelling, and fixed a small error in _request method
|
2017-05-09 15:15:31 -04:00 |
|
ttrushin
|
13c7373917
|
Added auto-reauthorization (token refresh) when a request fails due to an expired token
|
2017-05-09 14:47:31 -04:00 |
|