Jay Lee
ef4d3d2659
Update build.yml
2021-01-13 11:37:53 -05:00
Ross Scroggs
09c0c18fce
Add GAM_CSV_ROW_DROP_FILTER ( #1304 )
...
* Add GAM_CSV_ROW_DROP_FILTER
Allow regex column names in GAM_CSV_ROW_FILTER and GAM_CSV_ROW_DROP_FILTER.
```
# Get users with managers
$ export GAM_CSV_ROW_FILTER="relations.*.type:regex:manager"
$ gam print users query "orgUnitPath='/Test'" relations
Getting all Users in G Suite account that match query (orgUnitPath='/Test') (may take some time on a large account)...
Got 17 Users: dick@domain.com - tom@domain.com
primaryEmail,relations,relations.0.value,relations.0.type,relations.1.value,relations.1.type
testuser1@domain.com ,,admin@rdschool.net ,manager,,
testuser2@domain.com ,,testuser1@domain.com ,manager,,
# Get users without managers
$ export GAM_CSV_ROW_DROP_FILTER="relations.*.type:regex:manager"
$ gam print users query "orgUnitPath='/Test'" relations
Getting all Users in G Suite account that match query (orgUnitPath='/Test') (may take some time on a large account)...
Got 17 Users: dick@domain.com - tom@domain.com
primaryEmail,relations,relations.0.value,relations.0.type,relations.1.value,relations.1.type
dick@domain.com ,,,,,
harry@domain.com ,,,,,
testadmin@domain.com ,,,,,
...
* Update var.py to 5.31
2021-01-13 11:37:17 -05:00
Jay Lee
ff80150216
Update build.yml
2021-01-07 12:25:23 -05:00
Jay Lee
a8203baa50
another attempt at arm64 MacOS support
2021-01-06 09:20:10 -05:00
Jay Lee
aa33dc83d4
Use universal2 Python on Big Sur
v5.31
2021-01-03 19:10:55 -05:00
Jay Lee
4155e2bb64
Update build.yml
2021-01-03 17:44:17 -05:00
Jay Lee
9660cafa99
allow OpenSSL 1.1.1g since python.org Python uses
2021-01-03 13:21:19 -05:00
Jay Lee
c55b9cfe96
new cache to force rebuilds
2021-01-03 13:16:45 -05:00
Jay Lee
78ea96767e
Update build.yml
2021-01-03 13:13:50 -05:00
Jay Lee
d11d7a8ffc
Universal2 build for Native Apple M1 CPU support
2021-01-03 13:10:12 -05:00
Jay Lee
bec789d2fb
GAM 5.31
2021-01-03 12:52:01 -05:00
Ross Scroggs
0cda3fca31
More expireTime updates ( #1299 )
2020-12-31 11:38:14 -05:00
Jay Lee
4f8980184f
Update build.yml
2020-12-31 11:35:33 -05:00
Tim Gates
ffa096d988
docs: fix simple typo, sysyem -> system ( #1300 )
...
There is a small typo in src/gam/controlflow.py.
Should read `system` rather than `sysyem`.
2020-12-27 20:33:11 -05:00
Ross Scroggs
6e1b1ed9d5
expireTime can now be updated ( #1298 )
2020-12-21 20:42:06 -05:00
Ross Scroggs
48526b815e
Update GamCommands.txt ( #1297 )
2020-12-17 07:53:03 -05:00
Jay Lee
1ded893e7b
Update build.yml
2020-12-16 20:41:35 -05:00
Jay Lee
c61bd01c0f
Update build.yml
2020-12-16 20:38:49 -05:00
Jay Lee
f0adcc90c7
Update build.yml
2020-12-16 20:30:37 -05:00
Jay Lee
2abb13bb4c
Update build.yml
2020-12-16 15:35:30 -05:00
Ross Scroggs
8f69c4c820
Make contact delegation consistent with email delegation ( #1296 )
...
Add auth to discovery document
uid allowed in create/delete as input is converted to primaryemail
2020-12-15 15:22:23 -05:00
Jay Lee
5652c52d96
Update build.yml
2020-12-14 21:55:55 -05:00
Jay Lee
ff29cc192e
Update build.yml
2020-12-14 20:54:58 -05:00
Jay Lee
7428d0e734
Update build.yml
2020-12-14 20:51:32 -05:00
Jay Lee
caad9e999c
also check on contact delegation delete
2020-12-14 14:49:34 +00:00
Jay Lee
24cb225381
remove arm attempt for now
2020-12-14 14:29:46 +00:00
Jay Lee
2e3195c5ee
prevent bad contact delegations
2020-12-14 14:26:22 +00:00
Jay Lee
bfa039a612
Update build.yml
2020-12-12 17:24:15 -05:00
Jay Lee
49f8988912
Update build.yml
2020-12-12 17:22:53 -05:00
Jay Lee
7e214dbe3b
Update build.yml
2020-12-12 17:19:21 -05:00
Jay Lee
42ad12d8d8
Update build.yml
2020-12-12 17:16:39 -05:00
Jay Lee
842e6ef788
Update build.yml
2020-12-12 17:15:27 -05:00
Jay Lee
56b87039c2
Update build.yml
...
attempt to build on aarch64 and armv6
2020-12-12 17:14:25 -05:00
Ross Scroggs
1767a0889d
Handle updating individual annotated fields ( #1294 )
...
* Handle updating inv=dividual annotated fields
* Update cbcm.py
2020-12-11 10:07:37 -05:00
Ross Scroggs
3036366de5
Fix browser error messages, item name map in update browser ( #1293 )
...
* Update cbcm.py
Fix error message
$ gam update browser a27590cb-61fc-4ca3-8ef7-34bf736c4973 asset FileMakerServer
ERROR: asset is not a valid argument for "gam print browsers"
Fix item name map
$ gam update browser a27590cb-61fc-4ca3-8ef7-34bf736c4973 assetid FileMakerServer location Location notes Notes user User
ERROR: 400: Invalid JSON payload received. Unknown name "annotatedAssetid" at 'browser': Cannot find field. - invalid
* Fix more error messages
2020-12-11 09:20:03 -05:00
Jay Lee
a8f1031e0f
Update README.md
2020-12-09 13:45:47 -05:00
Jay Lee
054107c3b9
Update README.md
2020-12-09 13:45:32 -05:00
Jay Lee
c478b22ab9
Update README.md
2020-12-09 13:45:17 -05:00
Jay Lee
2f712499ea
Update README.md
2020-12-09 13:44:43 -05:00
Jay Lee
39b9622cdb
Support for Contact Delegation API
2020-12-09 11:34:05 -05:00
Jay Lee
59a3a68357
Update gam-install.sh
2020-12-08 12:23:04 -05:00
Jay Lee
d920dbd79e
Update build.yml
v5.30
2020-12-08 10:49:38 -05:00
Jay Lee
49dd390c6b
Update build.yml
2020-12-08 10:44:02 -05:00
Jay Lee
d20b4bc334
Update build.yml
2020-12-08 10:41:09 -05:00
Jay Lee
a973807e3e
Update macos-before-install.sh
2020-12-08 10:06:53 -05:00
Jay Lee
431b5f4f30
Update macos-install.sh
2020-12-08 10:03:56 -05:00
Jay Lee
636799e567
Update macos-install.sh
2020-12-08 09:48:22 -05:00
Jay Lee
d003e3fa1b
Update macos-install.sh
2020-12-08 09:39:21 -05:00
Jay Lee
07edbe6619
Update macos-install.sh
2020-12-08 09:32:04 -05:00
Jay Lee
dc4a5a05fe
Update macos-before-install.sh
2020-12-08 09:29:29 -05:00