Commits
laboratory
Name already in use
Commits on Nov 4, 2019
-
Merge branch 'laboratory' of https://github.internet2.edu/docker/midP…
…oint_container into laboratory
Copy the full SHA 9950352View commit details -
Copy the full SHA a268b7aView commit details -
Fix sources container in demo/complex2s
Now the container correctly works after docker-compose down and docker-compose up cycle.
Copy the full SHA bbbea53View commit details -
Do various fixes and improvements
1) fixed a couple of scripts by adding #! declaration, 2) temporarily disabled "targets" container - it was not used anyway, 3) added "resolveip fix" to grouper_data Dockerfile (as suggested on the Slack channel), 4) added 2 new archetypes + added visualization of existing ones in demo/complex2s, 5) removed "add focus" synchronization in LDAP resource, 6) other minor improvements. These are done by Ivan Noris.
Copy the full SHA fc1a4c3View commit details -
Copy the full SHA 0b7477cView commit details
Commits on Oct 22, 2019
-
Merge branch 'laboratory' of https://github.internet2.edu/TIER/midPoi…
…nt_container into laboratory
Copy the full SHA cacbb80View commit details -
Copy the full SHA 3f21a2bView commit details
Commits on Oct 21, 2019
-
Copy the full SHA 699d05eView commit details
Commits on Oct 16, 2019
-
Copy the full SHA 64dcbe0View commit details
Commits on Oct 11, 2019
-
Do functionality and performance improvements
1. Membership and group deletion is now handled correctly 2. Operations on large LDAP groups should now be faster (but still not optimal)
Commits on Oct 5, 2019
Commits on Oct 3, 2019
Commits on Oct 2, 2019
Commits on Sep 25, 2019
Commits on Sep 24, 2019
-
Here we fixed syntax errors + minor variable naming issues.
-
Simplify and optimize demo/complex2s config
1) Removed multiple intents from LDAP resource, making operations faster 2) Replaced template + metarole combination (for each group type) with single archetype. 3) Factored out common code to 2 archetype metaroles.
Commits on Sep 3, 2019
Commits on Aug 30, 2019
Commits on Aug 28, 2019
-
Improve perf of user recomputation in complex2s
1) Implemented filtering in ScriptedSQL search operation 2) Turned off recompilation of Groovy scripts on each DB request
Commits on Jul 30, 2019
-
Temporarily remove 389-admin and 389-adminutil
These packages are part of 'directory' service in various scenarios. It looks like there are some issues with current versions of these packages. So I have temporarily removed them from demo/complex2s scenario to make it buildable.
Commits on Jul 29, 2019
-
-
Adapt demo/complex2s to latest perf improvements
The processing path of Grouper groups was significantly changed: Instead of pushing member information through ShadowType to OrgType we keep it only in ShadowType (in index-only form). Auto-updating users after membership change is currently disabled.
Commits on Jul 15, 2019
Commits on Jul 2, 2019
Commits on Jun 12, 2019
-
-
-
Add draft of demo/complex2s scenario
This is the same as demo/complex2 but using simplified access to the Grouper resource (fetching groups with member lists instead of members + groups).