Skip to content

Commit 7626176

Browse files
authored
[TSD-91] Create changelog and changes documentation about the project. (#49)
1 parent 3c76070 commit 7626176

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

ChangeLog.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,66 @@
11
# Changelog for log-classifier
22

3+
34
## Unreleased changes
45

6+
No unreleased changes.
7+
8+
## 1.4 (03.08.2018)
9+
10+
* [TSD-98] Run debugger - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/48
11+
* [TSD-97] to_be_analysed tag removed by debugger. - @ksaric https://github.com/input-output-hk/log-classifier/pull/46
12+
* Rob/tsd92 ci spec test output - @robcohen https://github.com/input-output-hk/log-classifier/pull/44
13+
* [TSD-90] Return strict bytestring instead of lazy bytestring - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/42
14+
15+
## 1.3 (30.07.2018)
16+
17+
* [TSD-89] Run the debugger - @ksaric https://github.com/input-output-hk/log-classifier/pull/41
18+
* [TSD-87] Run the debugger on specific tag. - @ksaric https://github.com/input-output-hk/log-classifier/pull/40
19+
* Nix builds work - @robcohen https://github.com/input-output-hk/log-classifier/pull/39
20+
* [TSD-86] Create visual architecture of the project - @ksaric https://github.com/input-output-hk/log-classifier/pull/38
21+
* [TSD-71] Generalize HTTP functions to a layer. - @ksaric https://github.com/input-output-hk/log-classifier/pull/36
22+
* [TSD-82] Fix failing tests. - @ksaric https://github.com/input-output-hk/log-classifier/pull/35
23+
* Rob/tsd80 buildkite ci nix - @robcohen https://github.com/input-output-hk/log-classifier/pull/34
24+
* [TSD-77] Fix two documentation issues that caused Hoogle to break - @mdimjasevic https://github.com/input-output-hk/log-classifier/pull/32
25+
26+
## 1.2 (15.07.2018)
27+
28+
* [TSD-74] Run debugger v1.2 - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/31
29+
* Rob/ts21 install guide - @robcohen https://github.com/input-output-hk/log-classifier/pull/30
30+
* [TSD-73] - @ksaric https://github.com/input-output-hk/log-classifier/pull/29
31+
* [TSD-72] Add option for running log-classifier on local zip - @ksaric https://github.com/input-output-hk/log-classifier/pull/28
32+
* [TSD-69] Add connection pooling - @ksaric https://github.com/input-output-hk/log-classifier/pull/27
33+
* [TSD-70] Exception handling when reading log files - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/26
34+
* [TSD-47] Create SQLite schema and insert data using HTTP - @ksaric https://github.com/input-output-hk/log-classifier/pull/25
35+
* [TSD-59] Keep existing tags, fields as it is after processing the ticket - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/24
36+
* [TSD-58] Add logging feature - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/23
37+
* [TSD-57] Fix the run for unassigned tickets - @ksaric https://github.com/input-output-hk/log-classifier/pull/22
38+
39+
## 1.1 (22.06.2018)
40+
41+
* Run debugger 1.1 - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/21
42+
* [TSD-50] Fix Zendesk URL parameters. - @ksaric https://github.com/input-output-hk/log-classifier/pull/20
43+
44+
## 1.0 (20.06.2018)
45+
46+
* [TSD-41] Run the debugger on everything pending, open, new, on-hold and unassigned for all agents. - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/19
47+
* [TSD-39] Caching using a simple SQLite database - @ksaric https://github.com/input-output-hk/log-classifier/pull/18
48+
* [TSD-40] Send the message in to all requesters with no log in the ticket - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/17
49+
* [TSD-17] - Statistics Module - @robcohen https://github.com/input-output-hk/log-classifier/pull/16
50+
* [TSD-18] Add simple tests - @ksaric https://github.com/input-output-hk/log-classifier/pull/14
51+
* [CO-296] Extract and make ZenDesk API testable - @ksaric https://github.com/input-output-hk/log-classifier/pull/13
52+
* [CO-293] Fix before a production run. - @ksaric https://github.com/input-output-hk/log-classifier/pull/12
53+
* [CO-293] Add a configuration option for public comment, bump version,… - @ksaric https://github.com/input-output-hk/log-classifier/pull/11
54+
* [CO-290] Change Zendesk response template - @ksaric https://github.com/input-output-hk/log-classifier/pull/10
55+
* [CO-290] Change Zendesk response template. - @ksaric https://github.com/input-output-hk/log-classifier/pull/9
56+
* [CO 280] Switch to universum - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/8
57+
* [CO 281] Use Options.Applicative for parsing - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/7
58+
* [CO 275] Fix -Wall warning - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/6
59+
* [CO-275] Fix log classifier project information - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/5
60+
* [CO-279] Document project architecture - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/4
61+
* [CO-278] Migrate log-classifier to stack. - @ksaric https://github.com/input-output-hk/log-classifier/pull/3
62+
63+
## 1.0 (Before 26.04.2018)
64+
65+
* Map the existing Debugger issues with FAQ info. - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/2
66+
* Log classifier improvements - @HirotoShioi https://github.com/input-output-hk/log-classifier/pull/1

0 commit comments

Comments
 (0)