Soroosh Taefi

Results 23 issues of Soroosh Taefi

## Description As the default package manager is npm ITs should be also validated by npm instead of pnpm. Using pnpm can still be considered as an option to improve...

+1.0.0

It should cover prepare-frontend, build-frontend, webpack plugins, vite plugins, Node tasks and their input-output graph, and their order of effect in dev and prod modes.

internal improvement
documentation

To prevent having old plugins accidentally resolved by maven during the build. For example, after renaming groupIds to com.vaadin there was still hilla-maven-plugin from `com.vaadin.hilla` being used during the builds,...

## Description Use `FrontendUtils.DEFAULT_PROJECT_FRONTEND_GENERATED_DIR` instead of the literal value of frontend/generated. Fixes #2167 ## Type of change - [x] Bugfix - [ ] Feature ## Checklist - [x] I have...

### Describe the bug We had to rename the frontend/views directories in the following ITs so that FS Router doesn't engage in those projects after the #2188 is merged: *...

bug
hilla

### Describe the bug Hilla stats where being gathered based on the usage of `hilla-react` artifact, and now that the `hilla-react` is not there anymore, we can decide whether is...

bug
hilla
Severity: Blocker
Impact: High

### Describe your motivation This will enable having the name of the endpoint's transfer type in production mode (preserved from minification), and makes it possible to use the name dynamically,...

enhancement
hilla

### Describe your motivation Having custom JSR380 validations on the backend, it would be handy if there was a way of intercepting to the message returned by the endpoint to...

enhancement
hilla

### Describe your motivation In many real-world cases, the form for adding/editing the records is complex and big, and forcing the developers/users to only have it side-by-side with a grid...

enhancement
hilla

### Describe your motivation As there is no such a property as `customFields` in AutoForm, `fieldOptions` was supposed to taking care of both replacing a field as well as rendering...

enhancement
hilla