42a96d7ca0d6dc1fe5c048e67d5649bf5b513d0d
8 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Ewan Mellor
|
2f70137a1b |
Bug #897054 : stack crashes with AttributeError on e.reason if the server returns an error
Swap the URLError and HTTPError exception handlers. HTTPError is a subclass of URLError, so the HTTPError handler wasn't being reached. Change-Id: Iec86d2b345dbd37858af888bbd54a74884025eda |
||
|
Ewan Mellor
|
0f7f91c2e5 |
Bug #884018 : "stack help" prints stacktrace if it cannot connect to the server
Add a handler for URLError, so that we print a nicer error message if stack cannot connect to the server. Change-Id: I24f977dcb12bee3bb21057fe9b19823d98581141 |
||
|
Johannes Erdfelt
|
7b8f6ac41a | Sort list of controllers/methods before printing | ||
|
termie
|
ac44b8a9c5 | improve the formatting of the stack tool | ||
| 785c5df3d1 | Removes circular import issues from bin/stack and replaces utils.loads with json.loads. Fixes Bug#704424 | |||
|
Andy Smith
|
5679caa48b | rename easy to direct in the scripts | ||
|
Andy Smith
|
1a66771aaf | fix typo in stack tool | ||
|
Andy Smith
|
8e1b74aa1c | Added stack command-line tool |