Commit Graph
1860 Commits
Author SHA1 Message Date
Soam Vasani 12f6a93352 Test other http verbs: get, put, post, delete, options, trace, head. 2016-08-24 13:49:45 -07:00
Soam Vasani 0ea5e2b05e Remove unused dependency
And we aren't using the 'start' command either.
2016-08-24 13:18:43 -07:00
Soam Vasani 7a316b14e6 Use require instead of eval to load user code 2016-08-24 13:10:35 -07:00
Soam Vasani 337843f5bc Test script bugfix 2016-08-24 13:10:17 -07:00
Soam Vasani 076b57c50a A very rudimentary test script
We should have real tests with mocha/chai etc. Until then, use this
little bash script.
2016-08-24 11:56:49 -07:00
Soam Vasani ef04ff83cb Use const where appropriate.
And log errors to stderr instead of stdout.
2016-08-24 11:55:40 -07:00
Soam Vasani 67be5a7b10 NodeJS Function Run Container
First cut of a function run container for NodeJS. So far, just the
simplest stuff: loads a user function and routes requests to it. The
user function is assumed to be in a file at a provided location. The
fission runtime is expected to place the file there securely (exactly
how we'll do that is TBD).

Doesn't handle path template params, query strings, etc. Will also
need to be extended later with some sort of hook for graceful
shutdown.
2016-08-23 17:23:20 -07:00
Bich C. LeandGitHub be0556f5e0 Merge pull request #1 from platform9/initial-documentation
Initial docs commit
2016-08-22 09:02:49 -07:00
Soam Vasani 206a8c262e Initial docs commit 2016-08-18 21:37:52 -07:00
Soam Vasani 90c14cfa08 Create master branch 2016-08-18 21:35:42 -07:00