Commit Graph

1106 Commits

Author SHA1 Message Date
Charlie Drage
a8c2f204e1 Merge pull request #775 from cdrage/update-conversion-doc
Adds a more "full" conversion document
2017-08-18 10:15:29 -04:00
Anush Shetty
40f756d8b6 OpenShift tests for docker compose v3 2017-08-18 17:12:27 +05:30
Charlie Drage
7e4a2ea77d Adds a more "full" conversion document
This majorly updates the conversion document in order to have version
compatibile checks with V1, V2 and V3 of Docker Compose and Kompose
support.
2017-08-17 16:07:43 -04:00
Charlie Drage
b3018b5c26 Merge pull request #761 from cdrage/rename-test-ci
Rename test-ci to test-k8s
2017-08-16 15:58:28 -04:00
Charlie Drage
eb7176590c Merge pull request #768 from asifdxtreme/patch-1
Fix minor typo
2017-08-16 14:41:09 -04:00
Charlie Drage
05ef36b222 Merge pull request #769 from asifdxtreme/patch-2
Change bot message
2017-08-16 14:40:51 -04:00
Mohammad Asif Siddiqui
4e381ddbfc Change bot message 2017-08-17 01:59:29 +08:00
Mohammad Asif Siddiqui
aea1f7e149 Fix minor typo 2017-08-17 01:57:36 +08:00
Charlie Drage
68b7fed256 Merge pull request #764 from mbssaiakhil/patch-2
Update Community Code of Conduct
2017-08-16 11:45:13 -04:00
Malepati Bala Siva Sai Akhil
890d8b255b Update Community Code of Conduct
Update Community Code of Conduct from kubernetes/kubernetes-template-project
2017-08-15 18:39:12 +05:30
Charlie Drage
9486a0e537 Go down to one ACK
Move down to one ACK rather than two for code changes. One or none for
doc changes.
2017-08-14 12:45:42 -04:00
Charlie Drage
89d43536e4 Rename test-ci to test-k8s
Renames test-ci to test-k8s to coincide with our `make test-openshift`
command.
2017-08-14 12:36:45 -04:00
Charlie Drage
520676d0f9 Merge pull request #733 from surajnarwade/save-cmd
Added `saving command` to annotation feature
2017-08-14 09:53:41 -04:00
Charlie Drage
539f66c487 Merge pull request #760 from mbssaiakhil/patch-1
Fix typo in Events Code of Conduct
2017-08-14 09:19:44 -04:00
Suraj Narwade
ec5c4d8550 Adding save command to annotation
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,

```
metadata:
    annotations:
      kompose.cmd: kompose convert -f /home/snarwade --stdout
      kompose.version: 1.0.0 (HEAD)
```

For functional test, Now each test has template like,

```
 "annotations": {
           "kompose.cmd": "%CMD%",
           "kompose.version": "%VERSION%"
```

Because, for every machine these values will be different.

Updated functional test with new annotations
2017-08-14 12:22:33 +05:30
Malepati Bala Siva Sai Akhil
c2ad416385 Fix typo in Events Code of Conduct 2017-08-13 16:02:33 +05:30
Suraj Deshmukh
8126841788 Merge pull request #651 from procrypt/git
move git and related functions from openshift.go into a separate file
2017-08-12 12:19:53 +05:30
Charlie Drage
e14bdae933 Merge pull request #757 from cdrage/update-cluster-tests-again-part-two
Update cluster tests, use local Kompose binary
2017-08-11 11:54:40 -04:00
Charlie Drage
e89e41b9fb Update cluster tests, use local Kompose binary
Uses the local kompose binary that was built, not the one stored in the
GOPATH bin folder.

For example, using `./kompose` instead of `kompose`.

Disables `make bin` generation for Kubernetes tests.
2017-08-11 11:20:04 -04:00
Charlie Drage
214cb4867c Merge pull request #739 from surajnarwade/group_add
Added support for `group_add` key
2017-08-11 10:07:54 -04:00
Abhishek
683db1230d move git and related functions from openshift. go into a separate file 2017-08-11 15:19:06 +05:30
Suraj Narwade
641f8f8932 Added support for group_add key
This PR will add support for `group_add` key which will map to
supplemental group in pod security context.
2017-08-10 11:54:35 +05:30
Charlie Drage
a9bffa6c6a Merge pull request #751 from cdrage/get-rid-of-bundle-tag
Gets rid of bundle tag
2017-08-09 11:36:03 -04:00
Charlie Drage
09700ca24b Remove bundle references in kobject
Closes https://github.com/kubernetes/kompose/issues/750

Removes references to bundle/dab since we no longer support it.
2017-08-09 11:19:15 -04:00
Charlie Drage
937b15e968 Merge pull request #754 from cdrage/fix-cluster-tests
Temporarily remove buildconfig tests for OpenShift
2017-08-09 10:51:43 -04:00
Charlie Drage
21810ad5fb Temporarily remove buildconfig tests for OpenShift
Temporarily remove these until we get buildconfig tests working.
2017-08-09 10:40:37 -04:00
Charlie Drage
d18828b0a4 Merge pull request #665 from ashetty1/build_push
Fix OpenShift tests for build and push
2017-08-09 09:56:44 -04:00
Anush Shetty
abdf773908 Fix OpenShift tests for build and push 2017-08-09 19:15:44 +05:30
Tomas Kral
baead65407 Merge pull request #749 from cdrage/update-docs-again
Update docs to reflect conversion changes
2017-08-09 13:19:43 +02:00
Charlie Drage
d3cec37a2c Merge pull request #743 from asifdxtreme/master
Add Goreport badge
2017-08-08 10:57:42 -04:00
Mohammad Asif Siddiqui
41e3c1a2c3 Update README.md 2017-08-08 22:48:14 +08:00
Charlie Drage
73a9f7935d Update docs to reflect conversion changes
Updates the doc due to the recent changes to deploy keys as well as
other mappings.
2017-08-08 10:43:31 -04:00
Charlie Drage
c24be364fb Merge pull request #746 from dataminelab/docker-endpoint
Create docker client from environment variables
2017-08-08 10:28:47 -04:00
Charlie Drage
86c047d9ef Merge pull request #738 from cdrage/add-cpus
Add CPU limit, CPU Reservation and Memory Reservation
2017-08-08 10:07:59 -04:00
Charlie Drage
1867808582 Merge pull request #741 from cdrage/update-the-readme
Update installation instructions
2017-08-07 13:16:13 -04:00
Mohammad Asif Siddiqui
a178f6d1ae Update Widget Links as per suggestion 2017-08-07 09:04:07 +08:00
Radek Maciaszek
44523e1cc3 Create docker client from environment variables DOCKER_HOST, DOCKER_TLS_VERIFY, and DOCKER_CERT_PATH 2017-08-04 17:08:32 +01:00
Charlie Drage
745946113b Merge pull request #747 from cdrage/update-cluster-script
Exit 1 not Exit 0
2017-08-04 11:21:03 -04:00
Charlie Drage
992dd53434 Exit 1 not Exit 0
Wrong exit value
2017-08-04 11:19:37 -04:00
Charlie Drage
3b59d9b615 Merge pull request #731 from cdrage/add-cluster-tests
Adds Kubernetes cluster tests
2017-08-04 11:13:27 -04:00
Mohammad Asif Siddiqui
08620ccc6a Add Goreport badge 2017-08-04 16:54:37 +08:00
Charlie Drage
af26b797a2 Add CPU limit, CPU Reservation and Memory Reservation
This adds support for CPU limit, CPU reservation as well as memory
reservation.

Specifically, when using the `deploy` key in Docker Compose.
2017-08-03 09:41:14 -04:00
Charlie Drage
91d7de1028 Merge pull request #742 from JadCham/patch-1
Add author to Kompose UI
2017-08-03 09:37:02 -04:00
Jad Chamoun
3feb49dace Add author to Kompose UI 2017-08-02 16:50:50 -07:00
Charlie Drage
1ea4f6a83e Update installation instructions
Updates the install instructions on the README and installation.md guide
2017-08-02 10:20:37 -04:00
Charlie Drage
f31aa46cdb Merge pull request #740 from cdrage/update-links
Update integrations links
2017-08-02 10:11:43 -04:00
Charlie Drage
90dee86c4c Update integrations links
Jekyll doesn't support automatically linking, so we have to manually add
the links here.
2017-08-02 10:11:05 -04:00
Charlie Drage
44f76ac98c Merge pull request #736 from cdrage/add-integrations
Add integration doc
2017-08-02 09:51:38 -04:00
Charlie Drage
816301c382 Merge pull request #728 from cdrage/update-conversion-doc
Updates the conversion document to reflect changes
2017-08-02 09:50:46 -04:00
Charlie Drage
e2eb51417e Add integration doc
Adds an integration document that lists third-party organizations /
users that use Kompose in some-way or another.
2017-08-02 09:49:50 -04:00