6870 Commits

Author SHA1 Message Date
Eslam A. Hefnawy
42d48892c2 fix deploy function with service artifact 2017-07-07 19:22:42 +07:00
Eslam A. Hefnawy
ea9c7659e2 Merge branch '3625-deploy-function-pkg' of https://github.com/darkowlzz/serverless into darkowlzz-3625-deploy-function-pkg 2017-07-07 18:22:59 +07:00
Philipp Muens
06ccb266ce Merge pull request #3911 from dschep/plugin-var-refs-docs
Document that variable refs aren't resolved at plugin constructor exe…
2017-07-07 11:27:33 +02:00
Philipp Muens
8d0f149407 Fix links / reformat 2017-07-07 11:25:52 +02:00
Daniel Schep
ddaa54aa20 Document that variable refs aren't resolved at plugin constructor execution time 2017-07-06 21:44:50 -04:00
Philipp Muens
b7b775efec Merge pull request #3907 from joe-niland/patch-1
Update schedule.md
2017-07-06 12:53:46 +02:00
Joe Niland
f953003952 Update schedule.md
Fix typo in Simple cron example
2017-07-06 19:08:39 +10:00
Philipp Muens
341198420c Merge pull request #3842 from infiniteluke/improve-javascript-export
Improve usage and error handling of javascript variables.
2017-07-06 11:01:45 +02:00
Philipp Muens
8816eefd63 Merge pull request #3902 from alnutile/patch-1
Minor edit
2017-07-05 21:48:29 +02:00
Alfred Nutile
c592224987 Minor edit 2017-07-05 14:36:29 -04:00
Eslam λ Hefnawy
bf1d07663e Merge pull request #3898 from serverless/releasing-1.17
Releasing 1.17
v1.17.0
2017-07-05 19:34:12 +07:00
Eslam A. Hefnawy
6daf19c111 fix changelog 2017-07-05 19:33:08 +07:00
Eslam A. Hefnawy
1b2c3b4615 releasing 1.17 2017-07-05 19:31:38 +07:00
Philipp Muens
fbbfb96c1b Add documentation 2017-07-05 11:11:27 +02:00
Philipp Muens
e57cfe4369 Merge pull request #3897 from ryanmurakami/fsharp
Cleaning up F# build template output on macOS
2017-07-05 09:52:18 +02:00
Philipp Muens
cfd8cb3642 Fix MacOS detection 2017-07-05 09:27:27 +02:00
Ryan Lewis
5d94409188 cleaning build output for macs 2017-07-04 22:49:42 -07:00
Philipp Muens
e2df8f2b45 Update tests for new packageFunction() functionality 2017-07-04 09:30:20 +02:00
Philipp Muens
27541592e8 Fix and update extendedValidate tests 2017-07-04 09:23:47 +02:00
Philipp Muens
17814d7912 Update and fix tests 2017-07-04 09:08:50 +02:00
Eslam λ Hefnawy
ea79e2b1dd Merge pull request #3830 from jthomas/master
Add disable parameter to function package options
2017-07-03 23:09:43 +07:00
Eslam λ Hefnawy
11ca4619db Merge pull request #3890 from serverless/releasing-1.17-alpha
releasing 1.17.0 alpha
v1.17.0-alpha.1
2017-07-03 22:59:29 +07:00
Eslam A. Hefnawy
f2de0a9811 releasing 1.17.0 alpha 2017-07-03 22:58:29 +07:00
Philipp Muens
0d8174ba72 Merge master into PR 2017-07-03 17:04:49 +02:00
Philipp Muens
ce07269c3d Remove docs for providers other than OpenWhisk 2017-07-03 17:01:07 +02:00
Eslam λ Hefnawy
9f7e740b09 Merge pull request #3838 from serverless/only-re-deploy-when-updated
Only re-deploy when code or service updated
2017-07-03 19:54:58 +07:00
Philipp Muens
389c7ad817 Update docs with note about --force option 2017-07-03 14:29:58 +02:00
Eslam λ Hefnawy
fadb11f9ac Merge pull request #3880 from serverless/fix-node-modules-regex
Fix node_modules regex in excludeDevDependencies to be OS independent
2017-07-03 17:36:38 +07:00
Philipp Muens
7c57935ca9 Fix linting issue 2017-07-03 11:23:32 +02:00
Philipp Muens
dd3662079f Update variable usage to ensure better readability 2017-07-03 11:10:29 +02:00
Philipp Muens
71b63519f4 Fix check for equality of remote and local files 2017-07-03 10:57:26 +02:00
Philipp Muens
6893bba324 Add support for "force" option 2017-07-03 09:36:49 +02:00
Philipp Muens
294944e43e Merge pull request #3884 from hassankhan/patch-1
Typo and grammar fixes
2017-07-02 17:35:13 +02:00
Hassan Khan
1beb07e59f Typo and grammar fixes 2017-07-02 16:16:07 +01:00
Sunny
cb059a3a79 Add extendedValidate test for package artifact 2017-07-01 01:48:42 +05:30
Sunny
d5de23f482 Fix extendedValidate issue and refactor some code 2017-07-01 01:02:52 +05:30
Sunny
042b6e2e74 Add test for deployFunction() with artifact 2017-06-30 23:29:19 +05:30
Sunny
8d8f0645b4 Add packageService test for function artifact path 2017-06-30 23:29:19 +05:30
Sunny
59a25a9dbd Add function artifact check in deployFunction
- Adds check for function package artifact in packageFunction() and
avoids packing if a package artifact is found.
- Adds check for function artifact in deployFunction() and use the
provided artifact to deploy if available.
2017-06-30 23:29:19 +05:30
Eslam λ Hefnawy
09651d8351 Merge pull request #3877 from serverless/opt-out-for-dev-dependency-exclusion
Add opt-out config for dev dependency exclusion
2017-06-30 21:23:21 +07:00
Philipp Muens
082a1dc05f Fix node_modules regex to be OS independent 2017-06-30 14:07:13 +02:00
Philipp Muens
fb5442354a Rephrase deploy function info message when skipping deployment 2017-06-30 13:51:37 +02:00
Philipp Muens
3833d2f3c3 Add documentation 2017-06-30 13:41:49 +02:00
Philipp Muens
d13881a012 Update location where remoteFunctionData is saved 2017-06-30 13:36:06 +02:00
Philipp Muens
d39e95fec5 Update check if deployment is necessary 2017-06-30 13:32:06 +02:00
Philipp Muens
3ad2c5031d Add tests 2017-06-30 13:17:39 +02:00
Philipp Muens
e329bf9ad8 Only re-deploy when code or service updated 2017-06-30 09:26:55 +02:00
Philipp Muens
34595e1f6d Add opt-out config for dev dependency exclusion 2017-06-30 09:25:59 +02:00
Brian Neisler
c6d770df2d Merge pull request #3879 from lynnaloo/patch-1
Add ETA as Serverless Consultants
2017-06-29 11:56:51 -07:00
Linda Nichols
3aa86fe4fb Add ETA as Serverless Consultants 2017-06-29 14:07:49 -04:00