Commit 2041e0098fa6511e2b1e4f974569ad6035595612

Authored by Diego Araújo
1 parent 49172f15
Exists in colab and in 2 other branches master, stable

Convert CHANGELOG to markdown

Showing 2 changed files with 146 additions and 149 deletions   Show diff stats
CHANGELOG.md 0 → 100644
... ... @@ -0,0 +1,146 @@
  1 +# Revision history for Mezuro module Prezento
  2 +
  3 +Prezento is the web interface for Mezuro.
  4 +
  5 +## Unreleased
  6 +
  7 +- Remove Show button for hotspot metric configurations
  8 +- Remove side menu
  9 +- Refactor footer as a grid
  10 +- Add latest repositories list to the homepage
  11 +- Add latest configurations list to the homepage
  12 +- Move tutorials to mezuro.github.io
  13 +- Pluralize navigation menu links
  14 +- Add missing translation for CompoundMetric
  15 +- Make Compound Metric Config. metric list not include Hotspot metrics
  16 +- Fix 'Tree Metrics' and 'Hotspot Metrics' PT translations in Configuration show view
  17 +- Show the notify push url for the repository's owner (Gitlab only)
  18 +- Support for hiding repositories
  19 +- Fix home latest content caching effectiveness
  20 +- Fix setup script
  21 +- Update README
  22 +- Create HACKING and CONTRIBUTING files
  23 +
  24 +## v0.11.3 - 01/04/2016
  25 +
  26 +- Update KalibroClient error API which now uses Likeno errors
  27 +
  28 +## v0.11.2 - 09/03/2016
  29 +
  30 +- Set development Ruby version to 2.3.0
  31 +
  32 +## v0.11.1 - 26/02/2016
  33 +
  34 +- Fix default database.yml to avoid encoding conflicts in PostgreSQL
  35 +
  36 +## v0.11.0 - 22/02/2016
  37 +
  38 +- Change Hotspot Metric Configuration to work in a more "native" fashion and refactor the Metric Configuration controllers
  39 +- Replace url helpers by the path ones. Those were left unchanged on the previous release
  40 +- Update docs
  41 +- Update kalibro_client
  42 +- Changes on memcached configuration
  43 +- Aggregation form fix
  44 +
  45 +## v0.10.1 - 12/01/2016
  46 +
  47 +- Replace URL route helpers by path ones
  48 +
  49 +## v0.10.0 - 30/11/2015
  50 +
  51 +- Add Gitlab hook notifications
  52 +
  53 +## v0.9.2 - 17/11/2015
  54 +
  55 +- Put foreman gem in global scope on Gemfile
  56 +
  57 +## v0.9.1 - 17/11/2015
  58 +
  59 +- Add better acceptance tests for Ruby MetricResults
  60 +- Fix deployment branch on capistrano
  61 +- Fix ProjectAttributes association with Project
  62 +- Fix parent module navigation when on root module
  63 +- Add foreman in order to export scripts
  64 +- Add postgresql database sample configuration
  65 +
  66 +## v0.9.0 - 28/10/2015
  67 +
  68 +- Gem updates
  69 +- Update home page information
  70 +- Update humans.txt
  71 +- Fix test that use external connections
  72 +- Add after configuration hook to cucumber
  73 +- Use Ruby metrics for module navigation feature
  74 +- List hotspot metric configurations
  75 +
  76 +## v0.8.6 - 16/09/2015
  77 +
  78 +- Fixes module tree ordering with FUNCTION granularity
  79 +
  80 +## v0.8.5 - 14/09/2015
  81 +
  82 +- Update kalibro_client - fixes MetricResult retrieval
  83 +
  84 +## v0.8.4 - 11/09/2015
  85 +
  86 +- Cascade user destroy to its attributes
  87 +- Use kalibro_client ranges
  88 +
  89 +## v0.8.3 - 03/09/2015
  90 +
  91 +- Using railsstrap instead of twitter-bootstrap-rails
  92 +
  93 +## v0.8.2 - 03/09/2015
  94 +
  95 +- Fixed hardcoded routes on JS files by using generated ones
  96 +
  97 +## v0.8.1 - 01/09/2015
  98 +
  99 +- README and humans.txt updated
  100 +- Gem updates and dependancy review on Gemfile
  101 +- Home text updated
  102 +- Fixes bug for showing independent repositories
  103 +- FactoryGirl is no longer used by seeds
  104 +- kalibro_client major update to version 1
  105 +- Translations fixes
  106 +
  107 +## v0.8.0 - 05/08/2015
  108 +
  109 +- Travis build reliability improved by disabling jQuery on acceptance tests
  110 +- Metric's list collapsed by default
  111 +- Seed script creates default user who owns the default KalibroConfigurationAttributes and ReadingGroupAttributes
  112 +- Updated Home to include new features and an apology message
  113 +
  114 +## v0.7.0 - 08/07/2015
  115 +
  116 +- All repositories list with a link at the top menu
  117 +- Repositories may be created independent of a Project
  118 +- Missing translations fix
  119 +
  120 +## v0.6.0 - 26/06/2015
  121 +
  122 +- General updates and bug fixes
  123 +- Specific repository branches
  124 +- Error handling for pages non existent or formats unsupported
  125 +
  126 +## v0.5.0 - 29/05/2015
  127 +
  128 +- KalibroConfiguration hidding
  129 +- ReadingGroup hidding
  130 +- Translation fixes
  131 +
  132 +Prezento is the web interface for Mezuro.
  133 +Copyright (C) 2015 The Mezuro Team
  134 +
  135 +This program is free software: you can redistribute it and/or modify
  136 +it under the terms of the GNU Affero General Public License as published by
  137 +the Free Software Foundation, either version 3 of the License, or
  138 +(at your option) any later version.
  139 +
  140 +This program is distributed in the hope that it will be useful,
  141 +but WITHOUT ANY WARRANTY; without even the implied warranty of
  142 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  143 +GNU Affero General Public License for more details.
  144 +
  145 +You should have received a copy of the GNU Affero General Public License
  146 +along with this program. If not, see <http://www.gnu.org/licenses/>.
... ...
CHANGELOG.rdoc
... ... @@ -1,149 +0,0 @@
1   -= Revision history for Mezuro module Prezento
2   -
3   -Prezento is the web interface for Mezuro.
4   -
5   -== Unreleased
6   -
7   -* Remove Show button for hotspot metric configurations
8   -* Remove side menu
9   -* Refactor footer as a grid
10   -* Add latest repositories list to the homepage
11   -* Add latest configurations list to the homepage
12   -* Move tutorials to mezuro.github.io
13   -* Pluralize navigation menu links
14   -* Add missing translation for CompoundMetric
15   -* Make Compound Metric Config. metric list not include Hotspot metrics
16   -* Fix 'Tree Metrics' and 'Hotspot Metrics' PT translations in Configuration show view
17   -* Show the notify push url for the repository's owner (Gitlab only)
18   -* Support for hiding repositories
19   -* Fix home latest content caching effectiveness
20   -* Update travis script
21   -* Support for ruby 2.0.0-p598 (CentOS 7 default) and 2.1.5 (Debian 8 default)
22   -* Make Travis fail if minimun unit test coverage is below 100%
23   -* Fix setup script
24   -* Update README
25   -* Create HACKING and CONTRIBUTING files
26   -
27   -== v0.11.3 - 01/04/2016
28   -
29   -Update KalibroClient error API which now uses Likeno errors
30   -
31   -== v0.11.2 - 09/03/2016
32   -
33   -Set development Ruby version to 2.3.0
34   -
35   -== v0.11.1 - 26/02/2016
36   -
37   -Fix default database.yml to avoid encoding conflicts in PostgreSQL
38   -
39   -== v0.11.0 - 22/02/2016
40   -
41   -Change Hotspot Metric Configuration to work in a more "native" fashion and refactor the Metric Configuration controllers
42   -Replace url helpers by the path ones. Those were left unchanged on the previous release
43   -Update docs
44   -Update kalibro_client
45   -Changes on memcached configuration
46   -Aggregation form fix
47   -
48   -== v0.10.1 - 12/01/2016
49   -
50   -Replace URL route helpers by path ones
51   -
52   -== v0.10.0 - 30/11/2015
53   -
54   -Add Gitlab hook notifications
55   -
56   -== v0.9.2 - 17/11/2015
57   -
58   -Put foreman gem in global scope on Gemfile
59   -
60   -== v0.9.1 - 17/11/2015
61   -
62   -Add better acceptance tests for Ruby MetricResults
63   -Fix deployment branch on capistrano
64   -Fix ProjectAttributes association with Project
65   -Fix parent module navigation when on root module
66   -Add foreman in order to export scripts
67   -Add postgresql database sample configuration
68   -
69   -== v0.9.0 - 28/10/2015
70   -
71   -Gem updates
72   -Update home page information
73   -Update humans.txt
74   -Fix test that use external connections
75   -Add after configuration hook to cucumber
76   -Use Ruby metrics for module navigation feature
77   -List hotspot metric configurations
78   -
79   -== v0.8.6 - 16/09/2015
80   -
81   -Fixes module tree ordering with FUNCTION granularity
82   -
83   -== v0.8.5 - 14/09/2015
84   -
85   -Update kalibro_client - fixes MetricResult retrieval
86   -
87   -== v0.8.4 - 11/09/2015
88   -
89   -Cascade user destroy to its attributes
90   -Use kalibro_client ranges
91   -
92   -== v0.8.3 - 03/09/2015
93   -
94   -Using railsstrap instead of twitter-bootstrap-rails
95   -
96   -== v0.8.2 - 03/09/2015
97   -
98   -Fixed hardcoded routes on JS files by using generated ones
99   -
100   -== v0.8.1 - 01/09/2015
101   -
102   -README and humans.txt updated
103   -Gem updates and dependancy review on Gemfile
104   -Home text updated
105   -Fixes bug for showing independent repositories
106   -FactoryGirl is no longer used by seeds
107   -kalibro_client major update to version 1
108   -Translations fixes
109   -
110   -== v0.8.0 - 05/08/2015
111   -
112   -Travis build reliability improved by disabling jQuery on acceptance tests
113   -Metric's list collapsed by default
114   -Seed script creates default user who owns the default KalibroConfigurationAttributes and ReadingGroupAttributes
115   -Updated Home to include new features and an apology message
116   -
117   -== v0.7.0 - 08/07/2015
118   -
119   -All repositories list with a link at the top menu
120   -Repositories may be created independent of a Project
121   -Missing translations fix
122   -
123   -== v0.6.0 - 26/06/2015
124   -
125   -General updates and bug fixes
126   -Specific repository branches
127   -Error handling for pages non existent or formats unsupported
128   -
129   -== v0.5.0 - 29/05/2015
130   -
131   -KalibroConfiguration hidding
132   -ReadingGroup hidding
133   -Translation fixes
134   -
135   -Prezento is the web interface for Mezuro.
136   -Copyright (C) 2015 The Mezuro Team
137   -
138   -This program is free software: you can redistribute it and/or modify
139   -it under the terms of the GNU Affero General Public License as published by
140   -the Free Software Foundation, either version 3 of the License, or
141   -(at your option) any later version.
142   -
143   -This program is distributed in the hope that it will be useful,
144   -but WITHOUT ANY WARRANTY; without even the implied warranty of
145   -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
146   -GNU Affero General Public License for more details.
147   -
148   -You should have received a copy of the GNU Affero General Public License
149   -along with this program. If not, see <http://www.gnu.org/licenses/>.