Opened 7 years ago
Last modified 5 years ago
#2839 closed feature request
Implement project management for Hive — at Version 96
Reported by: | jkarder | Owned by: | jkarder |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | Hive.General | Version: | trunk |
Keywords: | merged | Cc: |
Description (last modified by fholzing)
Hive jobs should be assigned to projects instead of resources. We could better track resource usage per project and introduce some kind of credit system. Furthermore, this would allow us to assign one resource to different projects, which is currently not possible using resource groups.
fHolzing: In the "Select Project"-View, changing the selection of HiveSlaves via up/down arrow won't update the "Computing Resources"-Details.
By checking the Checkbox besides the Project (in my case HEAL), the slaves cannot be unchecked independently.
By Right-clicking on any Slave, the "Computing Resources" are updated, just like the selection (for a fraction of a second). The selection gets reverted und jumps back to the previously selected item, but the "Computing Resources" still displays the information about the now unselected item.
Change History (96)
comment:1 Changed 7 years ago by jkarder
- Status changed from new to accepted
comment:2 Changed 7 years ago by jkarder
comment:3 Changed 7 years ago by jkarder
r15378: worked on database model
comment:4 Changed 7 years ago by jkarder
- added Project and ProjectPermission DAOs and service methods
- made Project.EndDate nullable
comment:5 Changed 7 years ago by jkarder
r15380: worked on Project and ProjectPermission service methods
comment:6 Changed 7 years ago by jkarder
- Version set to branch
comment:7 Changed 7 years ago by abeham
- Milestone changed from HeuristicLab 3.3.15 to HeuristicLab 3.3.16
comment:8 Changed 7 years ago by jkarder
r15399: worked on database model
comment:9 Changed 7 years ago by jkarder
- worked on hive administrator view
- updated service clients
comment:10 Changed 7 years ago by jkarder
r15411: worked on database model
comment:11 Changed 7 years ago by jkarder
- worked on resources and projects views
- changed resource selector to be able to select projects and assigned resources
- updated service clients
comment:12 Changed 7 years ago by jkarder
r15422: worked on resources and projects views
comment:13 Changed 7 years ago by jzenisek
r15496: Added Dao for ResourcePermission entity
comment:14 Changed 7 years ago by jzenisek
r15497: worked on permission check at AddTask
comment:15 Changed 7 years ago by jzenisek
r15500: worked on resource permission checks (v2 = accelerated version)
comment:16 Changed 7 years ago by jzenisek
r15503: added ResourcePermission handling (still in progress)
comment:17 Changed 7 years ago by jzenisek
r15508: finalized permission checks in AddTask and revised implementation of ResourcePermission methods
comment:18 Changed 7 years ago by jzenisek
r15523: worked on db model and updated dbml
comment:19 Changed 7 years ago by jzenisek
comment:20 Changed 7 years ago by jzenisek
- updated dbml (removed ResourcePermission and ResourceIds in Job-Table)
- updated Resource and Project Daos
comment:21 Changed 7 years ago by jzenisek
r15528: added AssignedJobResource to dbml and Daos
comment:22 Changed 7 years ago by jzenisek
- worked on Job operations add&update
- worked on ProjectPermission handling
- worked on Project-Resource assignment
comment:23 Changed 7 years ago by jzenisek
r15540: added checks for the administration of project-resource assignments
comment:24 Changed 7 years ago by jzenisek
r15546: worked on ProjectResource assignment: (cascading) assigning & unassigning
comment:25 Changed 7 years ago by jzenisek
comment:26 Changed 7 years ago by jzenisek
r15552: worked on permission checks in listing methods
comment:27 Changed 7 years ago by jzenisek
r15557: fixed tree building routine in ResourcesView
comment:28 Changed 7 years ago by jzenisek
r15559: worked on views for Projects and ProjectResources
comment:29 Changed 7 years ago by jzenisek
r15567: worked on views for project and resource administration
comment:30 Changed 7 years ago by jzenisek
r15576: worked on client side mgmt of project-resource assignments and project-user permissions
comment:31 Changed 7 years ago by jzenisek
r15577: worked on service side mgmt of project-resource assignments and project-user permissions
comment:32 Changed 7 years ago by jzenisek
- minor bugfix in HiveService.cs
- corrected behavior of ProjectPermissionsView
comment:33 Changed 7 years ago by jzenisek
r15627: worked on Hive Job Manager: improved project/resource selector to show existent assignments and preserve selections
comment:34 Changed 7 years ago by jzenisek
- updated TaskDao towards independency of the formerly used Task-Resource assignment entity
- updated several permission/assignment handling service methods for client
- added AssignedJobResource DTO
comment:35 Changed 7 years ago by jzenisek
- updated Heartbeat processing (regarding: checking against AssignedJobResources and handling of the updated Job deletion routine)
- updated Job deletion routine (still in progress at GenerateStatistics)
comment:36 Changed 7 years ago by jzenisek
r15641: finished implementation of job deletion routine
comment:37 Changed 7 years ago by jzenisek
- adapted handling of cascading revocations of project-user permissions and project-resource assignments: from deleting all AssignedJobResource (formerly) to deleting only entries which are effected by the previously mentioned revocations (now)
- implemented job update (client side)
- corrected & improved stateful project/resource selection dialog
- corrected resource statistic calculation in project/resource selection dialog
comment:38 Changed 7 years ago by jzenisek
- worked on UpdateJob(..)
- adapted permission and assignment handling methods
- adpated dbml of HiveDataContext using the designer (added delete rules and onNull-handling)
comment:39 Changed 7 years ago by jzenisek
r15644: removed AssignedTaskResource entity
comment:40 Changed 7 years ago by jzenisek
- worked on (restricted) accessibility of hive's administration area for non-admin roles
- adapted HiveClient & HiveAdminClient entity loading (client- & service-side)
comment:41 Changed 7 years ago by jzenisek
- added DimProject and FactProjectInfo entities to statistics generation
- implemented tracking for projects
comment:42 Changed 7 years ago by jzenisek
r15666: implemented project facts-logging in HiveStatisticsGenerator
comment:43 Changed 7 years ago by jzenisek
- adapted computation of DimClient and FactClientInfo stats
- adapted web app according to new stats computation
comment:44 Changed 7 years ago by jzenisek
r15715: improved permission checking of HiveService methods
comment:45 Changed 7 years ago by jzenisek
r15716: worked on stats generation
comment:46 Changed 7 years ago by jzenisek
- updated sql scripts (necessary foreign key option alterations & introduction of statistic tables)
- updated HiveService according to changed client side (deletion-routine, permission checking,...)
comment:47 Changed 7 years ago by jzenisek
r15742: worked on HiveAdministrator:
- corrected and modified CRUD operations
- improved usability by providing detailed state information, adding dialogs etc.
comment:48 Changed 7 years ago by jzenisek
- minor changes regarding project- & resource selection
- adapted DeleteOnNull rules in dbml
comment:49 Changed 7 years ago by jzenisek
r15761: renamed branch according to guidelines
comment:50 Changed 7 years ago by jzenisek
r15767: fixed cyclic-relation bug in projects- and resources-view by preventing parents from being dragged onto descendants
comment:51 Changed 7 years ago by jzenisek
r15768: fixed cyclic-relation bug (part 2: HiveAdminClient)
comment:52 Changed 7 years ago by jzenisek
r15777: improved project- & resource selection handling
comment:53 Changed 7 years ago by jzenisek
r15792: preliminary integration of several HiveAdministrator related improvements from #2877 (full merge pending)
- slaves and slave groups are sorted by name
- slave state is indicated by different colors
- number of contained slaves is shown for each group
- CPU utilization is shown for each calculating slave
- last heartbeat date is shown for each offline slave
comment:54 Changed 7 years ago by jzenisek
r15813: improved HiveAdmin interactions:
- collaps groups with slaves only
- update scheduleView only if currently visible
- made schedule scrollable for non-admins
- changed selection backcolor
- fixed add/delete project permission bug for non-admins
comment:55 Changed 7 years ago by jzenisek
r15819: implemented refreshing list of available (i.e. for non-admins assignable) resources depending on currently selected project
comment:56 Changed 7 years ago by pfleck
I would also like to have some additional features (mainly GUI wise) for the "Nr. of needed cores" for the Hive tasks.
- Currently, the combobox to set the nr of cores is not working (no event registered), although, the rest of Hive already propagates the nr of needed cores correctly.
- For a scenario where a batch run of algorithms should be distributed, setting the nr of cores needed for all tasks is quite tedious. Maybe, setting the nr of cores needed on the batch run propagates the demand to its children.
- An option for Nr of needed cores that represents "all cores" could be useful (also with respect to executing ParallelEngines in Hive). Such a tasks should only be scheduled on a slave where no other tasks are currently running and the task will use up all available cores.
comment:57 Changed 7 years ago by jkarder
r15908: worked on hive project management
- fixed some bugs
- cleaned up
comment:58 Changed 7 years ago by jzenisek
r15913: updated genealogy computation for hive job administrator
comment:59 Changed 7 years ago by jzenisek
r15914: fixed several bugs in resource selector
comment:60 Changed 7 years ago by jzenisek
r15920: fixed several bugs in JobAdmin:
- disabled play button if no project or resource is selected
- extract stats for selected or alternatively for checked resources
- collapse slaves-only groups if no slave is assigned explicitly
- prevent unnecessary resource tree rebuilds (reset and style instead)
- suppress double clicks in resource tree (i.e. prevent win forms check-error)
...
comment:61 Changed 7 years ago by jzenisek
- replaced use of TreeView with NoDoubleClickTreeView everywhere allegedly reasonable for Hive
- updated genealogy computation for HiveAdminClient and corresponding views (ResourcesView & ProjectResourcesView)
comment:62 Changed 7 years ago by jzenisek
r15925: fixed bug in HeartbeatManager (more specific: corrected check if a task via its parenting job is still granted for a certain resource)
comment:63 Changed 7 years ago by jzenisek
r15933: several fixes:
- rebuilt run in hive
- adapted numeric selector (added FixedNumericUpDown.cs)
comment:64 Changed 6 years ago by jzenisek
r15953: Several changes and fixes:
- added button tooltips
- changed position of buttons
- added refresh functionality to view of lightweight users ...
comment:65 Changed 6 years ago by jzenisek
r15954: updated behavior of permission assignment for project owners (client and server side)
comment:66 Changed 6 years ago by jzenisek
- fixed refresh in resource view
- fixed assignment/include behavior in permission view
comment:67 Changed 6 years ago by jzenisek
- fixed project/resource selector in HiveJobManager
- added error provider to project/resource selector
- changed datetime pickers in HiveAdmin...
comment:68 Changed 6 years ago by jzenisek
r15966: Fixed several bugs and added project duration handling
- fixed project duration handling (client- & service-side)
- fixed tagging in HiveJobAdmin
- added ProjectJobs view (under construction)
- added necessary service methods
comment:69 Changed 6 years ago by jzenisek
r15969: finalized ProjectJobsView
comment:70 Changed 6 years ago by jzenisek
r15978: applied several fixes:
- show full project-path in project/resource selector
- handle lost of project-ownership by not withdrawing permissions
- update automatically after hand-down save
- lock jobs for which statistics/deletion is pending
- lock the disabled checkbox in ProjectResourcesView...
comment:71 Changed 6 years ago by jzenisek
r15992: fixed couple of minor issues:
- changed tags in resource selector
- added project information in job list and adapted sortation
- fixed hand-down save by withdrawing additional offset-rights (permissions, resources),...
comment:72 Changed 6 years ago by jzenisek
r15995: adapted illustration of project and resource ancestry in HiveAdministrator and HiveJobAdministrator
comment:73 Changed 6 years ago by jzenisek
r16040: fixed handling of project related updates for project owners, who are no admins and do not own parent projects
comment:74 Changed 6 years ago by jzenisek
r16043: adapted handling of project start/end boundaries for non-admins
comment:75 Changed 6 years ago by jzenisek
- adapted icons: replaced ".PublishToWeb" with ".Save"
- pre-select project with all resources for new jobs, if it is the only available
comment:76 Changed 6 years ago by jkarder
r16050: fixed connection string
comment:77 Changed 6 years ago by jkarder
- merged [15377-15681/trunk/sources] into branch
- merged [15683-16056/trunk] into branch
comment:78 Changed 6 years ago by jkarder
r16060: worked on hive project management
- added .ToList() calls within some service methods to prevent TransactionExceptions
- added check for InvokeRequired
- improved RunInHiveMenuItem
- removed .resx files from projects
comment:79 Changed 6 years ago by jkarder
r16062: worked on hive project management
- removed .resx file from project
comment:80 Changed 6 years ago by jkarder
r16064: worked on hive project management
- fixed bug in StyleTreeNode
comment:81 Changed 6 years ago by jkarder
r16066: worked on hive project management
- improved RunInHiveMenuItem
comment:82 Changed 6 years ago by jkarder
r16068: worked on hive project management
- derived UserListView, UserGroupListView and RoleListView from ItemCollectionView<T>
comment:83 Changed 6 years ago by jzenisek
r16072: worked on HiveProjectMgmt:
- adapted enabled state of buttons
comment:84 Changed 6 years ago by jzenisek
r16089: updated setting enabled state of controls in project view
comment:85 Changed 6 years ago by jkarder
r16091: worked on hive project management
- updated app/web configs and settings
comment:86 Changed 6 years ago by jkarder
r16092: merged [16057-16091/trunk] into branch
comment:87 Changed 6 years ago by jkarder
r16093: worked on hive project management
- removed usage of null-conditional operator
comment:88 Changed 6 years ago by jkarder
r16094: worked on hive project management
- removed usage inline out variables and string interpolation
comment:89 Changed 6 years ago by jkarder
r16095: worked on hive project management
- removed usage of null-conditional operator
comment:90 Changed 6 years ago by jkarder
r16116: worked on hive project management
- fixed plugin dependencies
- fixed NullReferenceException in HiveTaskView
- added cloning ctor for AssignedJobResource and AssignedProjectResource
comment:91 Changed 6 years ago by jkarder
r16117: merged [15377-16116/branches/2839_HiveProjectManagement] into trunk
comment:92 Changed 6 years ago by jkarder
- Version changed from branch to trunk
comment:93 Changed 6 years ago by jkarder
r16122: worked on hive project management
- fixed handling of enabled states in ResourcesView
comment:94 Changed 6 years ago by fholzing
- Description modified (diff)
comment:95 Changed 6 years ago by fholzing
- Description modified (diff)
comment:96 Changed 6 years ago by fholzing
- Description modified (diff)
r15377: created branch for hive project management