summaryrefslogtreecommitdiff
path: root/trove/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix inspect.getargspec() deprecation warning"Zuul2023-04-181-1/+1
|\
| * Fix inspect.getargspec() deprecation warninglikui2023-04-181-1/+1
* | Fix illegal shell characters18.0.0.0rc118.0.0wu.chunyang2022-09-141-0/+11
* | Replace deprecated import of ABCs from collectionsTakashi Kajinami2021-08-021-2/+2
|/
* Remove six usage and basestring checkwangzihao2020-10-161-2/+1
* Remove six.moves.urlliblikui2020-09-251-1/+1
* Datastore containerizationLingxian Kong2020-05-271-4/+6
* Add python-troveclient in requirements.txtLingxian Kong2020-03-151-0/+1
* Improve the function testsLingxian Kong2020-01-281-2/+2
* Support to create public trove instanceLingxian Kong2019-09-111-4/+7
* Fix poll_until exception typeKasper Hasior2019-03-271-7/+11
* Execute functional test jobs running under python3Marcin Piwowarczyk2018-12-141-3/+3
* fix a typowangqi2018-03-271-1/+1
* Remove log translationsZhao Chao2018-01-241-10/+15
* Fix api exception with unicode tenant name.Zhao Chao2018-01-231-0/+26
* Allow tunable for guest agent process timeoutSamuel Matzek2017-11-161-1/+1
* Merge "Improve list-of-ports validation"Jenkins2017-06-161-10/+0
|\
| * Improve list-of-ports validationTrevor McCasland2017-06-011-10/+0
* | Merge "Fix a few typos"Jenkins2017-06-151-1/+1
|\ \
| * | Fix a few typosyuhui_inspur2017-03-301-1/+1
* | | Handle isotime deprecation in oslo_utils.timeutilsAmrith Kumar2017-06-091-7/+0
* | | Handle log message interpolation by the logger in common/Gábor Antal2017-05-311-2/+2
| |/ |/|
* | Merge "Add jinja2 autoescape=True"Jenkins2017-04-181-4/+6
|\ \
| * | Add jinja2 autoescape=TrueTrevor McCasland2017-04-061-4/+6
| |/
* | DeprecationWarning: passlib.utils.generate_passwordTrevor McCasland2017-02-141-2/+2
|/
* backoff in poll_untilAmrith Kumar2017-01-151-2/+4
* Implement full online backups for DB2Mariam John2016-09-131-0/+26
* Persist error messages and display on 'show'Peter Stachowski2016-07-011-0/+39
* Make 'default_password_length' datastore-specificPetr Malik2016-04-221-1/+4
* Merge "Port more common unit tests to Python 3"Jenkins2016-04-191-2/+2
|\
| * Port more common unit tests to Python 3Victor Stinner2016-04-111-2/+2
* | Merge "Python3: Add support for iteritems and iterkeys"Jenkins2016-04-181-2/+2
|\ \
| * | Python3: Add support for iteritems and iterkeysabhishekkekane2016-04-051-2/+2
| |/
* | Fixed kwargs being defaulted to CONF valuesBrandon Irizarry2016-04-161-1/+2
|/
* Server support for instance module featurePeter Stachowski2016-03-151-45/+0
* Server side of module maintenance commandsPeter Stachowski2016-02-251-0/+45
* Implement Guest Log File RetrievalMorgan Jones2016-01-261-1/+1
* Merge "Trivial: Remove meaningless default value in __get__()"Jenkins2016-01-081-1/+1
|\
| * Trivial: Remove meaningless default value in __get__()Chaozhe.Chen2016-01-061-1/+1
* | PostgreSQL configuration groupsPetr Malik2016-01-071-4/+12
|/
* Pagination limit code refactorIshita Mandhan2015-10-161-0/+5
* Add generic int-test classesPeter Stachowski2015-08-261-12/+16
* Switch to the oslo_log librarySergey Vilgelm2015-07-231-2/+1
* Switch to oslo.serviceSergey Vilgelm2015-07-171-1/+1
* Implement guestagent Configuration ManagerPetr Malik2015-06-251-0/+22
* Fixes hacking rulesSushil Kumar2015-05-291-8/+7
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-061-3/+3
* resync oslo-incubator codeAmrith Kumar2015-02-031-1/+5
* Merge "Use dict comprehensions instead of dict constructor"Jenkins2015-01-281-3/+3
|\
| * Use dict comprehensions instead of dict constructorChangBo Guo(gcb)2015-01-091-3/+3