0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding Vagrant based demo for Alexandria More... almost 9 years ago
Rename _push functions into set (for coherency with get) More... about 9 years ago
Merge pull request #1 from vmisson/prototype More... about 9 years ago
Add Redfish model 1.0 More... about 9 years ago
Fix bug + move Redfish model file in 0.96 directory to manage several version More... about 9 years ago
Redfish and iTop integration More... about 9 years ago
Fix iTop in docker + documentation in Readme-itop.txt More... about 9 years ago
Move iTop to examples directory More... about 9 years ago
Add iTop dockerfile More... about 9 years ago
Add LICENCE file. Apache2 Licence. More... about 9 years ago
Add http request sample to itop. Boulala.... Bobo tete.... More... over 9 years ago
Update README.md More... over 9 years ago
Update README.md More... over 9 years ago
TODO and logger modifications. Add TODO ideas in the code. Create a config.logger global object to log from anywhere in the code. More... over 9 years ago
Fix ExtendedInfo.0.96.0.json json file. More... over 9 years ago
Add all dmtf redfish files. Print loaded files to the console. More... over 9 years ago
Put in place synchronization. Synchronization is done between all drivers. In fact, only the fake drivers are doing something. Fakeprovider is updating the manager date add some fields. Fakecmdb is just writting the content of ci.data to a json file. More... over 9 years ago
Make reference models attribute private. Create a get_model method to get a copy of reference data model. More... over 9 years ago
Use format method instead of old style %. From what I have read using format is a prefered and more powerful method. http://stackoverflow.com/questions/5082452/python-string-formatting-vs-format More... over 9 years ago
Copy reference object example. This commit is just implemented to validate the medhod. But this is not conveniant, because reference models must not be changed. So next step is to make them private attributes. More... over 9 years ago
Add ci parameter to get_ci() and push_ci() methods. More... over 9 years ago
Encapsulate ci_type and data into methods. More... over 9 years ago
Move Alexandria class to module config. Goal is to defined an alexandria global object that can be called from anywhere. I'm not sure that's the best code organisation and naming, however the idea is to follow that advice : https://docs.python.org/2/faq/programming.html#how-do-i-share-global-variables-across-modules More... over 9 years ago
Cleanup to respect pep8 coding standard. More... over 9 years ago
Add etherpad link. More... over 9 years ago
Update app.py to reflect latest renaming methods. More... over 9 years ago
Create a get_driver_type() method. Trying to respect that attribute can be accessed/modified by method call. More... over 9 years ago
Add new common method get_ci() and push_ci() to Driver class. More... over 9 years ago
Add driver_type. More... over 9 years ago
Add logging to Alexandria. This will be helpful later to debug the application. More... over 9 years ago