1. 1a1867f Reduce repetition in project.py by Darren Brogan · 11 years ago
  2. 0879125 Rename various variable/function names in controllers by Darren Brogan · 11 years ago
  3. 59f35ca Readd '404' decorator to not_found(e) by Darren Brogan · 11 years ago
  4. 7923e09 Hopefully make travis content once again by Darren Brogan · 11 years ago
  5. b423627 Extract remainder of controller error handlers to errors.py by Darren Brogan · 11 years ago
  6. e88ae44 Extract error handlers to seperate file by Darren Brogan · 11 years ago
  7. fd68729 Add _get_template_id() and fill out deleteimage a little by Darren Brogan · 11 years ago
  8. d1f293e Minor adjustments to images.py by Darren Brogan · 11 years ago
  9. f02aab9 Remove unused imports by Darren Brogan · 11 years ago
  10. 5850e07 Add error detection to machine_types.py, reduce repitition of code by Darren Brogan · 11 years ago
  11. 40bbc44 Fix incorrect function name in zones.py by Darren Brogan · 11 years ago
  12. 0faf475 Reduce repitition in functions that are smimilar by Darren Brogan · 11 years ago
  13. 3c9e47a Remove unused logger from requester.py by Darren Brogan · 11 years ago
  14. dba808e Convert listzones' variable names to like-function standard by Darren Brogan · 11 years ago
  15. 8951395 Update get image to allow for image not found by Ian Duffy · 11 years ago
  16. 5af4cc8 Add getzone by Ian Duffy · 11 years ago
  17. b516998 modify v1beta15.json to have no pattern filter by Ian Duffy · 11 years ago
  18. 249b4f6 Enforce same variable naming across like-functions, and extent the patterns allowed for get commands by Ian Duffy · 11 years ago
  19. da35c06 Rename OAuth2.py to follow all lowercase naming convention by Ian Duffy · 11 years ago
  20. ec5fb43 Improve handling for region not found by Ian Duffy · 11 years ago
  21. 41c8287 remove unused import by Ian Duffy · 11 years ago
  22. 49ef54b add error handling to project, this will probably need reviewal by Ian Duffy · 11 years ago
  23. e8ce88a Make travis happy by Ian Duffy · 11 years ago
  24. 5a9e4f9 Fix naming in listimages by Ian Duffy · 11 years ago
  25. 8651a19 Fix duplication of images in listimages by Ian Duffy · 11 years ago
  26. b7b9de5 Remove unused import in images.py by Darren · 11 years ago
  27. 4898244 Remove printing of image paramater by Darren Brogan · 11 years ago
  28. cfd783e Add check to getimage to insure at least one image is available before translating, apply formatting by Darren Brogan · 11 years ago
  29. 93662d8 Add some minor adjustments by Ian Duffy · 11 years ago
  30. 8532717 commented _get_image_id() to fix travis by Sebastien Goasguen · 11 years ago
  31. 516ff47 Added getimage, deletimage, fixed some pep8 by Sebastien Goasguen · 11 years ago
  32. 49c9662 fix function def in regions by Sebastien Goasguen · 11 years ago
  33. c4f23cb pep8 and authentication import to make travis happy by Sebastien Goasguen · 11 years ago
  34. 3dedcb2 Fix typo and hash out regions.py by Sebastien Goasguen · 11 years ago
  35. 1ce3f5f Forgot to stage by Sebastien Goasguen · 11 years ago
  36. 18814d6 Fix user.py travis error and rename to machine_type.py by Sebastien Goasguen · 11 years ago
  37. 669449f adjust pylint settings by Ian Duffy · 11 years ago
  38. 84939e3 fix some pylint issues by Ian Duffy · 11 years ago
  39. 0f22801 Fix pep8 issues, update readme to include travis status by Ian Duffy · 11 years ago
  40. 33670bd Update README.md by Ian Duffy · 11 years ago
  41. bee226f set travis config to install pep8 and pylint by Ian Duffy · 11 years ago
  42. f402a1f Add force for travis by Ian Duffy · 11 years ago
  43. 6787e99 Update travis config by Ian Duffy · 11 years ago
  44. 937b6ed Add travis config by Ian Duffy · 11 years ago
  45. bf481dc Fix file name issue and restore v1beta15.json to default file supplied in gcutil by Ian Duffy · 11 years ago
  46. 757fdf3 Fix file name issue and restore v1beta15.json to default file supplied in gcutil by Ian Duffy · 11 years ago
  47. 072ab6c Fix small issue with example config by Ian Duffy · 11 years ago
  48. 20ee85b Add example configuration by Ian Duffy · 11 years ago
  49. a149fa5 Add configuration file by Ian Duffy · 11 years ago
  50. a54f8d5 Update setup.py by Ian Duffy · 11 years ago
  51. ba196c0 General clean up, introduce more variables, move file structure about by Ian Duffy · 11 years ago
  52. 261b271 Fix refresh token, tested and confirmed by Ian Duffy · 11 years ago
  53. 489596f Rename templates/discovery.json to data/v15beta15.json by Darren Brogan · 11 years ago
  54. b1bb85e Fix licience by Darren Brogan · 11 years ago
  55. 80ae270 Add prototype for listimages by Darren Brogan · 11 years ago
  56. edfdd30 Add check to handle the case where no zones are available by Darren Brogan · 11 years ago
  57. 62a3e32 Apply small changes to paramaters passed to listaccounts by Darren Brogan · 11 years ago
  58. 8ab30a0 add print statements to refresh token removal for future debugging purposes by Ian Duffy · 11 years ago
  59. 46d65ff Fix some issues with refresh token by Ian Duffy · 11 years ago
  60. 5a41919 Seperate unrelated controllers into their own files by Darren Brogan · 11 years ago
  61. 5fcb781 Add prototype for getproject, discard unused template by Darren Brogan · 11 years ago
  62. 0be4d76 Apply pep8 formatting to index.py by Darren Brogan · 11 years ago
  63. 4987454 Add temporary files to .gitignore by Darren Brogan · 11 years ago
  64. 57cb96a Modify listzones and add basic prototype, discard template by Darren Brogan · 11 years ago
  65. 9da9290 Finished prototype for machinetype by Sebastien Goasguen · 11 years ago
  66. b366559 machientype routes by Sebastien Goasguen · 11 years ago
  67. d0ed654 Adding app.db and __init__.py to .gitignore temporarily by Sebastien Goasguen · 11 years ago
  68. 5716b0f add basic error handling on requester by Ian Duffy · 11 years ago
  69. 767dcde Extract json responses, clean up index.py by Darren Brogan · 11 years ago
  70. 612cac0 readd sebastien's zone skeleton by Ian Duffy · 11 years ago
  71. c2ecff7 Fix authentication issues by Ian Duffy · 11 years ago
  72. 10bddba add print out info by Ian Duffy · 11 years ago
  73. 6a7dfdb add authorization to getproject as an example by Ian Duffy · 11 years ago
  74. 0bf1bd8 Skeleton for listzones route by Sebastien Goasguen · 11 years ago
  75. e2fb86f remove projectid from the example by Ian Duffy · 11 years ago
  76. edc4586 Readd pycrypto by Ian Duffy · 11 years ago
  77. 320a57b Merge pull request #1 from NOPping/userpassauth by Darren · 11 years ago
  78. f64599c remove example.log by Ian Duffy · 11 years ago
  79. ed058c2 Apply formatting by Ian Duffy · 11 years ago
  80. f11b76d General clean up and add a bunch of json for proof of concept reasons by Ian Duffy · 11 years ago
  81. db8543d General clean up and add a bunch of json for proof of concept reasons by Ian Duffy · 11 years ago
  82. c599017 Fix some small issues by Ian Duffy · 11 years ago
  83. b1df630 run autopep8 by Ian Duffy · 11 years ago
  84. dadd913 BOOM! getting cloudstack responses by Ian Duffy · 11 years ago
  85. 55653be Test accepting a auth token by Ian Duffy · 11 years ago
  86. 92e1682 Test accepting a auth token by Ian Duffy · 11 years ago
  87. 5b1f38d Add new models by Ian Duffy · 11 years ago
  88. 4575f09 Complete oauth2 validation and deletion by Ian Duffy · 11 years ago
  89. 340646d Make access token and refresh token go into the database by Ian Duffy · 11 years ago
  90. 207909f if user already exists update their jsessionid and sessionkey by Ian Duffy · 11 years ago
  91. 53934c8 Remove unused imports and recreate db by Ian Duffy · 11 years ago
  92. cfcc7b0 Get partial filling of database by Ian Duffy · 11 years ago
  93. ed4a2fa Tear apart requester.py, currently breaks it, will be fixed in future by Ian Duffy · 11 years ago
  94. 01c730b Begin the switch over to username/password auth by Ian Duffy · 11 years ago
  95. 74b96d8 changed port config by Sebastien Goasguen · 11 years ago
  96. cae2c7e Fix a bunch of import issues by Ian Duffy · 11 years ago
  97. 20b3abf Small fix to the parameters passed to Client database by Darren Brogan · 11 years ago
  98. 2f87284 Apply pep8 formatting to database models by Darren Brogan · 11 years ago
  99. 245629c Fill out token storage / token deletion functions by Darren Brogan · 11 years ago
  100. 9837f75 Add initializers to database models by Darren Brogan · 11 years ago