Custom Query (2152 matches)
Results (511 - 513 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2384 | fixed | Rights tool factored out | dread | dread |
Description |
The command line tool 'rights' is quite handy but it is glued to the CLI. I'm going to factor out the bit which searches for objects etc so it can be used by CreateTestData? etc and will be used by DGU. |
|||
#2390 | fixed | create_test_data for multiple users, rights | dread | dread |
Description |
It would be useful (well for DGU, but no doubt for core too) to have be able to create multiple users with full properties using one commit. Also to be able to create rights (UserObjectRoles?). |
|||
#2394 | fixed | Separate off create_test_data CLI | dread | dread |
Description |
We need to separate the CLI part of CreateTestData? from the bit which creates test fixtures. This is because of the problem with imports and logging. Otherwise we have to do unpythonic things to get logging to work when deriving from CreateTestData? from an extension such as ecportal / dgu. I've only introduced logging into CreateTestData? but I think it is a good thing to have. This change doesn't cause breakages |