andreas-unleash
andreas-unleash
Adds documentation for the public-signup-tokens ## About the changes Closes # . ### Important files ## Discussion points
Bug fix: extracting username from req Added e2e test that revealed some store problems that got fixed ## About the changes Closes # . ### Important files ## Discussion points
This PR attempts to solve the misconfiguration of the unleash client ## About the changes The main change is that the UnleashClient will only be available through the UnleashClientFactory. The...
Thinking about the deadlock pain we have been experiencing, I think this will help. Creates a transaction executor, able to handle transient errors (like deadlocks) with a configurable number of...
Fixes a bug where the Ready event was not emitted when bootstrap is defined and bootstrap override is false Closes #199
Adds a redirect to `/projects?create=true` to keep the `projects/create` url still usable. Loads the form in a modal Closes [1-2296](https://linear.app/unleash/issue/1-2296/project-creation-move-to-modal)