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

[RTM] Makes the execute post actions compatible for the dcg #92

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

baumannsven
Copy link
Member

This is the fix for can use e.g. file tree widget with the dcg.

@baumannsven baumannsven added the bug Something isn't working label Nov 8, 2020
@baumannsven baumannsven added this to the 3.4.9 milestone Nov 8, 2020
@baumannsven baumannsven changed the title Makes the execute post actions compatible for the dcg [WIP] Makes the execute post actions compatible for the dcg Nov 8, 2020
@baumannsven baumannsven force-pushed the hotfix/dcg_execute_post_action branch from 235ea7c to 4c34402 Compare November 9, 2020 10:43
@baumannsven baumannsven requested a review from zonky2 November 9, 2020 11:15
Copy link
Contributor

@zonky2 zonky2 left a comment

Choose a reason for hiding this comment

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

works fine

Copy link
Member

@discordier discordier left a comment

Choose a reason for hiding this comment

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

LGTM

@baumannsven
Copy link
Member Author

Travis build is failing. After the test build works fine, i switch the label wip => rtm.

@discordier discordier linked an issue Nov 9, 2020 that may be closed by this pull request
@zonky2 zonky2 changed the title [WIP] Makes the execute post actions compatible for the dcg [RTM] Makes the execute post actions compatible for the dcg Nov 9, 2020
@baumannsven baumannsven force-pushed the hotfix/dcg_execute_post_action branch 2 times, most recently from 37958b2 to 21cc2df Compare November 9, 2020 14:14
@baumannsven
Copy link
Member Author

@discordier I have add the two dcg packages to require-dev section. So after adds the package, the travis build crashes. I have no idea, what I can do. Can you please take a look at this?

Copy link
Member

@discordier discordier left a comment

Choose a reason for hiding this comment

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

Please recheck .travis.yml.

@@ -28,20 +28,23 @@ matrix:
allow_failures:
- env: CONTAO_VERSION=~4.10.0

before_script:
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
sudo: false
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

What do you mean by not working? Sudo is not needed anymore... I removed it from many .travis.yml files already.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh sorry. I think do you mean the before script setting

.travis.yml Outdated
- travis_retry composer self-update && composer --version
- travis_retry composer require contao/core-bundle $CONTAO_VERSION --no-update
- >
if [ "x${TRAVIS_TAG}" != "x" ]; then
export COMPOSER_ROOT_VERSION=${TRAVIS_TAG}
Copy link
Member

Choose a reason for hiding this comment

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

Please revert this, exporting and echoing below helps pin point problems as this PR is currently having.
We now have no clue at all what composer thinks it has installed as root package and therefore do not know how to make it install dcg.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

composer.json Outdated
@@ -55,12 +55,14 @@
},
"require": {
"php": "^5.6 || ^7.0",
"contao/core-bundle": "^4.4.8",
"contao/core-bundle": "~4.4.0",
Copy link
Member

Choose a reason for hiding this comment

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

Why the downgrade to 4.4.0? AFAIR we upgraded to at least 4.4.8 for a reason (some bug that was incompatible with this extension).

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@baumannsven baumannsven force-pushed the hotfix/dcg_execute_post_action branch 7 times, most recently from 99063d5 to 1497160 Compare November 10, 2020 10:55
@baumannsven baumannsven force-pushed the hotfix/dcg_execute_post_action branch from 1497160 to cd33adc Compare November 10, 2020 11:13
@baumannsven
Copy link
Member Author

@stefanheimes I temporarily removed the two necessary development packages from DC General, so we called by phone.

These will be added again later.

@stefanheimes stefanheimes merged commit 8153298 into master Nov 10, 2020
@stefanheimes stefanheimes deleted the hotfix/dcg_execute_post_action branch November 10, 2020 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meta Models Filetree bei Multi-Column-Wizard
4 participants