Граф коммитов

42 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] 51d0b63843
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:35:50 +00:00
microsoft-github-policy-service[bot] 414f5df082
Microsoft mandatory file 2022-09-13 15:18:24 +00:00
Marie Hoeger f2c319b07d
Add explanation for shift to run from package (#91)
Addresses comment in https://github.com/Azure/azure-functions-pack/issues/84
2019-01-17 11:09:49 -08:00
Marie Hoeger 6ba57ceb7f
Merge pull request #81 from billba/dev
typo
2019-01-16 17:15:08 -08:00
David Ebbo 725b91fdbd
Merge pull request #89 from GuyHarwood/dev
make it clear project is no longer active
2018-10-04 10:02:49 -07:00
Guy Harwood ae82b9a426
make it clear project is no longer active 2018-10-04 18:00:03 +01:00
Bill Barnes 3860f2af73 typo 2018-05-15 11:11:13 -04:00
Christopher Anderson 8a586d68ed
Bump to v1 (#69) 2018-01-24 17:12:14 -08:00
Christopher Anderson d5aed12aa9
Matthewmeyer feature watch mode (#67)
* Adding watch mode and simplifying file manipulation
2018-01-24 10:46:33 -08:00
jan h a70e99ac08 fix: require is not a function (#65)
* add possibility to specify a function to alter webpack config

* update editConfig description and readme
2018-01-23 15:58:31 -08:00
Matthew 504c994a53 chore: fix dockerfile to allow the CI to process (#61) 2018-01-17 19:12:36 -08:00
Christopher Anderson 1cae0bb7f0 Adds CI config (#54)
* add travis config

* yml -> yaml

* change to before install

* move to docker based test

* add debug info to test

* add debug info for realz

* add install for sample

* add lib directory
2017-10-17 01:12:23 -07:00
Christopher Anderson 6879bac9ce Add instructions for copy command + roll forward 2017-10-16 19:11:32 -07:00
Christopher Anderson 08661f27fd roll version forward 2017-10-16 19:03:47 -07:00
Christopher Anderson 987079737d Add feature to copy to publish directory (#53)
* Fix unix run header

No space is allowed between the # and the !

* Fix output option

* Remove debug log

* Fix function JSON fixup

* remove package-lock

* Fix lint warnings

* Roll back unrequired change to function JSON

* only change path sep if win

* Add copy to output feature

* Add e2e tests

* rename old tests to perf
2017-10-16 18:59:56 -07:00
Chris Anderson a27e9ce458 Update package.json info 2017-09-14 21:09:09 -07:00
Christopher Anderson c809f7b797 Merge pull request #50 from nelak/dev
Updating repository in package.json
2017-09-14 20:42:42 -07:00
Gaston Cababie bda2f6dfa5 Updating repository in package.json 2017-09-14 23:48:49 -03:00
Christopher Anderson d14422c977 Merge pull request #44 from harshithkashyap/eol-fixes
Fixes line endings on linux
2017-09-01 13:46:49 -07:00
Harshith Kashyap 2ce9bb4bd1 Fixes line endings on linux 2017-08-29 13:29:34 +05:30
Christopher Anderson da98e9857b Merge pull request #32 from lijunle/upgrade-webpack
Upgrade webpack to official 3.x version.
2017-08-28 14:35:03 -07:00
Junle Li 905787f9a6 Commit the npm@5 generate the lock file. 2017-07-07 00:24:12 +08:00
Junle Li ff056926d1 Declare to use webpack 3.0 in package.json. 2017-07-07 00:24:12 +08:00
Christopher Anderson 2befb4b5ac Add SCM_USE_FUNCPACK docs 2017-07-04 00:31:29 -07:00
Christopher Anderson a40c57ddb2 Merge pull request #26 from Azure/feature-ignoremodules
Adds feature to ignore modules when packing
2017-06-28 18:18:46 -07:00
Christopher Anderson a3f016cc87 Update gitignore to exclude lib and test results 2017-06-28 18:15:01 -07:00
Christopher Anderson 111961c53e Update tests for ignored modules 2017-04-19 09:50:52 -07:00
Christopher Anderson 0f15e95c27 Fix issue where config file must exist 2017-04-19 09:47:35 -07:00
Christopher Anderson b9fce71993 Rolling package version 2017-04-18 18:33:33 -07:00
Christopher Anderson d468ae0540 Added ignoremodule support 2017-04-18 18:27:42 -07:00
Christopher Anderson 8c3d7bfab5 Merge pull request #15 from SteveALee/patch-1
Added an explanation
2017-04-05 08:59:32 -07:00
Steve Lee 6ef098c21b Removed ref to separate function node_modules
clarified where to run
2017-03-25 07:08:24 +00:00
Steve Lee a1ce082da2 Added an explanation 2017-03-24 18:15:57 +00:00
Christopher Anderson 7bfbab2871 0.1.2
Roll version to 0.1.2
Adds checking for non-JS files
Adds tests
Adds error if running in a Funciton folder

fixes #11
2017-03-05 22:12:54 -08:00
Chris Anderson b65637515d Roll version to 0.1.2 2017-03-05 22:06:34 -08:00
Chris Anderson beef5ce4ad Adds a test script 2017-03-05 22:03:27 -08:00
Chris Anderson b5325e7240 fixes #11
Adds checking for non-JS files
Adds tests
Adds error if running in a Funciton folder
2017-03-05 22:03:12 -08:00
Christopher Anderson 3566628e39 0.1.1 (#9)
* 0.1.0 pack/unpack

Adds pack/unpack options
Add unpack functionality
Adds uglify option
Adds changing directory name option
Adds lots more test cases (still manual testing)
Changes "original" settings to have underscores
LOTS of fixes

* Roll cli version to 0.1.0

* use any type (lint issue)

* update readme

* add uglify config

* fix options parsing

* add libs that should be inlcuded...

* Use temporary webpack version which supports es6

* Add note on uglify

* Bump version to 0.1.1
2017-03-04 19:29:23 -08:00
Christopher Anderson 257944d27c 0.1.0 - pack/unpack (#7)
* 0.1.0 pack/unpack

Adds pack/unpack options
Add unpack functionality
Adds uglify option
Adds changing directory name option
Adds lots more test cases (still manual testing)
Changes "original" settings to have underscores
LOTS of fixes

* Roll cli version to 0.1.0
2017-03-04 18:33:24 -08:00
Christopher Anderson fd39c04bdd Merge pull request #4 from christopheranderson/dev
Fixed npm package issues
2017-02-13 15:44:27 -08:00
Chris Anderson (FUNCTIONS) 1cdd1d16ab Fixed npm package issues 2017-02-13 15:44:05 -08:00
Chris Anderson 8b29819265 🎉 Initial commit 2017-02-12 02:34:00 -08:00