Soam Vasani
675cc4f360
Fix cache test
...
cache.Set() returns existing value; update the test accordingly.
2016-12-04 14:10:02 -08:00
J. Gavin Ray
f4be8a73b3
added build status to README
2016-12-04 12:49:31 -08:00
J. Gavin Ray
69cd025a66
added Go versions to test against
2016-12-04 12:04:17 -08:00
Soam Vasani and GitHub
c8c0afc68f
Merge pull request #41 from carmark/travis
...
Add travis integration test and fix the tag for client-go in glide.yaml.
2016-12-03 23:10:41 -08:00
Lei Xue
e9c29a8ec8
add travis test
2016-12-04 14:28:20 +08:00
Lei Xue
3478d0643b
update glide.yaml with k8s client tag v1.5.0
2016-12-04 14:28:09 +08:00
Lei Xue
c4b7043e70
format poolmgr/gp.go
2016-12-04 14:27:51 +08:00
Soam Vasani and GitHub
5a007184d4
Merge pull request #39 from pirogoeth/patch-1
...
Fix `environment` command typo.
2016-11-30 20:01:18 -08:00
Sean Johnson and GitHub
08da045f43
Fix environment command type.
2016-11-30 18:51:44 -06:00
Soam Vasani and GitHub
3672abbe82
Merge pull request #38 from platform9/edit-readme
...
Streamline the README's setup instructions a bit. Add links to Mac & Linux CLI binaries.
2016-11-30 16:12:12 -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
Soam Vasani and GitHub
e94f0c0d6f
Merge pull request #34 from johscheuer/update-readme
...
Add minikube example in readme; split fission.yaml into core + one for LoadBalancer services and another for NodePort services.
2016-11-29 20:52:53 -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
Soam Vasani and GitHub
18dd175c9f
Merge pull request #32 from philips/patch-1
...
README: use kubectl create -f http
2016-11-28 18:50:58 -08: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
84851922f3
Fixes #31 : Explicitly tag fission-bundle image in fission.yaml
2016-11-28 14:52:13 -08:00
Soam Vasani and GitHub
53e9ba6283
Merge pull request #30 from platform9/python-improvements
...
Python environment improvements
2016-11-19 20:15:40 -08:00
Soam Vasani
640e65f35f
Use Flask for Python environment
...
Flask gives us easy routing support, and simple interface for getting
at request data.
2016-11-19 20:04:46 -08:00
Soam Vasani
8a9559be1f
Pass a valid context
2016-11-19 11:01:28 -08:00
Soam Vasani and GitHub
04efe0bad4
Merge pull request #29 from platform9/readme-updates
...
Readme updates
2016-11-17 16:36:55 -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
Soam Vasani
c733864df5
readme updates
2016-11-17 16:11:56 -08:00
Soam Vasani
6cdae1ae3a
Update README with some more project explanation
2016-11-17 16:07:42 -08:00
Soam Vasani and GitHub
54bf4abbcb
Merge pull request #28 from platform9/cli-function-edit
...
Add "fission function edit <function>" command
2016-11-15 16:16:56 -08:00
Soam Vasani
1a19f718d4
Add a "fission function edit" command
...
The new command invokes editor on a copy of the source code, and
uploads the new source code. It's an easy way to manually edit
functions from a terminal.
2016-11-15 15:51:47 -08:00
Soam Vasani
2a9f229c17
Fix incorrect JSON in version message
2016-11-15 14:33:31 -08:00
Soam Vasani
2eceb8263d
Remove unused imports
2016-11-15 14:21:08 -08:00
Soam Vasani
d6efca07a2
Add a tag argument to push.sh
2016-11-15 14:05:05 -08:00
Soam Vasani
96e14180c4
Don't check controller filestore path
...
It's created on-demand by fileStore.
2016-11-15 14:04:32 -08:00
Soam Vasani and GitHub
679590883d
Merge pull request #27 from platform9/move-to-latest-client
...
Move client-go dependency to 1.5
2016-11-14 16:33:39 -08:00
Soam Vasani
9aab4f0795
Move client-go dependency to 1.5
...
Client 1.5 is compatible with Kubernetes version 1.3 through 1.5.
2016-11-14 16:25:23 -08:00
Soam Vasani
92846da7c2
README formatting
2016-11-12 10:38:52 -08:00
Soam Vasani and GitHub
26aa0998fd
Use http for fission.io link
...
fission.io is on github pages, which doesn't seem to support SSL on custom domains. Use http for now.
2016-11-12 08:43:27 -08:00
Soam Vasani
87a7fa6e26
Use glide for dependency mgmt; update README
...
And compilation instructions to README.
2016-11-11 14:15:59 -08:00
Soam Vasani
e219804cde
Fix segfault in defer statement
...
A defer statement contained an access to a pointer that was set to
nil before the deferred statement was run; remove it and just
explicity run the statement.
kubecon
2016-11-11 11:56:19 -08:00
Soam Vasani
ac039535a1
Couple of nodejs examples -- hello world and a slack bot
2016-11-11 09:30:55 -08:00
Soam Vasani
1a86078fc0
Very rudimentary Python support
...
Create a python environment. Only supports GET; doesn't support any
parameters etc. yet. Basically just enough for a hello world demo.
2016-11-09 10:02:03 -08:00
Soam Vasani
8de691b914
Ensure markdown doesn't re-wrap lines that are commands
2016-11-08 00:45:38 -08:00
Soam Vasani
1080126b9e
Store files at /filestore
2016-11-08 00:44:46 -08:00