-
Notifications
You must be signed in to change notification settings - Fork 12
disband, reinstate PI groups #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f3980d1
disband, reinstate PI groups
simonLeary42 ba7e285
update phpunit-bootstrap
simonLeary42 a0b9701
assert not isPI()
simonLeary42 aa2a2bc
test cases moved to other PR
simonLeary42 742bd5e
fix nickname
simonLeary42 4b3d4ed
Update resources/mail/group_reenabled.php
simonLeary42 bf069d0
Update resources/lib/UnityGroup.php
simonLeary42 0c34a1f
handle double click, send messages
simonLeary42 8c0c5c7
Update resources/mail/group_reenabled.php
simonLeary42 dddaa98
Update tools/docker-dev/identity/unity-cluster-schema.ldif
simonLeary42 ac536df
handle edge case no members
simonLeary42 6155deb
fix test
simonLeary42 6cc9ee7
Revert "comment out functions not yet implemented"
simonLeary42 fabfef0
update function name
simonLeary42 a9df825
uncomment
simonLeary42 74a75a6
fix function name
simonLeary42 63cfaf3
rename variable
simonLeary42 4e1c205
remove comment
simonLeary42 4fee066
remove dangling reference
simonLeary42 84a390d
fix bugs
simonLeary42 4dd4ec0
cast for phpstan
simonLeary42 34d3801
cast for phpstan
simonLeary42 37f8ec6
Merge branch 'main' into disband
simonLeary42 68abc99
cast different
simonLeary42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
4 changes: 2 additions & 2 deletions
4
resources/mail/group_disband.php → resources/mail/group_disabled.php
This file contains hidden or 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,10 +1,10 @@ | ||
| <?php | ||
|
|
||
| $this->Subject = "PI Group Disbanded"; ?> | ||
| $this->Subject = "PI Group Disabled"; ?> | ||
|
|
||
| <p>Hello,</p> | ||
|
|
||
| <p>Your PI group, <?php echo $data["group_name"]; ?>, has been disbanded on the UnityHPC Platform. | ||
| <p>Your PI group, <?php echo $data["group_name"]; ?>, has been disabled on the UnityHPC Platform. | ||
| Any jobs associated with this PI account have been killed.</p> | ||
|
|
||
| <p>If you believe this to be a mistake, please reply to this email</p> |
This file contains hidden or 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,11 @@ | ||
| <?php | ||
|
|
||
| $this->Subject = "PI Group Re-Enabled"; ?> | ||
|
|
||
| <p>Hello,</p> | ||
|
|
||
| <p> | ||
| Your PI group, <?php echo $data["group_name"]; ?>, has been re-enabled on the UnityHPC Platform. | ||
| </p> | ||
|
|
||
| <p>If you believe this to be a mistake, please reply to this email.</p> |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.