Commits
master
Name already in use
Commits on Jan 28, 2020
-
Add support for async group rename
This requires midPoint 4.1-M2 that has been uploaded today. Also fixing the name of user recomputation task.
Copy the full SHA 7128034View commit details
Commits on Jan 14, 2020
-
Copy the full SHA eddc1d3View commit details -
Copy the full SHA a362622View commit details -
Clean up tests in demo/grouper
Tests for REST reconciliation were added. Some obsolete tests were removed.
Copy the full SHA f35685bView commit details
Commits on Nov 25, 2019
-
Copy the full SHA cf27258View commit details -
Add specific tags for upstream containers
At least where it's possible. E.g. tier/rabbitmq currently has no tags. tier/mariadb has only very generic tags.
Copy the full SHA 4fc009fView commit details -
Copy the full SHA 4bcd365View commit details -
Upgrade Grouper REST connector to 0.6
This version contains (hopefully) final structure for configuration parameters. Also removed obsolete midpoint-objects directory in demo/grouper.
Copy the full SHA f40173aView commit details
Commits on Nov 24, 2019
-
Merge remote-tracking branch 'refs/remotes/origin/master'
lskublik committedNov 24, 2019 Copy the full SHA e2d2859View commit details -
fix for midpoint SP metadata (change of certificate)
lskublik committedNov 24, 2019 Copy the full SHA b50ea23View commit details
Commits on Nov 23, 2019
-
Adapt to cleaned-up Grouper connector (0.5)
Beware! This is an incompatible change. The new connector has no support for "old" object classes (AccountObjectClass, GroupObjectClass) and uses a different name for "plain" groups (ri:CustomPlainGroupObjectClass -> ri:Group). Also the name and uid attribute names has been changed to ri:name and ri:uuid. Obsolete midpoint-objects directory was renamed appropriately before it's definitely deleted.
Commits on Nov 22, 2019
Commits on Nov 21, 2019
-
Set worker threads for async update task
This is necessary for correct state reporting.
-
Switch from 4.0.1 to "latest-stable" mP image
This applies to the master branch only.
Commits on Nov 19, 2019
Commits on Nov 15, 2019
Commits on Nov 13, 2019
Commits on Nov 12, 2019
Commits on Nov 6, 2019
-
Although the tests are quite advanced, they are not really complete yet. Most notably, group membership update in LDAP is not checked now. We should include running Trigger Scanner in these tests eventually.
-
Remove etc:midpointGroups and midpoint stem
The "supergroup" is now obsolete and was removed. It temporarily stays as a parameter for Grouper connector but we can specify any existing group there, as it is used solely for the "test resource" operation.
-
1) add forgotten initialize.gsh file 2) fix Dockerfile FROM dependency
-
This is basically a clone of demo/complex2s from the laboratory branch. Main differences: 1. Fixed "unknown host directory" error message when building grouper_data container. The initialization script is no longer run at build time in grouper_data. It is instead run at first start of grouper_daemon container, when LDAP server is already up. 2. banderson and sysadmingroup is now created when building LDAP container. So the Grouper resource test action can be executed directly, without the need to prepare midPoint objects for banderson & sysadmingroup first. Note that tests were not updated yet.
Commits on Nov 5, 2019
-
-
-
- Updated master branch with changes from the laboratory - Temporarily removed obsolete demo/complex - Fixed download script to reflect new URL of midPoint distribution server - Upgraded midPoint to 4.0.1