fate-grand-order
69f4b46813
fix some typos to make goreport happy
2017-07-13 18:21:37 +08:00
Eduardo Minguez Perez
c313fa4385
Added Fedora 26
...
http://fedora.melbourneitmirror.net/fedora/linux/releases/26/Everything/x86_64/os/Packages/k/kompose-0.7.0-0.1.fc26.x86_64.rpm
2017-07-13 11:56:34 +02:00
Charlie Drage
796313f626
Merge pull request #704 from cdrage/graduate-from-incubator
...
kubernetes-incubator -> kubernetes
2017-07-12 16:49:55 -04:00
Charlie Drage
787b7d9261
kubernetes-incubator -> kubernetes
...
Today, we graduate from the incubator, thus all links are updates from
kubernetes-incubator to kubernetes
2017-07-12 15:42:13 -04:00
Charlie Drage
1af8656ea0
Merge pull request #703 from surajnarwade/minor_fix
...
Refactoring code as per gosimple check
2017-07-12 09:35:06 -04:00
Charlie Drage
0143deee8b
Merge pull request #702 from containscafeine/remove_unused_parameter
...
remove unused parameter from ValidateComposeFile()
2017-07-12 09:28:40 -04:00
Suraj Narwade
8dfa0e0689
Refactoring code as per gosimple check
...
This PR refactors some code bits as per `gosimple` tool check.
2017-07-12 15:48:07 +05:30
Shubham Minglani
0a9e2a7885
remove unused parameter from ValidateComposeFile()
...
In pkg/app/app.go, the function ValidateComposeFile() has an
unused parameter "cmd *cobra.Command".
This commit removes that parameter from the function and the
callers of the function.
2017-07-12 14:45:52 +05:30
Charlie Drage
c16f88a4d3
Merge pull request #692 from cdrage/update-quickstart
...
Update quickstart
2017-07-11 12:45:48 -04:00
Charlie Drage
781d41b2ec
Merge pull request #694 from cdrage/add-redirection-links
...
Fix redirection site issues
2017-07-11 12:45:32 -04:00
Charlie Drage
e88e6fa6f2
Merge pull request #701 from cdrage/update-mention-bot-config-again
...
Update mention bot configuration to avoid mentioning people twice
2017-07-11 12:11:29 -04:00
Charlie Drage
de3108b6b7
Update mention bot configuration to avoid mentioning people twice
...
This updates the config to avoid mentioning people twice as well as
assinging people appropriately.
2017-07-11 12:10:16 -04:00
Charlie Drage
5f0626769b
Merge pull request #700 from cdrage/update-mention-bot-config
...
Update mention bot config
2017-07-11 12:03:17 -04:00
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
Anush Shetty
de5cdfa6a2
OpenShift Tests for the build and push
...
This patch fixes the broken buildconfig functional tests
2017-06-30 14:45:39 +05:30
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