Commit Graph

13 Commits

Author SHA1 Message Date
csamak 07bcdda117 Restore code in the helloworld-haskell README (#661)
The code was deleted in 41462c6
2018-12-17 21:40:34 -08:00
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
RichieEscarez 5682c7ca9d Fix code indentation (#602)
* Fix code indentation

Fixes: #592 

/assign @averikitsch

* remove extra tabs

* try again
2018-11-27 14:25:22 -08:00
Adam Ross e3ec9fd985 serving/samples/helloworld-haskell: simplify and standardize Dockerfile (#505) 2018-11-26 01:39:28 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
Adam Ross 421f44e47a serving/helloworld-haskell: respect the port env var (#463) 2018-10-24 11:47:48 -07:00
Joseph Burnett d1b78c4832 Make the Clojure greeting unscary. (#465) 2018-10-22 14:10:30 -07:00
Steren 9ea6e2c65d Make samples less scary when no env var is provided (#443)
* Node.js

* Python

* csharp

* go

* other samples

* Fix Node README
2018-10-08 11:19:25 -07:00
Ryan Gregg 08ab237cb3 Revert ksvc changes (#442) 2018-10-05 14:30:24 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Sam O'Dell 00d6cec8ca services.serving.knative.dev -> ksvc, adding check install guide (#360)
* services.serving.knative.dev -> ksvc, adding check install guide

* Updating image to add outline

* Making Richie's suggested edits
2018-08-31 09:58:12 -07:00
Gaurav Abbi 1b52510c44 Add a helloworld sample for haskell (#316)
* Add a helloworld sample for haskell

* Use stack as the build tool
* Use scotty as a web framework
* Use docker multi-stage build to create a smaller runtime image

* Apply review comments on the README.md

* Apply language review comments

- Fix `service.yaml` indentation
- Change heading for sample code recreation
2018-08-21 09:07:58 -07:00