Denis Brumann

Results 21 issues of Denis Brumann

Implements the feature by adding each step directly in `SecurityController::register`. Refer to each commit to see which change was introduced for which step: | Commit | Description | | ---...

- Install Symfony Validation - Adds assertions to messages - Renames properties

Queues the generation of invite codes and sending notification emails. In order to process these message you need to run the command `messenger:consume-messages`, e.g. like this: ``` bin/console messenger:consume-messages amqp_invite_creation...

Replaces the rigid workflow defined by the `RegistrationFacade` messages being passed to a message bus implicitly make up a workflow: ``` RegisterUser ➡ RedeemInvitation ➡ CreateInvitation ⬇ NotifyInviteOwner ```

Takes the logic from `SecurityController::register()` and creates a facade describing the registration process. Each step is then split into their own service that could be used standalone.

h3. How to reproduce * (with current main-branch, not a release) Analyse a project using any of the graphviz formatters _without_ formatters config in the depfile, e.g. `docs/examples/ControllerServiceRepository1.depfile.yaml` *Expected behavior*...

To Do: - [ ] Tag release with version - [ ] Add new release - [ ] Build deptrac and add binary as release artifact - [ ] Create...

See #801 for reference This is more difficult than CollectorInterface, because we currently load config dynamically based on which collector is used. This must be moved inside the container. I...