0d15eb2898
Workaround Python 3.10.0 CSV escape issue. Fixes #1437
2021-10-21 10:41:20 -04:00
4af50206ad
need lists to repro
2021-10-21 08:19:32 -04:00
c596937006
Update build.yml
2021-10-21 08:13:17 -04:00
17eb61e1eb
Merge branch 'main' of https://github.com/jay0lee/GAM into main
2021-10-21 08:06:39 -04:00
a333185e84
repro issue #1438
2021-10-21 08:06:26 -04:00
f6863ae2d6
Update var.py
v6.09
2021-10-20 13:57:11 -04:00
36830250b5
Handle spurious Google error when enabling project APIs ( #1436 )
2021-10-20 13:48:41 -04:00
4ca1c3537b
Merge branch 'main' of https://github.com/jay0lee/GAM into main
2021-10-18 08:50:25 -04:00
eeab09eacb
fix deprecated package in a_atleast_b.py
2021-10-18 08:50:13 -04:00
af16967257
Fix Row Filtering ( #1433 )
...
When multiple filter expressions are defined:
GAM_CSV_ROW_FILTER - should match only if all expressions match
GAM_CSV_ROW_DROP_FILTER - should match if any expression matches
Currently, the opposite is true
2021-10-14 20:12:51 -04:00
75e2bf5a9a
Update build.yml
2021-10-14 19:22:57 -04:00
4db3bc409b
Document member restrictions; fix print users ( #1430 )
...
* Document member restrictions
* Fix gam print users allfields custom all to include primaryEmail
If you really want everything say: gam print users full
2021-10-06 14:22:27 -04:00
32ccf414ea
Update gam-install.sh
2021-10-06 08:01:29 -04:00
615e48fffc
Update gam-install.sh
2021-10-05 20:18:07 -04:00
93bf3fce29
Merge branch 'main' of https://github.com/jay0lee/GAM into main
v6.08
2021-10-05 18:05:52 -04:00
899601569a
Group member restrictions
2021-10-05 18:05:28 -04:00
b1805b64a2
Update build.yml
2021-10-05 17:58:20 -04:00
58190343b1
Update linux-install.sh
2021-10-05 16:49:53 -04:00
99d48b1939
Update linux-before-install.sh
2021-10-05 16:49:36 -04:00
82b66d53cb
Update linux-install.sh
2021-10-05 09:08:55 -04:00
3200de56cc
Several fixes/updates ( #1426 )
...
* agreedToTerms is now read-only
* Fix sync devices
* assetTag if specified is part of sync device key
* Handle missing assetTags
* Leave agreedtoterms as an undocumented option
* More assetTag processing, the field is not returned from the API if it's empty
* Fix DriveFileAttribute formatting
* memberKey has been replaced by preferredMemberKey
* Correct license name
* If notdemail.txt is present, write_csv_file will not send an email
2021-10-05 08:37:09 -04:00
0a627d5c79
Update build.yml
2021-10-05 08:29:19 -04:00
22399deb79
Update build.yml
2021-10-05 08:22:59 -04:00
6a77617e3b
Update build.yml
2021-10-04 18:22:32 -04:00
2868ef99ae
Update build.yml
2021-10-04 18:11:54 -04:00
21557f9892
Update linux-install.sh
2021-09-30 18:54:46 -04:00
d2385ae62d
Update linux-before-install.sh
2021-09-30 18:54:19 -04:00
a84efef389
Update build.yml
2021-09-30 18:51:55 -04:00
310bcd1585
Merge branch 'main' of https://github.com/jay0lee/GAM into main
2021-09-27 08:21:54 -04:00
753f44deb2
Fix some missing types in cbcm JSON, formatting
2021-09-27 08:21:08 -04:00
df1f0f8f09
Update build.yml
2021-09-16 08:15:21 -04:00
45e1b50674
Update build.yml
2021-09-10 14:41:08 -04:00
0a2b048fb1
Update build.yml
2021-09-10 14:40:21 -04:00
e3c5dca09d
Three updates ( #1421 )
...
* Initialize pageToken for each namespace
* Update group sync to do removes before adds
This gets around problem when a group contains a primary address and a sync is performed with an alias. With adds first you get a duplicate error; with removes first the primary address in the group is replaced with the alias.
* Add defaultsender to group settings
2021-09-09 13:06:50 -04:00
88339b7214
Update build.yml
2021-08-31 13:59:04 -04:00
1f2bb18bc1
GAM 6.08
2021-08-31 13:58:04 -04:00
74977a6154
Update build.yml
2021-08-31 10:49:42 -04:00
00413fe7a4
Update build.yml
2021-08-31 10:46:03 -04:00
9bb9d331ad
Update build.yml
2021-08-31 09:58:07 -04:00
f022ffdff4
Update build.yml
2021-08-31 09:25:13 -04:00
28dade2a34
Update build.yml
2021-08-31 09:18:23 -04:00
7378b9d843
Update build.yml
2021-08-31 09:10:22 -04:00
71075e95bf
Update build.yml
2021-08-31 08:58:45 -04:00
108990cf06
Fix pip license error + add pip install command to readme ( #1419 )
...
* fix pip license error, add pip install to readme
* fix warning: the 'license_file' option is deprecated, use 'license_files' instead
2021-08-31 08:51:51 -04:00
ebfdf4b052
Update build.yml
2021-08-31 08:49:55 -04:00
dbf4073216
fix gam.py also
2021-08-27 12:10:54 -04:00
83214eaaf8
attempt fixes for pip installable
2021-08-27 12:10:15 -04:00
1100fdd456
Make GAM pip-installable ( #1417 )
...
* wip: make pip-installable
* resolve @jay0lee's comments
2021-08-27 11:24:02 -04:00
481bfa5440
Update build.yml
2021-08-27 10:16:34 -04:00
30282c7fbb
OpenSSL 1.1.1l not "i"
2021-08-27 09:44:01 -04:00