Guillaume Tardif
|
f1ac6d4fdc
Move errdefs => api/errdefs
|
4 years ago |
Guillaume Tardif
|
0ea97920c1
Move Context & context/store => api/context & api/context/store
|
4 years ago |
Guillaume Tardif
|
930ae8bdb2
goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
|
4 years ago |
Guillaume Tardif
|
4dee783aba
Move progress => api
|
4 years ago |
Guillame Tardif
|
4d1f265c62
Adding error progress indication when errors
|
5 years ago |
Guillame Tardif
|
7ddd8e5e97
Helper methods to create progress events, more homogeneous display for “creating”, “Created”, …
|
5 years ago |
Ulysses Souza
|
fe566d24e6
Bump `azure-sdk-for-go`: v43.3.0 -> v48.2.0
|
5 years ago |
Ulysses Souza
|
3fbb9bd864
Add auto creation of Azure volumes during `compose up`
|
5 years ago |
Guillaume Tardif
|
0d74298eed
Use ACI .IsHttpStatus() rather than accessing .StatusCode directly, that might lead to nil pointer panic
|
5 years ago |
Ulysses Souza
|
29ba42bbc4
Fix volume create cli bug
|
5 years ago |
Ulysses Souza
|
660c7bbdcf
Add command "volume inspect"
|
5 years ago |
Ulysses Souza
|
99186b1d04
Look for all mounts before removing a volume
|
5 years ago |
Guillaume Tardif
|
ca35ccfb0e
ACI Volumes : create takes one required arg, instead of required flag `--fileshare` (we still have required flag `--storage-account` specifically for ACI)
|
5 years ago |
Guillaume Tardif
|
7eda96bea4
Fix nil pointer when creating volume with “” storage account
|
5 years ago |
Chris Crone
|
d154c41586
Update copyright
|
5 years ago |
Guillaume Tardif
|
0c1de64c84
Merge pull request #610 from docker/fix_volume_error_message
|
5 years ago |
Guillaume Tardif
|
06d0ffae82
Fix volume error message
|
5 years ago |
Guillaume Tardif
|
267b267201
Progress functions can return a string, that can be used in the caller of progress.Run to display final result after progress display
|
5 years ago |
Guillaume Tardif
|
0b3fdb637d
Change volume IDs from “storageaccount@fileshare“ to “storageaccount/fileshare”
|
5 years ago |
Guillaume Tardif
|
099b64935b
Minor fixes
|
5 years ago |
Guillaume Tardif
|
80d23a6097
Removed NAME from `volume ls` output, allow `volume delete <ID>` using IDs from `volume ls`.
|
5 years ago |
Guillaume Tardif
|
18ad20f1c5
Display errors if resource not found when deleting volumes (file share or storage account)
|
5 years ago |
Guillaume Tardif
|
b96a6d1086
Add progress on volume creation
|
5 years ago |
Guillaume Tardif
|
96d785a5bd
Added volume delete, can delete juste a file share or the storage account if confirmed
|
5 years ago |
Guillaume Tardif
|
2f672f6c4c
Volume e2e test
|
5 years ago |
Guillaume Tardif
|
15addf5c22
Break out aci backend.go into several files for each service
|
5 years ago |