Age | Commit message (Expand) | Author | Files | Lines |
2015-12-02 | Update keystone to the branch stable/liberty. | asteroide | 75 | -926/+1585 |
2015-12-01 | Fix an error on aggregation algorithm. | asteroide | 4 | -9/+12 |
2015-11-27 | When deleting an intra-extension, deletion may be impossible due to foreign k... | asteroide | 1 | -8/+10 |
2015-11-25 | Automatically delete assignments related to a category when user asks to dele... | asteroide | 1 | -0/+3 |
2015-11-25 | Re-run unittests and fix some bugs. | asteroide | 5 | -72/+66 |
2015-11-24 | When deleting a subject, check if the authz/admin intra-extension exists in o... | asteroide | 1 | -4/+8 |
2015-11-23 | Fix 2 bugs in Logs (in controller and in DB) | asteroide | 2 | -3/+5 |
2015-11-22 | Merge "During authorization, the subject ID was sometime the Keystone ID whic... | Ruan HE | 1 | -18/+21 |
2015-11-20 | During authorization, the subject ID was sometime the Keystone ID which leads... | asteroide | 1 | -18/+21 |
2015-11-20 | Add an init API function to force the reload of the root intra-extension. | asteroide | 2 | -0/+10 |
2015-11-03 | Improve some exception logs mainly for debugging purposes. | asteroide | 1 | -8/+8 |
2015-10-14 | Merge "When a tenant is not managed by Moon, the result of the authz function... | Ruan HE | 1 | -1/+3 |
2015-10-14 | When a tenant is not managed by Moon, the result of the authz function is alw... | asteroide | 1 | -1/+3 |
2015-10-14 | Change the way the tenant dict is updated with Keystone information on the ad... | asteroide | 1 | -1/+3 |
2015-10-12 | Check the content of tenant_dict['intra_admin_extension_id'] to allow or not ... | asteroide | 1 | -2/+3 |
2015-10-12 | Fix a bug when sending a new log in moon_api. | asteroide | 2 | -7/+13 |
2015-10-12 | create scenario test | WuKong | 3 | -0/+109 |
2015-09-26 | Review the KeystoneMiddleware code, fix some bugs in the authz functions. | asteroide | 6 | -62/+47 |
2015-09-25 | Fix a bug in aggregation_algorithm functions. | asteroide | 1 | -2/+2 |
2015-09-24 | Update Keystone code from repository. | asteroide | 165 | -1845/+16935 |
2015-09-24 | Create user in Keystone database when needed. | asteroide | 2 | -11/+55 |
2015-09-23 | Automatically create tenant in Keystone if tenant name doesn't exist in Keyst... | asteroide | 1 | -2/+28 |
2015-09-22 | Fix all rule commands. | asteroide | 1 | -2/+2 |
2015-09-22 | Delete all references to the AggregationAlgorithms SQL table. | asteroide | 3 | -30/+14 |
2015-09-21 | Put the ID of aggregation algorithm for a particular IntraExtension in the in... | asteroide | 10 | -123/+118 |
2015-09-18 | Fix a bug when adding an assignment. | asteroide | 1 | -1/+1 |
2015-09-17 | In controllers, user_id is the Keystone ID and that don't match with the id i... | asteroide | 2 | -30/+18 |
2015-09-16 | Fix a bug in object_assignments SQL table. | asteroide | 1 | -1/+1 |
2015-09-15 | The genre attribute may be not set. So automatically setting it, by looking t... | asteroide | 1 | -0/+5 |
2015-09-11 | Debug all the tenant commands in moonclient and fix some bugs in opnfv-moon r... | asteroide | 4 | -73/+59 |
2015-09-11 | Merge "Change the deletion behaviour of scope and assignment when deleting an... | Ruan HE | 2 | -31/+78 |
2015-09-11 | Change the deletion behaviour of scope and assignment when deleting an intra-... | asteroide | 2 | -31/+78 |
2015-09-10 | Add a forgotten foreing key in Rules table. | asteroide | 1 | -0/+1 |
2015-09-10 | Merge "get_aggregation_algorithm_dict now return an empty dictionnary if algo... | Ruan HE | 1 | -1/+4 |
2015-09-10 | get_aggregation_algorithm_dict now return an empty dictionnary if algorithm i... | asteroide | 1 | -1/+4 |
2015-09-08 | Add_tenant can now be used even if the tenant ID is unknown. | asteroide | 1 | -1/+3 |
2015-09-04 | End of Keystone code update to branch Master and fix some bugs. | asteroide | 11 | -113/+191 |
2015-09-01 | Update Keystone code from official Github repository with branch Master on 09... | asteroide | 306 | -9942/+15735 |
2015-08-31 | Fix all tests. | asteroide | 12 | -1688/+926 |
2015-08-10 | review code | WuKong | 5 | -252/+246 |
2015-08-07 | review code | WuKong | 6 | -517/+528 |
2015-07-31 | Play unit tests and modify code accordingly. (some tests are still not OK). | asteroide | 13 | -3366/+4293 |
2015-07-27 | Merge "Raise AuthzException in IntraExtensionAuthzManager whenn needed (untes... | Ruan HE | 1 | -1/+77 |
2015-07-27 | Merge "Add, del, set subjects in both IntraAuthzExtension, IntraAdminExtensio... | Ruan HE | 1 | -12/+58 |
2015-07-27 | Merge "Add more log in authz function. (untested)" | Ruan HE | 1 | -4/+5 |
2015-07-27 | Merge "Add deletion of secondary keys in core.py and add a forgotten API func... | Ruan HE | 2 | -3/+39 |
2015-07-27 | Raise AuthzException in IntraExtensionAuthzManager whenn needed (untested). | asteroide | 1 | -1/+77 |
2015-07-27 | Add, del, set subjects in both IntraAuthzExtension, IntraAdminExtension. (unt... | asteroide | 1 | -12/+58 |
2015-07-27 | Add more log in authz function. (untested) | asteroide | 1 | -4/+5 |
2015-07-27 | Add deletion of secondary keys in core.py and add a forgotten API function in... | asteroide | 2 | -3/+39 |