Dmitriy Derepko

Results 153 issues of Dmitriy Derepko

CurrentUser should not depend on session/cookies or something runtime-dependent

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ✔️

Reference: https://github.com/OpenAPITools/openapi-generator https://github.com/openai-php/client

type:feature

| Q | A | ------------- | --- | Is bugfix? | ✔️

Gii generators are now passed through `Gii` class constructor. Any 3rd party libraries can add their own generators by declaring the needed section in its' configs. Seems that `GiiInterface::addGenerator()` won't...

Added composer-require-checker according to https://github.com/yiisoft/actions/pull/9

Architecture design now looks like: - All logic in one class: - "Loading" parameters into Generators made as with forms - Validation placed inside Generators - Preview and action placed...

status:under discussion