Janet Kuo
c9ed84f597
Merge pull request #249 from dustymabe/dusty-fix-readonly
...
CreatePVC: correct setting of read/only access
2016-11-03 13:48:56 -07:00
Abhishek
e5abd3386a
Update main.go path
2016-11-03 14:49:24 +05:30
Tomas Kral
a3495b1d6b
Merge pull request #246 from cdrage/add-tests-docs-service-types
...
Tests for CreateService and annotations
2016-11-01 15:57:06 +01:00
Charlie Drage
3c4b3c445a
Tests for CreateService and annotations
...
Adds some tests for CreateService, specifically the initial generation
as well as providing an edge case when specifying "kompose.service.type"
2016-11-01 10:38:31 -04:00
sebgoa
f32869a584
Merge pull request #262 from sebgoa/licenseheaders
...
Fix license headers, This closes #223
2016-11-01 15:12:11 +01:00
sebgoa
00331589a3
Fix license headers, This closes #223
2016-11-01 15:01:27 +01:00
Dusty Mabe
6523da8120
CreatePVC: correct setting of read/only access
...
Fixes #237
Also update the code to use the constant values for api.ReadWriteOnce
and api.ReadOnlyMany.
2016-11-01 09:17:40 -04:00
Tomas Kral
52b5235d36
Merge pull request #261 from cdrage/add-unit-test-coverage-command
...
Modify command in initializing unit tests
2016-11-01 10:43:49 +01:00
Charlie Drage
8787006533
Modify command in initializing unit tests
...
This cleans up the current script we have to a simple one-liner to test
unit tests.
2016-10-31 16:32:22 -04:00
Tuna
92ea0477f1
Merge pull request #258 from ngtuna/release-v0.1.2
...
v0.1.2
2016-10-31 12:22:29 +01:00
Tuna
c32de952b8
v0.1.2
2016-10-31 11:33:28 +01:00
Tomas Kral
47cd5cd4b2
Merge pull request #257 from ngtuna/fix-binary-cross
...
binary-cross build
2016-10-31 11:18:23 +01:00
Tuna
238dc75175
update main.go path for cross build
...
fix #256
2016-10-31 00:14:29 +01:00
Tomas Kral
80c1323448
Merge pull request #252 from cdrage/label-docs
...
Add documentation on recent labels feature
2016-10-30 17:56:55 +02:00
Tuna
e909f9f959
Merge pull request #227 from ngtuna/go-getable
...
make kompose go get-able
2016-10-30 16:55:09 +01:00
Tomas Kral
d9c5de661a
Merge pull request #248 from dustymabe/dusty-empty-vols
...
Adding support for choosing empty volumes
2016-10-30 17:49:50 +02:00
Janet Kuo
20a13d3eef
Merge pull request #254 from dustymabe/dusty-deployment-deploymentconfig
...
Match case with API objects when printing to terminal
2016-10-28 17:38:04 -07:00
Tuna
6eb8c4ca76
update README properly
2016-10-29 00:43:32 +02:00
Dusty Mabe
7349dc9c9f
cli: add --emptyvols to Up/Down
2016-10-28 16:05:59 -04:00
Dusty Mabe
f67fca8be1
cli: move emtpyvols to common convert options
2016-10-28 16:05:59 -04:00
Dusty Mabe
9ce3f0cf15
cli: add --emptyvols option
2016-10-28 16:05:59 -04:00
Dusty Mabe
df09fd5193
ConfigVolumes: enable creating EmptyDir volumes again
...
Will enable the user to specify which type of volume they want
in a subsequent commit.
2016-10-28 16:05:59 -04:00
Dusty Mabe
30752b7b93
ConfigVolumes: rename pvc var to PVCs
...
It is a list of persistent volume claims.
2016-10-28 16:05:59 -04:00
Dusty Mabe
f290cd6541
ConfigVolumes: rename volumesMount to volumeMounts
2016-10-28 16:05:59 -04:00
Tuna
9c38e88a7b
Merge pull request #240 from dustymabe/dusty-refactor-opts
...
Make OpenShift inherit from Kubernetes
2016-10-28 22:05:24 +02:00
Dusty Mabe
48aa4c7f7a
transformers: match API object capitalization in text output
2016-10-28 15:22:40 -04:00
Dusty Mabe
0ee3494a18
openshift: fixup output: deployment -> DeploymentConfig
...
Fixes #251
2016-10-28 15:15:19 -04:00
Charlie Drage
7fa411b44f
Add documentation on recenty labels feature
...
This adds some documentation to the user guide regarding the new labels
feature that's been added to Kompose.
2016-10-28 11:15:16 -04:00
Tuna
d68bc40458
make kompose get-able
2016-10-28 01:24:08 +02:00
Tomas Kral
a3643a55ac
Merge pull request #243 from cdrage/add-vim-gitignore
...
Add VIM git ignore information
2016-10-27 18:03:36 +02:00
Dusty Mabe
51dea8283a
transformers: add Opt variable as object data
...
This is so you can set Opts on instance creation of
kubernetes.Kubernetes and openshift.Openshift. This is useful
so that we can pass option information arround without having
to do it on the call stack every time.
2016-10-27 11:48:35 -04:00
Dusty Mabe
c5e07f4926
transformers: make Openshift Inherit from Kubernetes
2016-10-27 11:48:24 -04:00
Chris Baumbauer
4afb49dcab
Merge pull request #241 from cab105/dab-tests
...
Add tests converting dab files
2016-10-27 06:13:20 -07:00
Charlie Drage
c570782b30
Add VIM git ignore information
2016-10-27 08:29:24 -04:00
Tomas Kral
1280b9abcb
Merge pull request #189 from procrypt/labels
...
Configure service types
2016-10-27 12:25:29 +02:00
Christopher A. Baumbauer
1b3f71c55f
Add tests converting dab files
2016-10-26 21:47:51 -07:00
Tuna
da44a5d750
Merge pull request #229 from ngtuna/experimental
...
remove tag experimental
2016-10-26 16:35:11 +02:00
Tomas Kral
414645d73c
Merge pull request #211 from procrypt/unknown_args
...
remove unknown args and added tests
2016-10-26 14:37:08 +02:00
Tuna
7435f822ed
Merge pull request #230 from ngtuna/unsupportedkey
...
update unsupported key list
2016-10-25 15:29:31 +02:00
Tuna
c29ef944ce
correct networks key
2016-10-24 21:47:16 +02:00
Suraj Deshmukh
b068c5cf81
Merge pull request #190 from surajssd/support-volumes-from
...
support for volumes_from docker-compose construct
2016-10-23 21:40:14 +05:30
Suraj Deshmukh
aea39b4e1e
Merge pull request #220 from surajssd/pvc-kompose-up
...
kompose up/down create and delete pvc
2016-10-22 09:33:53 +05:30
Suraj Deshmukh
244499667d
kompose up/down create and delete pvc
...
pvc will be parsed when passing objects via kube client
to create various objects.
Also while deleting pvc will be deleted.
Fixes #218
2016-10-22 09:22:57 +05:30
Tuna
99055b4d1b
update unsupported key list
2016-10-21 22:55:14 +02:00
Tuna
019f90c822
Merge pull request #197 from ngtuna/envvar_colon
...
support both : and = as compose envvar separators
2016-10-21 15:06:41 +02:00
Abhishek
1c3092150f
remove unknown args and added tests
2016-10-21 12:08:09 +05:30
Tuna
670d8423e5
remove tag experimental
2016-10-21 01:40:34 +02:00
Abhishek
841d28192f
configure service types
2016-10-21 04:02:15 +05:30
Tuna
07f1635918
add test
2016-10-20 22:38:16 +02:00
Tuna
df533a2bd7
choose separator which happens first
2016-10-20 22:13:13 +02:00