-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Fall release 🍂 (Clockwork 6.0) #498
Comments
One very useful feature for big data would be to be able to select which log messages to filter (error, info, debug individually), just like PHP debugbar does with its tags. It shows all the used log levels as "tags", which you can click on to enable or disable them. This could be even implemented instead of profiling levels, giving more freedom to what will be logged. As in large applications, it is pretty useful to have more levels than just the log ones. I generally use dot-separated levels, such as Another feature I would add to the list with PHP 7.x support is to have proper docblocks and phpstan tests. |
Well, we already can filter by log level via the search input, eg. The idea behind profiling levels is to avoid collecting unnecessary data, lessening the performance impact and disk usage. Eg. the routes list is something I would typically leave disabled as I don't really need it day-to-day. But it might prove useful like once a month when I'm debugging some routing issue. It would be cool to be able to tell Clockwork "for my next few requests also collect routes" from the Clockwork app itself. Or collect cache query values only for particular requests. Or collect a more detailed profile for one in 100 requests. Etc. |
@itsgoingd Any progress on this one? |
@mahagr Hey, thanks for the interest! Unfortunately I don't have any good news to share. I barely started working on this. So no new release this year. :( |
Figured out I should post some update, since Summer/Fall 2021 is already long in the past and Clockwork 6 clearly was not released. Unfortunately I was lacking time and motivation to work on the new release last year and couldn't meet my self-imposed yearly release schedule. Instead of rushing things or delaying the release, I've decided to completely skip on the 2021 major release.. what could be a good thing after all! As this gives me way more time, a full year (well, like 8 months at this point), to work on a more ambitious and bigger release. This year I've not been much more successful so far. I've been experimenting with some new UI ideas (planning on a bigger UX revamp), but haven't done much else. But I feel more productive days coming. I just wanted to make sure nobody thinks this project is dead or anything, I'm fully committed to delivering a new Clockwork release. At some point. I might start posting some updates when things start moving on my blog or twitter, so feel free to follow me at @itsgoingd if you care. |
+1 for Ajax request support. It is quite annoying when using it together with livewire. |
Has this project become forgotten? I see recent updates to the master branch but no releases since exactly 2 years ago? |
Hey, new releases are coming this year. Btw. the last release still works completely fine, even with the latest Laravel release, I use it daily myself. :) |
@itsgoingd Awesome, yeah no issues right now using the current release but there's some new features listed that would be really nice to have. 😄 ie. Livewire/ajax request support, improved Symfony support, request replay, Laravel Auth support, etc. |
Just wanted to 👍 for show duplicate queries in the performance tab when not using eloquent relationships. Would be really nice to be able to neatly spot mysql raw queries too @itsgoingd any chance you could tag the current master as its been nearly 2 years. |
Closing this one, I'll write a new plan for Clockwork 6 release soon. (: |
@itsgoingd is there any issue I can follow? Otherwise I need to check the repository every few weeks again 😉 |
+1 for livewire/ajax |
You can enable notifications for this repository. |
Hey, if I end up making a new issue or some other way of tracking Clockwork 6 progress I'll post a link here. For now, here are some options to stay updated:
Thank you for you continued interest in the project and happy holidays. (: |
This issue tracks the progress on the next major release (Clockwork 6.0), scheduled for Fall 2021.
Clockwork 6.0 will be the next major release introducing new features, improvements and focusing on polishing the overall user experience.
Must have
The most important changes most likely to make it into the release.
Nice to have
The less important changes and changes unlikely to make it due to time constraints or implementation concerns.
Release schedule
Clockwork follows a loose yearly release schedule with one major release in late summer / fall and multiple minor releases in-between.
The text was updated successfully, but these errors were encountered: