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
43b17cce0e
escape colon
2019-05-09 12:24:16 -04:00
Jay Lee
0fc11de8bf
fix travis
2019-05-09 12:07:53 -04:00
Jay Lee
39f5b1dbc2
more GCP fixes, testing
2019-05-09 12:04:56 -04:00
Jay Lee
f3596856ba
escape $
2019-05-09 11:30:53 -04:00
Jay Lee
fc7e8b4deb
fix .travis.yml
2019-05-09 11:26:07 -04:00
Jay Lee
4178b4a61e
fix printer reg py3.5, less aggressive bulk user on travis
2019-05-09 11:16:21 -04:00
Jay Lee
05d5fdde53
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-05-09 10:59:32 -04:00
Jay Lee
3be1e97863
gam print commands in travis
2019-05-09 10:59:02 -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
657ce1cbbf
Update .travis.yml
2019-05-08 07:18:09 -04:00
Jay Lee
f8ee80be19
Update .travis.yml
2019-05-08 06:58:59 -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
cdc067c4b7
= not -
2019-05-07 15:07:24 -04:00
Jay Lee
a18ab16d9d
more cleanup
2019-05-07 15:00:09 -04:00
Jay Lee
7bdde3ec68
limit delegates to 25, fix building create
2019-05-07 14:50:40 -04:00
Jay Lee
2c89f988a1
travis cleanup
2019-05-07 14:40:41 -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
7f14bbcc22
CSV commands for travis
2019-05-06 16:30:15 -04:00
Jay Lee
9396cdef4a
test more GAM commands
2019-05-06 16:12:47 -04:00
Jay Lee
b49f759ef9
try python nightly again
2019-05-06 15:51:13 -04:00
Jay Lee
3087e0cbdb
fix 3.8-dev
2019-05-06 14:45:55 -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
Jay Lee
b71a4f1d0b
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-05-06 11:51:01 -04:00
Jay Lee
42950550cc
deploy on build VMTYPE
2019-05-06 11:50:10 -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
843c5f0687
fix deploy
2019-05-06 10:25:30 -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