Commit Graph

  • 900d82ced0
    Merge pull request #36 from rumpl/feat-logs Djordje Lukic 2020-05-04 16:39:31 +0200
  • e964a3af2e Implement `docker logs --tal <N>` Djordje Lukic 2020-05-04 16:38:02 +0200
  • 1c7270b697 Implement logs Djordje Lukic 2020-05-03 13:41:45 +0200
  • d36baba42e
    Merge pull request #35 from rumpl/feat-exec Djordje Lukic 2020-05-04 15:19:37 +0200
  • afca3e31b5 Implement exec command Djordje Lukic 2020-05-03 13:35:25 +0200
  • 50daf97a86
    Merge pull request #32 from rumpl/feat-run Djordje Lukic 2020-05-04 12:18:33 +0200
  • 092c432028 Init all the fields of a compose project at once Djordje Lukic 2020-05-04 11:51:40 +0200
  • 28808f3f6d Check that port definition contains source and dest Djordje Lukic 2020-05-04 11:45:34 +0200
  • e992b4192c Panic if we cannot set env var Djordje Lukic 2020-05-04 11:31:44 +0200
  • 63c460240c Move config initialization closer to the beginning Djordje Lukic 2020-05-04 11:27:31 +0200
  • 6aec90c506 Lowercase errors Djordje Lukic 2020-05-04 11:27:16 +0200
  • 6fa941686c Make all functions in aci.go package private Djordje Lukic 2020-05-04 11:22:24 +0200
  • 9fd5f7bef3 Rename xcli to cross Djordje Lukic 2020-05-04 10:32:30 +0200
  • eee9bf449f Move run to own package Djordje Lukic 2020-05-04 10:28:42 +0200
  • 7046fc8ac5 Add convert tests Djordje Lukic 2020-05-01 22:52:46 +0200
  • a1a5e1794b Add ports publishing to run Djordje Lukic 2020-05-01 16:03:33 +0200
  • 5aa31b6bf5 Separate conversion code into own package Djordje Lukic 2020-05-01 15:48:20 +0200
  • 3d363643ad Implement simple ACI run Djordje Lukic 2020-05-01 15:28:44 +0200
  • 600feb1e00 Split makefiles Djordje Lukic 2020-05-01 15:27:27 +0200
  • 7802e4d1df
    Merge pull request #24 from ulyssessouza/add-compose Ulysses Souza 2020-05-04 11:32:00 +0200
  • 33c45a0a62 Add "goimports" Ulysses Souza 2020-05-02 18:54:03 +0200
  • 933bed5f5d Invert the logic to preserve the happy path Ulysses Souza 2020-05-01 10:56:46 +0200
  • 4f3c2c1996 Fix protos and its generation Ulysses Souza 2020-05-01 10:49:35 +0200
  • 111ec3b80d Add Containers and Compose to gRPC client creation Ulysses Souza 2020-04-27 16:59:02 +0200
  • ec7a7ef055 Fix go_package Ulysses Souza 2020-04-27 16:49:59 +0200
  • 2cf6d6513b
    Merge pull request #33 from rumpl/fix-ps Djordje Lukic 2020-05-04 10:45:29 +0200
  • 152d4119d2 Proper variable naming Djordje Lukic 2020-05-04 09:57:52 +0200
  • fc748142fa Fix badge... Djordje Lukic 2020-05-03 15:31:05 +0200
  • 2154cd4ea7
    Merge pull request #34 from rumpl/chore-actions-badge Djordje Lukic 2020-05-03 15:26:21 +0200
  • c3df7cdc78 Add ci badge in the readme Djordje Lukic 2020-05-03 15:25:50 +0200
  • 885fd799e1 Get the real status of containers Djordje Lukic 2020-05-03 14:51:03 +0200
  • 02526dec84
    Merge pull request #30 from rumpl/chore-update-readme Djordje Lukic 2020-04-30 18:39:37 +0200
  • e415d00afc
    Merge pull request #31 from rumpl/chore-mod-tidy Djordje Lukic 2020-04-30 18:15:24 +0200
  • a307952dab Tidy go mods, remove urfave/cli Djordje Lukic 2020-04-30 18:12:53 +0200
  • aae6a0b3ca Remove example from README, it no longer exists Djordje Lukic 2020-04-30 18:11:49 +0200
  • 1858367277 Add gotestsum Djordje Lukic 2020-04-30 17:48:34 +0200
  • bb017c490e Only install required go dependencies Djordje Lukic 2020-04-30 17:47:28 +0200
  • 5cbfa2778e Use github action to install protoc Djordje Lukic 2020-04-30 17:45:48 +0200
  • 04e2710380 Use setup-dev.sh script Djordje Lukic 2020-04-30 17:41:59 +0200
  • cc87bbe34e
    Add github actions Djordje Lukic 2020-04-30 17:37:41 +0200
  • ebbd660101
    Merge pull request #29 from rumpl/feat-serve Djordje Lukic 2020-04-30 17:16:01 +0200
  • c4a260369b Remove useless SetContext function in client.go Djordje Lukic 2020-04-30 12:44:55 +0200
  • 6ecb5550f7 Use a request for the context list rpc in cli.proto Djordje Lukic 2020-04-30 12:42:11 +0200
  • 0af5afe440 Move the proxy in the server package Djordje Lukic 2020-04-29 23:44:01 +0200
  • 8571cf5a04 Create a new client on each request Djordje Lukic 2020-04-29 23:39:54 +0200
  • 9ea91791b4 Change the current context of the client on each request Djordje Lukic 2020-04-29 23:10:06 +0200
  • 40a3a20f78 Add serve command that serves the cli and the containers services Djordje Lukic 2020-04-29 22:12:58 +0200
  • 26c628b587
    Merge pull request #28 from rumpl/feat-multiple-backends Djordje Lukic 2020-04-30 12:07:14 +0200
  • b2606b91f2 Remove useless client grpc stuff Djordje Lukic 2020-04-30 11:06:04 +0200
  • f4bde8cb89 Multiple backend for the cli Djordje Lukic 2020-04-29 19:57:53 +0200
  • f5bf355d1f
    Merge pull request #27 from rumpl/change-context-store Djordje Lukic 2020-04-29 19:11:00 +0200
  • 551eb2326f ACI context creation Djordje Lukic 2020-04-29 16:21:46 +0200
  • 01cc77a09a
    Merge pull request #25 from ulyssessouza/refactor-store-new Djordje Lukic 2020-04-28 15:00:02 +0200
  • 4138dcfb5a Split API interface by required SDK func per command Nicolas De Loof 2020-04-27 10:04:07 +0200
  • 3d8d982d4a format Nicolas De Loof 2020-04-27 09:46:13 +0200
  • 52c6177ff7 API mock and a test case relying on it Nicolas De Loof 2020-04-27 09:42:44 +0200
  • 8c0fee5abf Define amazon.API as a simplified and currated interface over AWS SDK Nicolas De Loof 2020-04-24 14:19:14 +0200
  • 52440a4732 Setup Github Action for CI Nicolas De Loof 2020-04-28 10:47:03 +0200
  • 3380c9d459 Refactor store.New Ulysses Souza 2020-04-27 18:16:46 +0200
  • bf243bfe31
    Merge pull request #22 from rumpl/feat-context Guillaume Tardif 2020-04-27 17:23:11 +0200
  • 7eda6df07f
    Merge pull request #23 from ulyssessouza/add-compose Guillaume Tardif 2020-04-27 16:09:44 +0200
  • 5c04e31117 Add compose.proto Ulysses Souza 2020-04-27 16:02:33 +0200
  • 474cdbae11 Remove unnecessary if Djordje Lukic 2020-04-27 15:56:23 +0200
  • e6597d6139 Don't cd into a directory before building Djordje Lukic 2020-04-27 14:04:53 +0200
  • 756836ffab Use testify/suite and testify/require Djordje Lukic 2020-04-27 11:45:23 +0200
  • 10bc4b93f6 Call moby if the command is unknown Djordje Lukic 2020-04-27 11:32:16 +0200
  • cdff00d571 Run tests inside a container Djordje Lukic 2020-04-27 10:17:10 +0200
  • d612a4ab89 Project name parameter as alternative to compose file on down aiordache 2020-04-24 17:25:29 +0200
  • 32da9e65e8 Only execute moby if the command is not a context command Djordje Lukic 2020-04-26 22:13:35 +0200
  • e2c7370a82 Implement context list Djordje Lukic 2020-04-26 22:07:50 +0200
  • 3bb4fe163c Add `docker context create` command Djordje Lukic 2020-04-24 18:04:32 +0200
  • 244adb77a4
    Merge pull request #20 from chris-crone/copyright Djordje Lukic 2020-04-24 18:06:14 +0200
  • c5e8f297fc
    Merge pull request #21 from chris-crone/dockerignore Djordje Lukic 2020-04-24 15:05:06 +0200
  • cbfcd5cf64 Add dockerignore Christopher Crone 2020-04-24 15:03:46 +0200
  • 31ad0385b2
    Merge pull request #13 from ulyssessouza/dockerize-build Ulysses Souza 2020-04-24 14:44:51 +0200
  • 9c6a9957aa
    Merge pull request #18 from ulyssessouza/refactoring-context Ulysses Souza 2020-04-24 14:44:10 +0200
  • d166ad82f9 Update copyright date Christopher Crone 2020-04-24 14:39:49 +0200
  • 88aef2e4e2 Dockerize build and proto gen Ulysses Souza 2020-04-22 10:04:11 +0200
  • f393dea175
    Merge pull request #19 from chris-crone/clean-gitignore Guillaume Lours 2020-04-24 14:13:41 +0200
  • fcc7582826 Remove non-project path Christopher Crone 2020-04-24 14:04:27 +0200
  • b44547c71f Refactor NewContext Ulysses Souza 2020-04-24 11:50:30 +0200
  • f8bf0078aa Use DescribeCluster as ListCluster is a Paginated API Nicolas De Loof 2020-04-24 10:13:38 +0200
  • 667d1fa37e
    Merge pull request #16 from rumpl/feat-containers-proto Djordje Lukic 2020-04-23 21:21:09 +0200
  • ea6d35a927 Fix minor issue after merge conflit resolution Nicolas De Loof 2020-04-23 16:19:47 +0200
  • 5be037dae1 Merge branch 'aiordache-cluster-create' Nicolas De Loof 2020-04-23 14:55:52 +0200
  • a1c91ac4c2 Merge branch 'cluster-create' of github.com:aiordache/ecs-plugin into aiordache-cluster-create Nicolas De Loof 2020-04-23 14:55:41 +0200
  • 3d7e062215 add delete-cluster flag on down cmd aiordache 2020-04-23 14:50:18 +0200
  • d473b83b00 Add containers proto from docker/d2 Djordje Lukic 2020-04-23 12:25:14 +0200
  • 29a838ddf5
    Merge pull request #15 from glours/find_existing_docker_binary Djordje Lukic 2020-04-23 11:32:13 +0200
  • 48096eeed8 DescribeStacks fail with error if stack does not exists Nicolas De Loof 2020-04-23 11:19:59 +0200
  • 5cc722da4a
    Merge pull request #14 from glours/upgrade_urfave_cli Djordje Lukic 2020-04-23 10:07:00 +0200
  • 3c9905c474 tidy up go mod aiordache 2020-04-23 09:45:50 +0200
  • 8db55e8c5c Use v2 of urfave/cli Guillaume Lours 2020-04-22 12:10:58 +0200
  • 8af8924a58 Use docker binary find in path to fallback to Moby CLI Guillaume Lours 2020-04-22 21:20:44 +0200
  • 55f2908c16 wait for stack removal on cluster delete aiordache 2020-04-22 16:42:52 +0200
  • 5110cb6b85 Basic architecture documentation Nicolas De Loof 2020-04-22 15:39:02 +0200
  • 87f053d710 Detect stack already exists Nicolas De Loof 2020-04-22 15:37:39 +0200
  • 30fd37b6ca ecs cluster create aiordache 2020-04-22 15:06:01 +0200
  • 83e9843ef2
    Merge pull request #11 from glours/fix_protobuff_setup_file Djordje Lukic 2020-04-21 15:30:51 +0200
  • e3d62ce74a add protoc-gen-go and remove gogo install Guillaume Lours 2020-04-21 15:29:18 +0200