Djordje Lukic
|
4e9a4185af
|
Add `make lint` and run it on CI
|
2020-05-05 10:50:30 +02:00 |
Djordje Lukic
|
24c035e822
|
Add comments on exported items, remove example command
Also add `make lint` to run the linter
|
2020-05-05 10:27:44 +02:00 |
Djordje Lukic
|
d6417cb504
|
Simplify exec on ACI
* both streams send messages to a `chan error`
* the main goroutine returns the error if one exists
|
2020-05-05 10:12:37 +02:00 |
Djordje Lukic
|
e964a3af2e
|
Implement `docker logs --tal <N>`
|
2020-05-04 16:38:02 +02:00 |
Djordje Lukic
|
1c7270b697
|
Implement logs
|
2020-05-04 15:52:31 +02:00 |
Djordje Lukic
|
afca3e31b5
|
Implement exec command
|
2020-05-04 12:43:32 +02:00 |
Djordje Lukic
|
092c432028
|
Init all the fields of a compose project at once
|
2020-05-04 11:51:40 +02:00 |
Djordje Lukic
|
e992b4192c
|
Panic if we cannot set env var
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
63c460240c
|
Move config initialization closer to the beginning
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
6aec90c506
|
Lowercase errors
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
6fa941686c
|
Make all functions in aci.go package private
They shouldn't be used outside of the package any way
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
7046fc8ac5
|
Add convert tests
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
a1a5e1794b
|
Add ports publishing to run
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
5aa31b6bf5
|
Separate conversion code into own package
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
3d363643ad
|
Implement simple ACI run
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
152d4119d2
|
Proper variable naming
|
2020-05-04 09:59:12 +02:00 |
Djordje Lukic
|
885fd799e1
|
Get the real status of containers
|
2020-05-03 14:54:15 +02:00 |
Djordje Lukic
|
0af5afe440
|
Move the proxy in the server package
|
2020-04-30 12:20:04 +02:00 |
Djordje Lukic
|
f4bde8cb89
|
Multiple backend for the cli
* implement a little azure backend
* implement an example backend
* use the right backend from the context
|
2020-04-30 11:01:04 +02:00 |