gam7 7.5.22__tar.gz → 7.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- {gam7-7.5.22 → gam7-7.6.0}/.github/workflows/build.yml +8 -6
- {gam7-7.5.22 → gam7-7.6.0}/PKG-INFO +1 -1
- {gam7-7.5.22 → gam7-7.6.0}/src/GamUpdate.txt +7 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/__init__.py +5 -5
- {gam7-7.5.22 → gam7-7.6.0}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/actions/creds.tar.xz.gpg +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/actions/decrypt.sh +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/actions/entitlements.plist +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/stale.yml +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.github/workflows/pypi.yml +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/.pre-commit-config.yaml +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/LICENSE +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/README.md +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/pyproject.toml +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/.gitignore +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/GamCommands.txt +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/LICENSE +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/cacerts.pem +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/callgam.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/__main__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/auth.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/client.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/core.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/data.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/http.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/http_core.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/service.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/token_store.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/atom/url.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/cacerts.pem +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/service.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam/six.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam-install.sh +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam-setup.bat +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam.exe.manifest +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam.spec +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/gam.wxs +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/license.rtf +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/requirements-dev.txt +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/requirements.txt +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/setup.cfg +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/setup.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/tools/mkGamRef.py +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/tools/openssl.props +0 -0
- {gam7-7.5.22 → gam7-7.6.0}/src/version_info.txt.in +0 -0
|
@@ -130,7 +130,7 @@ jobs:
|
|
|
130
130
|
with:
|
|
131
131
|
path: |
|
|
132
132
|
cache.tar.xz
|
|
133
|
-
key: gam-${{ matrix.jid }}-
|
|
133
|
+
key: gam-${{ matrix.jid }}-20250408
|
|
134
134
|
|
|
135
135
|
- name: Untar Cache archive
|
|
136
136
|
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
|
|
@@ -607,9 +607,11 @@ jobs:
|
|
|
607
607
|
# arm64 needs to build a wheel and needs scons to build
|
|
608
608
|
sudo apt-get -qq --yes install scons
|
|
609
609
|
"${PYTHON}" -m pip install --upgrade patchelf-wrapper
|
|
610
|
-
"${PYTHON}" -m pip install --upgrade staticx
|
|
610
|
+
# "${PYTHON}" -m pip install --upgrade staticx
|
|
611
|
+
# install latest github src for staticx
|
|
612
|
+
"${PYTHON}" -m pip install --upgrade "git+https://github.com/JonathonReinhart/staticx"
|
|
611
613
|
|
|
612
|
-
- name: Make StaticX
|
|
614
|
+
- name: Make StaticX GAM build
|
|
613
615
|
if: matrix.staticx == 'yes'
|
|
614
616
|
run: |
|
|
615
617
|
case $RUNNER_ARCH in
|
|
@@ -821,9 +823,9 @@ jobs:
|
|
|
821
823
|
|
|
822
824
|
# cleanup old runs
|
|
823
825
|
$gam config enable_dasa false save
|
|
824
|
-
$gam config csv_output_row_filter "name:regex:gha_test_${JID}_" print vaultholds
|
|
825
|
-
$gam config csv_output_row_filter "name:regex:gha_test_${
|
|
826
|
-
$gam config csv_output_row_filter "name:regex:gha_test_${
|
|
826
|
+
$gam config csv_output_row_filter "name:regex:gha_test_${JID}_" print vaultholds | $gam csv - gam delete vaulthold "id:~~holdId~~" matter "id:~~matterId~~" || if [ $? != 55 ]; then exit $?; fi
|
|
827
|
+
$gam config csv_output_row_filter "name:regex:gha_test_${JID}_" print vaultmatters matterstate OPEN | $gam csv - gam update vaultmatter "id:~~matterId~~" action close
|
|
828
|
+
$gam config csv_output_row_filter "name:regex:gha_test_${JID}_" print vaultmatters matterstate CLOSED | $gam csv - gam update vaultmatter "id:~~matterId~~" action delete
|
|
827
829
|
$gam config csv_output_row_filter "Emails.1.address:regex:^gha_test-${JID}_" print contacts | $gam csv - gam delete contact ~ContactID
|
|
828
830
|
$gam config enable_dasa true save
|
|
829
831
|
$gam config csv_output_row_filter "name:regex:gha_test_${JID}_" print features | $gam csv - gam delete feature ~name
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
7.06.00
|
|
2
|
+
|
|
3
|
+
Upgraded to OpenSSL 3.5.0.
|
|
4
|
+
|
|
5
|
+
Fixed bug in `gam print cigroups` where `createTime`, `updateTime` and `statusTime`
|
|
6
|
+
were not converted according to `gam.cfg timezone`.
|
|
7
|
+
|
|
1
8
|
7.05.22
|
|
2
9
|
|
|
3
10
|
Updated progress messages for `gam <UserTypeEntity> print filelist|filecounts|filesharecounts|filetree select shareddriveid <SharedDriveID>`
|
|
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
|
28
|
-
__version__ = '7.
|
|
28
|
+
__version__ = '7.06.00'
|
|
29
29
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
|
30
30
|
|
|
31
31
|
#pylint: disable=wrong-import-position
|
|
@@ -33563,14 +33563,14 @@ def doPrintGroups():
|
|
|
33563
33563
|
groupSettings.pop(key)
|
|
33564
33564
|
if FJQC.formatJSON:
|
|
33565
33565
|
row['email'] = groupEntity['email']
|
|
33566
|
-
row['JSON'] = json.dumps(groupEntity, ensure_ascii=False, sort_keys=True)
|
|
33566
|
+
row['JSON'] = json.dumps(cleanJSON(groupEntity), ensure_ascii=False, sort_keys=True)
|
|
33567
33567
|
if rolesSet and groupMembers is not None:
|
|
33568
33568
|
row['JSON-members'] = json.dumps(groupMembers, ensure_ascii=False, sort_keys=True)
|
|
33569
33569
|
if isinstance(groupSettings, dict):
|
|
33570
|
-
row['JSON-settings'] = json.dumps(groupSettings, ensure_ascii=False, sort_keys=True)
|
|
33570
|
+
row['JSON-settings'] = json.dumps(cleanJSON(groupSettings), ensure_ascii=False, sort_keys=True)
|
|
33571
33571
|
groupCloudIdentity = ciGroups.get(row['email'], {})
|
|
33572
33572
|
if groupCloudIdentity:
|
|
33573
|
-
row['JSON-cloudIdentity'] = json.dumps(groupCloudIdentity, ensure_ascii=False, sort_keys=True)
|
|
33573
|
+
row['JSON-cloudIdentity'] = json.dumps(cleanJSON(groupCloudIdentity, timeObjects=CIGROUP_TIME_OBJECTS), ensure_ascii=False, sort_keys=True)
|
|
33574
33574
|
csvPF.WriteRowNoFilter(row)
|
|
33575
33575
|
return
|
|
33576
33576
|
for field in groupFieldsLists['cd']:
|
|
@@ -35935,7 +35935,7 @@ def doPrintCIGroups():
|
|
|
35935
35935
|
row = {}
|
|
35936
35936
|
if FJQC.formatJSON:
|
|
35937
35937
|
row['email'] = groupEntity['groupKey']['id'].lower()
|
|
35938
|
-
row['JSON'] = json.dumps(groupEntity, ensure_ascii=False, sort_keys=True)
|
|
35938
|
+
row['JSON'] = json.dumps(cleanJSON(groupEntity, timeObjects=CIGROUP_TIME_OBJECTS), ensure_ascii=False, sort_keys=True)
|
|
35939
35939
|
if rolesSet and groupMembers is not None:
|
|
35940
35940
|
row['JSON-members'] = json.dumps(groupMembers, ensure_ascii=False, sort_keys=True)
|
|
35941
35941
|
csvPF.WriteRowNoFilter(row)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|