summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-16Merge "Fix a bug in test."stable/brahmaputraRuan HE1-0/+36
2015-12-16Merge "Add log filenames in global outputs."Ruan HE1-4/+8
2015-12-16Merge "Update and fix the new keystonemiddleware moon manager."Ruan HE2-12/+15
2015-12-16Merge "Send Moon from a Keystone filter to a Keystone application."Ruan HE25-575/+617
2015-12-16Fix a bug in test.asteroide1-0/+36
Change-Id: I3def005a8b627fefbf0da7445631610940369d46
2015-12-16Add log filenames in global outputs.asteroide1-4/+8
Change-Id: I755ae05ae95d269b463ac347ef2a8dc527ab5693
2015-12-16Update and fix the new keystonemiddleware moon manager.asteroide2-12/+15
Change-Id: I76c318c7b10e9cfc9b134d4cc29daf3e247cdb20
2015-12-16Send Moon from a Keystone filter to a Keystone application.asteroide25-575/+617
Change-Id: Ib74edc222e6d0705c7f7c6c602401fca75626c23
2015-12-11Update API documentation.asteroide1-374/+590
Change-Id: Ica14434d38532a93a5ce93fe021c2d8101b42d4d
2015-12-11Delete an unnecessary API link.asteroide1-1/+0
Change-Id: I907456ff282ec83234f66a979da18b1d46ca77fc
2015-12-10Change API calls to have less loops and change the API calls in the enforce ↵asteroide8-221/+171
function. Change-Id: Ia8a2eebcd014967a34fd0f7bf6cd09e7cdad64ed
2015-12-07Fix a deletion after Keytone update from source.asteroide1-0/+13
Change-Id: I9aafe31377b467f2580f7781cec5b30c0150ee8b
2015-12-03Add try / except because moonlog_api is missing sometimes (need more ↵asteroide2-9/+30
investigations). Change-Id: I6d6bb334984e9a33fd6e43c5a1b97d9e7500d8f8
2015-12-02Update keystone to the branch stable/liberty.asteroide91-951/+1980
Change-Id: I7cce62ae4b4cbca525a7b9499285455bdd04993e
2015-12-01Merge topic 'r2-func-moonclient-tests'Ruan HE23-16/+199
* changes: Fix an issue when executing all tests at the same time. Add date and time in log files.
2015-12-01Merge "Add a debug output for testing purpose."Ruan HE1-0/+2
2015-12-01Fix an issue when executing all tests at the same time.asteroide22-13/+191
Change-Id: I1215c6e005438f19f042a4296fcaf156ea7d0ffe
2015-12-01Add date and time in log files.asteroide1-3/+8
Change-Id: I07a148c01afcab0330e4d95d118439635908013d
2015-12-01Add a debug output for testing purpose.asteroide1-0/+2
Change-Id: I3f830afa9f8d15c14e4685f3618d92acfaedbc1d
2015-12-01Fix an error on aggregation algorithm.asteroide5-12/+15
Change-Id: If5387e847c3102d78c71fe3ee194133e20959e1b
2015-11-27Merge "When deleting an intra-extension, deletion may be impossible due to ↵Ruan HE1-8/+10
foreign key constraints."
2015-11-27When deleting an intra-extension, deletion may be impossible due to foreign ↵asteroide1-8/+10
key constraints. Change-Id: I6a8421e80f68abdf80516f76b87f611249a1e80a
2015-11-27Delete a moonclient test which is not necessary.asteroide1-32/+0
Change-Id: I938753f5c6072a75df32203dc13f3f8f8ad89ff7
2015-11-25Add an aggregator for moonclient tests.asteroide1-4/+41
Change-Id: I4c784def32998cdb998bc5532a24e6a7a6dcb3b7
2015-11-25Merge "Add a "no_result" key in JSON test files because "(?!...)" regular ↵Ruan HE23-85/+103
expression doesn't work as expected."
2015-11-25Add a "no_result" key in JSON test files because "(?!...)" regular ↵asteroide23-85/+103
expression doesn't work as expected. Change-Id: I67a8b6a529b71bc7499ba68cb431403a63482c1c
2015-11-25Automatically delete assignments related to a category when user asks to ↵asteroide1-0/+3
delete this category. Change-Id: Ic906572bb5938891d103b11fc49b6b392edc20ef
2015-11-25Merge "moon monthly meeting report"Ruan HE2-37/+90
2015-11-25moon monthly meeting reportwukong2-37/+90
Change-Id: If769426ea57b3d458962f938f9b6263ed32dba16
2015-11-25Re-run unittests and fix some bugs.asteroide5-72/+66
Change-Id: Ibf63942a55bd4c3792bbfb4cd25d665923a3b1af
2015-11-24Merge "Fix a small bug in test."Ruan HE1-1/+1
2015-11-24Merge "Manage the case where the content from Keystone is empty."Ruan HE1-1/+2
2015-11-24Merge "Delete the unused shell_command."Ruan HE1-6/+2
2015-11-24Fix a small bug in test.asteroide1-1/+1
Change-Id: I0458f3105fe1fe3e84d3264f29a24f53b6967ebe
2015-11-24Manage the case where the content from Keystone is empty.asteroide1-1/+2
Change-Id: I0bb6ae144436114c569024115f9c835f7aab9e1d
2015-11-24Delete the unused shell_command.asteroide1-6/+2
Change-Id: I238ab36e06da03b7fd15772e2fdf70254405fd41
2015-11-24When deleting a subject, check if the authz/admin intra-extension exists in ↵asteroide2-9/+13
order to not try to delete a subject in a non-existent intra-extension. Change-Id: Ief26dccc856ab565b3ba610cf6c7a95c20fab297
2015-11-23moon-abe cleanupwukong649-164844/+0
Change-Id: Ie1259856db03f0b9e80de3e967ec6bd1f03191b3
2015-11-23Merge "Add password and authurl in global moonclient command."Ruan HE1-2/+28
2015-11-23Merge "Split time and message in logs from Keystone-Moon."Ruan HE1-4/+33
2015-11-23Merge "Fix 2 bugs in Logs (in controller and in DB)"Ruan HE2-3/+5
2015-11-23Add password and authurl in global moonclient command.asteroide1-2/+28
Change-Id: Idfa0716e0c9fb70c0f0000e2a110c3edf7ca7993
2015-11-23Split time and message in logs from Keystone-Moon.asteroide1-4/+33
Change-Id: I842f98b2018e9f15e64d68c2f6d2c5a3b213cc35
2015-11-23Fix 2 bugs in Logs (in controller and in DB)asteroide2-3/+5
Change-Id: Ifdf9fdbd5956335647d9fb44679f941a699fd7a2
2015-11-23Merge "Merge branch 'r3' to master"Ruan HE5-0/+414
2015-11-22Merge "Some aesthetic modifications in logs."Ruan HE1-2/+2
2015-11-22Merge "Get errors from Keystone-Moon and throw them from Moonclient"Ruan HE1-2/+14
2015-11-22Merge "Add tests for moonclient which authorize a new user to modify the ↵Ruan HE3-0/+3637
admin intra-extension."
2015-11-22Merge "During authorization, the subject ID was sometime the Keystone ID ↵Ruan HE1-18/+21
which leads to a false authorization error."
2015-11-20Some aesthetic modifications in logs.asteroide1-2/+2
Change-Id: Ic6809bf6e9d9aab47adff1d65870c51e2e47fb8b