08 Jun, 2016
4 commits
-
They are not even supposed to have one!
-
Signed-off-by: Heitor Reis Ribeiro <marcheing@gmail.com>
20 Apr, 2016
1 commit
-
There were instance variables filled by fetching the latest content every time, defeating the purpose of the fragment caches in the view. Replace them with helper methods, that also make the number of items visible in the view. Signed-off-by: otaviocv <otavio@deluqui.com.br>
18 Apr, 2016
2 commits
-
Adds CHANGELOG entry
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
15 Apr, 2016
5 commits
-
Fixes view to use the correct translation keys that already existed. Fixes #333. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
This makes the names more intuitive for the user. Signed-off-by: Diego Araújo <diegoamc@protonmail.ch>
-
They were moved to mezuro.github.io Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
-
This removes one responsability from Prezento. Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
-
As we are using multiple cache fragments for one action, we need to specify action_suffixes so rails create different keys for each fragment. Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
13 Apr, 2016
9 commits
-
The acceptance test has been refactored accordingly and got more extended to untested features.
-
This is a information that will get published at the homepage.
-
This improves the behaviour on small screen devices.
-
It will enable better isolation when turning it into a Bootstrap container-fluid just like the header and body. Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
The 'Hello' just felt wrong in the top menu (design stuff). Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
Its user related features have been moved to the header and tutorials are now under mezuro.github.io. The remaining Kalibro informations were just placeholders and are now better covered on mezuro.github.io as well. Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
This will make possible to remove the left side box which now has no purpose. Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
This will isolate upcoming changes on the menu items. Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
11 Apr, 2016
1 commit
-
This removes the `Show` button for hotspot metric configurations on the configurations page. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
08 Apr, 2016
1 commit
-
Signed-off-by: Eduardo Silva Araújo <duduktamg@hotmail.com>
17 Feb, 2016
2 commits
-
After kalibro_client upgrade, scope now has the type nested as a key.
-
Due to the kalibro_client upgrade, metric granularities are now actual object instances instead of hashes.
22 Jan, 2016
2 commits
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
20 Jan, 2016
3 commits
-
There will no longer be a @kalibro_configuration_id instance variable, and all the views will use @metric_configuration, with no special cases like Compound previously had. Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
There are no attributes to be edited on a hotspot metric configuration Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Now it doesn't redirect to the tree metric configuration creation page after choosing a hotspot metric configuration Adds a bunch of code from removed commit ec4c3ef6f29aa34f3c58819df4f84725aff8bd60 that fixed the view after the modification introduced by 39bc97f568d6989ae98b1f5fd5452515ee54045f. It fixes the view to properly work with the path helper. This is a squash of two commits. Signed off by: Diego Araújo <diegoamc90@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>
12 Jan, 2016
1 commit
-
Using URL helpers is not friendly with proxies like Colab. The path helpers have the same effect unless we want sometime to render pages outside Prezento context like embeds or sending emails. Signed off by: Diego Araújo <diegoamc90@gmail.com>
09 Nov, 2015
1 commit
-
* Closes Issue #218 KalibroClient returns 0 instead of nil when the module has no parent. Signed-off-by: Eduardo Silva Araújo <duduktamg@hotmail.com>
28 Oct, 2015
1 commit
-
* Also the previous conditional in the view was unnecessary because the kalibro_ranges method never returns nil, at most it returns an empty array, which is checked by another conditional in the same view Signed off by: Eduardo Araújo <duduktamg@hotmail.com>
26 Oct, 2015
7 commits
-
* It was showing the hash corresponding to the granularity, now it only shows the granularity's type Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* Now it is correctly checking for the names of the files in the repositories#show page Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* Also renamed some step definitions to explicitly use tree metric configurations or hotspot metric configurations * Also added translations for the cases when there are no metric configurations of each type * Showing name and code on the table for hotspot metric configurations * When adding a hotspot metric configuration, the weight will be Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* The acceptance test got ambiguous when trying to assert for links inside metric configuration tables. Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com> Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* WIP: cucumber feature to show hotspot metric results * Add partials to list hotspot metric results * Add necessary JS to render the list of hotspot metric results on the right place div of the accordion * Translations specific to hotspot metric results * HotspotMetric and HotspotMetricConfiguration factories Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com>
-
* Includes translations * Replaces "Metric Results" with "Tree Metric Results" * Creates a feature for hotspot metric results * Handles the view when the processing fails Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com>