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

copy changes of 1.x to 2.x #397

Merged
merged 6 commits into from Feb 11, 2016
Merged

copy changes of 1.x to 2.x #397

merged 6 commits into from Feb 11, 2016

Conversation

gharlan
Copy link
Contributor

@gharlan gharlan commented Feb 11, 2016

  • updated travis.yml
  • updated composer.json
  • changed namespace to "Propel\Bundle\PropelBundle"

@havvg havvg added the Propel2 label Feb 11, 2016
@havvg havvg added this to the 2.0.0-alpha5 milestone Feb 11, 2016
- SYMFONY_VERSION="dev-master"
- COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="^2.8.2"
- SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
Copy link
Member

Choose a reason for hiding this comment

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

The 2.0 branch should be tested on Symfony 3.0, too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I change last line, or add new one?

Copy link
Member

Choose a reason for hiding this comment

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

Add the two for ^3.0.0 (one with and without --prefer-lowest).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@havvg
Copy link
Member

havvg commented Feb 11, 2016

You missed the Resources/acl_schema.xml.

@havvg
Copy link
Member

havvg commented Feb 11, 2016

Just read the diff, you got the schema, but Travis fails.

use Propel\PropelBundle\Tests\Fixtures\Model\Map\BookTableMap;
use \Propel\Bundle\PropelBundle\Tests\Fixtures\Model\Book as ChildBook;
use \Propel\Bundle\PropelBundle\Tests\Fixtures\Model\BookQuery as ChildBookQuery;
use \Propel\Bundle\PropelBundle\Tests\Fixtures\Model\Map\BookTableMap;
Copy link
Member

Choose a reason for hiding this comment

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

There are some more (\) hidden among the files.

@gharlan
Copy link
Contributor Author

gharlan commented Feb 11, 2016

I had to change the required propel version in composer.json to "dev-master". Otherwise I got 2.0.0-alpha1 when testing with --prefer-lowest.
Is it ok, or is there a better solution?

@gharlan
Copy link
Contributor Author

gharlan commented Feb 11, 2016

The remaining failures on travis are unrelated to the changes of this PR. They are introduced by this change: propelorm/Propel2#1097

@havvg
Copy link
Member

havvg commented Feb 11, 2016

Are you sure on the remaining failures? The build passes on 2.0 without this pull request. What am I missing?

@gharlan
Copy link
Contributor Author

gharlan commented Feb 11, 2016

The build was done before the change was made. Or did you rebuild?

@havvg
Copy link
Member

havvg commented Feb 11, 2016

Ah, now I get it, the changes in Propel make the bundle fail on its current version. Building bundle 2.0 now.

@havvg
Copy link
Member

havvg commented Feb 11, 2016

dev-master on Propel2 is fine by me in the current situation.

@havvg
Copy link
Member

havvg commented Feb 11, 2016

Looks good to me, anything left to do?

@gharlan
Copy link
Contributor Author

gharlan commented Feb 11, 2016

from my side it is ready.

havvg added a commit that referenced this pull request Feb 11, 2016
@havvg havvg merged commit 2557733 into propelorm:2.0 Feb 11, 2016
@havvg
Copy link
Member

havvg commented Feb 11, 2016

Thank you very much!

@gharlan gharlan deleted the changes-of-1.x branch February 11, 2016 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants