Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix pri onAfter a onBefore #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

kubomikita
Copy link

No description provided.

@f3l1x
Copy link
Member

f3l1x commented Jul 6, 2019

Hi. Thanks for PR. You've made a comple changes.

  • Nette 3.0 upgrade
  • Bugfixing

Could you please describe all these changes?

@kubomikita kubomikita closed this Jul 15, 2019
@kubomikita kubomikita reopened this Jul 15, 2019
[
'mode' => Expect::string(Config::MODE_TEST),
'logFile' => Expect::string('%appDir/../log/deploy.log'),
'tempDir' => Expect::string('%appDir/../temp'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default parameters in schema are not translated to their respective values. They should be added through $this->getContainerBuilder()->parameters or logFile and tempDir should be ->required();

'colors' => Expect::bool(),
]
),
'sections' => Expect::array(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expect::arrayOf() -> merge into it Expect::structure from validateSectionConfig

@f3l1x
Copy link
Member

f3l1x commented Nov 11, 2019

ping @kubomikita

2 similar comments
@f3l1x
Copy link
Member

f3l1x commented Mar 13, 2020

ping @kubomikita

@f3l1x
Copy link
Member

f3l1x commented Oct 7, 2020

ping @kubomikita

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants