Commit Graph

  • 59c1103655 Merge "Improve help strings" Jenkins 2014-03-16 17:16:54 +00:00
  • 8ecc8ae250 Merge "Sync with Oslo" Jenkins 2014-03-10 15:47:19 +00:00
  • 2929cc1961 Merge "Python 3: do not use __builtin__" Jenkins 2014-03-08 09:44:04 +00:00
  • 23b1b67128 Merge "Python3: do not use the 'file' type" Jenkins 2014-03-08 07:14:35 +00:00
  • 3c16d23293 Sync with Oslo Cyril Roelandt 2014-03-08 05:05:03 +01:00
  • 9b9b647c9d Python 3: do not use __builtin__ Cyril Roelandt 2014-03-07 04:06:29 +01:00
  • ab5c5b5d7c Change assertTrue(isinstance()) by optimal assert wanghong 2014-03-06 16:18:39 +08:00
  • c18536eacb Updated from global requirements OpenStack Jenkins 2014-03-05 19:29:33 +00:00
  • a9dee7948d Merge "test_shell: remove a deprecated keyword argument" Jenkins 2014-03-04 18:43:04 +00:00
  • 2df7840cfa Python3: do not use the 'file' type Cyril Roelandt 2014-03-04 15:39:01 +01:00
  • 9c9b70f0a4 Merge "Python 3: do not use the unicode() function" Jenkins 2014-03-04 09:18:06 +00:00
  • 4f9fc84118 Merge "Replace file with open, which is Python 3 compatible" Jenkins 2014-03-04 04:22:07 +00:00
  • 21c422f730 Python 3: do not use the unicode() function Cyril Roelandt 2014-02-25 16:03:34 +01:00
  • 46bf452710 Merge "Only show progress bar for local image files" Jenkins 2014-02-27 11:55:40 +00:00
  • 900dc612d7 Fix the parameter order of assertEqual in glanceclient v2 test Eiichi Aikawa 2014-02-21 17:46:36 +09:00
  • 2c53246184 Improve help strings Andreas Jaeger 2014-02-18 13:28:06 +01:00
  • 8b76817c17 Merge "Python 3: Fix JsonPatch-related issues" Jenkins 2014-02-25 10:06:15 +00:00
  • 875fcf46ee Merge "Python3: define a __next__() method for VerboseIteratorWrapper" Jenkins 2014-02-25 10:06:14 +00:00
  • 3576b1bdcb Fix the parameter order of assertEqual in glanceclient test Eiichi Aikawa 2014-02-24 18:47:59 +09:00
  • 23ad1d6db7 Python3: define a __next__() method for VerboseIteratorWrapper Cyril Roelandt 2014-02-19 03:12:33 +01:00
  • ecf2868fb3 test_shell: remove a deprecated keyword argument Cyril Roelandt 2014-02-17 22:32:19 +01:00
  • 3cced6085d Python 3: Fix JsonPatch-related issues Cyril Roelandt 2014-02-17 22:07:18 +01:00
  • fe006e0671 Pass bytes to tempfile.NamedTemporaryFile().write() Cyril Roelandt 2014-02-17 20:59:16 +01:00
  • d465d60867 Replace file with open, which is Python 3 compatible Alex Gaynor 2014-02-13 06:57:00 -08:00
  • b8a850c5b3 Remove tox locale overrides Jeremy Stanley 2014-02-10 03:09:45 +00:00
  • 348a81b176 Merge "Update my mailmap" Jenkins 2014-02-08 06:43:06 +00:00
  • 0cda69f6a5 Fix misspellings in python-glanceclient Shane Wang 2014-02-07 13:31:07 +08:00
  • e85620205e Update my mailmap Alex Meade 2014-02-05 19:35:21 +00:00
  • 4a41358cea Add support for image size in v2 api upload Edward Hope-Morley 2013-09-03 12:27:54 +01:00
  • 0934b97897 Only show progress bar for local image files Jon Bernard 2014-01-31 13:54:44 -05:00
  • 238e9fffcc Merge "Using common method 'bool_from_string' from oslo strutils" Jenkins 2014-01-31 02:38:12 +00:00
  • ff7b588602 Merge "Handle endpoints with versions consistently" Jenkins 2014-01-24 07:00:38 +00:00
  • e5f6dee95d Using common method 'bool_from_string' from oslo strutils llg8212 2014-01-22 11:45:42 +08:00
  • f9c7e3d1cd Merge "server 500 should not be a client error" Jenkins 2014-01-22 15:59:56 +00:00
  • b6468e0a01 Merge "Allow updating empty created v2 images from v1" Jenkins 2014-01-22 15:59:55 +00:00
  • a801e8731a Merge "It was removed urllib, urllib2 & urlparse modules" Jenkins 2014-01-22 15:59:53 +00:00
  • ee7fd2f5bd Handle endpoints with versions consistently Stuart McLaren 2013-10-22 15:51:49 +00:00
  • f6c3d4e141 Merge "Replace file.write and os.path.exists by mock" Jenkins 2014-01-22 03:44:07 +00:00
  • 3c5efdb74e Allow updating empty created v2 images from v1 David Koo 2013-12-20 10:49:20 +08:00
  • 8e146ca500 server 500 should not be a client error Sean Dague 2014-01-19 20:02:42 -05:00
  • 29674c3f48 It was removed urllib, urllib2 & urlparse modules Victor Morales 2014-01-15 13:34:09 -06:00
  • e4d1961c92 python3: Switch to mox3 instead of mox Dirk Mueller 2014-01-16 14:12:40 +01:00
  • 869ea2e61c Remove vim header Noboru arai 2014-01-14 16:39:41 +00:00
  • 02b00b6226 Python 3: use six.iteritems and six.string_types Yassine Lamgarchal 2014-01-10 11:13:21 +01:00
  • 47de9cfd89 Merge "Python 3: use six.iteritems() instead of iteritems()" Jenkins 2014-01-12 14:30:58 +00:00
  • cfb05136ee Merge "Python3: use six.StringIO rather than StringIO.StringIO" Jenkins 2014-01-11 17:21:08 +00:00
  • d309da1bb2 Merge "Python3: use six.StringIO rather than StringIO.StringIO" Jenkins 2014-01-11 17:21:07 +00:00
  • 9dd03ce9ce Merge "Python 3: use six.iteritems() instead of iteritems()" Jenkins 2014-01-11 04:23:04 +00:00
  • bd78a90391 Merge "Reuse Resource from oslo" Jenkins 2014-01-11 03:56:05 +00:00
  • 36c3b0f3ce Merge "Sync apiclient and py3kcompat from oslo" Jenkins 2014-01-11 03:56:04 +00:00
  • ae579aae09 Python3: use six.StringIO rather than StringIO.StringIO Yassine Lamgarchal 2014-01-10 17:25:25 +01:00
  • 440d155558 Python3: use six.StringIO rather than StringIO.StringIO Yassine Lamgarchal 2014-01-10 17:16:09 +01:00
  • 9a0b7d0450 Replace file.write and os.path.exists by mock Andrey Kurilin 2014-01-10 16:56:51 +02:00
  • c473f19fc9 Merge "Fix glanceclient http.py string formatting error" Jenkins 2014-01-09 17:50:06 +00:00
  • 2c2fdcbb39 Python 3: use six.iteritems() instead of iteritems() Yassine Lamgarchal 2014-01-09 11:19:10 +01:00
  • 627e66b9d8 Python 3: use six.iteritems() instead of iteritems() Yassine Lamgarchal 2014-01-09 11:26:52 +01:00
  • 2ed01afac9 Fix glanceclient http.py string formatting error Le Tian Ren 2014-01-06 14:43:56 +08:00
  • 3002575c80 Reuse Resource from oslo Andrey Kurilin 2013-12-19 13:48:38 +02:00
  • 336feeb523 Get better format for long lines with PrettyTable Fei Long Wang 2013-11-15 16:02:46 +08:00
  • 80cf47e229 Remove unused imports Wu Wenxiang 2014-01-01 11:19:04 +08:00
  • 0bf7bdd6f2 Sync apiclient and py3kcompat from oslo Andrey Kurilin 2013-12-19 13:29:32 +02:00
  • 14b74573f1 Merge "Fix and enable gating on H306" Jenkins 2013-12-23 05:10:08 +00:00
  • 2b5eae5bc1 Merge "Updates tox.ini to use new features" Jenkins 2013-12-23 02:03:52 +00:00
  • ac6c0d8742 Merge "Fix extra new line that break from progress bar" Jenkins 2013-12-20 23:38:10 +00:00
  • e7b7cfe2f3 Merge "Replace inheritance hierarchy with composition" Jenkins 2013-12-19 18:23:52 +00:00
  • 87c6d2dfb6 Merge "SSL: Handle wildcards in Subject Alternative Names" Jenkins 2013-12-18 20:22:12 +00:00
  • 9f255a9b49 Fix and enable gating on H306 Dirk Mueller 2013-12-16 15:28:05 +01:00
  • 097ca3d53f SSL: Handle wildcards in Subject Alternative Names Dominik Heidler 2013-12-10 13:34:04 +01:00
  • c1563a75e4 Updated from global requirements OpenStack Jenkins 2013-12-10 00:19:09 +00:00
  • 24340329cf Replace inheritance hierarchy with composition Andrey Kurilin 2013-12-09 18:32:29 +02:00
  • 005d1cf244 Updates tox.ini to use new features Sushil Kumar 2013-12-09 14:27:57 +00:00
  • cd7f2cbd79 Updates .gitignore Zhenguo Niu 2013-11-28 22:18:19 +08:00
  • 57a2b43f6a Merge "Readd missing Babel dependency after merge from Oslo(master/bdda833)" Jenkins 2013-12-03 01:40:04 +00:00
  • 5d658bf5a8 Merge "python3: xrange no longer exists" Jenkins 2013-11-26 13:35:28 +00:00
  • ab6eb00e64 Merge "Make HACKING.rst DRYer" Jenkins 2013-11-26 13:31:21 +00:00
  • b34cc13e8a Readd missing Babel dependency after merge from Oslo(master/bdda833) Dirk Mueller 2013-08-03 11:23:40 +02:00
  • 6807e3b249 Merge "Sync from oslo-incubator" Jenkins 2013-11-22 02:21:14 +00:00
  • 2dfbb3f57b Fix extra new line that break from progress bar m.benchchaoui@cloudbau.de 2013-11-20 11:44:40 +01:00
  • c22b88d9b1 Merge "Add release notes for 0.12.0" Jenkins 2013-11-15 09:14:34 +00:00
  • 10764641f8 Merge "Fix Pep8 errors found by Pep8 1.4.6" Jenkins 2013-11-15 08:47:38 +00:00
  • 7dfd205eb2 Add release notes for 0.12.0 Mark J. Washenberger 2013-11-14 16:52:36 -08:00
  • a7c33d5802 Merge "change assertEquals to assertEqual" Jenkins 2013-11-15 06:33:29 +00:00
  • 9a649d46ea Merge "Replace OpenStack LLC with OpenStack Foundation" Jenkins 2013-11-15 06:33:28 +00:00
  • 861bc832cb Merge "Added support for running the tests under PyPy with tox" Jenkins 2013-11-12 04:47:31 +00:00
  • 12a1d719b2 Merge "Fix python 3.x related Hacking warnings" Jenkins 2013-11-12 04:38:33 +00:00
  • 56734e2b75 Make HACKING.rst DRYer Joe Gordon 2013-11-11 10:50:01 -08:00
  • 7f8292f39d change assertEquals to assertEqual Christian Berendt 2013-10-24 07:54:16 +02:00
  • fb31223291 Fix Pep8 errors found by Pep8 1.4.6 Dirk Mueller 2013-10-18 11:32:25 +02:00
  • 518cb2508d python3: use six.moves for httplib imports Chuck Short 2013-10-15 14:47:30 -04:00
  • 79138278b1 Sync from oslo-incubator Chuck Short 2013-10-15 14:56:58 -04:00
  • 7a80d6de39 python3: xrange no longer exists Chuck Short 2013-10-15 11:33:28 -04:00
  • cd11833cff Merge "Fix regression bug after removing posixpath in http.py" Jenkins 2013-10-09 17:46:01 +00:00
  • 5ec5e7baec Merge "Fix getting header in redirect processing" Jenkins 2013-10-09 17:36:54 +00:00
  • ad12bcf23d Merge "Fix default value for a header" Jenkins 2013-10-09 05:06:39 +00:00
  • 7bf27252e5 Fix misused assertTrue in unit tests Chang Bo Guo 2013-10-08 19:04:08 -07:00
  • 32d9c42816 Add CLI for V2 image create, update, and upload eddie-sheffield 2013-08-19 17:27:07 -04:00
  • a0715e966d Fix regression bug after removing posixpath in http.py Yang Yu 2013-09-25 10:39:36 -05:00
  • 50266eec2b Fix getting header in redirect processing Russell Bryant 2013-09-26 11:43:29 -04:00
  • 4718635811 Fix default value for a header Russell Bryant 2013-09-26 11:42:16 -04:00
  • 7a4a8a0979 Merge "Support glance client can get ipv6 image url correctly" Jenkins 2013-09-25 20:01:58 +00:00