-
Notifications
You must be signed in to change notification settings - Fork 442
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
Support 1.1 #357
Comments
For consideration based on my recommendation:
This closes a lot of old issues and addresses some (IMO) critical bugs in the current codebase pertaining to data normalization and relations. From there, we can start looking at real enhancements. |
Also add:
|
Yes, I re-enabled the test, and it passed |
Really would like to see #125 -- automatic setter for relations in the official codebase. Currently running custom version of php-activerecord and it feels dirty... |
Well its more than a month since start of this issue. I understand that there are lot of things to do and as always time is valuable. Like merge and test pull request on local machines. See if they collide ? |
Also #133 query profiling support would be handy. |
#365 would be a nice bug fix as well - when will this release happen? |
Also #243 Custom attributes serialization and access. |
@tblanchard I have a branch called kadriorg in which I have rebased and pulled many of the above. Currently #368, #365, #125, #362, #363 (which is improved version of #133), #346 and #243. I am in process of adding other pull requests too which I find useful. All tests are passing. I do not have OCI or memcache so those tests are just skipped. {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tuupola/php-activerecord.git"
}
],
"require": {
"php-activerecord/php-activerecord": "dev-kadriorg"
}
} |
@jpfuentes2 @al-the-x @greut How are we doing on this 1.1 release? Are there any showstoppers at the moment? |
I am extremely busy with other obligations right now but I would like to see this project moving along. @koenpunt, I have given you commit access just now. Please do some damage. Remember:
|
I'm not using PHP-AR anymore for more than one year now, sorry. AFAIK, the project is still using it happily. |
@jpfuentes2 Ok thanks. Going to look into the suggested PR's above tonight. |
@tuupola, do you have any interest in becoming a contributor as well? We could use all the help we can get! I see that you've been quite active with some great commits. Let me know! Thanks. |
Same for #125 (automatic setter for relations) |
Also skipping #75 (specify default ORDER BY in query) for this release, as the only implemented support is by means of @anther's scopes (#306), which is way to much overhead for now. And besides that, the code provided for scopes is not ready as is (lots of commented code, and I think not fully covered by tests as well) |
Intended as a group discussion for what should still be included and released within the v1.1.x series. I've tagged a bunch of PRs and issues as "1.1" (like this one). Next steps are to actually check out the work, rebase, push the branches back, and merge them into "1.1-dev".
@jpfuentes2 edited this description with a list of PRs/Issues in todo format:
@koenpunt moved the todo's to #430
The text was updated successfully, but these errors were encountered: