Ross Scroggs
99bda1385e
languages update; fields for gam info user; cloud identity groups update to v1 ( #1459 )
...
* languages update
The API doesn't return languages unless you specifically mention in in fields list
* languages cleanup in print users
* Add fields to gam info user
* No up for languages
* Use v1 for Cloud Identity groups; fix bug in print cigroups member
* It's an error to set preference on custom language
2021-12-16 07:40:08 -05:00
Jay Lee
7ce3b4a8c0
Update build.yml
2021-12-15 12:06:46 -05:00
Jay Lee
495722d0d6
Update build.yml
2021-12-14 20:20:09 -05:00
Jay Lee
aca31be5d7
Update build.yml
2021-12-14 19:53:11 -05:00
Jay Lee
b9b7ae8d99
Merge branch 'main' of github.com:jay0lee/GAM
2021-12-09 15:27:38 -05:00
Jay Lee
0d46c1d13a
Set user preferred language
2021-12-09 15:07:57 -05:00
Ross Scroggs
6b63ecdc19
Add limittoou <OrgUnitPath> to print users to allow selection of OU w/o children ( #1455 )
2021-12-09 10:35:47 -05:00
Jay Lee
f9ca0323a1
Update build.yml
2021-12-07 08:18:03 -05:00
Jay Lee
c50aa4d2e8
Update build.yml
2021-12-06 16:27:53 -05:00
Jay Lee
a72ded9079
wipe cache
2021-11-24 11:17:41 -05:00
Jay Lee
cbabbee075
wipe cache
2021-11-24 11:15:24 -05:00
Jay Lee
f55a344b7a
Update build.yml
2021-11-23 10:48:03 -05:00
Jay Lee
d84f8418ff
Update build.yml
2021-11-23 10:39:56 -05:00
Jay Lee
30c5e92de6
Update build.yml
2021-11-23 10:15:54 -05:00
Jay Lee
5f618a7f65
Update build.yml
2021-11-23 08:41:50 -05:00
Jay Lee
3e833419db
Update README.md
2021-11-23 08:33:53 -05:00
Jay Lee
0d94bae0b5
Update README.md
2021-11-23 08:33:40 -05:00
Jay Lee
f5dec96ffb
Update README.md
2021-11-23 08:31:32 -05:00
Jay Lee
e91d12caaf
Update macos-install.sh
2021-11-23 08:26:12 -05:00
Jay Lee
fd5a1faa58
Update gam.spec
2021-11-22 16:31:44 -05:00
Jay Lee
90a9212793
Update build.yml
2021-11-22 16:28:10 -05:00
Jay Lee
7e582ac1fc
Update build.yml
2021-11-22 16:19:34 -05:00
Jay Lee
65a740569c
Update build.yml
2021-11-22 16:16:28 -05:00
Jay Lee
a47ef0e1f5
Update build.yml
2021-11-22 15:41:05 -05:00
Jay Lee
b75ad006f1
Update build.yml
v6.11
2021-11-22 08:26:33 -05:00
Jay Lee
dbc3f0cd83
Update var.py
2021-11-22 08:16:32 -05:00
Jay Lee
ea2750f970
Merge branch 'main' of https://github.com/jay0lee/GAM into main
2021-11-22 08:08:33 -05:00
Jay Lee
a2eb5a2483
Correct certificate not before value to UTC-1h. Fixes #1453
2021-11-22 08:08:20 -05:00
Ross Scroggs
54178543d6
Fix Row Filtering Part 3 ( #1450 )
...
Graak! Why I can't get my code translated into yours is beyond me; this time for sure.
2021-11-21 20:25:09 -05:00
Jay Lee
5436f21bc0
Use OpenSSL 3.0.0 in builds
2021-10-29 18:12:30 -04:00
Ross Scroggs
839768a2a5
Fix error handling ( #1447 )
2021-10-29 13:04:59 -04:00
Jay Lee
2e195d5aa1
Update build.yml
2021-10-29 11:05:57 -04:00
Ross Scroggs
66811f8eb5
Fix Row Filtering Part 2 ( #1446 )
...
```
Row Filtering
There can be multiple filters, a filter can match multiple columns (wildcard).
The semantics should be:
For row keep filters, if all filters match, the row is kept.
For row drop filters, if any filter matches, the row is dropped.
For an individual filter that specifies multiple columns, there is a match if any column matches.
Prior to PR 1433, the semantics for keep/drop were reversed; the semantics for multiple columns was correct.
PR 1433 corrected the semantics for keep/drop but broke the semantics for multiple columns.
This PR corrects the semantics for multiple columns.
```
2021-10-29 10:24:12 -04:00
Jay Lee
a92326790d
Update build.yml
2021-10-29 10:19:09 -04:00
Ross Scroggs
d405767fb0
Update requirements.txt to get latest library versions ( #1444 )
...
* Update requirements.txt
* Revert "Update requirements.txt"
This reverts commit f89f66d44c .
* Update to fixed google oauth library
v6.10
2021-10-26 14:45:34 -04:00
Ross Scroggs
8d7c6d3835
MacOS codesign fix no longer needed; MacOS 12 = Monterey ( #1441 )
...
* Updated 3.9 to 3.10, is this still needed?
* Fix no longer required
* MacOS 12 is Monterey
2021-10-26 12:56:47 -04:00
Jay Lee
e362591b7a
pin google-auth to 2.0.2
...
Need https://github.com/googleapis/google-auth-library-python/issues/889 fixed.
2021-10-21 19:32:39 -04:00
Jay Lee
ee5f4b73e8
Update var.py
2021-10-21 18:43:34 -04:00
Jay Lee
0d15eb2898
Workaround Python 3.10.0 CSV escape issue. Fixes #1437
2021-10-21 10:41:20 -04:00
Jay Lee
4af50206ad
need lists to repro
2021-10-21 08:19:32 -04:00
Jay Lee
c596937006
Update build.yml
2021-10-21 08:13:17 -04:00
Jay Lee
17eb61e1eb
Merge branch 'main' of https://github.com/jay0lee/GAM into main
2021-10-21 08:06:39 -04:00
Jay Lee
a333185e84
repro issue #1438
2021-10-21 08:06:26 -04:00
Jay Lee
f6863ae2d6
Update var.py
v6.09
2021-10-20 13:57:11 -04:00
Ross Scroggs
36830250b5
Handle spurious Google error when enabling project APIs ( #1436 )
2021-10-20 13:48:41 -04:00
Jay Lee
4ca1c3537b
Merge branch 'main' of https://github.com/jay0lee/GAM into main
2021-10-18 08:50:25 -04:00
Jay Lee
eeab09eacb
fix deprecated package in a_atleast_b.py
2021-10-18 08:50:13 -04:00
Ross Scroggs
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
Jay Lee
75e2bf5a9a
Update build.yml
2021-10-14 19:22:57 -04:00
Ross Scroggs
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