Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-10 | Add the ability to retrieve a scoped token with roles associated to that ↵ | asteroide | 1 | -3/+36 | |
project. Change-Id: I942ed63ff0a343b786016ad494f0f32b78465c28 | |||||
2016-04-25 | Add the /moon/auth/tokens API | asteroide | 2 | -1/+47 | |
Change-Id: I4c0dd7c0e3f4dcae8d122c466cf93ac28d7c37f6 | |||||
2016-01-27 | Fix a bug when a tenant is not connected to an intra-extension. | asteroide | 1 | -0/+2 | |
Change-Id: I6b415ab8042e47009fd101821bd51a2b1bd0341a | |||||
2016-01-26 | Merge "Add the Moon slave service." | Ruan HE | 2 | -72/+422 | |
2016-01-26 | Add the Moon slave service. | asteroide | 2 | -72/+422 | |
Change-Id: Iaf2e154af685b611e6ec19f2500bb8720d8447bd | |||||
2016-01-26 | SubMetaRule algorithm IDs now is calculated via a hash from its name (needed ↵ | asteroide | 1 | -2/+4 | |
for master-slave development). Change-Id: Ia210b7a4b0084992d8b47f686796bca4934c3bcb | |||||
2015-12-16 | Send Moon from a Keystone filter to a Keystone application. | asteroide | 4 | -461/+526 | |
Change-Id: Ib74edc222e6d0705c7f7c6c602401fca75626c23 | |||||
2015-12-11 | Delete an unnecessary API link. | asteroide | 1 | -1/+0 | |
Change-Id: I907456ff282ec83234f66a979da18b1d46ca77fc | |||||
2015-12-10 | Change API calls to have less loops and change the API calls in the enforce ↵ | asteroide | 2 | -159/+148 | |
function. Change-Id: Ia8a2eebcd014967a34fd0f7bf6cd09e7cdad64ed | |||||
2015-12-03 | Add try / except because moonlog_api is missing sometimes (need more ↵ | asteroide | 2 | -9/+30 | |
investigations). Change-Id: I6d6bb334984e9a33fd6e43c5a1b97d9e7500d8f8 | |||||
2015-12-02 | Update keystone to the branch stable/liberty. | asteroide | 1 | -1/+3 | |
Change-Id: I7cce62ae4b4cbca525a7b9499285455bdd04993e | |||||
2015-12-01 | Fix an error on aggregation algorithm. | asteroide | 2 | -5/+8 | |
Change-Id: If5387e847c3102d78c71fe3ee194133e20959e1b | |||||
2015-11-27 | When deleting an intra-extension, deletion may be impossible due to foreign ↵ | asteroide | 1 | -8/+10 | |
key constraints. Change-Id: I6a8421e80f68abdf80516f76b87f611249a1e80a | |||||
2015-11-25 | Automatically delete assignments related to a category when user asks to ↵ | asteroide | 1 | -0/+3 | |
delete this category. Change-Id: Ic906572bb5938891d103b11fc49b6b392edc20ef | |||||
2015-11-25 | Re-run unittests and fix some bugs. | asteroide | 1 | -2/+2 | |
Change-Id: Ibf63942a55bd4c3792bbfb4cd25d665923a3b1af | |||||
2015-11-24 | When deleting a subject, check if the authz/admin intra-extension exists in ↵ | asteroide | 1 | -4/+8 | |
order to not try to delete a subject in a non-existent intra-extension. Change-Id: Ief26dccc856ab565b3ba610cf6c7a95c20fab297 | |||||
2015-11-23 | Fix 2 bugs in Logs (in controller and in DB) | asteroide | 2 | -3/+5 | |
Change-Id: Ifdf9fdbd5956335647d9fb44679f941a699fd7a2 | |||||
2015-11-22 | Merge "During authorization, the subject ID was sometime the Keystone ID ↵ | Ruan HE | 1 | -18/+21 | |
which leads to a false authorization error." | |||||
2015-11-20 | During authorization, the subject ID was sometime the Keystone ID which ↵ | asteroide | 1 | -18/+21 | |
leads to a false authorization error. Change-Id: If2e0d2aa6cd1e759be3de500c91d72cbdbaa846e | |||||
2015-11-20 | Add an init API function to force the reload of the root intra-extension. | asteroide | 2 | -0/+10 | |
Change-Id: Ieee84a30cbd1ee0a5d4ca3359b7f5afbc39afffc | |||||
2015-11-03 | Improve some exception logs mainly for debugging purposes. | asteroide | 1 | -8/+8 | |
Change-Id: Ie6b2ba1bfdc5e8729605e935481669b90990b2d8 | |||||
2015-10-14 | Merge "When a tenant is not managed by Moon, the result of the authz ↵ | Ruan HE | 1 | -1/+3 | |
function is always True." | |||||
2015-10-14 | When a tenant is not managed by Moon, the result of the authz function is ↵ | asteroide | 1 | -1/+3 | |
always True. Change-Id: Ic63d93371fb1661078367c47ce9ccd0c99537070 | |||||
2015-10-14 | Change the way the tenant dict is updated with Keystone information on the ↵ | asteroide | 1 | -1/+3 | |
add_tenant_dict. Change-Id: Ifa164a51b0195f546b97267ffca677bbf3a18eca | |||||
2015-10-12 | Check the content of tenant_dict['intra_admin_extension_id'] to allow or not ↵ | asteroide | 1 | -2/+3 | |
the synchronisation process. Change-Id: Iba22a1ae8444f2367272ef68b8310b5bff7c2b0c | |||||
2015-10-12 | Fix a bug when sending a new log in moon_api. | asteroide | 2 | -7/+13 | |
Change-Id: I8a457018bd2e03f2fcaed3143d2c4c2df7bcfbf7 | |||||
2015-09-26 | Review the KeystoneMiddleware code, fix some bugs in the authz functions. | asteroide | 4 | -20/+16 | |
Change-Id: I9d9966c061fc71cd8ef5ce88217dcdfa63e0722f | |||||
2015-09-25 | Fix a bug in aggregation_algorithm functions. | asteroide | 1 | -2/+2 | |
Change-Id: Id480972ce81173c720e5e2461ad5fd472aecc90e | |||||
2015-09-24 | Update Keystone code from repository. | asteroide | 13 | -46/+80 | |
Change-Id: Ib3d0a06b10902fcc6d520f58e85aa617bc326d00 | |||||
2015-09-24 | Create user in Keystone database when needed. | asteroide | 2 | -11/+55 | |
Change-Id: Ie898bd663e572785bd98b4d9143caa6a9bc5cead | |||||
2015-09-23 | Automatically create tenant in Keystone if tenant name doesn't exist in ↵ | asteroide | 1 | -2/+28 | |
Keystone. Change-Id: I773c2508092b3aeb921a9f7a4133331ca04c1858 | |||||
2015-09-22 | Fix all rule commands. | asteroide | 1 | -2/+2 | |
Change-Id: Ib0f30f2a9e26b4a9ac22af94c2b526a4e4f79e2e | |||||
2015-09-22 | Delete all references to the AggregationAlgorithms SQL table. | asteroide | 3 | -30/+14 | |
Change-Id: Ia508870842d17e6b8e2d8f34bd362cf3377f1594 | |||||
2015-09-21 | Put the ID of aggregation algorithm for a particular IntraExtension in the ↵ | asteroide | 5 | -67/+59 | |
intraextensions table and generate a static UUID for each aggregation algorithms in the memory backend. Change-Id: Ic56dc05ca3d7e099e1d529c5bb88b5d93de88ae1 | |||||
2015-09-18 | Fix a bug when adding an assignment. | asteroide | 1 | -1/+1 | |
Change-Id: Ic3055c39ce0202808c8f7ca0d1d4dfac71145af0 | |||||
2015-09-17 | In controllers, user_id is the Keystone ID and that don't match with the id ↵ | asteroide | 2 | -30/+18 | |
in the core.enforce. Change-Id: Ib7dc8452b16da3f82ff48b74bd29cf04f3390834 | |||||
2015-09-16 | Fix a bug in object_assignments SQL table. | asteroide | 1 | -1/+1 | |
Change-Id: Iad6a13fac0081ad077a99e2a07514ee6e96329ce | |||||
2015-09-15 | The genre attribute may be not set. So automatically setting it, by looking ↵ | asteroide | 1 | -0/+5 | |
to the name of the model. Change-Id: I744ee376e6b235bfb3a7ac75582e8d9426746d35 | |||||
2015-09-11 | Debug all the tenant commands in moonclient and fix some bugs in opnfv-moon ↵ | asteroide | 3 | -48/+59 | |
related to tenant. Change-Id: I1d21df2a55545582a98c17181255ab53cab5689b | |||||
2015-09-11 | Merge "Change the deletion behaviour of scope and assignment when deleting ↵ | Ruan HE | 2 | -31/+78 | |
an intra-extension because of foreign key contraints." | |||||
2015-09-11 | Change the deletion behaviour of scope and assignment when deleting an ↵ | asteroide | 2 | -31/+78 | |
intra-extension because of foreign key contraints. Change-Id: I8451eb583052327e97ff06097e5f6e6baaa7619b | |||||
2015-09-10 | Add a forgotten foreing key in Rules table. | asteroide | 1 | -0/+1 | |
Change-Id: Iab99fe52206abcf85fcbe56f2cc83d63eef9091a | |||||
2015-09-10 | Merge "get_aggregation_algorithm_dict now return an empty dictionnary if ↵ | Ruan HE | 1 | -1/+4 | |
algorithm is not found." | |||||
2015-09-10 | get_aggregation_algorithm_dict now return an empty dictionnary if algorithm ↵ | asteroide | 1 | -1/+4 | |
is not found. Change-Id: I53d821ea88958e53ba72467f44251fabcc1ae55e | |||||
2015-09-08 | Add_tenant can now be used even if the tenant ID is unknown. | asteroide | 1 | -1/+3 | |
Change-Id: I623483c99a349bd1ccc3b5b88c3973ce28dfd633 | |||||
2015-09-04 | End of Keystone code update to branch Master and fix some bugs. | asteroide | 8 | -104/+151 | |
Change-Id: Iad3c4f0e6fc78532b92761aa46f2d8508f46a7da | |||||
2015-09-01 | Update Keystone code from official Github repository with branch Master on ↵ | asteroide | 48 | -668/+690 | |
09/01/2015. Change-Id: I0ff6099e6e2580f87f502002a998bbfe12673498 | |||||
2015-08-31 | Fix all tests. | asteroide | 6 | -1026/+401 | |
Change-Id: I62fcce5942dee7ed5755fe20d012e4a0d5c535c9 | |||||
2015-08-10 | review code | WuKong | 3 | -183/+177 | |
Change-Id: Ie3be0aa22331803a9e2ef8837f8637bb762ae720 Signed-off-by: WuKong <rebirthmonkey@gmail.com> | |||||
2015-08-07 | review code | WuKong | 4 | -395/+406 | |
Change-Id: Idf3aedc0355fbe714a4a4808fcd2e4749da53195 Signed-off-by: WuKong <rebirthmonkey@gmail.com> |