Skip to content

Releases: criteo/cuttle

0.9.6

03 Apr 13:04
Compare
Choose a tag to compare
0.9.5 (#389)

* Bump version to 0.9.5

* Bump version to 0.9.6

* Remove useless new line characters

0.9.5

02 Apr 15:43
Compare
Choose a tag to compare
Bump version to 0.9.5 (#388)

0.9.4

02 Apr 09:44
0efeee1
Compare
Choose a tag to compare
Public executor (#387)


* Change executor's methods visibility

We need to be able to access the executor's running executions from
outside of cuttle's scope

0.9.3

27 Mar 14:58
407d1cc
Compare
Choose a tag to compare
Make Executor and DatabaseConfig visibility public (#386)

Those classes will be used outside of cuttle

0.9.2

08 Mar 15:47
dff92bd
Compare
Choose a tag to compare
  • Fix force success cancelling all executions of a job
  • Make the FancyTable component scrollable (useful for backfills with a lot of jobs)

0.9.1

27 Feb 16:59
15db4a6
Compare
Choose a tag to compare
  • Fix the backfill executions screen

0.9.0

27 Feb 09:17
cc7d752
Compare
Choose a tag to compare
  • Improve timeseries state JSON format

0.8.0

21 Feb 16:14
d324be6
Compare
Choose a tag to compare

core:

  • previous failures are available on Executions objects
    cron:
  • fix the bug preventing running executions appear in the UI

0.7.0

19 Feb 15:54
Compare
Choose a tag to compare
  • Timeseries performance (#362)
    • Improved job selector by bumping react-select version
    • Improved jobs list by reducing api calls and component refreshes
  • Post event stream (#363)
    • BREAKING: Many API endpoints has been switched from event-stream (GET only) to POST polling
    • this allows cuttle to filter with many jobs
  • Pause/Resume Jobs (#364)
    • Moves Pause/Resume All/Filtered jobs action to the Jobs Screen

Removes deprecated logger

08 Feb 13:26
6a286f5
Compare
Choose a tag to compare
0.6.0

Removes deprecated logger (#361)