Matthieu Napoli

Results 79 issues of Matthieu Napoli

Feature idea: a way to automatically share the deployment bucket across all Serverless Framework services. For example: ```yml name: my-app shareDeploymentBucket: true ``` and automatically all services share the same...

RFC

**Note: this issue requires #27 first** I wanted a place to discuss the idea of accelerating `sls deploy` (when there's "nothing to deploy") thanks to state. This is more long...

Here's a feature request I had: ```bash # Deploy "foo" serverless-compose foo:deploy # Deploy "foo" and all the services that depend on it serverless-compose foo:deploy --with-dependents ``` In the example...

RFC

Currently, state is stored locally in `.serverless/`. It is designed so that it doesn't have to be shared (a new coworker running `deploy` on their machine will resolve the state/outputs...

I've been trying to use the Vagrant box with my Piwik install, but with no success until now. ``` piwik/ # contains Piwik code piwik-dev-environment/ ... www/ piwik/ # hey...

- [ ] [How to create a custom theme in Piwik](http://piwik.org/blog/2014/08/create-custom-theme-piwik-introducing-piwik-platform/) - [x] [How to create a scheduled task](http://piwik.org/blog/2014/08/create-scheduled-task-introducing-piwik-platform/) - [x] [How to create a widget](http://piwik.org/blog/2014/09/create-widget-introducing-piwik-platform/) - [x] [How to...

enhancement
Documentation

Document `testEnvironment.configOverride` which can be used in UI tests to override INI config options.

Documentation

Document fixtures, etc.

Documentation

Using GitHub issues and pull requests to report new spammers is starting to show its limits: - we want confirmation when adding new domains - bulk pull requests can't be...

For example `/tags/john:81`. I'm opening this PR with a test case to reproduce. I don't have a fix yet. @Nyholm the root of the exception is in https://github.com/Nyholm/psr7, specifically here:...