Merge lp:~corey.bryant/ubuntu/trusty/python-heatclient/icehouse-3 into lp:ubuntu/trusty/python-heatclient

Proposed by Corey Bryant
Status: Approved
Approved by: Chuck Short
Approved revision: 12
Proposed branch: lp:~corey.bryant/ubuntu/trusty/python-heatclient/icehouse-3
Merge into: lp:ubuntu/trusty/python-heatclient
Diff against target: 901 lines (+838/-0) (has conflicts)
12 files modified
debian/CHANGELOG (+625/-0)
debian/changelog (+76/-0)
debian/compat (+1/-0)
debian/control (+57/-0)
debian/copyright (+28/-0)
debian/gbp.conf (+9/-0)
debian/patches/fix-tests-ubuntu.patch (+16/-0)
debian/patches/series (+1/-0)
debian/rules (+19/-0)
debian/source/format (+1/-0)
debian/watch (+4/-0)
debian/wheezy_deps (+1/-0)
Conflict adding file debian.  Moved existing file to debian.moved.
To merge this branch: bzr merge lp:~corey.bryant/ubuntu/trusty/python-heatclient/icehouse-3
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+209795@code.launchpad.net

Description of the change

  * New upstream release.
  * debian/control: Fix Vcs-Browser and Vcs-Bzr links
  * debain/watch: Completely updated

To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

Needs work

Unmerged revisions

12. By Corey Bryant

* New upstream release.
* debian/control: Fix Vcs-Browser and Vcs-Bzr links
* debain/watch: Completely updated

11. By Chuck Short

debian/patches/fix-tests-ubuntu.patch: Skip failing test.

10. By Chuck Short

Fix typo

9. By Chuck Short

releasing package python-heatclient version 0.2.6-0ubuntu1

8. By James Page

* debian/control:
  - Open icehouse release.
  - Add new BD python-mox3, drop associated patch.

7. By James Page

* d/control: Add missing BD on python-babel.
* d/*: Wrap and sort.

6. By Chuck Short

debian/patches/disable-mox3.patch: Use mox until mox3
hits main.

5. By Chuck Short

debian/control: open icehouse release.

4. By Chuck Short

releasing package python-heatclient version 0.2.4-0ubuntu1

3. By Chuck Short

debian/control: Add python-mock as a build dependency.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'debian'
=== renamed directory 'debian' => 'debian.moved'
=== added file 'debian/CHANGELOG'
--- debian/CHANGELOG 1970-01-01 00:00:00 +0000
+++ debian/CHANGELOG 2014-03-06 21:44:00 +0000
@@ -0,0 +1,625 @@
1commit 9354f84e59440e6a6eade085e964a7374c73509f
2Author: Simon Pasquier <pasquier.simon@gmail.com>
3Date: Tue Apr 2 17:04:16 2013 +0200
4
5 "heat stack-create" doesn't return the error message from server
6
7 Change-Id: Icef10df6547e5830abb17edf5ed8c622b3b021b5
8 Fixes: bug #1163335
9
10commit 8eaba001434d85f4b9125524ebf55aa8288aa12e
11Merge: f3a7dde 1f22278
12Author: Jenkins <jenkins@review.openstack.org>
13Date: Mon Apr 1 19:35:37 2013 +0000
14
15 Merge "Always pass username, even for --token-only"
16
17commit f3a7dde3c1b07113c483a6fecef5cc5a978f6573
18Merge: 11f24ff bcd0a35
19Author: Jenkins <jenkins@review.openstack.org>
20Date: Mon Apr 1 19:33:10 2013 +0000
21
22 Merge "Display resource metadata as indented json"
23
24commit 11f24ff4253d0acea7b1a7cd810b091be93b5478
25Merge: bbf58d1 58b96ef
26Author: Jenkins <jenkins@review.openstack.org>
27Date: Mon Apr 1 19:33:09 2013 +0000
28
29 Merge "Don't use human readable heading labels in tables"
30
31commit bbf58d1a41cf6f676e3522ea1054022c2c4aea35
32Merge: 3740ae9 a5d6df0
33Author: Jenkins <jenkins@review.openstack.org>
34Date: Mon Apr 1 17:56:12 2013 +0000
35
36 Merge "Return the body as a string instead of an iterable."
37
38commit bcd0a35ba067091d27e0f21e38e92a1ee61f406f
39Author: Steve Baker <sbaker@redhat.com>
40Date: Wed Mar 27 16:07:56 2013 +1300
41
42 Display resource metadata as indented json
43
44 displaying as a pretty table wasn't pretty.
45
46 Change-Id: Ia25dd7d08b46b6b497f13707430664718f01d1cc
47 Fixes: bug #1160689
48
49commit 58b96efe9545d40ba33f85afbcac07995c52abc3
50Author: Steve Baker <sbaker@redhat.com>
51Date: Wed Mar 27 15:59:48 2013 +1300
52
53 Don't use human readable heading labels in tables
54
55 This is in line with what other OS clients do.
56 Fixes: bug #1160689
57
58 Change-Id: Icbf053bd93ecdbeeb2ea791c32199225803d09be
59
60commit a5d6df0630f6df4c5881071a4deebc6f2e32af79
61Author: Steve Baker <sbaker@redhat.com>
62Date: Wed Mar 27 16:09:18 2013 +1300
63
64 Return the body as a string instead of an iterable.
65
66 Heat REST API will never return an application/octet-stream so
67 this removes some dead code.
68
69 Change-Id: Ia0d35c898ba92924ba82d50f1cfde14b299569e5
70
71commit 1f2227807fb0cad314b00a9dd9a27e5dc21846f6
72Author: Steve Baker <sbaker@redhat.com>
73Date: Wed Mar 27 16:12:55 2013 +1300
74
75 Always pass username, even for --token-only
76
77 Change-Id: I3cf164a2d6573fe1f8d3e610c859bfa5ad19aaed
78 Fixes: bug #1160648
79
80commit 3740ae9fcb1ed4dc39796ceccbf0e7000be71002
81Author: Dirk Mueller <dirk@dmllr.de>
82Date: Fri Mar 15 17:41:41 2013 +0100
83
84 Allow for prettytable 0.7.x as well
85
86 Relax requirements to >= 0.6, < 0.8, as 0.7.x seems to
87 work as well. Lower has been raised to 0.6 to match openstack-common/requirements
88
89 Change-Id: Ic8ce818016ae7d9fbfeb1548b612f8d9e8ae7c42
90
91commit 841ded0a5a1c0ed7ef07b7662381d623ded403c4
92Author: Angus Salkeld <asalkeld@redhat.com>
93Date: Thu Mar 7 15:57:44 2013 +1100
94
95 Remove warlock from pip-requires as it is not used
96
97 This is a hangover from copying from glanceclient
98
99 Change-Id: Id81035b5432b65e776217f6b3e7e62c4447d4541
100 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
101
102commit b6ff6d2eecdaa6840ecadd8bb30a9de1d3dad92b
103Author: Steven Hardy <shardy@redhat.com>
104Date: Mon Mar 4 15:53:15 2013 +0000
105
106 Change --disable-rollback option to --enable-rollback
107
108 Due to bug 1131303, the engine default is changing to disable
109 rollback by default, so we instead need an option to allow
110 users to enable this functionality
111
112 fixes bug 1144630
113
114 Change-Id: I509e616e20a3e4750ffcefe6e72c52e5f60445bc
115
116commit ec0a708c998656c1500897436cdcf3bb2a42f2b4
117Author: Steve Baker <sbaker@redhat.com>
118Date: Wed Feb 27 10:28:30 2013 +1300
119
120 Don't add 'dev' to tag_build
121
122 Change-Id: I3b37b4bf29fab29ffcb471b7f9f4707c8d5882fe
123
124commit f1baa757c38c21dfb4f6ac43670257729f958200
125Author: Steven Hardy <shardy@redhat.com>
126Date: Mon Feb 18 15:07:21 2013 +0000
127
128 heatclient : Add --disable-rollback option
129
130 Adds -D/--disable-rollback option to align with new heat-cfn
131 option
132
133 Change-Id: I4a997df0b63d19a25f2047710809a80520187f9f
134 Signed-off-by: Steven Hardy <shardy@redhat.com>
135
136commit 776f25099e90d31d05e28eb7f6fdc69b63d74478
137Author: Steven Hardy <shardy@redhat.com>
138Date: Mon Feb 18 13:54:42 2013 +0000
139
140 heatclient : correct timeout parameter name
141
142 The timeout parameter needs to be timeout_mins to match the
143 engine API or the parameter will not be recognized by the
144 engine.
145
146 fixes bug 1129348
147
148 Change-Id: I489364a2abed376f35bf2da24915db30c982e61b
149 Signed-off-by: Steven Hardy <shardy@redhat.com>
150
151commit 84b7969b72af218f948078eb8ee46a97783f24de
152Author: Dirk Mueller <dirk@dmllr.de>
153Date: Mon Feb 11 18:01:27 2013 +0100
154
155 Return the exit code from tox to callers of run_tests.sh
156
157 Invoking PIPESTATUS appears to be volatile in my environment,
158 after the if condition it is already again 0, even if it was
159 non-zero before. Capture the result permanently in a variable
160 and use that one consistently.
161
162 Also handle the just-pep8 case correctly.
163
164 Change-Id: Icca8c00c8d2189da1a133db277c9071c2d6c880b
165
166commit bcaf6c4d9327a221091302fea807860ae538994c
167Author: Ian Main <imain@redhat.com>
168Date: Thu Jan 31 15:42:24 2013 -0800
169
170 Add switch to disable token authentication.
171
172 This patch allows you to disable token authentication with keystone so
173 that the client can be used with other backends in heat.
174
175 Change-Id: I4b35df82a782ddbc8532e85a7b9d532b327d010a
176 Signed-off-by: Ian Main <imain@redhat.com>
177
178commit 8f268e44cdc8b8a434aa510a1c389793a1ea2872
179Author: Angus Salkeld <asalkeld@redhat.com>
180Date: Fri Jan 25 12:03:01 2013 +1100
181
182 Don't log at all if debugging is not turned on
183
184 Else the http module prints this out on each command - yuk
185
186 "INFO Starting new HTTP connection (1): 127.0.0.1"
187
188 Change-Id: I6e8900106051914b7ddc0a216c6a7864f4ea38e0
189
190commit 7f50a72aacd9e48ef682037ab11f372a52cc838a
191Author: Steve Baker <sbaker@redhat.com>
192Date: Thu Jan 10 11:07:06 2013 +1300
193
194 Fixes required for packaging
195
196 - Add versioninfo to the data_files
197 - Excludes for MANIFEST.in
198
199 Part of blueprint rpm-package
200 Change-Id: Ia629c9e08d070785d8ee0984913e62064e94ebb4
201
202commit 706cbdb57b2ed9cca29f04db0cc3700f7a04f985
203Merge: 15be62b bc972b2
204Author: Jenkins <jenkins@review.openstack.org>
205Date: Wed Jan 9 20:01:11 2013 +0000
206
207 Merge "Switch to using version.canonical_version_string"
208
209commit 15be62b7f78c70829edd464cb0d209572aa040ce
210Merge: b1b5455 712e172
211Author: Jenkins <jenkins@review.openstack.org>
212Date: Wed Jan 9 20:00:28 2013 +0000
213
214 Merge "Update to latest oslo-incubator"
215
216commit b1b545581dc7bec76ffb5a23a0c6fac6111e492f
217Author: Steve Baker <sbaker@redhat.com>
218Date: Wed Jan 9 10:51:40 2013 +1300
219
220 Relax the required version of prettytable.
221
222 Also add httplib2, iso8601.
223
224 Fixes bug 1090403
225
226 Change-Id: Ibc2bb3391754907dae9a4c705a53634926739b5b
227
228commit bc972b214ee03d2b04ae9fe099e3ad59fd735b4b
229Author: Steve Baker <sbaker@redhat.com>
230Date: Fri Jan 4 16:53:10 2013 +1300
231
232 Switch to using version.canonical_version_string
233
234 Change-Id: Id095c61325b0d64bc77b742abf72958aeb4cde4d
235
236commit 712e1726adcf30f48df3f855c14c2a5e80657dbe
237Author: Steve Baker <sbaker@redhat.com>
238Date: Fri Jan 4 16:58:11 2013 +1300
239
240 Update to latest oslo-incubator
241
242 The included changes to version.py are required for
243 correctly generating the versioninfo file.
244
245 Change-Id: I3534f4de099dc6d7462d896e9b18a8f776ee4daf
246
247commit c7130de0a979c8adb32fd52efd41ae05456d9d55
248Author: Steve Baker <sbaker@redhat.com>
249Date: Tue Dec 11 13:48:55 2012 +1300
250
251 Display a better error message on HTTP exception
252
253 Instead of just getting the HTTP code, the message from the actual
254 exception is printed to the console
255
256 Change-Id: I43265e1e01e3e972e444778b3058637c0e1fd441
257
258commit e1ce4162e48c9de2e1b4edee2d66467e6c3793e6
259Author: Steve Baker <sbaker@redhat.com>
260Date: Tue Dec 4 13:15:33 2012 +1300
261
262 Fix git repo url
263
264 Change-Id: I81e02b80445b4a5a277f94e01478a156e56fd071
265
266commit 85b8a6e7524381a58a6b8610f8133b61825e970a
267Merge: 8179af9 03f9f84
268Author: Jenkins <jenkins@review.openstack.org>
269Date: Mon Dec 3 23:26:30 2012 +0000
270
271 Merge "Deprecate commands and add unified cli replacements."
272
273commit 8179af9b50ec2f82a6a28192bf756d2d3d231415
274Merge: 400553e 727d07e
275Author: Jenkins <jenkins@review.openstack.org>
276Date: Mon Dec 3 23:26:04 2012 +0000
277
278 Merge "remove some glanceisms from the docs"
279
280commit 03f9f84abfa348bed08ee39d4d0ae1bc8ace5355
281Author: Steve Baker <sbaker@redhat.com>
282Date: Tue Dec 4 11:47:02 2012 +1300
283
284 Deprecate commands and add unified cli replacements.
285
286 This is to bring into line with
287 http://wiki.openstack.org/UnifiedCLI/Mapping
288
289 Here is the mapping, as displayed by 'heat help'
290 create DEPRECATED! Use stack-create instead
291 delete DEPRECATED! Use stack-delete instead
292 describe DEPRECATED! Use stack-show instead
293 event DEPRECATED! Use event-show instead
294 event-list List events for a stack
295 event-show Describe the event
296 gettemplate DEPRECATED! Use template-show instead
297 list DEPRECATED! Use stack-list instead
298 resource DEPRECATED! Use resource-show instead
299 resource-list Show list of resources belonging to a stack
300 resource-metadata List resource metadata
301 resource-show Describe the resource
302 stack-create Create the stack
303 stack-delete Delete the stack
304 stack-list List the user's stacks
305 stack-show Describe the stack
306 stack-update Update the stack
307 template-show Get the template for the specified stack
308 template-validate Validate a template with parameters
309 update DEPRECATED! Use stack-update instead
310 validate DEPRECATED! Use template-validate instead
311 help Display help about this program or one of its
312 subcommands.
313
314 Change-Id: I1a296de2b935be6cc28fcc49ef8ee7ae333abf1a
315
316commit 727d07e667b371bc4a27fe1667c47e907b5d04c4
317Author: Steve Baker <sbaker@redhat.com>
318Date: Tue Dec 4 11:46:40 2012 +1300
319
320 remove some glanceisms from the docs
321
322 Change-Id: Iee3eb218086d3a9810d7f7e0e92500293b90a1f1
323
324commit 400553ead101c4de2666e7ab5476b35a5932bc61
325Author: Steve Baker <sbaker@redhat.com>
326Date: Tue Dec 4 10:54:35 2012 +1300
327
328 add some pypi meta info
329
330 Change-Id: I2a7c9e015ac7af35518c2303efcf0c40e9a0f3ee
331
332commit 95a0894a3827f06e946c536704b20249fd52cd95
333Author: Jeremy Stanley <fungi@yuggoth.org>
334Date: Sun Dec 2 17:47:28 2012 +0000
335
336 Update .gitreview for org move.
337
338 * .gitreview: The python-heatclient project moved from the heat-api
339 org to openstack, so this updates the gerrit remote URL accordingly.
340
341 Change-Id: I97d8433ceb61cc227ca139ec26f5e30b8daa4052
342
343commit 224eafa18e51853eedb28a3a22fbc87bc9a6f330
344Merge: 2347814 3d122cf
345Author: Jenkins <jenkins@review.openstack.org>
346Date: Tue Nov 27 23:35:55 2012 +0000
347
348 Merge "Pass template as a string if it is not JSON."
349
350commit 23478147aa0c29d8c1bf86b76551b2bd6f3e108a
351Author: Steve Baker <sbaker@redhat.com>
352Date: Wed Nov 28 11:55:23 2012 +1300
353
354 Support for events list and details
355
356 This also replaces resource_id with resource_name in the
357 resources API.
358
359 Change-Id: Ia5ccec5d94fb8106be2dfe89976db0fceeb73b58
360
361commit 97b24ccb279a4cb554b092589794e6b0902bccca
362Author: Steve Baker <sbaker@redhat.com>
363Date: Wed Nov 28 11:57:23 2012 +1300
364
365 Use python-keystoneclient 0.2 series
366
367 This is required to not clash with keystone git master
368
369 Change-Id: I775e9f1b02d4ae15323db8930b1adeb4b8296970
370
371commit 3d122cfb54343ce717c70d67fc0d4701927bb8ee
372Author: Steve Baker <sbaker@redhat.com>
373Date: Mon Nov 26 13:50:38 2012 +1300
374
375 Pass template as a string if it is not JSON.
376
377 Test for JSON is whether the first character is '{'
378
379 Change-Id: I109d5f12d3874517561631eefac514342761714b
380
381commit 03e5e7e3c19ff6fb306dd97fc9d49d3924406a9a
382Author: Steve Baker <sbaker@redhat.com>
383Date: Mon Nov 26 13:45:13 2012 +1300
384
385 Ignore heatclient/versioninfo
386
387 Change-Id: I862cbc8e6b37ea90d3e13bfba1e94a20819ccec6
388
389commit f5ffc5f254d58879686b3a48015c6788958b895e
390Author: Steve Baker <sbaker@redhat.com>
391Date: Tue Nov 20 11:24:02 2012 +1300
392
393 Implement client resource support.
394
395 CLI now supports commands:
396 resource-list
397 resource
398 resource-metadata
399
400 Change-Id: I6c366279456f35e40928fc8f3654ab63ae0af6ca
401
402commit cfb2205a965c610abafe39ced35584be42e22717
403Author: Dan Radez <dradez@redhat.com>
404Date: Tue Nov 13 18:24:12 2012 -0500
405
406 adding test coverage for common/http, improving the redirect handling
407
408commit 116e1afd36585b72dcfef7ff8e9298eb2a24b169
409Merge: b5aba71 c14e082
410Author: Jenkins <jenkins@review.openstack.org>
411Date: Tue Nov 13 19:53:20 2012 +0000
412
413 Merge "Support name or id for stack operations."
414
415commit b5aba716477be8083d94629cb3e759120f1afa25
416Merge: 2122bd1 c1dbaa9
417Author: Jenkins <jenkins@review.openstack.org>
418Date: Tue Nov 13 19:49:09 2012 +0000
419
420 Merge "Pass username and password as well as token."
421
422commit c14e082d785d35a702e96249773e1c5ca74d28fd
423Author: Steve Baker <sbaker@redhat.com>
424Date: Tue Nov 13 14:07:15 2012 +1300
425
426 Support name or id for stack operations.
427
428 Includes the followig changes:
429 - move format_parameters to common/utils.py
430 - Separate columns for ID and Name in list pretty print table
431 - Accept ID or Name for all operations
432 - Fix from radaz to correctly respond to redirects
433
434 Change-Id: Ie2d7c03f682d43454cb1348188fa56ad001e1bb1
435
436commit c1dbaa986dfaed0d0b98e047632dceb98563d2f0
437Author: Steve Baker <sbaker@redhat.com>
438Date: Wed Nov 7 16:21:23 2012 +1300
439
440 Pass username and password as well as token.
441
442 This matches the behaviour of heat-cfn.
443 One day Heat will support doing all operations with only a token. Today is not that day.
444 Also add a --token-only option to suppress sending username/password.
445
446 Change-Id: Ib439d770e90d381ffc83babf7fca85c9f1e32e64
447
448commit 2122bd1753f7913464133d0e2ed4ba6f0c53bb61
449Author: Monty Taylor <mordred@inaugust.com>
450Date: Tue Oct 30 12:08:34 2012 +0100
451
452 Add .gitreview file.
453
454commit 0d4f3565a89a042154bb8fdf9a85c7acea036f29
455Author: Steve Baker <sbaker@redhat.com>
456Date: Sat Oct 27 06:53:56 2012 +1300
457
458 pep8 and more tests
459
460commit 6499a9a834efe5a9f5b0d3f286039bc182cb2f22
461Author: Steve Baker <sbaker@redhat.com>
462Date: Fri Oct 26 13:20:54 2012 +1300
463
464 - Comment out commands that don't yet have a REST API equivalent
465 - Use Name/ID when specifying a stack
466
467commit 7021e3055a97bccff6062d92b539a782d7dc3561
468Author: Steve Baker <sbaker@redhat.com>
469Date: Thu Oct 25 16:47:39 2012 +1300
470
471 Feature parity with REST API
472 - Give a nice message for 404 for non-existent stack id
473 - implement delete, gettemplate, validate
474 - run do_list after create, delete
475 - don't encode the json template as a json string
476
477commit 801616330fcdc861be56c4c68a864dedf92fd919
478Author: Steve Baker <sbaker@redhat.com>
479Date: Thu Oct 25 16:44:07 2012 +1300
480
481 set up default logging even when not debugging
482
483commit 73f153570be786ab7d9bff9bac7c28614e8d7509
484Author: Steve Baker <sbaker@redhat.com>
485Date: Thu Oct 25 16:43:49 2012 +1300
486
487 Allow sort column to be specified
488
489commit 74a66ca04e382a21259aa2c397c1f7d1f99abfb0
490Author: Steve Baker <sbaker@redhat.com>
491Date: Thu Oct 25 16:43:32 2012 +1300
492
493 An error response shouldn't be logged as an error, since it is part of the REST API
494
495commit 2462f281ab1def1d2492d5216dd887e9a6e781a1
496Author: Steve Baker <sbaker@redhat.com>
497Date: Thu Oct 25 13:33:16 2012 +1300
498
499 Implement describe, and format the results
500
501commit 2a15eda5929fa2f43d4e8d23005c542788ce7a08
502Author: Steve Baker <sbaker@redhat.com>
503Date: Thu Oct 25 13:32:52 2012 +1300
504
505 Allow pretty_dict to take optional formatters
506
507commit fe8fa481c6787e800ba107e4ba400ebc736a35ec
508Author: Steve Baker <sbaker@redhat.com>
509Date: Tue Oct 23 16:52:23 2012 +1300
510
511 Shell unit tests, remove unused code, display real results from REST API
512
513commit 5ad7e90817f2d386eae705e6e6d157e3479f532e
514Author: Steve Baker <sbaker@redhat.com>
515Date: Tue Oct 23 16:50:30 2012 +1300
516
517 Allow labels to be specified separately from field keys
518
519commit a66f891e1ece389ab5dab4abe63f52ce4661f346
520Author: Steve Baker <sbaker@redhat.com>
521Date: Fri Oct 19 06:16:36 2012 +1000
522
523 resolve test template file path no matter where it is run from
524
525commit 675b8a4f71daba780efdaf6c800fb2cbc1b0ec1b
526Author: Steve Baker <sbaker@redhat.com>
527Date: Thu Oct 18 13:50:22 2012 +1000
528
529 Some slightly more realistic mock responses.
530 Regexp asserts to check pretty print is printing something
531
532commit 231cfc4fbff2fe0f34be81fa892e742f2e9f2700
533Author: Steve Baker <sbaker@redhat.com>
534Date: Thu Oct 18 13:46:05 2012 +1000
535
536 pass the dict to print_dict
537
538commit b6debe5cb0621220bfedf94b28acc13c90151406
539Author: Steve Baker <sbaker@redhat.com>
540Date: Thu Oct 18 11:56:24 2012 +1000
541
542 Properly configure debug logging
543
544commit 317757c1646635de29b622f422432c1fc74dc6fb
545Author: Steve Baker <sbaker@redhat.com>
546Date: Tue Oct 16 06:51:23 2012 +1000
547
548 Mock at the json request level instead of the http connection level. Test create.
549
550commit b03183ce3fa1e7d0c505179e7cc7972b677ff36c
551Author: Steve Baker <sbaker@redhat.com>
552Date: Fri Oct 12 16:54:06 2012 +1300
553
554 setup tweaks
555
556commit 3c9c859e817695d3833c522ef4fcb386f70ebe60
557Author: Steve Baker <sbaker@redhat.com>
558Date: Fri Oct 12 16:50:43 2012 +1300
559
560 Get fakes and mox working so that any http request/response sequence can be
561 test scripted
562
563commit 70619f8945b48dcd2ef9c115e1f1aa9a8ee32f15
564Author: Steve Baker <sbaker@redhat.com>
565Date: Fri Oct 12 16:49:41 2012 +1300
566
567 pyc files should not have been committed
568
569commit 4ba8e466314d18717de63980ac05b5d000e8ef19
570Author: Steve Baker <sbaker@redhat.com>
571Date: Thu Oct 11 13:09:56 2012 +1300
572
573 Format parameters for create call
574
575commit 622719c144c0b64a5de6854af3f8b593e7d180f1
576Author: Steve Baker <sbaker@redhat.com>
577Date: Wed Oct 10 12:53:05 2012 +1300
578
579 add some more non-functioning skeleton code
580
581commit afff6d66d85c30c291bfc85c91e3b69fafbb706e
582Author: Steve Baker <sbaker@redhat.com>
583Date: Wed Oct 10 12:52:35 2012 +1300
584
585 fix readme path
586
587commit 7cbfd721d527de8f09a7795ae64461ed0aeb7469
588Author: Steve Baker <sbaker@redhat.com>
589Date: Wed Oct 10 10:49:45 2012 +1300
590
591 Swap readme files
592
593commit 00cdfcb868686828ece8fe2e54d494d970e4d546
594Merge: dddbbd9 3e82cb6
595Author: Steve Baker <sbaker@redhat.com>
596Date: Wed Oct 10 10:47:54 2012 +1300
597
598 Merge branch 'master' of https://github.com/steveb/python-heatclient
599
600commit dddbbd95ea588f11c2753be48111594758d48a4f
601Author: Steve Baker <sbaker@redhat.com>
602Date: Wed Oct 10 10:46:53 2012 +1300
603
604 Define CLI commands and arguments for entire API.
605
606 Should match the legacy client except for how resource id is specified for resource
607 subcommand
608
609commit 69d70c4426f2ea0e3b6edac824886f261d984717
610Author: Steve Baker <sbaker@redhat.com>
611Date: Wed Oct 10 10:45:56 2012 +1300
612
613 initial version
614
615commit 1269bb20c770ca9869f54da9e1db9af7173b9809
616Author: Steve Baker <sbaker@redhat.com>
617Date: Wed Oct 10 08:55:03 2012 +1300
618
619 Initial import
620
621commit 3e82cb6bbc39ff48e73bb55a0f00e8ef72599dd0
622Author: Steven Dake <sdake@redhat.com>
623Date: Mon Oct 8 17:37:58 2012 -0700
624
625 first commit
0626
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2014-03-06 21:44:00 +0000
@@ -0,0 +1,76 @@
1python-heatclient (0.2.8-0ubuntu1) trusty; urgency=medium
2
3 [ Chuck Short ]
4 * debian/patches/fix-tests-ubuntu.patch: Skip failing test.
5
6 [ Corey Bryant ]
7 * New upstream release.
8 * debian/control: Fix Vcs-Browser and Vcs-Bzr links
9 * debain/watch: Completely updated
10
11 -- Corey Bryant <corey.bryant@canonical.com> Thu, 06 Mar 2014 14:52:29 -0500
12
13python-heatclient (0.2.6-0ubuntu1) trusty; urgency=low
14
15 [ Chuck Short ]
16 * New upstream release.
17 * debian/control:
18 - Open icehouse release.
19 - Add new BD python-mox3, drop associated patch.
20
21 [ James Page ]
22 * d/control: Add missing BD on python-babel.
23 * d/*: Wrap and sort.
24
25 -- Chuck Short <zulcss@ubuntu.com> Tue, 21 Jan 2014 10:04:22 -0500
26
27python-heatclient (0.2.4-0ubuntu1) saucy; urgency=low
28
29 * New upstream release.
30 * debian/{control,rules}: Dropped openstack-pkg-tools no longer
31 needed.
32 * debian/control: Add python-mock as a build dependency.
33
34 -- Chuck Short <zulcss@ubuntu.com> Fri, 06 Sep 2013 14:01:45 -0400
35
36python-heatclient (0.2.3-0ubuntu1) saucy; urgency=low
37
38 * New upstream release.
39 * Enabled testsuite.
40 * debian/control:
41 - Dropped python-nose.
42 - Add python-fixtures.
43 - Add python-testscenarios.
44 - Add python-testrepository.
45 - Add python-testtools.
46 - Add python-d2to1.
47 - Add python-pbr.
48
49 -- Chuck Short <zulcss@ubuntu.com> Fri, 19 Jul 2013 12:27:58 -0400
50
51python-heatclient (0.2.2-3) unstable; urgency=low
52
53 [ Prach Pongpanich ]
54 * Drop dependency on python-argparse (Closes: #710718)
55
56 [ Thomas Goirand ]
57 * Make the drop of the python-argparse conditional (eg: it don't drop the
58 dependency if building in Wheezy).
59 * Allow the unit tests to fail if running in Wheezy (because of the lack of
60 the python-argparse build-depends).
61
62 -- Prach Pongpanich <prachpub@gmail.com> Sun, 02 Jun 2013 07:01:12 +0700
63
64python-heatclient (0.2.2-2) unstable; urgency=low
65
66 * Added missing dependency python-setuptools-git (Closes: #710576), thanks to
67 Jeremy Bicha for reporting.
68 * Ran wrap-and-sort.
69
70 -- Thomas Goirand <zigo@debian.org> Sat, 01 Jun 2013 09:23:44 +0800
71
72python-heatclient (0.2.2-1) unstable; urgency=low
73
74 * Initial release. (Closes: #705231)
75
76 -- Prach Pongpanich <prachpub@gmail.com> Thu, 11 Apr 2013 12:03:51 +0700
077
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2014-03-06 21:44:00 +0000
@@ -0,0 +1,1 @@
19
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2014-03-06 21:44:00 +0000
@@ -0,0 +1,57 @@
1Source: python-heatclient
2Section: python
3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
6Uploaders:
7 Thomas Goirand <zigo@debian.org>,
8 Prach Pongpanich <prachpub@gmail.com>,
9 Julien Danjou <acid@debian.org>,
10 Ghe Rivero <ghe.rivero@stackops.com>
11Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
12Build-Depends-Indep:
13 lsb-release,
14 python-babel,
15 python-coverage,
16 python-fixtures,
17 python-httplib2,
18 python-iso8601,
19 python-keystoneclient (>= 1:0.2),
20 python-mock,
21 python-mox,
22 python-mox3,
23 python-pbr,
24 python-prettytable (<< 0.8),
25 python-prettytable (>= 0.5),
26 python-setuptools (>= 0.6.24),
27 python-setuptools-git,
28 python-testscenarios,
29 python-testtools,
30 python-yaml,
31 testrepository
32Standards-Version: 3.9.4
33Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/python-heatclient/icehouse/files
34Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/python-heatclient/icehouse
35
36Package: python-heatclient
37Architecture: all
38Pre-Depends: dpkg (>= 1.15.6~)
39Depends:
40 python (>= 2.7),
41 python-httplib2,
42 python-iso8601,
43 python-keystoneclient (>= 1:0.2),
44 python-pkg-resources,
45 python-prettytable (<< 0.8),
46 python-prettytable (>= 0.5),
47 ${misc:Depends},
48 ${python:Depends},
49 ${wheezy-added-deps}
50Description: client library and CLI for OpenStack Heat
51 Heat is a service to orchestrate multiple composite cloud applications
52 using templates, through both an OpenStack-native ReST API and
53 a CloudFormation-compatible Query API.
54 .
55 This is a client for the OpenStack Heat API. There's a Python API (the
56 heatclient module), and a command-line script (heat). Each implements 100% of
57 the OpenStack Heat API.
058
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2014-03-06 21:44:00 +0000
@@ -0,0 +1,28 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: python-heatclient
3Source: https://github.com/openstack/python-heatclient
4
5Files: debian/*
6Copyright: (c) 2012-2013, Prach Pongpanich <prachpub@gmail.com>
7 (c) 2013, Thomas Goirand <zigo@debian.org>
8License: Apache-2
9
10Files: *
11Copyright: 2013, Openstack LLC
12License: Apache-2
13
14License: Apache-2
15 Licensed under the Apache License, Version 2.0 (the "License");
16 you may not use this file except in compliance with the License.
17 You may obtain a copy of the License at
18 .
19 http://www.apache.org/licenses/LICENSE-2.0
20 .
21 Unless required by applicable law or agreed to in writing, software
22 distributed under the License is distributed on an "AS IS" BASIS,
23 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 See the License for the specific language governing permissions and
25 limitations under the License.
26 .
27 On Debian-based systems the full text of the Apache version 2.0 license
28 can be found in `/usr/share/common-licenses/Apache-2.0'.
029
=== added file 'debian/gbp.conf'
--- debian/gbp.conf 1970-01-01 00:00:00 +0000
+++ debian/gbp.conf 2014-03-06 21:44:00 +0000
@@ -0,0 +1,9 @@
1[DEFAULT]
2upstream-branch = master
3debian-branch = debian/unstable
4upstream-tag = %(version)s
5compression = xz
6
7[git-buildpackage]
8export-dir = ../build-area/
9cleaner = true
010
=== added directory 'debian/patches'
=== added file 'debian/patches/fix-tests-ubuntu.patch'
--- debian/patches/fix-tests-ubuntu.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-tests-ubuntu.patch 2014-03-06 21:44:00 +0000
@@ -0,0 +1,16 @@
1Description: Skip test because it fails in the lab.
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: Not needed.
4diff --git a/heatclient/tests/test_template_utils.py b/heatclient/tests/test_template_utils.py
5index 6073e9d..46a2429 100644
6--- a/heatclient/tests/test_template_utils.py
7+++ b/heatclient/tests/test_template_utils.py
8@@ -463,6 +463,7 @@ class TestURLFunctions(testtools.TestCase):
9 self.addCleanup(self.m.UnsetStubs)
10
11 def test_normalise_file_path_to_url_relative(self):
12+ self.skipTest('Skipped by Ubuntu')
13 self.assertEqual(
14 'file://%s/foo' % os.getcwd(),
15 template_utils.normalise_file_path_to_url(
16
017
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2014-03-06 21:44:00 +0000
@@ -0,0 +1,1 @@
1fix-tests-ubuntu.patch
02
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2014-03-06 21:44:00 +0000
@@ -0,0 +1,19 @@
1#!/usr/bin/make -f
2
3#export DH_VERBOSE=1
4
5
6%:
7 dh $@ --with python2
8
9override_dh_auto_clean:
10 dh_auto_clean
11 rm -f heatclient/versioninfo
12 rm -rf setuptools_git-*-py*.egg/
13
14override_dh_install:
15 dh_install
16 rm -rf $(CURDIR)/debian/python-heatclient/usr/heatclient
17
18override_dh_auto_test:
19 testr init && testr run
020
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2014-03-06 21:44:00 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)
02
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2014-03-06 21:44:00 +0000
@@ -0,0 +1,4 @@
1version=3
2opts="uversionmangle=s/%7E/~/" https://launchpad.net/python-heatclient/+download https://launchpad.net/python-heatclient/.*/.*/.*/python-heatclient-(.*)\.tar\.gz
3http://tarballs.openstack.org/python-heatclient/ python-heatclient-(\d.*).tar.gz
4http://pypi.python.org/packages/source/p/python-heatclient/python-heatclient-(.*).tar.gz
05
=== added file 'debian/wheezy_deps'
--- debian/wheezy_deps 1970-01-01 00:00:00 +0000
+++ debian/wheezy_deps 2014-03-06 21:44:00 +0000
@@ -0,0 +1,1 @@
1wheezy-added-deps= python-argparse

Subscribers

People subscribed via source and target branches

to all changes: