Jay Lee
93916d4ed1
remove timeout that caused sporadic failure
2019-10-01 12:44:22 -04:00
Jay Lee
1d1e48acb7
One lock for r/w, cleanup .lock file. Fixes #1011 .
...
Keep lock in place thru read and possible write of oauth2.txt. This
allows only a single process to refresh credentials, others won't see the token
until post-refresh and we avoid multiple refreshes in parallel.
filelock can cleanup after itself on Windows but has to avoid a deadlock on *nix.
Try to cleanup the .lock file for it.
2019-10-01 10:59:46 -04:00
Jay Lee
1884e1a111
file locking for oauth2.txt
2019-09-30 16:18:24 -04:00
Jay Lee
2d0396da21
GAM 4.95, Ross' changes in #1018 , re-enable older Python tests
2019-09-28 12:15:31 -04:00
Jay Lee
cce47ba723
another attempt to fix bionic
2019-09-28 07:00:34 -04:00
Jay Lee
5e3374acbc
unset LD_LIBRARY_PATH to fix deploy
2019-09-28 06:34:24 -04:00
Jay Lee
13d7de9501
travis
2019-09-27 22:43:14 -04:00
Jay Lee
d78abc92f2
update ruby gems
2019-09-27 21:32:16 -04:00
Jay Lee
cb24d3bf78
travis
2019-09-27 19:52:37 -04:00
Jay Lee
8360019080
parallel tests
2019-09-27 18:59:52 -04:00
Jay Lee
edf09a2d7b
travis
2019-09-27 16:14:47 -04:00
Jay Lee
1de445c5b8
travis
2019-09-27 15:28:31 -04:00
Jay Lee
8d7f307173
more travis
2019-09-27 14:59:46 -04:00
Jay Lee
0a23a6d084
more travis
2019-09-27 14:37:59 -04:00
Jay Lee
87fa70be2c
travis
2019-09-27 13:40:41 -04:00
Jay Lee
b57c62fe1b
mroe travis
2019-09-27 12:34:43 -04:00
Jay Lee
a8c1051e0f
more travis work
2019-09-27 11:43:27 -04:00
Jay Lee
d7ba12e729
flush travis cache, osx libraries
2019-09-27 10:17:23 -04:00
Jay Lee
1d3c47f3fd
more diag
2019-09-18 18:52:26 -04:00
Jay Lee
4ae81bae99
brew upgrade on MacOS
2019-09-18 18:19:19 -04:00
Jay Lee
2fc301d061
full path to win python
2019-09-18 18:14:58 -04:00
Jay Lee
fc6e6d1ab6
verbose logging on MacOS
2019-09-18 17:50:30 -04:00
Jay Lee
9cb4ee9d6f
figure out what's up with path
2019-09-18 17:44:37 -04:00
Jay Lee
28573b47a8
more build fixes
2019-09-18 16:35:28 -04:00
Jay Lee
b984f62bbf
a_atleast_b tool
2019-09-18 15:16:16 -04:00
Jay Lee
a89e0936c2
OpenSSL 1.1.1d on Windows
2019-09-18 14:59:33 -04:00
Ross Scroggs
00b7ead8bb
Standard Got messages to always show total_items ( #1015 )
2019-09-18 08:40:57 -04:00
Ross Scroggs
dce5016261
Add recoveryEmail/Phone to users field list ( #1012 )
2019-09-13 10:33:03 -04:00
Ross Scroggs
2bc759778c
Keep pylint happy ( #1008 )
2019-09-12 18:49:46 -04:00
Jay Lee
3aa6869a4b
fix MacOS vars
2019-09-06 11:21:39 -04:00
Jay Lee
209fdfd5b9
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-09-06 11:15:27 -04:00
Jay Lee
eec0df14b5
MacOS codenames
2019-09-06 11:14:03 -04:00
Ross Scroggs
7e2810d33d
Fix code to avoid trap when description is long ( #1004 )
...
* Fix code to avoid trap when description is long
* Code cleanup
2019-09-06 11:12:42 -04:00
Jay Lee
78404c8cd3
cleanup MacOS
2019-09-06 10:56:22 -04:00
Jay Lee
bcef526213
More recognizable OS info in gam version
2019-09-06 10:44:06 -04:00
Jay Lee
00d5767246
show Python MacOS versions
2019-09-06 07:17:47 -04:00
Jay Lee
5beff97f95
test building on multiple MacOS versions
2019-09-05 19:51:46 -04:00
Jay Lee
cfd36c2836
GAM 4.94, pull in Ross changes in #1003
2019-08-30 11:45:52 -04:00
Jay Lee
7689ac7bed
disable ssl verify on time sync so we know when clock is WAY off
2019-08-30 11:15:56 -04:00
Jay Lee
7a5ba99b36
Even better SA check
2019-08-30 11:02:42 -04:00
Ross Scroggs
8f4a40bc9a
Add timeoffset option to gam version ( #1002 )
...
* Add timeoffset option to gam version
* Update timeOffset checking
2019-08-29 14:32:45 -04:00
Jay Lee
29db574bc5
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-08-27 10:19:48 -04:00
Jay Lee
caef16bdee
add email scope to SA, check serviceaccount verifies proper DwD and scopes for token
2019-08-27 10:18:36 -04:00
Ross Scroggs
1a0f9ab66a
handle empty recoveryPhone ( #999 )
...
* handle empty recoveryPhone
* Test empty recoveryemail/recoveryphone
* Handle autoUpdateExpiration for CrOS
2019-08-21 15:03:05 -04:00
Ross Scroggs
021c3bfb13
Handle more errors with short URL oauth create ( #998 )
2019-08-18 17:34:55 -04:00
Jay Lee
b3dfa41df6
GAM user agent on short URL
2019-08-15 18:21:54 -04:00
Jay Lee
5f94263db2
Use _createHttpObj() for short URL
2019-08-15 18:15:56 -04:00
Jay Lee
68d8e46b4c
force pip upgrades
2019-08-15 14:50:23 -04:00
Jay Lee
1170457a39
GAM 4.93, remove *MAX_RESULTS config options
2019-08-15 12:35:10 -04:00
Jay Lee
81884e48d0
Support recovery email/phone for users
2019-08-15 12:00:36 -04:00