This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Commit b4134db
Handle case where blobstore_key is not set on droplet
When downloading a droplet, if the blobstore key is not set, you would
previously get a BlobNotFound error. This can make it hard to
distinguish this case from the other cases where BlobNotFound errors are
raised. We want to make it clearer when, e.g. staging does not complete
and our droplet does not have a blobstore key.
Co-authored-by: Renee Chu <rchu@pivotal.io>
Co-authored-by: Merric De Launey <mdelauney@pivotal.io>
Co-authored-by: Reid Mitchell <rmitchell@pivotal.io>1 parent 7b4ec25 commit b4134db
3 files changed
Lines changed: 21 additions & 0 deletions
File tree
- app/controllers
- runtime/helpers
- v3
- spec/request
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
408 | 423 | | |
409 | 424 | | |
410 | 425 | | |
| |||
0 commit comments