-
Notifications
You must be signed in to change notification settings - Fork 10
Made UnityGroup class more generic #98
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
Open
sheldor1510
wants to merge
25
commits into
UnityHPC:main
Choose a base branch
from
sheldor1510:generic-unitygroup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
baebd86
made unitygroup more generic
sheldor1510 ca0e3c8
made things more generic, added view_group.php [in progress]
sheldor1510 9f685d7
admin check
sheldor1510 a0271bf
completed view_group.php with UI and functionality
sheldor1510 f353765
fixed up some perms issues
sheldor1510 dec215b
created request new group page, modified admin panel and a lot of oth…
sheldor1510 95edeb3
made getgrouptype() generic
sheldor1510 623d648
removed remove role + ranked roles per priority + implemented isNameable
sheldor1510 88f7eb7
cs error fixes
sheldor1510 0e513f6
cs error fixes (2)
sheldor1510 e15f240
cs error fixes (3)
sheldor1510 a686b6f
cs warning fix (1)
sheldor1510 9f5ecd7
cs warning fix (2)
sheldor1510 bf4caca
cs warning fix (3)
sheldor1510 01e75d6
cs warning fix (4)
sheldor1510 d6a671d
cs warning fix (5)
sheldor1510 0479333
cs warning fix (6)
sheldor1510 40074c2
cs warning fix (7)
sheldor1510 0ecd1f6
cs warning fix (8)
sheldor1510 22a8b72
added groupAttributes table
sheldor1510 0928514
cs fix
sheldor1510 cdb636b
some comments resolved
sheldor1510 74f7d41
cancel request + exclusive owner property
sheldor1510 f981b59
cs fix
sheldor1510 0b49232
cs fix (1)
sheldor1510 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
removed remove role + ranked roles per priority + implemented isNameable
- Loading branch information
commit 623d648ac7b82e1af7dce5ffb98be58498dbce9b
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For specifically the PI group type, I am unable to request a new group. The page refreshes but nothing happens. The other 2 types work fine.