Commit Graph

1574 Commits

Author SHA1 Message Date
Tomas Kral
2ff2d38ed1 Merge pull request #771 from cdrage/add-global
Add deploy: mode: global support
2017-08-24 07:53:20 +02:00
Charlie Drage
bd6d493cef Add deploy: mode: global support
Adds support for deploy: mode.

For example:

```yaml
version: "3"

services:
  foo:
    deploy:
      resources:
        mode: global
        replicas: 6
    image: redis
```

Will only generate replicas: 1 in Kubernetes pods as "global" limits
replicas to only one.
2017-08-23 12:47:27 -04:00
Charlie Drage
6a1d18c744 Update the dev guide with CI details
Updates the development.md doc with details on what CI's we use.
2017-08-23 12:11:06 -04:00
Tomas Kral
d675e0a61b Merge pull request #786 from cdrage/fix-minor-help-usage
Fix minor help output
2017-08-22 08:49:05 +02:00
Tomas Kral
7dadf002aa Merge pull request #777 from cdrage/remove-dab-examples
Remove dab examples
2017-08-22 08:48:42 +02:00
Tomas Kral
b9020f039d Merge pull request #779 from cdrage/conversion-matrix
Update conversion matrix with windows notes
2017-08-22 08:47:08 +02:00
Charlie Drage
efcc64511a Fix minor help output
Fixes the minor help output for --build (removes the space)
2017-08-21 15:15:13 -04:00
Charlie Drage
faa844a733 Merge pull request #784 from Rajadeepan/Rajadeepan-patch-1
Fix minor typo in comment
2017-08-21 14:22:29 -04:00
Rajadeepan D Ramesh
d1d9a045af Fix minor typo in comment
Fix minor typo in comment
2017-08-21 23:40:05 +05:30
Charlie Drage
081ac9b5fd Merge pull request #783 from kadel/latest-builds
add correct secrets for bintray
2017-08-21 13:43:36 -04:00
Tomas Kral
d8f387984a
add correct secrets for bintray 2017-08-21 17:18:47 +02:00
Tomas Kral
9eadd27f73 Merge pull request #782 from kadel/latest-builds
build and upload master builds to bintray
2017-08-21 17:07:17 +02:00
Tomas Kral
1930ebeb91
build and upload master builds to bintray 2017-08-21 17:06:33 +02:00
Charlie Drage
6bf2e1e867 Merge pull request #762 from cdrage/down-to-one-ack
Go down to one ACK
2017-08-21 10:34:11 -04:00
Charlie Drage
0f4e06e7fb Remove dab examples
Removes .dab examples from the example directory
2017-08-21 10:32:43 -04:00
Charlie Drage
ca46d6a83b Update conversion matrix with windows notes
Moves one of the notes as well as updates credentials_spec
2017-08-21 10:30:25 -04:00
Charlie Drage
e3245d2042 Merge pull request #778 from cdrage/fix-k8s-cluster-tests
Change directory for cluster tests
2017-08-18 11:05:26 -04:00
Charlie Drage
ba7f2b30b2 Change directory for cluster tests
Fixes the directory for running cluster tests (test_k8s rather than
test_ci)
2017-08-18 11:04:51 -04:00
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