Skip to content

Releases: ticktok-io/ticktok.io

v0.2.7

07 Mar 18:49
Compare
Choose a tag to compare
  • Bumped version to fix dockerhub publish

v0.2.6

25 Nov 21:32
Compare
Choose a tag to compare
  • Added a possibility to manually tick a clock from the dashboard
  • Added caching when fetching all clocks to allow many instances of dashboard

v0.2.5

30 Jun 20:39
957e9d7
Compare
Choose a tag to compare
  • Allow one tick at a time on Rabbit
  • Fixes queues auto delete immediately when client loose connection
  • Default port changed from 8080 to 6943

v0.2.4

13 May 22:30
Compare
Choose a tag to compare
  • Allow to send a tick through the API
  • Allow to find clocks by name, schedule and status
  • Removed the need to hash the server token
  • Allow to create a clock with the schedule "@Never"
  • Fixed in memory db http mode timing

v0.2.1

24 Mar 20:57
Compare
Choose a tag to compare
  • Allow to schedule for X seconds/minutes/hours
  • In memory DB when no mongo uri is provided
  • Http broker mode when no rabbit uri provided
  • Removed the need to configure SELF_DOMAIN
  • Default token is in place if none is given

Working version with support for seconds intervals

05 Jan 12:34
Compare
Choose a tag to compare

Added UI to view active clocks
Purging of schedules/queues/clocks/ticks keeping system clean
Handling of queues done in the server, simplifying clients