Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-23 | Modify Auth controls for Moon Auth API in order to allow unscopped tokens. | asteroide | 1 | -1/+13 | |
Change-Id: I8ede560f38682f1d79ad8842ed7c27649f70cd8d | |||||
2016-05-10 | Merge "Add the ability to retrieve a scoped token with roles associated to ↵ | Ruan HE | 1 | -3/+36 | |
that project." | |||||
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-05-06 | meeting report update | WuKong | 1 | -0/+0 | |
Change-Id: I3a00e52a29a63ff5445500d35397db9e75a84685 Signed-off-by: WuKong <rebirthmonkey@gmail.com> | |||||
2016-04-25 | Add the /moon/auth/tokens API | asteroide | 4 | -60/+173 | |
Change-Id: I4c0dd7c0e3f4dcae8d122c466cf93ac28d7c37f6 | |||||
2016-04-22 | Move policy files to a better location for the installation process. | asteroide | 38 | -5/+1 | |
Change-Id: If74a878058983df8e432927e87b3da69214d9888 | |||||
2016-03-04 | Merge "Update KeystoneMiddleware to the stable/liberty version." | Ruan HE | 15 | -200/+359 | |
2016-03-04 | Update KeystoneMiddleware to the stable/liberty version. | asteroide | 15 | -200/+359 | |
Change-Id: I225ed685dad129dc7c1d5d6a00e54c0facde0c07 | |||||
2016-03-04 | Fix a bug in attribute naming. | asteroide | 3 | -11/+11 | |
Change-Id: I682e9c47a9767d51bd3ccd99339bf6b77b86643f | |||||
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 "Just an aesthetic change in output." | Ruan HE | 1 | -1/+1 | |
2016-01-26 | Just an aesthetic change in output. | asteroide | 1 | -1/+1 | |
Change-Id: I591314a511d83bd1010a49a0f202be90ec06fbf0 | |||||
2016-01-26 | There was a bug when changing the auth_port in JSON test files. | asteroide | 1 | -1/+1 | |
Change-Id: I527551ef1d327ea0d017603e6ab6d2918491174a | |||||
2016-01-26 | Merge "Add the Moon slave service." | Ruan HE | 8 | -79/+437 | |
2016-01-26 | Add the Moon slave service. | asteroide | 8 | -79/+437 | |
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 | Merge "Fix a bug in test."stable/brahmaputra | Ruan HE | 1 | -0/+36 | |
2015-12-16 | Merge "Add log filenames in global outputs." | Ruan HE | 1 | -4/+8 | |
2015-12-16 | Merge "Update and fix the new keystonemiddleware moon manager." | Ruan HE | 2 | -12/+15 | |
2015-12-16 | Merge "Send Moon from a Keystone filter to a Keystone application." | Ruan HE | 25 | -575/+617 | |
2015-12-16 | Fix a bug in test. | asteroide | 1 | -0/+36 | |
Change-Id: I3def005a8b627fefbf0da7445631610940369d46 | |||||
2015-12-16 | Add log filenames in global outputs. | asteroide | 1 | -4/+8 | |
Change-Id: I755ae05ae95d269b463ac347ef2a8dc527ab5693 | |||||
2015-12-16 | Update and fix the new keystonemiddleware moon manager. | asteroide | 2 | -12/+15 | |
Change-Id: I76c318c7b10e9cfc9b134d4cc29daf3e247cdb20 | |||||
2015-12-16 | Send Moon from a Keystone filter to a Keystone application. | asteroide | 25 | -575/+617 | |
Change-Id: Ib74edc222e6d0705c7f7c6c602401fca75626c23 | |||||
2015-12-11 | Update API documentation. | asteroide | 1 | -374/+590 | |
Change-Id: Ica14434d38532a93a5ce93fe021c2d8101b42d4d | |||||
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 | 8 | -221/+171 | |
function. Change-Id: Ia8a2eebcd014967a34fd0f7bf6cd09e7cdad64ed | |||||
2015-12-07 | Fix a deletion after Keytone update from source. | asteroide | 1 | -0/+13 | |
Change-Id: I9aafe31377b467f2580f7781cec5b30c0150ee8b | |||||
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 | 91 | -951/+1980 | |
Change-Id: I7cce62ae4b4cbca525a7b9499285455bdd04993e | |||||
2015-12-01 | Merge topic 'r2-func-moonclient-tests' | Ruan HE | 23 | -16/+199 | |
* changes: Fix an issue when executing all tests at the same time. Add date and time in log files. | |||||
2015-12-01 | Merge "Add a debug output for testing purpose." | Ruan HE | 1 | -0/+2 | |
2015-12-01 | Fix an issue when executing all tests at the same time. | asteroide | 22 | -13/+191 | |
Change-Id: I1215c6e005438f19f042a4296fcaf156ea7d0ffe | |||||
2015-12-01 | Add date and time in log files. | asteroide | 1 | -3/+8 | |
Change-Id: I07a148c01afcab0330e4d95d118439635908013d | |||||
2015-12-01 | Add a debug output for testing purpose. | asteroide | 1 | -0/+2 | |
Change-Id: I3f830afa9f8d15c14e4685f3618d92acfaedbc1d | |||||
2015-12-01 | Fix an error on aggregation algorithm. | asteroide | 5 | -12/+15 | |
Change-Id: If5387e847c3102d78c71fe3ee194133e20959e1b | |||||
2015-11-27 | Merge "When deleting an intra-extension, deletion may be impossible due to ↵ | Ruan HE | 1 | -8/+10 | |
foreign key constraints." | |||||
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-27 | Delete a moonclient test which is not necessary. | asteroide | 1 | -32/+0 | |
Change-Id: I938753f5c6072a75df32203dc13f3f8f8ad89ff7 | |||||
2015-11-25 | Add an aggregator for moonclient tests. | asteroide | 1 | -4/+41 | |
Change-Id: I4c784def32998cdb998bc5532a24e6a7a6dcb3b7 | |||||
2015-11-25 | Merge "Add a "no_result" key in JSON test files because "(?!...)" regular ↵ | Ruan HE | 23 | -85/+103 | |
expression doesn't work as expected." | |||||
2015-11-25 | Add a "no_result" key in JSON test files because "(?!...)" regular ↵ | asteroide | 23 | -85/+103 | |
expression doesn't work as expected. Change-Id: I67a8b6a529b71bc7499ba68cb431403a63482c1c | |||||
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 | Merge "moon monthly meeting report" | Ruan HE | 2 | -37/+90 | |
2015-11-25 | moon monthly meeting report | wukong | 2 | -37/+90 | |
Change-Id: If769426ea57b3d458962f938f9b6263ed32dba16 | |||||
2015-11-25 | Re-run unittests and fix some bugs. | asteroide | 5 | -72/+66 | |
Change-Id: Ibf63942a55bd4c3792bbfb4cd25d665923a3b1af | |||||
2015-11-24 | Merge "Fix a small bug in test." | Ruan HE | 1 | -1/+1 | |
2015-11-24 | Merge "Manage the case where the content from Keystone is empty." | Ruan HE | 1 | -1/+2 | |
2015-11-24 | Merge "Delete the unused shell_command." | Ruan HE | 1 | -6/+2 | |
2015-11-24 | Fix a small bug in test. | asteroide | 1 | -1/+1 | |
Change-Id: I0458f3105fe1fe3e84d3264f29a24f53b6967ebe |