-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
116 lines (104 loc) · 4.03 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
0.2
* compatibility for Rails 3.1 and 3.0 (dropping 2.3)
** erb
** routing
**
0.1.4
* fix - rails 3 routing
* spliting core functionality into gem
* fix - when aggregating data skip technical tags
* fix - drawing navigation in editor for scenario outline
* fix - problem with parsing scenario outline
* fix - explicit conversion to string for match param ( ruby 1.9.2 issue )
* fix - config.aggregate should by default array, instead of empty string
* feature - orange highlighting scenario estimation if this scenario is in status @_todo
* fix - status @_tested is treated also as done
* feature - red highlighting scenario estimation if this scenario isn't done
* fix - sorting group by context in business overview
* feature - grouping by role (@$_)
* fix - feature delete
* fix - correct parsing scenario|feature|background title when in title appear ':'
* fix - syntax highlighting ( Background:, Examples:, And, But )
* fix - & < > reverse_html_escape
* fix - escaping ' and " for javascript strings
* fix sorting directory names in business overview page
* fix parsing estimation tag in scenarios navigator
* custom build of Mozilla SkyWriter (aka Bespin) with gherkin syntax highlighting
* editor page
** layout fixes
** scenario navigation
*** including tags and estimation
*** filtering functionality
* scenario on business view clickable - direct access to scenario in editor
* updating bespin ( new name SkyWriter ) to 0.9a2
* Statistics and Aggregate by Something Todo
0.1.3
* Statisctic- various
* Statistic - overal, component, iteration, developer, bucket, status
* Busines Overview - alphabetic sorting aggregated headers
* Busines Overview - progress bars on aggregated results (skipped on status aggregation)
* Percentage progress visualization by Rafał Bromirski from Selleo
* Fluid Layout by Rafał Bromirski from Selleo
* Layout Fixes ( browser compatibility ) by Rafał Bromirski from Selleo
0.1.2
* Editor - Basic ::: Scenario: Moving feature
* Editor - Basic ::: Scenario: Renaming feature
* Editor - Basic ::: Scenario: Deleting feature
0.1.1
* filter ::: Scenario: Filtering by negation (~)
* filter ::: Scenario: Filtering by group of tags ( using or - coma )
* fix take only tags from feature that are not present in scenario
* fix do not overwrite config git when using filter from business overview
0.1.0
* fix do not overwrite config[aggragate] when saving files
* align scenario to left (Github@Issue#6)
* removing simply http auth - messing up with devise
* changing default commit message
* checkbox'es in editor that allows to skip commit and push
* refactoring config and adding conditional push and commit to feature save
0.0.11
* moving syntax highlighting to next milestone
* adding some validation for create feature
* fix navigator title regex
* fix of listing only directories in dir scope
* adding navigation to editor
* updated bespin to 0.8.0
0.0.10
* fix of saving edited file
* add create new feature
* menu items highlighting
* in aggregate report also displaying scenarios
* fix colspan spelling
* fix correct paths to assests
* fix assent handling (content_type)
* graphic and design be Rafał Bromirski from Selleo
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.10.editor.jpg
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.10.dasboard.jpg
0.0.9
* using bespin as editor
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.9.editor.jpg
* internal assets serving
* bugfix: wrong method name in cfm
0.0.8
* git (with remotes) support
* simply editor
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.8.editor.jpg
* ugly styling in dashboard
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.8.dashboard.jpg
* bugfix: spelling of collspan -> colspan
0.0.7
* listing scenarios in dashboard
* aggregator for based on two dimensions
> Viewing dashboard
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.7.dashboard.jpg
0.0.6
* basic tag filtering
* keeping user setting in cookie
0.0.5
Business Overview - dashboard
> Viewing dashobard
http://cs3b-cucumber-fm.s3.amazonaws.com/0.0.5.dashboard.jpg
* scheduling features
* features specyfication
0.0.4
* core development