clockwork_web icon indicating copy to clipboard operation
clockwork_web copied to clipboard

A web interface for Clockwork

Results 3 clockwork_web issues
Sort by recently updated
recently updated
newest added

Related to #9 With this new column, the index has a full and complete picture of each job/event. Without ever needing to jump back and forth between `clock.rb` and the...

Using RubyVM ast new API, we can simple get a hold of the source of lambda/block. This replaces the `__` placeholder by the actual implementation of the `@if` lambda

There are times where we don't want to wait for the event to happen and manually execute/run the event. This PR introduces: - a new `Run now` button next to...