-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
65 lines (40 loc) · 1.49 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
== unreleased changes
== 0.1.3
* More rails 4 updates
== 0.1.2
* Fixed a typo
* Upgraded to make it work on rails 4
== 0.1.1
* Testing updates
* New chart formatting
== 0.1.0
* Added an optional finally method to the TrackableTask::Base
* Moved the rake task to a railtie
* Added a basic stats system
== 0.0.13
* Updated the index and show views to give better formatted error messages
* Fixed an issue where the show page would not render if the end date was not set
* Added a backtrace to the error log reporting when an exception is caught
== 0.0.12
* Updated the trackable task frontend with options to view the tasks by day or week
== 0.0.11
* Displaying times in date time format instead of only date
== 0.0.10
* trial and error to fix a random require 'ruby-debug' in the code
== 0.0.7
* Relaxed rails version restriction
== 0.0.6
* Added timestamps to the task run table
* Fixed down method in the trackable tasks migration
== 0.0.4
* Added a basic controller to display information about the task runs
== 0.0.3
* Moved sqlite and capybara to the development gems
== 0.0.2
* Fixed an error where the rake task would not work because I was renaming a variable used by rake
== 0.0.1
* Initial release
* TrackableTasks::Base class that determines how data is logged and stored
* Includes tests that show how to instantiate the Base class to use a trackable task
* TaskRun model that stores logging data associated with a trackable task
* Set of rake tasks to instantiate and run the trackable tasks