Jay Lee
083c2f4e9b
hack fix for passlib bug relying on deprecated time.clock on win32
2019-10-17 09:01:22 -04:00
Jay Lee
17f88eb4e7
travis win fixes
2019-10-17 06:04:31 -04:00
Jay Lee
2798e89925
pyver was issue, add *
2019-10-16 17:08:28 -04:00
Jay Lee
79db8f2df3
find the guilty one
2019-10-16 17:04:05 -04:00
Jay Lee
089aadd729
one to many ]
2019-10-16 16:59:13 -04:00
Jay Lee
201e37d185
another shot
2019-10-16 16:56:56 -04:00
Jay Lee
9d6b569ddb
reverse another part
2019-10-16 16:46:06 -04:00
Jay Lee
c7b026fd1d
correct cache check
2019-10-16 16:40:44 -04:00
Jay Lee
66b95abb96
test Python 3.7, fix linux cache check
2019-10-16 16:33:43 -04:00
Jay Lee
e2ef8a293d
more travis
2019-10-16 16:23:41 -04:00
Jay Lee
b25f6e041c
fix Python paths for pip install
2019-10-16 15:34:48 -04:00
Jay Lee
4607580e6f
fix windir, fork for MacOS
2019-10-16 14:04:19 -04:00
Jay Lee
f2d48c0e8f
list files on Win
2019-10-16 12:11:04 -04:00
Jay Lee
c9d12e21d8
call freeze_support() unconditionally since it's a NOOP on non-relevant platforms
2019-10-16 11:58:32 -04:00
Jay Lee
2f4764a3f2
manual pip install, no ssl copy
2019-10-16 11:31:36 -04:00
Jay Lee
8b67039fa6
use pyinstaller dev
2019-10-14 20:52:54 -04:00
Jay Lee
8cf8d51c79
fixes for Python 3.8.0
2019-10-14 20:03:46 -04:00
Jay Lee
0d3bfacc84
more travis fixes
2019-10-14 16:14:25 -04:00
Jay Lee
ac3c156a0b
python3 not python
2019-10-14 14:45:00 -04:00
Jay Lee
f24d403705
set pip/python vars right after they are installed
2019-10-14 14:41:54 -04:00
Jay Lee
da3b16c0d4
watch cache
2019-10-14 11:42:33 -04:00
Jay Lee
2b2cb03784
Update linux-x86_64-before-install.sh
2019-10-13 19:00:35 -04:00
Ross Scroggs
04b6b0ad76
Allow simplifed versions of GAM_CSV_ROW_FILTER ( #1029 )
...
export GAM_CSV_ROW_FILTER="'suspended:boolean:true', 'suspensionReason:regex:ADMIN'"
export GAM_CSV_ROW_FILTER='{"suspended": "boolean:true", "suspensionReason": "regex:ADMIN"}'
2019-10-13 17:56:49 -04:00
Jay Lee
6a5fb33306
further linux cleanup, re-enable e2e
2019-10-13 14:06:29 -04:00
Jay Lee
d0262ea6ae
Update linux-x86_64-before-install.sh
2019-10-13 12:48:17 -04:00
Jay Lee
512c2ee000
Update linux-x86_64-before-install.sh
2019-10-13 10:53:11 -04:00
Jay Lee
e708e885f6
Update linux-x86_64-before-install.sh
2019-10-13 10:25:52 -04:00
Jay Lee
cc3b7b8124
Update linux-arm64-before-install.sh
2019-10-11 20:52:43 -04:00
Jay Lee
39c9deb456
more fi
2019-10-11 19:55:38 -04:00
Jay Lee
7991790f94
reformat linux x86 before install, attempt to fix ruby on arm64
2019-10-11 19:51:36 -04:00
Jay Lee
c6173e2957
whereibelong case
2019-10-11 14:05:19 -04:00
Jay Lee
b646023c41
/home/jayhlee instead of ~
2019-10-11 13:19:15 -04:00
Jay Lee
45e3b01b15
cleanup arm build
2019-10-11 13:10:04 -04:00
Jay Lee
97515ab758
add zlib dev packages for arm
2019-10-11 12:28:49 -04:00
Jay Lee
d85328e729
dist arm
2019-10-11 11:53:36 -04:00
Jay Lee
946431b83f
arm
2019-10-11 07:58:22 -04:00
Jay Lee
a101e3e7a6
pip
2019-10-10 20:53:57 -04:00
Jay Lee
fe02af151d
arm64 build files
2019-10-10 20:35:33 -04:00
Jay Lee
9208b4c4dd
fix vsort check
2019-10-10 11:24:27 -04:00
Jay Lee
0e04b34852
Merge branch 'master' of https://github.com/jay0lee/GAM
2019-10-10 11:16:36 -04:00
Jay Lee
72f0ae906f
Fix gam-install.sh on Cloud Shell and MacOS 10.12
2019-10-10 11:12:57 -04:00
Ross Scroggs
464482d197
Document check serviceaccount scopes argument ( #1023 )
2019-10-05 11:23:17 -04:00
Jay Lee
48ce39a645
Custom scopes for check serviceaccount
2019-10-03 21:37:03 -04:00
Jay Lee
66fb0cf8fc
fix MacOS doesn't support case insensitive, allow specifying version
2019-10-02 09:46:01 -04:00
Jay Lee
459ac84d29
fix glibc/MacOS issue where equal version failed check
2019-10-01 20:15:46 -04:00
Jay Lee
736b833d52
newer glibc
2019-10-01 15:56:48 -04:00
Jay Lee
dc37020d73
gam-install.sh for MacOS versions
2019-10-01 15:46:01 -04:00
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