Commit Graph

705 Commits

Author SHA1 Message Date
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
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