Commit Graph

860 Commits

Author SHA1 Message Date
Charlie Drage
040822e902 Update mention bot config
Removes some of the values which are already set to their default values
on mention bot.
2017-07-11 12:02:33 -04:00
Charlie Drage
b0cf3a4882 Merge pull request #695 from cdrage/add-mention-bot
Add mention bot
2017-07-11 11:32:51 -04:00
Charlie Drage
9d89f569c4 Add mention bot
In order to deploy https://github.com/facebook/mention-bot it's good to
have a .mention-bot file in the root directory.

This PR adds that said file as well as creates a user blacklist so
maintainer alumni aren't needlessly pinged.
2017-07-11 08:20:42 -04:00
Charlie Drage
2f7293b190 Merge pull request #697 from surajnarwade/minor_fix
Fixed minor issue in kubernetes_test.go
2017-07-11 08:20:12 -04:00
Suraj Narwade
8f6822588a Fixed minor issue in kubernetes_test.go
Fixed identical expression in kubernetes_test.go
2017-07-11 14:51:29 +05:30
Charlie Drage
f33745701e Fix redirection site issues
Fixes the issues in regards to rediction.

For example, supplying `/docs/conversion` within the user guide the link
will appear as a 404.

Adding this allows redirection from `/docs/conversion` to `/conversion`.
2017-07-10 15:13:53 -04:00
Charlie Drage
b993e9953e Update quickstart
Remove ▶ from CLI commands as well as remove .dab reference.
2017-07-10 14:45:03 -04:00
Charlie Drage
51a488c3bc Merge pull request #681 from cdrage/remove-meeting-update-community
Remove meeting from README + update
2017-07-10 11:10:48 -04:00
Charlie Drage
bf4556133c Merge pull request #685 from cdrage/update-headers
Setup -> Installation + title updates
2017-07-10 09:54:57 -04:00
Charlie Drage
e6048fe887 Remove meeting from README + update
We talk enough in the Slack channel and find that impromptu meetings to
be more efficient 👍 rather than a monthly meeting.
2017-07-07 15:30:52 -04:00
Charlie Drage
4fb3d363c7 Setup -> Installation + title updates
Updates the docs to reflect that it's not a "setup" documention but
rather an installation document.

I've also updated the header of architecture.md to reflect the filename.
2017-07-07 10:16:03 -04:00
Charlie Drage
52b11e505a Merge pull request #682 from surajnarwade/sanity_check_fix
Remove empty if branch
2017-07-07 10:10:34 -04:00
Charlie Drage
d45cf74cf8 Merge pull request #672 from cdrage/remove-dab-docs
Remove DAB from docs
2017-07-07 10:10:17 -04:00
Charlie Drage
b8d64ea336 Merge pull request #677 from cdrage/its-2017
2016 -> 2017 for licensing
2017-07-07 10:10:02 -04:00
Suraj Narwade
8336b6526f Remove empty if branch
This PR will remove empty `if` branch which is of no use now as
this logic is being done in if statements which are written further.
2017-07-07 12:01:20 +05:30
Charlie Drage
1a2f33f94a Merge pull request #680 from surajnarwade/doc_fix
Updated user-guide
2017-07-06 14:11:27 -04:00
Suraj Deshmukh
14dbb30735 Merge pull request #666 from surajnarwade/add-restart-policy-v3
added support for `restart-policy` keys in v3
2017-07-06 18:20:14 +05:30
Suraj Narwade
9dcb2bfba6 added support for restart-policy keys in v3
Resolves `restart_policy` from issue #644
2017-07-06 17:44:19 +05:30
Suraj Deshmukh
06543f7535 Merge pull request #664 from surajnarwade/add-replicas-v3
Added support for `replicas` keys in v3
2017-07-06 16:08:00 +05:30
Suraj Narwade
0c53501e82 Updated user-guide
Fixes issue #678. As we no longer supports setting provider by environment
variable, this PR will remove documentation for the same.
2017-07-06 10:58:34 +05:30
Suraj Narwade
041d7f7d61 Added support for replicas keys in v3
resolves #644 `replicas` key
2017-07-04 12:40:12 +05:30
Charlie Drage
eb808c36ff Merge pull request #669 from rupalibehera/pr-pipeline
Adding Jenkinsfile for PR pipeline on Fabric8CD infrastructure
2017-06-30 08:46:20 -04:00
Charlie Drage
ce32bb817d 2016 -> 2017 for licensing
New year, update to the license.
2017-06-28 10:49:52 -04:00
Charlie Drage
2c0441da78 Merge pull request #674 from surajnarwade/minor_fix
Fixes kompose.service.type label issue
2017-06-28 08:42:31 -04:00
Suraj Narwade
9bd3488512 Fixes kompose.service.type label issue
Minor Fix, resolves #673
2017-06-27 09:52:11 +05:30
Charlie Drage
bcaec011b1 Remove DAB from docs
Removes references to --bundle or DAB from the Kompose documentation.
2017-06-26 14:41:41 -04:00
Tomas Kral
1cc7e2c7f9 Merge pull request #670 from cdrage/add-v3-example
Add v3 example
2017-06-23 15:37:55 +02:00
Charlie Drage
06443f594c Add v3 example
Same example as docker-compose.yaml but with 3 in the version name.

Needed for 1.0.0 blog post!
2017-06-23 08:51:27 -04:00
Tomas Kral
2e9816e5bf Merge pull request #667 from cdrage/update-docsss
Change title to build and push images
2017-06-23 14:26:17 +02:00
Tomas Kral
13e9e6ccff Merge pull request #668 from cdrage/update-examples
Remove 'cdrage' username from example
2017-06-23 14:25:56 +02:00
Rupali Behera
e61faac8df Initial commit adding Jenkinsfile for pr pipeline on fabric8CD(http://jenkins.cd.k8s.fabric8.io/job/kubernetes-incubator/) 2017-06-23 16:14:17 +05:30
Charlie Drage
3694f2535e Remove 'cdrage' username from example
Removes username in favour of a foobar username
2017-06-22 15:43:14 -04:00
Charlie Drage
e004a10d15 Change title to build and push images
Changes the header in the user-guide.md in regards to building and
pushing docker images
2017-06-22 15:41:33 -04:00
Charlie Drage
df663e4a65 Merge pull request #648 from cdrage/update-user-guide-with-build
Update documentation to reflect build/push and v3 changes
2017-06-22 09:19:04 -04:00
Charlie Drage
6323fa1aac Merge pull request #663 from cdrage/update-vend
Update vendoring for Cobra CLI fix
2017-06-22 09:18:31 -04:00
Charlie Drage
b9037890f4 Update documentation to reflect build/push and v3 changes
Adds a user guide on how to use the build/push functionality of Docker
images to the user guide.

Adds v3 documentation as well as cleans up the user guide as well.

I also do minor changes such as removing `$ ` in the CLI examples, as
it's easier to copy and paste without the `$ ` there (when double
clicking).

I've also changed the `console` yaml indicitors to `sh` since it doesn't
matter / it's aliased, see:
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
2017-06-21 07:59:07 -04:00
Charlie Drage
cf39f78435 Merge pull request #653 from cdrage/remove-dab
Disable dab
2017-06-21 07:39:59 -04:00
Tomas Kral
2159b18454 Merge pull request #645 from cdrage/update-roadmap
Update ROADMAP
2017-06-21 08:28:42 +02:00
Suraj Deshmukh
04748ee153 Merge pull request #662 from surajnarwade/minor-fix
Removing unused function taggedimage
2017-06-21 11:25:10 +05:30
Charlie Drage
ab149def6b Update vendoring for Cobra CLI fix
Updates the vendoring in order to implement the fix for MarkDeprecated
output in the CLI

See: https://github.com/spf13/cobra/pull/466

Closes https://github.com/kubernetes-incubator/kompose/issues/652
2017-06-20 14:25:02 -04:00
Charlie Drage
507c9baa83 Merge pull request #660 from cdrage/fix-vet
Fix vet issues with build/push code
2017-06-20 12:55:50 -04:00
Charlie Drage
c5cac569a2 Merge pull request #658 from kadel/fixv3EnvSubstitution
fix env substitution for docker compose v3
2017-06-20 09:41:20 -04:00
Tomas Kral
ef8c7a7a0a
fix env substitution for docker compose v3 2017-06-20 15:16:12 +02:00
Suraj Narwade
c36a215f19 Removing unused function taggedimage 2017-06-20 18:35:27 +05:30
Charlie Drage
b8a46895a6 Disable DAB
See issue: https://github.com/kubernetes-incubator/kompose/issues/390

Disable DAB as it is hard to maintain / not much usage / DAB is still
experimental in Docker and there hasn't been much movement:
https://github.com/moby/moby/issues/26876

MarkDeprecated does not work at the moment due to issue:
https://github.com/kubernetes-incubator/kompose/issues/652

However, that is not a blocker as we `fatalF` within `ValidateFlags`
2017-06-20 09:02:53 -04:00
Charlie Drage
f6363dd89c Fix vet issues with build/push code
This fixes the vet issues when running `make vet` due to unkeyed fields.
2017-06-20 08:58:09 -04:00
Charlie Drage
4a267c160a Merge pull request #655 from procrypt/composeTestIssue
Changing printf verb in compose_test.go
2017-06-20 08:27:22 -04:00
Abhishek
1401a39cbd Changing printf verb %s to %v in compose_test.go 2017-06-20 09:58:22 +05:30
Charlie Drage
ee7961216f Merge pull request #603 from procrypt/error_with_volume_name
PVC name changes if volumes containes .(dot) in it
2017-06-19 09:39:59 -04:00
Suraj Deshmukh
572d0c35b8 Merge pull request #649 from surajnarwade/vendor-update
Updating Vendor for adding compoe v2 extends
2017-06-17 11:26:28 +05:30