Commit Graph

  • 7d335e3810 Merge "timeutils: utcnow() can return a value with a timezone" Jenkins 2015-05-24 03:47:50 +00:00
  • 1ec53c1cfa Merge "Add 'raise_with_cause' chaining helper to excutils" Jenkins 2015-05-22 18:56:47 +00:00
  • de017a2dff timeutils: utcnow() can return a value with a timezone Julien Danjou 2015-05-13 11:41:25 +02:00
  • 3b5d6b7375 Merge "timeutils: deprecate isotime()" Jenkins 2015-05-14 11:36:52 +00:00
  • 63d350b93e Merge "timeutils: make marshall timezone aware" Jenkins 2015-05-14 11:27:02 +00:00
  • 406d182f5a Add 'raise_with_cause' chaining helper to excutils Joshua Harlow 2015-05-13 18:02:47 -07:00
  • 466ecc30c4 Merge "Add exception_to_unicode() function" Jenkins 2015-05-13 20:07:18 +00:00
  • 8e0ec92db6 Merge "Denote monotonic import ordering + usage" Jenkins 2015-05-13 20:05:52 +00:00
  • bc68ced199 Merge "Remove run_cross_tests.sh" Jenkins 2015-05-13 20:05:49 +00:00
  • 5c001dfcf2 Merge "Move versionutils into place and remove deprecation tools" Jenkins 2015-05-13 19:49:09 +00:00
  • 5cad113739 timeutils: deprecate isotime() Julien Danjou 2015-05-13 11:49:45 +02:00
  • d0993d7cc0 timeutils: make marshall timezone aware Julien Danjou 2015-05-12 16:23:15 +02:00
  • bb7eebb4c2 Advertise support for Python3.4 / Remove support for Python 3.3 Davanum Srinivas 2015-05-08 16:10:29 -04:00
  • a5624b0374 Updated from global requirements OpenStack Proposal Bot 2015-05-07 23:36:49 +00:00
  • 7f2406874e Add exception_to_unicode() function Victor Stinner 2015-03-11 16:21:49 +01:00
  • 9b3763b42b Remove run_cross_tests.sh Doug Hellmann 2015-05-05 18:37:03 +00:00
  • fdbb15be10 Imported Translations from Transifex OpenStack Proposal Bot 2015-05-03 06:12:36 +00:00
  • 528ba92551 Move versionutils into place and remove deprecation tools Doug Hellmann 2015-04-03 12:07:58 +00:00
  • 8d9243ad73 Denote monotonic import ordering + usage Joshua Harlow 2015-04-19 08:43:06 -07:00
  • a18b051144 Add liberty release name to versionutils 1.5.0 Doug Hellmann 2015-03-02 15:02:30 -05:00
  • 824732d5d2 Expose opts entry point for version_utils Davanum Srinivas 2015-02-26 17:51:26 -05:00
  • 904482959f Switch from oslo.config to oslo_config Davanum Srinivas 2015-02-13 14:18:58 -05:00
  • bbf48f00cd Remove oslo.log code and clean up versionutils API Doug Hellmann 2014-09-24 17:57:58 -04:00
  • 5ae762c3a0 Remove code that moved to oslo.i18n Doug Hellmann 2014-09-24 16:10:55 -04:00
  • b7e5c5fb99 Enhance versionutils.deprecated to work with classes Timur Sufiev 2014-07-04 18:58:47 +04:00
  • 0672a61df0 Add Kilo release name to versionutils Morgan Fainberg 2014-07-17 09:42:43 -07:00
  • 427b8af2d0 Allow deprecated decorator to specify no plan for removal Morgan Fainberg 2014-07-12 17:06:27 -07:00
  • 33715509fc Uncap library requirements for liberty Doug Hellmann 2015-04-16 18:09:46 +00:00
  • 96e1ab799c Add JUNO as a target to versionutils module Morgan Fainberg 2014-07-12 16:55:14 -07:00
  • ce8dd61a63 Merge "pep8: fixed multiple violations" Jenkins 2015-04-16 00:10:20 +00:00
  • c36bb76312 Merge "Use oslotest instead of common test module" Jenkins 2015-04-16 00:09:04 +00:00
  • 4dc2416f13 Merge "Use hacking import_exceptions for gettextutils._" Jenkins 2015-04-16 00:08:36 +00:00
  • 1f9232982b Merge "fixed typos" Jenkins 2015-04-16 00:08:25 +00:00
  • 32d723ac3d Merge "Fix violations of H302:import only modules" Jenkins 2015-04-15 19:50:59 +00:00
  • 23bff5b4e8 Merge "Adds decorator to deprecate functions and methods" Jenkins 2015-04-15 19:50:53 +00:00
  • 1e7849fc19 Merge "Remove vim header" Jenkins 2015-04-15 19:50:46 +00:00
  • dd256ef82b Merge "Add versionutils for version compatibility checks" Jenkins 2015-04-15 19:50:40 +00:00
  • bb253eea7d Updated from global requirements OpenStack Proposal Bot 2015-04-15 13:12:01 +00:00
  • 3a7fca5e9d Add missing reflection + uuidutils docs Joshua Harlow 2015-04-13 09:00:39 -07:00
  • 79c10817bc timeutils: avoid passing leap second to datetime Ihar Hrachyshka 2015-03-02 13:24:58 +01:00
  • 8c4bae3158 Merge "timeutils: avoid passing leap second to datetime" Jenkins 2015-04-13 00:54:43 +00:00
  • 61be45f9a0 Merge "add dependency warning to requirements.txt" Jenkins 2015-04-10 21:05:30 +00:00
  • c50d8161ac timeutils: avoid passing leap second to datetime Ihar Hrachyshka 2015-03-02 13:24:58 +01:00
  • cb88d17a36 Add pypi download + version badges Joshua Harlow 2015-04-07 13:35:01 -07:00
  • 16552e5f8b set defaultbranch for reviews Doug Hellmann 2015-04-06 14:51:31 +00:00
  • 6ab5ae239f Cleanup README.rst and setup.cfg Steve Martinelli 2015-04-04 02:22:36 -04:00
  • 0fae53198c pep8: fixed multiple violations Ihar Hrachyshka 2014-06-20 22:13:38 +02:00
  • 486fac215a Use oslotest instead of common test module Victor Sergeyev 2014-04-15 13:05:35 +03:00
  • a55dc72645 Use hacking import_exceptions for gettextutils._ Joe Gordon 2013-12-20 18:11:50 -08:00
  • e00421c325 fixed typos Dolph Mathews 2013-12-10 08:43:45 -06:00
  • 7c8ebe83f2 Fix violations of H302:import only modules Chang Bo Guo 2013-12-09 19:07:13 -08:00
  • db513b5bb7 Adds decorator to deprecate functions and methods David Stanek 2013-10-30 17:42:01 +00:00
  • d5f98cd8da Remove vim header Joe Gordon 2013-10-11 13:55:09 -07:00
  • 6afa675654 Add versionutils for version compatibility checks Rick Harris 2013-10-07 22:02:31 +00:00
  • 597d5dd4f1 Update hacking setting Doug Hellmann 2015-04-03 12:27:39 +00:00
  • a649d55fe6 Updated from global requirements OpenStack Proposal Bot 2015-03-26 11:01:09 +00:00
  • 0888108c36 Merge "Clean up TestIsIPv6Enabled" Jenkins 2015-03-26 16:34:22 +00:00
  • 69526a1dd4 Imported Translations from Transifex OpenStack Proposal Bot 2015-03-26 06:12:10 +00:00
  • f3a25c519b Merge "Add a new string to the list of masked patterns" Jenkins 2015-03-25 17:53:20 +00:00
  • 782e41f62e Clean up TestIsIPv6Enabled Doug Hellmann 2015-03-23 16:50:33 +00:00
  • b200da826c Fix test_netutils: stop patches Victor Stinner 2015-03-23 14:37:13 +01:00
  • 0560dce82f Merge "Provide common fetch_current_thread_functor function" Jenkins 2015-03-19 11:30:37 +00:00
  • 4ab214e733 Add a new string to the list of masked patterns Amrith Kumar 2015-03-18 12:36:00 -04:00
  • 1a6dc73254 Provide common fetch_current_thread_functor function Joshua Harlow 2015-03-16 09:28:21 -07:00
  • 6fe565d9b4 Imported Translations from Transifex OpenStack Proposal Bot 2015-03-16 06:11:07 +00:00
  • 91dc782c2f Merge "Add a stopwatch + split for duration(s)" 1.4.0 Jenkins 2015-03-05 21:21:12 +00:00
  • 64dd7b1808 Merge "Allow providing a logger to save_and_reraise_exception" Jenkins 2015-03-05 18:44:52 +00:00
  • 548b640208 Add a stopwatch + split for duration(s) Joshua Harlow 2015-02-09 16:50:53 -08:00
  • a9c620733b Merge "Utility API to generate EUI-64 IPv6 address" Jenkins 2015-03-02 07:26:47 +00:00
  • 2e6517151e Allow providing a logger to save_and_reraise_exception Joshua Harlow 2015-02-22 17:22:20 -08:00
  • db5a0c6284 Updated from global requirements OpenStack Proposal Bot 2015-02-20 13:59:02 +00:00
  • 9d9818bf48 Utility API to generate EUI-64 IPv6 address sridhargaddam 2014-11-28 12:10:32 +00:00
  • 8a5a4d87da Merge "Add a eventlet utils helper module" 1.3.0 Jenkins 2015-02-10 22:57:47 +00:00
  • ed4e2d775a Add a eventlet utils helper module Joshua Harlow 2015-01-23 10:55:19 -08:00
  • 50488e2573 Merge "Update Oslo imports to remove namespace package" Jenkins 2015-02-08 14:56:40 +00:00
  • d5e2009ddd Add microsecond support to iso8601_from_timestamp Paul Belanger 2015-01-16 12:43:45 -05:00
  • e1bc333fbd add dependency warning to requirements.txt Doug Hellmann 2015-01-28 13:44:59 -05:00
  • ff05ecc7ea Updated from global requirements OpenStack Proposal Bot 2015-01-23 04:37:45 +00:00
  • 9174de810b Update Oslo imports to remove namespace package Doug Hellmann 2015-01-21 19:56:45 -05:00
  • 89d0c2a88c Add TimeFixture Brant Knudson 2015-01-12 18:16:32 -06:00
  • 659e12bddd Add microsecond support to timeutils.utcnow_ts() Paul Belanger 2015-01-15 22:21:14 -05:00
  • 942cf060a1 Make setup.cfg packages include oslo.utils Dan Prince 2015-01-12 21:18:30 -05:00
  • 82085012e1 Merge "fix link to bug tracker in README" Jenkins 2015-01-12 03:49:05 +00:00
  • 208988b0e9 Return LOCALHOST if no default interface 1.2.1 Ben Nemec 2015-01-08 17:58:40 +00:00
  • dbc5700ddb fix link to bug tracker in README Doug Hellmann 2015-01-08 09:07:22 -05:00
  • 6e0b86164b Improve performance of strutils.mask_password 1.2.0 1.1.1 Doug Hellmann 2015-01-07 14:12:26 -05:00
  • ca76fdcb52 Move files out of the namespace package Doug Hellmann 2015-01-05 16:07:24 -05:00
  • 44f36e35ec Add method is_valid_port in netutils ChangBo Guo(gcb) 2014-12-23 16:04:04 +08:00
  • 058ee53a69 Merge "Add 'secret_uuid' in _SANITIZE_KEYS for strutils" Jenkins 2015-01-05 22:51:46 +00:00
  • 626368a9a9 Support non-lowercase uuids in is_uuid_like Cedric Brandily 2014-12-26 16:22:24 +01:00
  • 45b470cd60 Add 'secret_uuid' in _SANITIZE_KEYS for strutils ChangBo Guo(gcb) 2014-12-18 17:00:25 +08:00
  • 2081aa9cde Imported Translations from Transifex OpenStack Proposal Bot 2014-12-10 06:12:09 +00:00
  • a2a9b828f5 Merge "Workflow documentation is now in infra-manual" Jenkins 2014-12-05 20:55:10 +00:00
  • 8e5905636f Merge "Improve error reporting in _get_my_ipv4_address()" Jenkins 2014-12-05 09:57:51 +00:00
  • 6741748e77 Workflow documentation is now in infra-manual Jeremy Stanley 2014-12-05 03:30:39 +00:00
  • 11a588787c Merge "Add pbr to installation requirements" 1.1.0 Jenkins 2014-11-19 23:07:58 +00:00
  • 0394f71230 Merge "Add get_my_ip()" Jenkins 2014-11-19 19:09:28 +00:00
  • edfc2c75fb Improve error reporting in _get_my_ipv4_address() Doug Hellmann 2014-11-19 12:45:04 -05:00
  • ed9a695564 Add get_my_ip() Oleksii Chuprykov 2014-09-30 18:25:26 +03:00
  • 00d1a5cd2f Merge "Add 'auth_password' in _SANITIZE_KEYS for strutils" Jenkins 2014-11-18 03:54:18 +00:00