Task #1569
closedRedesign provisioning operation page
0%
Description
Working with provisioning operations is troublesome in current version. Some of the usecases, that cannot be solved using current agenda are:
Execute all provisioning operations (on server, not one by one using UI, now we do it by modifying database data, so that the RetryProvisioningExecutor would do it for us)solved in #1561Filter provisioning operations by provisioned attributes (sometimes we would like to execute some operations, which should not be cancelled such as password provisioning and locking account in protection and cancel the rest)solved in #1393- You can also consider implementing a View in which provisioning operations would be grouped into batches, that can be further expanded to see the individual operations contained in the batch
Related issues
Updated by Radek Tomiška over 5 years ago
- Assignee changed from Vít Švanda to Radek Tomiška
Updated by Radek Tomiška over 5 years ago
- Related to Task #1561: Provisioning table - rewrite FE bulk action to BE added
Updated by Vít Švanda over 5 years ago
- Target version set to Quartz (9.6.0)
After consultation with Peter and Alca are primay goals:
- Move operations for rerun operations to BE (bulk actions).
- Show more informations for retry attempts (show date of the last attempt. May be create items for unsuccesfull attempts in acrhive).
Updated by Vít Švanda over 5 years ago
- Target version changed from Quartz (9.6.0) to Pyrite (9.5.2)
Updated by Radek Tomiška over 5 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška over 5 years ago
- Description updated (diff)
- Status changed from In Progress to New
- Target version deleted (
Pyrite (9.5.2))
ad1) Will be solved in #1561
ad2) This is a little complicated, because all provisioned attributes (and wish too) is persisted in one column as bytea in database. So, if we want to implement tis requirement, we have to add some new column with attribute names at least into database.
ad3) New agenda can be created.
ad4) Comment about retry provisioning attempts moved into #1612
Updated by Radek Tomiška over 5 years ago
- Related to Task #1612: Add failed retry provisioning attemtps into archive. added
Updated by Radek Tomiška over 5 years ago
- Related to Task #1647: Provisioning: create LRT for delete old provisioning archive added
Updated by Radek Tomiška over 5 years ago
- Related to Feature #1393: Filter empty provisioning attempts in archive added
Updated by Radek Tomiška almost 5 years ago
- Description updated (diff)
- Status changed from New to Closed
Updated by Radek Tomiška almost 5 years ago
- Related to Feature #1996: Provisioning batch agenda added