GitHub / openstack/python-troveclient / commits
OpenStack Database as a Service (Trove) Client. Mirror of code maintained at opendev.org.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b62c7da0 | Add Neutron support | Andrey Shestakov <a****v@m****m> | over 12 years ago | |
| e728b043 | Changes trove_client.client.HTTPClient to | Sushil Kumar <s****2@g****m> | over 12 years ago | |
| 066203fe | Updated from global requirements | OpenStack Jenkins <j****s@o****g> | over 12 years ago | |
| 69c86569 | Ignore fewer PEP8/flake8 rules | Denis Makogon <d****n@m****m> | over 12 years ago | |
| 7499015e | merge Merge "Updates .gitignore to ignore *.egg*" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
over 12 years ago | |
| 3960411a | Updates .gitignore to ignore *.egg* | Sushil Kumar <s****2@g****m> | over 12 years ago | |
| bbc9f049 | Updates tox.ini to use new features | Sushil Kumar <s****2@g****m> | over 12 years ago | |
| c6a54f7e | Datastores improvements | Andrey Shestakov <a****v@m****m> | over 12 years ago | |
| fba4941f | Adding pagination support for backups | Robert Myers <r****s@r****m> | over 12 years ago | |
| e725a9ae | Added a missing import statement | Debasish Chowdhury <d****y@g****m> | over 12 years ago | |
| c1e46dcd | Fixed misspellings of common words | Nikhil Manchanda <S****k@g****m> | over 12 years ago | |
| 9c712095 | Removes unused import statements | Debasish Chowdhury <d****y@g****m> | over 12 years ago | |
| 30587ea4 | Updates README with new trove help options | Sushil Kumar <s****2@g****m> | almost 13 years ago | |
| 2b4864ab | merge Merge "Allow --json output override printing dict/list" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 1e38ffc7 | Allow for compatable auths between new and old CLI | Tim Simpson <t****n@r****m> | almost 13 years ago | |
| 60e0471b | Allow --json output override printing dict/list | Nick Shobe <n****e@g****m> | almost 13 years ago | |
| 0a174425 | Updated from global requirements | OpenStack Jenkins <j****s@o****g> | almost 13 years ago | |
| 68f8ae0d | merge Merge "Usage String has Positionals after Optionals" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| d45170dc | merge Merge "Fix Pep8 indentation issues only found with Pep8 1.4.6+" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| a53acfb0 | merge Merge "IP Address Showing as JSON in Show Command" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 92a8193b | Fix Pep8 indentation issues only found with Pep8 1.4.6+ | Dirk Mueller <d****k@d****e> | almost 13 years ago | |
| 737dcf2e | IP Address Showing as JSON in Show Command | amcrn <a****s@e****m> | almost 13 years ago | |
| d06fadd8 | merge Merge "Updated the README file with bypass-url" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 652ab39a | merge Merge "user-list Databases Value is JSON vs a String" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| ad889920 | Updated the README file with bypass-url | daniel-a-nguyen <d****n@h****m> | almost 13 years ago | |
| 00507ae5 | merge Merge "Add --bypass-url option to trove client" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 24783a52 | user-list Databases Value is JSON vs a String | amcrn <a****s@e****m> | almost 13 years ago | |
| 21a468dd | Usage String has Positionals after Optionals | amcrn <a****s@e****m> | almost 13 years ago | |
| 24443e17 | merge Merge "Fixing typos that were in the readme" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 1b2928cf | Fixing typos that were in the readme | Michael Basnight <m****t@g****m> | almost 13 years ago | |
| 6431cc82 | Adding py33 gating to the client | Michael Basnight <m****t@g****m> | almost 13 years ago | |
| ebacf913 | merge Merge "Use six.iteritems() in for loop" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| bdb8e0b2 | merge Merge "Resolve compatability for troveclient/compat" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| b918934a | merge Merge "Include troveclient/compat/tests in testr" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 5dcb22ee | merge Merge "Make use of strutils.to_slug in slugify()" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 1fe13727 | merge Merge "Replace basestring with six.string_types" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 3d0505c4 | merge Merge "Transform print statement to print function" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| bff74671 | merge Merge "Replace g.next() with next(g)" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 8d19ac1b | merge Merge "Import exceptions module from openstack-common" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| ec6062b4 | merge Merge "Import urlutils module from openstack-common" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 206b0f45 | merge Merge "Replace urllib.quote with urlutils.quote" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 3ad0b6da | merge Merge "Import exceptions module from openstack-common" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| ca4cad8a | merge Merge "Fix unicode issue" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| d56ac15e | Removing unused files with new client | Michael Basnight <m****t@g****m> | almost 13 years ago | |
| af4d4ed4 | Fixing copyright and license headers |
Michael Basnight <m****t@g****m>
Committed by: Vipul Sabhaya <v****s@g****m> |
almost 13 years ago | |
| b46248c9 | Sync up exceptions.py from oslo | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 5aaf3d46 | Use six.iteritems() in for loop | Kui Shi <s****d@g****m> | almost 13 years ago | |
| fa3f5e94 | Resolve compatability for troveclient/compat | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 31a6cde0 | Include troveclient/compat/tests in testr | Kui Shi <s****d@g****m> | almost 13 years ago | |
| e9c5eddc | Add --bypass-url option to trove client | daniel-a-nguyen <d****n@h****m> | almost 13 years ago | |
| 5af5d6f3 | Make use of strutils.to_slug in slugify() | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 0127670f | Replace basestring with six.string_types | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 5de4b935 | Transform print statement to print function | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 38a5a1d5 | Replace g.next() with next(g) | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 24a650df | Import exceptions module from openstack-common | Kui Shi <s****d@g****m> | almost 13 years ago | |
| c07e9cf6 | Replace urllib.quote with urlutils.quote | Kui Shi <s****d@g****m> | almost 13 years ago | |
| b60095f9 | Import urlutils module from openstack-common | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 4ff4fa06 | Import exceptions module from openstack-common | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 59b0f1c2 | Fix unicode issue | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 502f7113 | change mode to octal for os.makedirs() | Kui Shi <s****d@g****m> | almost 13 years ago | |
| 8e4bfa72 | Support datastore types | Andrey Shestakov <a****v@m****m> | almost 13 years ago | |
| 6a2592ac | Removed underscores from the end of some variables | Andrey Shestakov <a****v@m****m> | almost 13 years ago | |
| 2b80a03f | Fixed minor typos with trove-client help info | Nikhil Manchanda <S****k@g****m> | almost 13 years ago | |
| 802802c0 | Fixes README and shell |
Clare Springer <y****e@g****m>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 3b09d769 | Fixing the backwards verb/noun cli names |
Michael Basnight <m****t@g****m>
Committed by: Nikhil Manchanda <S****k@g****m> |
almost 13 years ago | |
| fadd19e3 | Removing lxml/httplib2 depends | Michael Basnight <m****t@g****m> | almost 13 years ago | |
| 0fca0a16 | merge Merge "Fixed bug with showing backups" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 0036112a | merge Merge "Correct handling args.backup in do_create" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| f7f599fe | Fixed bug with showing backups | Nikhil Manchanda <S****k@g****m> | almost 13 years ago | |
| fa48a8dc | Correct handling args.backup in do_create | Arata Notsu <n****u@v****p> | almost 13 years ago | |
| 9da3e2bf | Enable shell to resize and restart | Arata Notsu <n****u@v****p> | almost 13 years ago | |
| 06e7ba45 | Add support for a service type env var | Monty Taylor <m****d@i****m> | almost 13 years ago | |
| 42db0cf5 | Tweak pbr conf | Monty Taylor <m****d@i****m> | almost 13 years ago | |
| fd43cbd7 | Massive refactoring to the troveclient |
Michael Basnight <m****t@g****m>
Committed by: Nikhil Manchanda <S****k@g****m> |
almost 13 years ago | |
| 4a82591c | merge Merge "Replace OpenStack LLC with OpenStack Foundation" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 12a577f1 | Remove trove as default value for Service Name | Vipul Sabhaya <v****s@g****m> | almost 13 years ago | |
| e3a301ff | Replace OpenStack LLC with OpenStack Foundation | ZhiQiang Fan <a****n@g****m> | almost 13 years ago | |
| deba3d76 | merge Merge "Added optional availability_zone flag for instance" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 30851b5b | Removing reddwarf doc references | Michael Basnight <m****t@g****m> | almost 13 years ago | |
| 28d5f26e | merge Merge "Fixed cli for root enabled" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 77e46b4f | merge Merge "Adds support for admin to create flavors through mgmt API" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| 8bc981ab | adds support for configurations management | Craig Vyvial <c****t@g****m> | almost 13 years ago | |
| 9310edb3 | Added support for running the tests under PyPy with tox | Alex Gaynor <a****r@g****m> | almost 13 years ago | |
| cac11f2b | Added optional availability_zone flag for instance | daniel-a-nguyen <d****n@h****m> | almost 13 years ago | |
| 04362650 | merge Merge "PEP8 with tox -epep8 check fails" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
almost 13 years ago | |
| c47d8c36 | Adds support for admin to create flavors through mgmt API | Sushil Kumar <s****2@g****m> | almost 13 years ago | |
| 812755e8 | PEP8 with tox -epep8 check fails | Denis M <d****n@m****m> | almost 13 years ago | |
| 9445b00f | Fixed cli for root enabled | daniel-a-nguyen <d****n@h****m> | about 13 years ago | |
| 87329ef2 | Removed instance reset_password from python-troveclient | Nikhil Manchanda <S****k@g****m> | about 13 years ago | |
| aa024468 | Sync with global requirements | Monty Taylor <m****d@i****m> | about 13 years ago | |
| b9889392 | Fix Description param for Backups | justin-hopper <j****r@h****m> | about 13 years ago | |
| 91595273 | Wildcards in User Host | Riddhi Shah <r****h@g****m> | about 13 years ago | |
| 7c4f5cf0 | merge Merge "Sync requirements with openstack/requirements" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 13 years ago | |
| ebc91a9d | merge Merge "Start using pyflakes" |
Jenkins <j****s@r****g>
Committed by: Gerrit Code Review <r****w@o****g> |
about 13 years ago | |
| 5c564977 | Sync requirements with openstack/requirements | Dirk Mueller <d****k@d****e> | about 13 years ago | |
| 8f96a61b | API for Modify User Attributes - username, host, password | Riddhi Shah <r****h@g****m> | about 13 years ago | |
| 4ddb58ce | Start using pyflakes | Dirk Mueller <d****k@d****e> | about 13 years ago | |
| 0908ed6e | Add License, AUTHORS and ChangeLog to package | Dirk Mueller <d****k@d****e> | about 13 years ago | |
| bc90b3e0 | Migrate to testr. | Michael Basnight <m****t@g****m> | about 13 years ago | |
| 9916c8f2 | Rename from reddwarf to trove. | Michael Basnight <m****t@g****m> | about 13 years ago |