Ta-Ching Chen and GitHub
2338fbb06f
Add sponsor logos ( #1499 )
2020-01-24 03:59:19 +08:00
Ta-Ching Chen and GitHub
fc1aab2472
Update READEME link and add back the basic usage ( #1366 )
2019-10-31 11:14:04 +08:00
Ta-Ching Chen and GitHub
86b506c9b6
Add troubleshooting guide link ( #1292 )
2019-08-28 14:41:13 +08:00
Vishal and Ta-Ching Chen
31b8c1ee3b
Added community meetings and some other changes ( #1273 )
2019-08-23 13:20:09 +08:00
Vishal and GitHub
8e6ac31e49
V1.0 ( #1094 )
...
Changelog and chart change for 1.0
2019-02-09 09:47:32 +05:30
Ta-Ching Chen and GitHub
5e1e8f85cd
Remove/Redirect out-of-date docs to fission doc site ( #1061 )
2019-01-17 16:29:15 +08:00
Josh Katz and Soam Vasani
6cd7c4dff0
Include All Currently Supported Trigger Types ( #1043 )
...
Update README to include all currently supported trigger types with links to documentation.
2019-01-03 12:57:34 -08:00
Ganesh Guttikonda and Ta-Ching Chen
253e44fdbe
Updating the compile documentation link ( #965 )
...
* Updating the compile documentation link
* Changing the protocol to https
2018-11-05 15:41:22 +08:00
David McGillicuddy and Soam Vasani
394c5b13f4
Update readme to include JVM ( #953 )
2018-10-24 09:03:27 -07:00
John Gallagher and Soam Vasani
fef1469c61
Update readme to point to the proper link ( #628 )
2018-04-16 11:30:27 -07:00
Ta-Ching Chen and GitHub
6ab902e7a3
Add steps for how to set FISSION_ROUTER env variable & update docs ( #593 )
2018-03-31 01:10:40 +08:00
smruthi2187 and GitHub
866e0288c9
Replace the release with the latest tag. ( #513 )
2018-02-26 18:35:38 -08:00
Ta-Ching Chen
01bcfad44a
Update docs-site
2018-01-23 13:27:10 +08:00
Soam Vasani
dff34b08e9
Update install link
2017-12-07 17:33:24 -06:00
rapitable and Soam Vasani
5c47073518
Make default node-env use alpine. List envs in documentation. ( #354 )
...
closes #319
* Make default node-env use alpine, and support separate debian env. List envs in documentation.
* Copy ONBUILD base image commands into node Dockerfiles
* Copy more commands from onbuild image
* Tidy dockerfiles
2017-10-04 19:05:43 -07:00
Soam Vasani and GitHub
bc02d159f3
update readme with latest install instructions ( #324 )
2017-09-12 15:16:56 -07:00
Soam Vasani
9920008916
Project credits: link to Platform9 and contributor list
2017-08-23 11:25:09 -07:00
Erwin van Eyk and Soam Vasani
a4124abeb2
Update list of environments currently in README ( #289 )
2017-08-21 13:56:58 -07:00
Soam Vasani
d248bb89ea
Install docs improvements
...
Keep install docs in one place INSTALL.md instead of two.
Use github releases for all YAMLs and CLIs. This has a few advantages:
(a) it makes releasess more transparent
(b) all yaml/cli files are transferred over HTTPS
(c) CLIs and YAMLs being from the same release ensures that people
always get compatible versions (we will still occasionally break
api compatibility, until beta)
2017-06-28 15:00:42 -07:00
Fernando Alvarez and Soam Vasani
9bd21d2380
Add OpenShift support ( #107 ) ( #168 )
...
Adds the minimal OpenShift components needed to deploy Fission with the
same functionality as with Kubernetes, using only a deployment template
file (fission-openshift.yaml). No need of objects creation via CLI.
Update deployment instructions in README.md
2017-04-27 14:19:32 -07:00
Ta-Ching Chen and Soam Vasani
a13015e75a
Add function logs support ( #53 ) ( #131 )
...
Add function log aggregation and persistence using Fluentd and InfluxDB.
Fluentd and a helper sidecar run as a daemonset. The poolmgr sets up logging for each function pod, using the helper sidecar. Fluentd forwards logs to InfluxDB, which is run as a deployment and service. The client CLI directly queries InfluxDB for logs.
Fluentd supports many outputs besides InfluxDB, so we aren't very tied to InfluxDB.
The setup is somewhat manual, which we should be able to improve by integrating this into the helm chart.
Diagram of component interactions: https://cloud.githubusercontent.com/assets/202578/23100399/b0e3ea00-f6ba-11e6-8f2f-6588cfef2e84.png
2017-03-22 15:59:42 -07:00
Robert Herhold and Soam Vasani
365eabb027
Make it more clear where to clone this repo ( #145 )
...
Make it clear that the repo should be cloned into the $GOPATH.
2017-03-08 15:30:41 -08:00
Soam Vasani
3b75a86773
Instructions in the README were leading to a malformed file
...
Switch to using a curl command to download sample code, instead of
dealing with nested quotes and stuff.
Addresses #128 .
2017-02-17 15:34:02 -08:00
Matt Rickard and Soam Vasani
6be861afc8
Upgrade minikube version in docs to v0.16.0 ( #120 )
2017-02-13 14:17:33 -08:00
Toby Crawley
20cac31635
Minor improvements to build instructions in README
2017-02-06 15:33:46 -05:00
Soam Vasani
cb08118164
Update README, create separate install instructions
2017-01-23 23:55:23 -08:00
Soam Vasani
93ca9cbf3e
Add slack badge
2017-01-12 11:54:46 -08:00
J. Gavin Ray
ea2bb9952c
Changed package names and documentation to match the new git organization
2016-12-24 08:12:15 -08:00
Soam Vasani
1fe894ab1c
Add kubectl download to install instructions
2016-12-16 17:42:35 -08:00
Soam Vasani
1c5954ae61
mac/linux instructions
2016-12-16 14:53:34 -08:00
Soam Vasani
d503834901
mac/linux download url for minikube
2016-12-16 14:41:12 -08:00
Soam Vasani
dcc17d50b8
Include minikube setup instructions
2016-12-16 14:22:40 -08:00
Kaustubh Phatak
96cc8e402e
adding go-report card and fixing minor typo in README
2016-12-15 20:57:08 -08:00
Soam Vasani
e627a55988
move status badge
2016-12-05 09:31:42 -08:00
Soam Vasani
ed426db4a4
Add travis build status badge back to README
2016-12-04 20:12:05 -08:00
Soam Vasani
36e056c1f4
make cli download into 1 copy-pasteable command
2016-11-30 16:00:41 -08:00
Soam Vasani
87e2daf455
minor readme edits
2016-11-30 15:47:17 -08:00
Soam Vasani
a37b71e063
link to gke; other readme edits
2016-11-30 15:45:48 -08:00
Soam Vasani
654763cac1
Mac/linux CLI
2016-11-30 14:30:00 -08:00
Soam Vasani
460db87bd7
Merge env var section to setup
2016-11-30 14:13:00 -08:00
Soam Vasani
3aa0c2e803
Streamline setup instructions a bit
2016-11-30 13:48:42 -08:00
Soam Vasani and GitHub
9e452fd325
Merge pull request #36 from efexen/patch-1
...
Updated README to include protocol scheme for FISSION_URL prefix
2016-11-29 21:00:48 -08:00
Ville Hellman (FxN) and GitHub
cca8c0dad1
Updated README to include protocol scheme for FISSION_URL prefix
2016-11-29 22:09:19 +00:00
Johannes Scheuermann
6593c15e23
Add minikube example in readme
2016-11-29 21:19:45 +01:00
Brandon Philips and GitHub
ab3f45936a
README: use kubectl create -f http
...
Instead of getting curl involved just use kubectl
2016-11-28 17:39:14 -08:00
Soam Vasani
a2df49c04f
typo
2016-11-17 16:35:56 -08:00
Soam Vasani
c213f18bbb
k8s benefits
2016-11-17 16:33:48 -08:00
Soam Vasani
c3187a2d23
web and twitter links
2016-11-17 16:31:24 -08:00
Soam Vasani
05bc663b3f
readme updates
2016-11-17 16:28:41 -08:00
Soam Vasani
3b5139dca3
readme updates
2016-11-17 16:22:10 -08:00