Commit Graph

848 Commits

Author SHA1 Message Date
Charlie Drage
e38f50090d Add Windows instructions to installation.md 2017-08-01 12:40:33 -04:00
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
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