Charlie Drage
90c0950d36
Merge pull request #735 from cdrage/update-install-windows
...
Add Windows instructions to installation.md
2017-08-02 09:49:20 -04:00
Charlie Drage
e38f50090d
Add Windows instructions to installation.md
2017-08-01 12:40:33 -04:00
Charlie Drage
21fefaed0c
Adds Kubernetes cluster tests
...
This adds cluster tests for "kompose up" and "kompose down" for
Kubernetes. At the moment this checks that they are deployable to a
single-node Kubernetes cluster.
More proficient tests such as testing if the pods are actually up will
be added in the future.
You can test this by running: `make test-ci` on your local-machine.
Furthermore, we'll eventually have this enabled on Fabric8 / CentOS CI /
Semaphore (whatever comes first) so we can have a full end-to-end
testing environment.
2017-07-28 10:39:27 -04:00
Tomas Kral
3b2ef30afc
Merge pull request #626 from surajnarwade/handle_volume
...
Handling Volume at early stage
2017-07-27 16:19:51 +02:00
Charlie Drage
982e54ecb7
Updates the conversion document to reflect changes
...
This updates the conversion document to outline that we do not support
minor versions since libcompose does not support 2.1 or 2.2 as well as
constant changes to docker/cli stack code regarding 3.1 and above.
I also update the conversion document to better reflect our support on
version 3 as well as update current values.
2017-07-26 15:48:38 -04:00
Charlie Drage
39a97e96b4
Merge pull request #729 from cdrage/update-mention
...
Add gitlawr to mention bot blacklist
2017-07-26 12:43:43 -04:00
Charlie Drage
0141df1f55
Add gitlawr to mention bot blacklist
...
Let's try to keep it to active contributors / maintainers so people
aren't needlessly pinged :)
2017-07-26 12:43:00 -04:00
Suraj Narwade
d5a5f42d8b
Handling Volume at early stage
...
It will resolve #544 as well as refactor volume handling part.
2017-07-26 19:59:05 +05:30
Charlie Drage
be17e101b9
Merge pull request #724 from cdrage/update-it-again-release
...
Update release script with properly formatted table
2017-07-25 11:34:32 -04:00
Charlie Drage
0c5cfaad84
Update release script with properly formatted table
...
Updates the script to properly format the table (had a bit of a
shortcoming doing that) as well as remove the leftover file
install_guide.txt as it's generated for release notes.
2017-07-20 12:21:40 -04:00
Charlie Drage
253ec14d74
Merge pull request #723 from cdrage/release-1.0.0
...
1.0.0 Release
2017-07-20 11:56:38 -04:00
Charlie Drage
90a89b6826
1.0.0 Release
2017-07-20 11:54:54 -04:00
Charlie Drage
1e6314339e
Merge pull request #722 from cdrage/update-release-script-3
...
Update the release script
2017-07-20 11:40:04 -04:00
Charlie Drage
1b92344f7e
Update the release script
...
Updates the release script with SHA256 sums, installation guide as well
as a switch to kubernetes from kubernetes-incubator.
2017-07-20 11:39:13 -04:00
Charlie Drage
6b967fb367
Merge pull request #720 from cdrage/re-add-money-symbol
...
Adds clarification on commands
2017-07-20 09:16:40 -04:00
Charlie Drage
8e70d89ff7
Adds clarification on commands
...
Re-adds '$' to commands
2017-07-19 13:06:12 -04:00
Suraj Deshmukh
9a9f774cbf
Merge pull request #707 from surajnarwade/add-v3-example
...
Added docker compose v3 example for counter
2017-07-18 10:37:42 +05:30
Suraj Deshmukh
a47d3bc016
Merge pull request #716 from cdrage/update-docs-script-again
...
Update doc script
2017-07-18 10:36:03 +05:30
Suraj Deshmukh
9a618724e0
Merge pull request #714 from surajnarwade/add-version-file
...
Moving version from variable to text file
2017-07-18 09:28:42 +05:30
Suraj Narwade
5148040c7c
Moving version from variable to text file
2017-07-17 23:58:42 +05:30
Charlie Drage
df9e0340af
Update doc script
...
Redirection works for http://kompose.io/docs/conversion/ but not for
http://kompose.io/docs/conversion.md which is what I originally
intended.
This PR updates the script to redirect all `.md` doc links.
2017-07-17 10:42:10 -04:00
Charlie Drage
96c650c09a
Merge pull request #715 from cdrage/remove-dusty
...
Ignore pinging dusty on PR's
2017-07-17 09:57:37 -04:00
Charlie Drage
95ff7ece51
Ignore pinging dusty on PR's
...
Adds Dusty to the user blacklist so he doesn't get pinged.
2017-07-17 09:56:48 -04:00
Tomas Kral
2985361361
Merge pull request #711 from cdrage/make-mention-less-aggresive
...
Make mention bot less aggresive
2017-07-17 09:39:53 +02:00
Suraj Narwade
216882d042
Added docker compose v3 example for counter
2017-07-17 10:28:01 +05:30
Charlie Drage
8181018a9d
Merge pull request #706 from e-minguez/fedora_26
...
Added Fedora 26
2017-07-14 14:47:02 -04:00
Charlie Drage
cf6db81202
Merge pull request #710 from surajnarwade/sanity_check_fix
...
Updated code with go lint result
2017-07-14 14:46:27 -04:00
Charlie Drage
fda2b770c5
Make mention bot less aggresive
...
2 or less reviewers as well as up to 5 max files searched.
2017-07-14 09:51:17 -04:00
Charlie Drage
51002145ee
Merge pull request #709 from fate-grand-order/master
...
fix some typos to make goreport happy
2017-07-14 09:50:29 -04:00
Suraj Narwade
91a6e79d6f
Updated code with go lint result
...
Updated code with suggestion given by `go lint`
2017-07-14 11:11:17 +05:30
Charlie Drage
462453208b
Merge pull request #708 from cdrage/init-change
...
Conversion Reference -> Conversion Matrix
2017-07-13 15:01:26 -04:00
Charlie Drage
667c63d620
Conversion Reference -> Conversion Matrix
...
Initialize a documentation build (running the script on travis) as well
as change from Conversion Reference to Conversion Matrix.
2017-07-13 15:01:13 -04:00
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