Commit Graph

525 Commits

Author SHA1 Message Date
Tomas Kral
799345a6f9
Prepare up/down for other providers 2016-09-26 11:31:07 +02:00
Tomas Kral
c593ff8e44 Merge pull request #168 from kadel/global-dab
Make --dab/--bundle global flag
2016-09-26 11:19:43 +02:00
Tomas Kral
9dbc5c0b46 Merge pull request #164 from kadel/up-in-namespace
kompose up - Get namespace from kubeconfig
2016-09-26 11:17:24 +02:00
Tomas Kral
a65dcfb5d5
Update docs: --bundle is global flag now 2016-09-23 15:14:15 +02:00
Tomas Kral
3ce0519a82
Make --dab global flag 2016-09-23 15:11:04 +02:00
Tomas Kral
16ca1aa136
kompose up - Get namespace from kubeconfig 2016-09-22 13:08:13 +02:00
Tomas Kral
fa46376dff Merge pull request #159 from kadel/fix-port-parsing
Add port protocol handing for docker-compose.
2016-09-22 09:34:21 +02:00
Tomas Kral
371af623af
Add test for ports with protocols. 2016-09-19 14:36:23 +02:00
Tomas Kral
ed711804fe
Add port protocol handing for docker-compose. 2016-09-19 14:36:05 +02:00
Suraj Deshmukh
1e581355c7 Merge pull request #111 from surajssd/suppress-warnings
Added flag `--suppress-warnings`, `--verbose`, `--error-on-warning` global flags
2016-09-17 19:18:20 +05:30
Suraj Deshmukh
57c460cc50 dded flag --suppress-warnings, --verbose, --error-on-warning global flags
- `--suppress-warnings` it ignores all warnings.
- `--verbose` displays everything
- `--error-on-warning` with any warning exits displaying error.

Fixes #100
2016-09-16 10:37:43 +05:30
Tuna
4b3fbc02a5 update docker-voting example 2016-09-12 21:55:28 +07:00
Tuna
4e41292506 update CHANGELOG for v0.1.0 2016-09-09 16:54:01 +07:00
Tuna
8227684466 bump kompose version to v0.1.0 2016-09-09 16:46:31 +07:00
Tuna
c3ff0524de Merge pull request #142 from ngtuna/project-context
Use libcompose project.Context{} instead of docker.Context{}
2016-09-07 11:38:46 +07:00
Tuna
3cfa12987a Merge pull request #139 from ngtuna/global-flag
make --file as global flag
2016-09-06 23:47:58 +07:00
Tuna
338520fb75 rebase master, update tests 2016-09-06 22:48:11 +07:00
Tuna
eec01c92ca update doc properly 2016-09-06 22:36:13 +07:00
Tuna
a9cafc32d5 update tests properly 2016-09-06 22:36:13 +07:00
Tuna
0bad1674b5 make --file as global flag 2016-09-06 22:36:12 +07:00
Tuna
0c33e7e965 Use libcompose project.Context{} instead of docker.Context{}
Fix #134
2016-09-05 23:24:24 +07:00
Tomas Kral
b2add4163f Merge pull request #127 from kadel/entrypoint
docker-compose - Entrypoint support
2016-09-05 10:50:20 +02:00
Tomas Kral
7e91770dfe Merge pull request #126 from kadel/fix-openshift-output
Fix conversion to OpenShift (invalid DeploymentConfig)
2016-09-05 10:49:36 +02:00
Tomas Kral
e127ce17bd
test for entrypoint and command 2016-09-05 10:40:50 +02:00
runseb
7623f81387 Merge pull request #143 from luebken/luebken-fixed-link-readme
Update README.md
2016-09-05 09:10:10 +02:00
runseb
191ecfad3b Merge pull request #141 from ngtuna/userguide
update user guide: add `kompose up`, `kompose down`
2016-09-05 09:09:56 +02:00
Matthias Lübken
c500df41b7 Update README.md
fixed link
2016-09-05 08:55:31 +02:00
Tuna
9b44c675b0 update user guide: kompose up, kompose down 2016-09-03 15:50:55 +07:00
Tomas Kral
cc4f162cea
Remove Entrypoint from Kompose object
We had Command and Args together with Entrypoint in Kompose object.
This doesn't make much sense, as Entrypoint and Command are same thing.
I've removed Entrypoint from Kompose object in favor of Command to keep
same naming convensions as in Kubernetes.

Entrypoint from docker-compose.yml is now saved to Command and Command
is saved to Args (http://kubernetes.io/docs/user-guide/containers/).

docker-compose.yml | Kompose object
-------------------|---------------
  Entrypoint       |    Command
   Command         |     Args
2016-09-02 10:10:34 +02:00
Tomas Kral
8590a98504
docker-compose - fix Command and add Entrypoint support 2016-09-02 10:10:34 +02:00
Tomas Kral
e2da0f089a
Make sure that Services are first in the List
Sorts objects in Transform function, this should
make sure that Services are first everywhere as
long as we keep order in the slice that Transform returns.

fixes #130
2016-09-02 10:09:00 +02:00
Tomas Kral
b24556e9d5
fixes #124
add missing conversion to versioned object when saving to files
2016-09-02 09:49:11 +02:00
Tuna
0da484a974 Merge pull request #113 from ngtuna/kompose-delete
support kompose down subcommand
2016-09-02 10:18:24 +07:00
Tuna
f2769066ca only print warning and keep deleting objects 2016-09-02 10:10:48 +07:00
Tuna
aafba39a42 use reapers to delete objects 2016-09-02 10:10:48 +07:00
Tuna
e08ab06f2c support kompose down 2016-09-02 10:10:48 +07:00
Tuna
166fe4cd00 Merge pull request #136 from runseb/komposeup
improve messages of kompose up
2016-09-01 17:56:31 +07:00
Tuna
5d37303ea5 Merge pull request #135 from runseb/examples
New guestbook example
2016-09-01 17:55:41 +07:00
runseb
aa71e96175 improve messages of kompose up 2016-08-31 15:54:54 +02:00
runseb
22c65c689c New guestbook example 2016-08-31 15:35:39 +02:00
runseb
9415a408df Merge pull request #132 from runseb/docs
Moves examples to docs/user-guide and adds basic roadmap to main readme
2016-08-30 17:34:45 +02:00
runseb
672a2f0638 Moves examples to docs/user-guide and adds basic roadmap to main readme 2016-08-30 16:10:08 +02:00
runseb
f5e84a4af3 Merge pull request #128 from janetkuo/add-owners
Add more owners
2016-08-29 21:07:09 +02:00
Janet Kuo
58b622037b Add more owners 2016-08-29 11:58:17 -07:00
Tuna
34e97abd05 Merge pull request #123 from ngtuna/clean-code
clean code
2016-08-25 17:13:18 +07:00
Tuna
82ae7fab78 clean code 2016-08-25 00:34:54 +07:00
Tuna
3f94d778d7 Merge pull request #122 from ngtuna/update-objects
fix #121: update all objects, even when port is missing
2016-08-24 15:04:27 +07:00
Janet Kuo
9c03ae9cf4 Merge pull request #118 from janetkuo/remove-hostpath
Remove hostPath and print warnings
2016-08-23 22:19:04 -07:00
Janet Kuo
b4dc8d2846 Merge pull request #120 from janetkuo/architecture-md
Update architecture doc format
2016-08-23 11:07:18 -07:00
Janet Kuo
4d0960fea8 Merge pull request #119 from janetkuo/improve-err-message
Improve error message for invalid port
2016-08-23 11:07:08 -07:00