-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
25 changed files
with
206 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| #!/bin/bash | ||
|
|
||
| source ../../library.bash | ||
|
|
||
| execute_gsh complex_grouper_daemon_1 add-ref-groups.gsh | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| #!/bin/bash | ||
|
|
||
| source ../../library.bash | ||
|
|
||
| execute_gsh complex2_grouper_daemon_1 add-ref-groups.gsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| #!/bin/bash | ||
|
|
||
| source ../../library.bash | ||
|
|
||
| execute_gsh complex2_grouper_daemon_1 create-ref-loaders.gsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| #!/bin/bash | ||
| source ../../library.bash | ||
|
|
||
| execute_gsh complex2s_grouper_daemon_1 add-ref-groups.gsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| #!/bin/bash | ||
|
|
||
| source ../../library.bash | ||
|
|
||
| execute_gsh complex2s_grouper_daemon_1 create-ref-loaders.gsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
demo/complex2s/midpoint-objects/archetypes/academic-person.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <archetype oid="958da09c-fefb-11e9-892d-975972472527" | ||
| xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org='http://midpoint.evolveum.com/xml/ns/public/common/org-3'> | ||
| <name>Academic</name> | ||
| <description>Person with a relation to the academy environment</description> | ||
| <archetypePolicy> | ||
| <display> | ||
| <label>Academic</label> | ||
| <pluralLabel>Academics</pluralLabel> | ||
| <tooltip>Academic person</tooltip> | ||
| <icon> | ||
| <cssClass>fa fa-user</cssClass> | ||
| <color>darkgreen</color> | ||
| </icon> | ||
| </display> | ||
| </archetypePolicy> | ||
| <assignment> | ||
| <assignmentRelation> | ||
| <holderType>UserType</holderType> | ||
| </assignmentRelation> | ||
| </assignment> | ||
| </archetype> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
demo/complex2s/midpoint-objects/archetypes/archetype-non-academic-person.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <archetype oid="9ea701a0-fefb-11e9-aa4a-6f55fba8896e" | ||
| xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org='http://midpoint.evolveum.com/xml/ns/public/common/org-3'> | ||
| <name>Non-academic</name> | ||
| <description>Non-academic person with no relation to the academy environment</description> | ||
| <archetypePolicy> | ||
| <display> | ||
| <label>Non-academic</label> | ||
| <pluralLabel>Non-academics</pluralLabel> | ||
| <tooltip>Non-academic persons</tooltip> | ||
| <icon> | ||
| <cssClass>fa fa-space-shuttle</cssClass> | ||
| <color>olive</color> | ||
| </icon> | ||
| </display> | ||
| </archetypePolicy> | ||
| <assignment> | ||
| <assignmentRelation> | ||
| <holderType>UserType</holderType> | ||
| </assignmentRelation> | ||
| </assignment> | ||
| </archetype> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.