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

Support 1.1 #357

Open
al-the-x opened this issue Jul 29, 2013 · 18 comments
Open

Support 1.1 #357

al-the-x opened this issue Jul 29, 2013 · 18 comments

Comments

@al-the-x
Copy link
Collaborator

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

@al-the-x
Copy link
Collaborator Author

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.

@al-the-x
Copy link
Collaborator Author

I would also really love to know if #307 was addressed in #317 or not, since I introduced a hack in #298 to work around the "cannot reproduce" problem. @andyleap, can you confirm that you re-enabled the test I crippled in #298?

@al-the-x
Copy link
Collaborator Author

al-the-x commented Aug 1, 2013

@andyleap
Copy link

andyleap commented Aug 2, 2013

Yes, I re-enabled the test, and it passed

@tuupola
Copy link
Contributor

tuupola commented Aug 18, 2013

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...

@nakashu
Copy link

nakashu commented Sep 4, 2013

Well its more than a month since start of this issue.
Do we have any progress when the pull requests will be merged and 1.1 released ?

I understand that there are lot of things to do and as always time is valuable.
So is there a way how to community can help, with the integration.

Like merge and test pull request on local machines. See if they collide ?

@tuupola
Copy link
Contributor

tuupola commented Sep 24, 2013

Also #133 query profiling support would be handy.

@tblanchard
Copy link

#365 would be a nice bug fix as well - when will this release happen?

@tuupola
Copy link
Contributor

tuupola commented Sep 30, 2013

Also #243 Custom attributes serialization and access.

@tuupola
Copy link
Contributor

tuupola commented Sep 30, 2013

@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.
If you use composer you can try the branch with something like:

{
    "repositories": [
      {
        "type": "vcs",
        "url": "https://github.com/tuupola/php-activerecord.git"
      }
    ],
    "require": {
        "php-activerecord/php-activerecord": "dev-kadriorg"
    }
}

@koenpunt
Copy link
Collaborator

@jpfuentes2 @al-the-x @greut How are we doing on this 1.1 release? Are there any showstoppers at the moment?

@jpfuentes2
Copy link
Owner

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:

With great power comes great responsbility.

@greut
Copy link
Collaborator

greut commented Oct 31, 2013

I'm not using PHP-AR anymore for more than one year now, sorry. AFAIK, the project is still using it happily.

@koenpunt
Copy link
Collaborator

@jpfuentes2 Ok thanks. Going to look into the suggested PR's above tonight.

@jpfuentes2
Copy link
Owner

@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.

@koenpunt
Copy link
Collaborator

#425 (#376) seems kind of intrusive, so I'll leave that out of 1.1

@koenpunt
Copy link
Collaborator

koenpunt commented Dec 7, 2014

Same for #125 (automatic setter for relations)

@koenpunt
Copy link
Collaborator

koenpunt commented Dec 7, 2014

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)

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

No branches or pull requests

8 participants