Hang Yan
94148d2e56
Variable name should not be the same as imported package name
2018-02-09 11:31:32 +08:00
Hang Yan
b8f1707d30
Fix healthcheck parser nil pointer error
2018-02-09 11:10:03 +08:00
Charlie Drage
f857afad1c
Merge pull request #929 from hangyan/fix-v2compose-pvc-size-error
...
Fix custom pvc size in v2 compose not working error
2018-02-08 08:24:49 -05:00
Charlie Drage
acf09d8d3a
Merge pull request #926 from hangyan/fix-v3-unset-env
...
Fix unset env bug for v3 compose
2018-02-08 08:20:00 -05:00
Pascal Borreli
3318677d3f
Fixed typo
2018-02-08 13:39:37 +01:00
Hang Yan
1df73c4004
Refactor package app to use const rather than raw string
2018-02-08 19:43:57 +08:00
Suraj Narwade
8dac0091d4
Merge pull request #932 from hangyan/fix-typos
...
Fix typos in Makefile
2018-02-08 17:07:44 +05:30
Hang Yan
f18450d045
Fix custom pvc size in v2 compose not working error
2018-02-08 16:13:49 +08:00
Hang Yan
0bac06bcc9
Fix typos in Makefile
2018-02-08 15:25:34 +08:00
Hang Yan
0ef015d3da
Fix unset env bug for v3 compose
2018-02-08 15:12:16 +08:00
Charlie Drage
ed9246d537
Merge pull request #931 from hangyan/fix-typo-in-func-name
...
Fix typo in function name
2018-02-07 08:22:50 -05:00
Charlie Drage
ea84d65ec1
Merge pull request #930 from hangyan/fix-typo-in-doc
...
Fix typos in doc
2018-02-07 08:22:35 -05:00
Charlie Drage
76136b9411
Merge pull request #928 from hangyan/fix-log-format
...
Fix log format error
2018-02-07 08:21:58 -05:00
Charlie Drage
87b35daf78
Merge pull request #925 from hangyan/fix-typo
...
Fix typo in cli help message
2018-02-07 08:04:02 -05:00
Charlie Drage
ddd621a63e
Merge pull request #921 from dockerq/optimize/details-for-build
...
provide more details for building steps
2018-02-07 08:00:32 -05:00
adolphlwq
e4a01db745
change according to suggestions
2018-02-07 17:11:43 +08:00
Hang Yan
be96662d11
Fix log format error
2018-02-07 13:42:06 +08:00
Hang Yan
9bf86de89b
Fix typos in doc
2018-02-07 11:29:17 +08:00
Hang Yan
3fe1b5313c
Fix typo in function name
2018-02-07 11:22:29 +08:00
Hang Yan
4f34ff25ae
Fix typo in cli help message
2018-02-07 11:12:30 +08:00
Charlie Drage
2e40dd813b
Merge pull request #923 from yank1/fix-a-typo-in-development.md
...
fix a typo in development.md
2018-02-06 11:09:58 -05:00
Charlie Drage
3eb991d789
Merge pull request #924 from hangyan/hangyan-patch-2
...
Remove unneeded TODO comment
2018-02-06 11:09:27 -05:00
Hang Yan
2b135cfe58
Remove unneeded TODO comment
2018-02-07 00:04:57 +08:00
yank1
54406c93f4
fix a typo in development.md
2018-02-06 23:53:57 +08:00
adolphlwq
678103831a
provide more details for building
2018-02-01 17:46:37 +08:00
Charlie Drage
c339ebcbf1
Merge pull request #919 from cdrage/update-readme
...
Update the README
2018-01-29 13:51:46 -05:00
Charlie Drage
e5c53e1d2d
Update the README
...
- Removes the incubation line (already graduated)
- Go 1.5 is 3 years old. Remove not regarding building on 1.5
- Remove not working Slack widget
2018-01-29 13:50:54 -05:00
Charlie Drage
32b265971d
Merge pull request #913 from coodix/unauthenticated_image_push
...
Push image without authentication
2018-01-29 13:48:31 -05:00
coodix
60f1e5757d
Push image without authentication
2018-01-26 10:52:21 +03:00
Charlie Drage
0c0c027987
Merge pull request #912 from cdrage/release-1.8.0
...
1.8.0 Release
2018-01-24 10:52:14 -05:00
Charlie Drage
48c0ab55e9
1.8.0 Release
2018-01-24 10:51:50 -05:00
S.Çağlar Onur
e6ae470830
Allow services to use same port with different protocols
...
kompose fails if compose file declares different protocols for the same port. eg;
...
ports:
- 666:666/udp
- 666:666/tcp
...
This PR adds the port to the output and also makes sure that names are unique for each port/protocol pair.
This is supported with LoadBalancer (kubernetes/kubernetes#2995 ) so trying to use this config with LB panics.
2018-01-17 11:26:03 -08:00
Charlie Drage
797a7a8dcf
Merge pull request #903 from bhavin192/readme-patch
...
Fix link to binary-installation method in README.md
2018-01-15 12:03:33 -05:00
Bhavin Gandhi
e4305a845a
Fix link to binary-installation method
...
in README.md. Also fix typo in word preferred
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2018-01-15 01:28:38 +05:30
Charlie Drage
fcd020df25
Merge pull request #908 from a8uhnf/patch-1
...
Invalid quick start link
2018-01-12 11:14:25 -05:00
Abu Hanifa
caf5f43c97
Update README.md
2018-01-11 16:13:34 +06:00
Charlie Drage
767ab4b1f9
Merge pull request #906 from cdrage/release-1.7.0
...
1.7.0 Release
2018-01-04 12:09:47 -05:00
Charlie Drage
60402237b5
1.7.0 Release
2018-01-04 12:09:19 -05:00
Charlie Drage
9bbab876cb
Merge pull request #895 from Code0x58/893-fix-image-push
...
Fix pushing of image to a private repository
2018-01-04 09:11:59 -05:00
Charlie Drage
6b7ba44dfc
Merge pull request #900 from piyush1594/iss_kompose_down
...
Added Case for Config Map in kompose down
2018-01-04 09:11:14 -05:00
Charlie Drage
d19d7a63b7
Merge pull request #901 from thockin-tmp/gcr-vanity
...
Convert registry to k8s.gcr.io
2018-01-02 15:34:25 -05:00
Oliver Bristow
4912f54393
Fix pushing image to registry #893
2017-12-26 22:51:42 +00:00
Oliver Bristow
a1aff76396
Test building+pusing an image to a repository registry
2017-12-26 22:51:19 +00:00
Tim Hockin
a178cf53db
Convert registry to k8s.gcr.io
2017-12-22 09:55:16 -08:00
Piyush Garg
52f8f1f2b4
Added Case for Config Map in kompose down.
...
To implement this, added label in
configmap object at the time of init
Fixed ConfigMap test because we are
adding one more field labels in metadata
2017-12-22 15:44:10 +05:30
Charlie Drage
f66ba3cee6
Merge pull request #899 from spiffxp/update-code-of-conduct
...
Update code-of-conduct.md
2017-12-20 15:40:58 -05:00
Aaron Crickenberger
b9a784f1d6
Update code-of-conduct.md
...
Refer to kubernetes/community as authoritative source for code of conduct
2017-12-20 13:32:47 -05:00
Charlie Drage
c1f18136d3
Merge pull request #896 from Code0x58/add-ingress-tls
...
Add kompose.service.expose.tls-secret
2017-12-20 10:51:04 -05:00
Charlie Drage
e6a40eb5c9
Merge pull request #805 from ashetty1/issue_770
...
Script for generating unit tests
2017-12-19 11:07:15 -05:00
Oliver Bristow
35a782024d
Add kompose.service.expose.tls-secret
2017-12-18 15:56:38 +00:00