SeunMatt / codeigniter-log-viewer

This is a simple Log Viewer for viewing Code Igniter logs on the browser and via API clients
MIT License
96 stars 39 forks source link

Codeigniter 4 fork #18

Closed savioret closed 1 year ago

savioret commented 3 years ago

Hello,

I have created a fork of the project to adapt it to Codeigniter 4: https://github.com/savioret/codeigniter-log-viewer

The current code is working in CI4 and I've updated the README.md with new instructions for CI4 But I'm not sure how to proceed with this fork, will you merge this (as a release v2.0.0 tag for example) or should I go on with the fork and create my own composer package pointing to my forked repo ?

Thanks.

SeunMatt commented 3 years ago

Hello @savioret

How are you today? Thanks for the update. Migrating it to version 4 of CI has been on my mind for a while but I've been busy.

So I appreciate your effort and work. Well done sir.

On the matter of how you should proceed. The ideal thing is for you to create a PR here so I can merge and release a new version, say 2.0.0, as you've rightly suggested. This is what I will like us to do.

However, the decision is 100% up to you. If you create a PR, I will dedicate the time to review and merge (that may take 2 weeks or less). On the other hand, releasing a version of your own fork is also cool.

Finally, I will like to clarify that either you submit a PR or release your own version, we will still update this one to work with CI4.

Let me know what your final decision is.

Cheers

savioret commented 3 years ago

Hello Seun, Sorry for the delay, I've been quite busy these 2 weeks. Of course, I'd be pleased if you could merge my fork and continue from here.

The first thing you must know is that the fork can be considered as a pre-alpha version. There are still things to test in depth (API calls, and try every different logging level, for instance).

Things to consider:

If there anything that was changed that you don't feel comfortable with, or you don't know why I changed it or simplified it, we can just discuss it. So, if I'm going to proceed with the PR, what branch should I pull to ?

Thanks.

marcianomxz commented 3 years ago

As a newbie, I hope the version can be available for the Codeigniter 4, sure it will help us a lot.

gopibabus commented 2 years ago

Hi @savioret and @SeunMatt . I didn't see any activity on this request since November 2020. Can I expect this package is updated with codeigniter4 changes?

If not, I will create a fork from @savioret changes and publish as new package for codeigniter4. Please let me know your thoughts. Thanks.

SeunMatt commented 2 years ago

Hello @gopibabus, @savioret didn't create a PR eventually. I'll look into upgrading this to work with CI4 myself. Please check back by the 30th of this month (September 2022) to see if there's any progress from my end.

Best Regards

gopibabus commented 2 years ago

Sure. Thanks @SeunMatt .

savioret commented 2 years ago

Hi, I was waiting @SeunMatt to give directions on which branch to merge to.
Anyway I've created a pull request to development branch as I've seen it's been recently sync with main. Please review my previous comments explaining why I changed some things in this fork, that I thought were more appropiate to work with version 4. Thanks.

gopibabus commented 1 year ago

Hi @SeunMatt , Can you review the @savioret PR?

SeunMatt commented 1 year ago

Hello, @gopibabus and @savioret PR has been reviewed, waiting for feedback from @savioret. Regards

SeunMatt commented 1 year ago

Hello @gopibabus and @savioret v2 has been released which supports CI4. Thanks for the good work everyone, special kudos to @savioret for the PR. Please test and provide feedback. I'll be closing this issue now.

Cheers 🥂