Jay Lee
1d658ca1ac
GAM 4.85
2019-05-16 12:39:49 -04:00
Jay Lee
65f94ff465
lowercase on AUE guess, many more exceptions
2019-05-16 11:55:37 -04:00
Ross Scroggs
1b010fbd07
Optimize AUE guessing ( #928 )
...
Only look up a model once, cache the result
2019-05-16 11:44:05 -04:00
Ross Scroggs
a1bce42387
Update AUE exceptions ( #927 )
2019-05-15 20:29:37 -04:00
Ross Scroggs
4808f18ca0
Cleanup guessAUE ( #926 )
2019-05-15 18:05:32 -04:00
Jay Lee
b41baf19b4
another model
2019-05-15 16:42:36 -04:00
Jay Lee
9d78fa8825
GAM 4.84
2019-05-15 16:23:07 -04:00
Jay Lee
2a6a424ce0
AUE is 1st of month, fix few models
2019-05-15 16:20:48 -04:00
Jay Lee
c05c040241
Guess CrOS AUE date
2019-05-15 12:30:22 -04:00
Ross Scroggs
3d3f2b535b
Fix bug, encoded deviceId not included in output ( #924 )
2019-05-14 10:42:10 -04:00
Ross Scroggs
49bf1f675a
Code cleanup ( #923 )
...
keys(), we don't need no stinkin' keys()
2019-05-12 17:08:13 -04:00
Ross Scroggs
50f3ac493c
Update GamCommands.txt ( #922 )
2019-05-12 12:39:31 -04:00
Jay Lee
690302f2b3
Full support for archived user
2019-05-11 11:24:06 -04:00
Jay Lee
1c38c47e4a
v4.83, re-enable resource tests
2019-05-10 11:05:55 -04:00
Jay Lee
74525efc37
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-05-10 10:20:54 -04:00
Jay Lee
985db74216
use external script to set row filters in travis
2019-05-10 10:20:39 -04:00
Ross Scroggs
6d4a34d971
Code cleanup ( #921 )
2019-05-10 09:57:15 -04:00
Jay Lee
39f5b1dbc2
more GCP fixes, testing
2019-05-09 12:04:56 -04:00
Jay Lee
4178b4a61e
fix printer reg py3.5, less aggressive bulk user on travis
2019-05-09 11:16:21 -04:00
Ross Scroggs
0cffb8202d
Update encoding so Python REs with \ can be processed ( #918 )
...
* Update encoding so Python REs with \ can be processed
Fix bug in printShowDelegates
* uid:ResourceId can't be downshifted
* Appease pylint, fix print formatting
* Fix row filter count matching
* Fix indentation
2019-05-09 10:34:12 -04:00
Jay Lee
70de8b8719
print archived state for users, fix delegate count
2019-05-07 17:57:11 -04:00
Jay Lee
f972f0b8e4
really fix osx gampath
2019-05-07 17:12:26 -04:00
Jay Lee
8c025758c9
fix osx gampath
2019-05-07 15:55:28 -04:00
Jay Lee
2713bd9bfc
show delegate count
2019-05-07 15:23:29 -04:00
Jay Lee
ead7c7403a
actually add enc oauth2service file
2019-05-07 14:23:55 -04:00
Jay Lee
5ce67e5f5c
Service account testing
2019-05-07 14:15:37 -04:00
Jay Lee
b34b2d8e2a
Allow identifying resources by id
2019-05-07 13:59:00 -04:00
Jay Lee
64d1dec3d8
quiet wget
2019-05-06 16:41:05 -04:00
Jay Lee
9992eaad2b
cleanup lastupdatecheck.txt to keep out of archives
2019-05-06 14:37:44 -04:00
Jay Lee
33f5e74e45
Python 3.5 fix
2019-05-06 14:30:22 -04:00
Jay Lee
9a068f02da
Run GAM test commands against live domain
2019-05-06 14:13:43 -04:00
Ross Scroggs
86842bbb02
Add other OAUTH2 token errors ( #915 )
2019-05-06 11:40:09 -04:00
Jay Lee
4ca0277e63
split out build vs test some more
2019-05-06 11:37:41 -04:00
Jay Lee
671ac52201
make sure GC_TLS_MIN_VERSION is None if Python doesn't support tls min version
2019-05-06 11:12:00 -04:00
Ross Scroggs
78c71babda
Python 3.5/6 don't have the version attributes ( #914 )
...
* Python 3.5/6 don't have the version attributes
* Code cleanup
* Exit on unsupported request
* Change message
* Fix error response handling
ERROR: Authentication Token Error - ('invalid_grant: Invalid email or User ID', '{\n "error": "invalid_grant",\n "error_description": "Invalid email or User ID"\n}')
2019-05-06 10:46:39 -04:00
Jay Lee
19196a2ee4
set platform/gamos for test
2019-05-06 10:37:49 -04:00
Jay Lee
260160ade1
VMTYPE env variable for build vs test
2019-05-06 10:23:45 -04:00
Jay Lee
06525ff690
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-05-06 10:01:42 -04:00
Jay Lee
ac2ccc2d03
Test on Python 3.5, 3.6, 3.8-dev and nightly
2019-05-06 10:01:36 -04:00
Jay Lee
41eba0c873
Update windows-x86_64-before-install.sh
2019-05-05 12:56:36 -04:00
Jay Lee
f6672496d1
Update windows-x86-before-install.sh
2019-05-05 12:55:00 -04:00
ejochman
004b51f3cd
Gate usage on minimum supported Python version ( #912 )
...
3.7 is recommended, but 3.5 should be currently supported
2019-05-03 17:59:51 -04:00
Ross Scroggs
1046716304
Fix for Python 3 ( #913 )
...
* Fix for Python 3
* Another fix for Python 3
2019-05-03 17:58:31 -04:00
Ross Scroggs
187b7a8c39
Multiple updates ( #910 )
...
* Use integer division to get minutes
* Update to latest Drive API
* Clean up language output formatting; encode control characters in mobile deviceId
2019-05-02 12:44:30 -04:00
Jay Lee
27177e3ef4
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-04-30 08:28:49 -04:00
Jay Lee
367eaae47f
Google Voice SKUs
...
As defined at
https://developers.google.com/admin-sdk/licensing/v1/how-tos/products
2019-04-30 08:28:23 -04:00
Ross Scroggs
dcee433547
Update GamCommands.txt ( #908 )
2019-04-29 20:09:06 -04:00
Jay Lee
ea74e24024
GAM 4.82
2019-04-29 15:37:19 -04:00
Jay Lee
6353ddf58a
get/set Gmail language
2019-04-29 15:36:49 -04:00
Jay Lee
911d83cfd8
deprecate whatsnew.txt, handle multiple GAM glibc versions
2019-04-29 11:38:00 -04:00