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

Failing one to one bidirectional fix #218

Conversation

peschee
Copy link

@peschee peschee commented Sep 8, 2016

PR for #217

@@ -1,3 +1,4 @@
.idea/
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be part of your global gitignore, not of a particular project. Since it is specific to your local setup, not to this project. (related article https://thomashunter.name/blog/global-gitignore-vs-repository-gitignore/)

Copy link
Author

Choose a reason for hiding this comment

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

@tolry We're actually versioning the .idea folder in order to share IntelliJ settings across developers (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems) so I can't have it in the global gitignore. However, I will remove the .gitignore change from this PR.

@peschee
Copy link
Author

peschee commented Sep 16, 2016

@tolry @bendavies Any updates on this? I think this bug is quite severe, as it basically breaks the bundle functionality (returning wrong data) for certain types of relations. /cc @jfierz

@bendavies
Copy link
Contributor

Hi Peter,

Sorry for the delay. I'm away on holiday right now so can't take a close look. We'll get this merged when I return!

Thanks

@peschee
Copy link
Author

peschee commented Sep 16, 2016

No worries ben, thanks for the quick response. Enjoy your holiday ⛱

@peschee
Copy link
Author

peschee commented Dec 1, 2016

@bendavies Would you mind taking a look on this one? Seems like a critical issue since the data returned by the bundle is wrong.

@DavidBadura
Copy link
Contributor

LGTM

Can you resolve the conflicts? Then I would merge it.

@bendavies
Copy link
Contributor

ack, sorry i totally forgot about this. yes looks fine once conflicts are resolved!

@peschee peschee force-pushed the failing_one_to_one_bidirectional_fix branch from 73fedea to addd825 Compare December 1, 2016 14:00
@peschee
Copy link
Author

peschee commented Dec 1, 2016

Rebased on the latest master branch and updated the fork. Can you please have another look?

@DavidBadura
Copy link
Contributor

The tests are failed. I have restarted the travis build for these PR and Master.

@DavidBadura
Copy link
Contributor

postgres builds are broken (also in master), it hang out and i don't know why :-/

@peschee
Copy link
Author

peschee commented Dec 1, 2016

Hm, but it seems to be an issue on the master as well, yeah.

@DavidBadura
Copy link
Contributor

I will merge this because the tests are running before you rebased (the conflict was only in RelationTest.php).

@DavidBadura DavidBadura merged commit d140ac8 into sonata-project:master Dec 1, 2016
@DavidBadura
Copy link
Contributor

btw. I have created a issue for the postgres builds: #236

@peschee
Copy link
Author

peschee commented Dec 1, 2016

Great, thanks! Will you tag a new version any time soon?

@DavidBadura
Copy link
Contributor

i will create a new version if we fixed the postgres builds ;-)

@tolry
Copy link
Contributor

tolry commented Dec 2, 2016

@peschee thanks for contributing!

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

Successfully merging this pull request may close these issues.

None yet

4 participants