Ross Scroggs
7cbe37033d
Remove unneeded function utils.convertUTF8 ( #1069 )
...
This was deprecated in move from Python 2 to 3
2020-01-02 13:19:53 -05:00
Ross Scroggs
34dc12994a
Three updates ( #956 )
...
Add notregex to GAM_CSV_ROW_FILTER to allow selection rows that don't have a particular value
Standarize formatting timestamps
Display mobile.patchSecurityLevel as a date/time
2019-06-18 14:03:19 -04:00
ejochman
eed3fb1ed9
Remove unused imports ( #931 )
...
Also corrects identified common misspellings
2019-05-18 10:08:02 -04:00
Ross Scroggs
00f992259b
Python 3 cleanup ( #906 )
2019-04-28 13:31:34 -04:00
Ross Scroggs
0cf964073d
Code cleanup ( #900 )
...
* Code cleanup
* Add missing _
* Add missing character
One character was missing from the prefix, I assumed :, did you want a space?
* Put missing variable back
* More cleanup repairs
2019-04-24 13:40:35 -04:00
Ross Scroggs
71c9d90b39
pylint cleanup, Python 3 cleanup/fixes ( #897 )
...
* pylint cleanup, Python 3 cleanup/fixes
* More python 3 fixes
2019-04-22 14:19:31 -04:00
Jay Lee
457ce15a4c
Move GAM to use Python 3. Fixes #392 ( #896 )
...
* 2to3 cleanup, import changes, httplib2 py3 version, fix passlib deprecation
* Travis Python 3 move
* default to Trusty for Python 3.7.3
* use daadsnakes PPA
* start with default python
* --yes
* 3.5 for now, may tighten in future
* compile 3.7 from source
* osx and linux
* Update linux-x86_64-before-install.sh
* pip3
* bash env, more debug
* quiet down the make
* alias
* kill virtualenv
* 2.6
* again
* again
* deactivate
* pip3
* pip3
* Update linux-x86_64-before-install.sh
* Update linux-x86_64-before-install.sh
* Update .travis.yml
* cleanup
* give xenial a shot
* 3.7.3, trusty
* 3.7.3, xenial
* pip3
* no sudo
* StaticX for a truly static Linux build
* StaticX for realz
* Install StaticX deps
* log size and run times
* actually time
* remove old gam
* distro
* debug pyinstaller
* Fix StaticX path discovery
* Detect old glibc and install legacy GAM build
* report version
* fix
* fix distro list
* StaticX workaround
* travis staticx builds
* remove 3P libraries from GAM
These libraries can (and should) be installed via
pip install -r requirements.txt
* Have travis install reqs
* fix cacert (static for now)
* remove bad gam.spec
* fix requirements.txt location
* try another path
* deploy all branches
* win/osx fix attempts
2019-04-21 17:03:07 -04:00
Ross Scroggs
8d27ef7a37
Improve get drivefile ( #756 )
...
Addresses Issue #755
Add new options:
targetname `<FileName>`
overwrite
showprogress
2018-07-07 10:49:29 -04:00
Ross Scroggs
aa6dca4b4c
Keep the pylint wolf at bay ( #430 )
...
* Fix bug, update ducumantation
* Clean up error messages
* Exit on error, fix bug
* One more bug fix
* Update documentation, fix code
l_sku can never match a_sku.lower() because it has -'s stripped and
a_sku doesn't
* Keep the pylint wolf at bay
* Clean up code, avoid try/except
2017-02-11 08:31:34 -05:00
Ross Scroggs
38273a786a
Supply missing imports in utils.py ( #396 )
2017-01-24 13:47:56 -05:00
Ross Scroggs
31058336ce
Fix typo, clean up imports ( #381 )
...
* Fix typo, utils.py needs a few globals
* Clean up imports
2017-01-04 20:23:53 -05:00
Jay Lee
6b7cf875de
utils.py for simple util functions
2016-12-29 16:32:22 -05:00