Commit Graph

464 Commits

Author SHA1 Message Date
Suraj Deshmukh
754812fa62 Added installation instructions of rpm
kompose is packaged for CentOS and Fedora, so added easy installation
instructions.
2016-12-02 16:02:13 +05:30
Tomas Kral
c43a973453 Merge pull request #321 from surajssd/intellij-gitignore
IntelliJ IDE .gitignore
2016-12-01 11:44:07 +01:00
Suraj Deshmukh
9ad65f9c32 IntelliJ IDE .gitignore
added .gitignore for IntelliJ IDE files
2016-12-01 12:47:27 +05:30
sebgoa
d5343707f2 Merge pull request #302 from cdrage/switch-to-make-bin
Switch to 'make bin' instead of 'make binary'
2016-11-30 15:54:08 +01:00
Charlie Drage
c87e6cdaf5 Switch to 'make bin' instead of 'make binary'
I keep mistyping this when creating the binary as per other projects
that use it commonly (it's usually `make bin` instead of `make binary`).
2016-11-29 09:56:43 -05:00
Charlie Drage
8d0a6542d5 Update TRAVIS CI to add coveralls
Updates travis to enable coveralls support.

Fixes https://github.com/kubernetes-incubator/kompose/issues/281
2016-11-29 08:56:42 -05:00
sebgoa
8036f0772a Merge pull request #260 from ngtuna/update-changelog
update CHANGELOG
2016-11-29 12:02:04 +01:00
Tomas Kral
6092df4364 Merge pull request #245 from kadel/user
Add support for user directive
2016-11-25 10:28:17 +01:00
Tomas Kral
6f45703de2
Add tests for user directive 2016-11-25 10:13:42 +01:00
Tomas Kral
5a94a9fdbc
Add support for user 2016-11-25 09:50:51 +01:00
Tomas Kral
b0514bd2dd Merge pull request #259 from kadel/lint-and-vet
Add `go vet`,  and `gofmt` tests.
2016-11-25 09:49:15 +01:00
Tuna
b25af8f0b8 update README accordingly 2016-11-24 23:40:46 +01:00
Tuna
9c38c07789 update CHANGELOG 2016-11-24 23:38:37 +01:00
Tomas Kral
763cbc0276 Merge pull request #284 from cdrage/reorg-readme
Organize the README.
2016-11-23 10:28:49 +01:00
Charlie Drage
df5040fe91 Organize the README.
This updates the README with some small changes such as titles as well
as rewording a few sentences.
2016-11-22 13:41:46 -05:00
Tomas Kral
6033025c05 Merge pull request #289 from cdrage/change-provider-error-output
Clean up the logging output for unknown provider
2016-11-22 16:08:27 +01:00
Tomas Kral
4e42a07be2
gofmt 2016-11-22 13:02:31 +01:00
Tomas Kral
c441610b4f
fix govet errors 2016-11-22 13:02:31 +01:00
Tomas Kral
8bb89876cf
Clean up scripts/validate-*. Add vet,gofmt,lint tests.
Travis now runs `make validate` as first test.
Make validate includes all validate tests (go vet, gofmt)
2016-11-22 13:02:13 +01:00
Tomas Kral
6ceca2462e Merge pull request #305 from cdrage/remove-trailing-slash
Remove trailing slash
2016-11-22 11:53:22 +01:00
Suraj Deshmukh
e6b3c2881f Merge pull request #293 from surajssd/update_fixture_etherpad
Added volume to mariadb in etherpad fixture
2016-11-22 02:10:34 +05:30
Charlie Drage
1708c14ad3 Remove trailing slash 2016-11-21 15:33:26 -05:00
sebgoa
e8d12c3c53 Merge pull request #286 from containscafeine/godep_doc_fix
Minor doc fix
2016-11-21 18:01:35 +01:00
Suraj Deshmukh
66bd044e7d Merge pull request #290 from cdrage/update-dsb-to-dab
Update .dsb to .dab
2016-11-21 18:59:38 +05:30
Tomas Kral
04b1d004b4 Merge pull request #277 from surajssd/generic-service-type
Generic service type handler for kompose
2016-11-21 13:53:12 +01:00
Tomas Kral
bc8536d8a4 Merge pull request #271 from ngtuna/gitlab-example
Update docker-gitlab example
2016-11-21 12:04:10 +01:00
Tomas Kral
c1868b47ef Merge pull request #282 from cdrage/update-readme
Update README since Kompose is now Go gettable
2016-11-21 12:00:25 +01:00
Tomas Kral
7ff80f2550 Merge pull request #269 from ngtuna/emptyvols
correct display when using --emptyvols
2016-11-21 11:59:17 +01:00
Suraj Deshmukh
b99d5d9bbe Added volume to mariadb in etherpad fixture
Volume constraint is missing in mariadb service
in etherpad example, so added that so that it mariadb container
does not fail in environments where creating container in
/var/lib/mysql is not allowed for non-root process.
2016-11-17 13:02:49 +05:30
Charlie Drage
dc474376b5 Update .dsb to .dab 2016-11-16 16:24:34 -05:00
Charlie Drage
94754146dd Clean up the logging output for unknown provider 2016-11-16 13:04:47 -05:00
Suraj Deshmukh
bb9e4fba61 Generic service type handler for kompose
Moved label handling code from Transformer to loader,
to make it generic to handle creating service types.

Added new attribute to ServiceConfig which gets populated
in loader.

Fixes #273
2016-11-16 22:01:01 +05:30
Shubham
ef8184f4e5 Minor doc fix 2016-11-16 11:30:20 +05:30
Charlie Drage
7ec104b8f0 Update README since Kompose is now Go gettable
Since You're now able to install Kompose via `go get`. Update the README
accordingly.
2016-11-15 15:59:53 -05:00
Chris Baumbauer
83c7a824dc Merge pull request #279 from cab105/bash-completion
Added flag definitions for kompose #37
2016-11-13 16:20:58 -08:00
Christopher A. Baumbauer
fc673974c4 Added flag definitions for kompose #37 2016-11-09 15:12:59 -08:00
Tuna
972711b3b2 fix docker-gitlab example 2016-11-06 18:57:39 +01:00
Tuna
62c34a2208 correct display when using --emptyvols 2016-11-05 21:57:33 +01:00
Tuna
6449dd4830 Merge pull request #266 from procrypt/update_README
Update main.go path
2016-11-04 21:54:41 +01:00
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