booster icon indicating copy to clipboard operation
booster copied to clipboard

Booster Framework

Results 221 booster issues
Sort by recently updated
recently updated
newest added
trafficstars

In this PR I'm working on a fix for the local integration tests to be able to run the end-to-end and functionality provider-unaware test stacks. ## Checks - [ ]...

Currently, the limit of the local provider is only 100kb (the default by express). Maybe it would be nice to allow configuring it. We do have to figure out configuration...

difficulty: medium

## Feature Request ## Description Deployment outputs (baseURL, graphQL endpoint, etc.) are shown once the application is deployed to your cloud provider of choice, but once you close the terminal...

good first issue
size: L
booster cli
dev-experience

# Bug Report When response headers are set in a controller, they're not included in the response when using the local provider. It's likely that the problem is localized in...

bug
good first issue
size: S
local provider
difficulty: medium
priority: high

## Feature Request ## Description When Booster deploys an application, it shows a set of outputs at the end of the process with the URLs of all the available endpoints...

documentation
enhancement
good first issue
size: M
multicloud
auth
difficulty: medium
priority: low

## Documentation issue ## Description We use the `Register` object in Booster in order to interact with the context of a handler execution (Either a command handler or an event...

documentation
package: core
difficulty: low
priority: high

## Feature Request ## Description When a new event is inserted in the Booster event store, the event dispatcher function is triggered in order to run entity reducers, read model...

good first issue
size: M
package: core
difficulty: medium
priority: medium

## Feature Request ## Description Rocket configuration parameters must be accessible not only by the Rocket functions but also by the other Booster artefacts like Commands, ReadModels, etc. For example,...

enhancement
nice-to-have
priority: low

## Feature Request ## Description Booster allows to register several functions in the same Rocket using the "registerRocketFunction" method but does not handle it correctly. It not possible to use...

enhancement
nice-to-have
difficulty: medium
priority: low

(SPIKE) Attaching debugger to app running locally

enhancement
spike
local provider