Skip to content

Upgrade to Laravel 7 #581

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

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Upgrade to Laravel 7 #581

merged 1 commit into from
Mar 23, 2020

Conversation

RossAHC
Copy link
Contributor

@RossAHC RossAHC commented Mar 5, 2020

No description provided.

Copy link

@MrReeds MrReeds left a comment

Choose a reason for hiding this comment

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

+1

Copy link

@MrReeds MrReeds left a comment

Choose a reason for hiding this comment

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

seems to have all that is needed

@cwilby
Copy link

cwilby commented Mar 6, 2020

@MrReeds does @anteriovieira need to approve these changes to merge the PR?

@MrReeds
Copy link

MrReeds commented Mar 6, 2020

@MrReeds does @anteriovieira need to approve these changes to merge the PR?

seems so, only authorized people are allowed

@MammutAlex
Copy link
Contributor

@anteriovieira Hi,
I don't mean to push you but this is the only package holding me back from upgrading my application to Laravel 7.x

Do you happen to know when you can approve the request?

Copy link

@efriandika efriandika left a comment

Choose a reason for hiding this comment

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

TOP

@thierrydrc
Copy link

Up please !

Copy link
Contributor

@aglipanci aglipanci left a comment

Choose a reason for hiding this comment

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

@cwilby
Copy link

cwilby commented Mar 9, 2020

Switched to https://altek.gitlab.io/accountant/. It's a fork by the previous maintainer @quetzyg that already supports L7 and stores changes differently.

@aglipanci
Copy link
Contributor

Switched to https://altek.gitlab.io/accountant/. It's a fork by a maintainer that already supports L7 and stores changes differently.

Can you elaborate? Is it easy to migrate?

@reliq
Copy link

reliq commented Mar 9, 2020

Hmmm. What's happening here is interesting... 👀

@cwilby
Copy link

cwilby commented Mar 9, 2020

@aglipanci sorry I should have been more clear - I'm starting a new project without existing records.

If you are already using the Auditing package, migrating will be tricky as the new library digitally signs ledger entries.

Edit: more here https://gitlab.com/altek/accountant/-/issues/26

@icaroscherma
Copy link

Guys, only the Maintainers can approve this. If you are "desperate" to use L7 with this package, use @efriandika solution. Add this to your composer.json :

"repositories": [
    {
        "type": "git",
        "url": "https://github.com/RossAHC/laravel-auditing"
    }
],
"require": {
    "owen-it/laravel-auditing": "dev-laravel-7"
},

Copy link

@aaly00 aaly00 left a comment

Choose a reason for hiding this comment

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

LGTM

@mpyw
Copy link

mpyw commented Mar 11, 2020

What's blocking it?

@icaroscherma
Copy link

What's blocking it?

Merging is blocked means that it's open-sorce but not free-software.
Merging will not be automatic after CI's approval, it relies on the Mainatainer's (human) approval.
Since none of us (so far) it's an Official Maintainer of this repository, we have no power here.

@mpyw
Copy link

mpyw commented Mar 11, 2020

@icaroscherma Sure, I know. My question is "Why the maintainers are pending this PR?"

@icaroscherma
Copy link

@icaroscherma Sure, I know. My question is "Why the maintainers are pending this PR?"

This is a good question, since he's commiting non-stop. (He already had 11 commits today)

@anteriovieira Aprova o PR aqui jovem =(

@backstageel
Copy link

@aaly00
Copy link

aaly00 commented Mar 12, 2020

Any updates?

@RossAHC
Copy link
Contributor Author

RossAHC commented Mar 13, 2020

@anteriovieira Is there anything specific that needs to be changed with this PR for it to be approved? If it's because CI checks haven't been reported it might mean there's a need to remove the outdated check in the protected branch settings in the repository settings.

@icaroscherma
Copy link

@anteriovieira Is there anything specific that needs to be changed with this PR for it to be approved? If it's because CI checks haven't been reported it might mean there's a need to remove the outdated check in the protected branch settings in the repository settings.

I've emailed him yesterday and I got no replies so far. :/
But IMHO, I don't think it's an issue with your PR.

@garbinmarcelo
Copy link

Teria alguma previsão para o suporte ao Laravel 7? 😃 🍻


Would you have an estimated date for Laravel 7 support?

@mpyw
Copy link

mpyw commented Mar 21, 2020

@anteriovieira If you are busy, why don't you recruit maintainers from contributors?

@cwilby
Copy link

cwilby commented Mar 21, 2020

@mpyw I'm not sure "busy" is accurate, maybe a dusty notifications icon?

image

@mpyw
Copy link

mpyw commented Mar 21, 2020

@cwilby I see. Anyway, if the author abandon maintaining, it's just a matter of time that a fork will be registered to Packagist...

@mpyw
Copy link

mpyw commented Mar 21, 2020

@RossAHC Would you consider registering to Packagist if the PR will have been stale for several weeks from now?

@efriandika
Copy link

efriandika commented Mar 21, 2020

I agree with @cwilby ..
Probably we can contact to @anteriovieira email directly wether he has a posibility to merge this PR or no. If no, we can go ahead creating a new organization to maintain this one...
I think this library is amazing, we should make this keep alive.

@cwilby
Copy link

cwilby commented Mar 21, 2020

@efriandika The concern there is creating another fork of the same project. This has been an issue since the original maintainer (@quetzyg) forked this project and made Accountant - which has gained from refactoring this project.

Additionally, there is progress on a migration script to convert this package.

That being said, would be great to have this branch merged 🤓

@MrReeds
Copy link

MrReeds commented Mar 21, 2020

I wrote him email on 14th, no reply. Mentioned that maybe he could add maintainers if he is too busy

@jtomek
Copy link

jtomek commented Mar 23, 2020

I just wrote him on LinkedIn.

@anteriovieira anteriovieira merged commit 50b0d9b into owen-it:master Mar 23, 2020
@anteriovieira
Copy link
Member

Guys I'm sorry about that. I will go back to work on the package again.

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.