booster
booster copied to clipboard
Booster Framework
Booster should be able to support the current stable version of node. Currently it only supports v12 As stated here https://nodejs.org/en/about/releases/, "Production applications should only use Active LTS or Maintenance...
Managing dependencies is always tricky, and there are some pieces of Booster (especially integration tests) that might be affected by changes made by the user in their global registry. It...
I found that the `--skipInstall` and `--skipGit` flags, which are supported by `boost new:project` are not mentioned in the docs. We should check the existing flags and options of each...
"Your first Booster app in 10 minutes" need to say that the project name needs to be globally unique
## Documentation bug, improvement In the FAQ there is mentioned the problem with the unique name of the S3, that is based on the project's name. But, while following the...
Reviewing #575 I realized that we needed to introduce a default NoOp query when no queries are defined to fix an error with GraphQL schema validations, and digging a little...
After a deployment using a specific provider, some useful information is shown like the HTTP base URL or the WebSocket URL.,Rignot now, each provider is using its own names and...
## Feature Request ## Description On release https://github.com/boostercloud/booster/releases/tag/v0.26.11 **sort** option was added on Azure and Local Providers search methods. Add AWS support
## Description Add Commands After hook ## Checks - [x] Project Builds - [x] Project passes tests and checks - [x] Updated documentation accordingly
# Bug Report ## Current Behavior When querying the events API, I would like to know the user that sent the command that generated the event. When I send the...
## Feature Request ## Description Right now, you see these outputs after deployment:  We show: a) The base HTTP URL b) The WebSockets URL c) The client ID needed...