27 Apr, 2016
1 commit
-
Those were added long ago to bypass an kalibro_install issue and are no longer necessary.
20 Apr, 2016
6 commits
-
Fix home page latest content cache efectiveness
-
It was still relying on repositories with no attributes while Repository#latest now relies on attributes to list just the public ones.
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Unit tests cannot expects that models will always be fetched. But to make sure things are still well tested, verify the existence of a configuration, project and repository in the homepage feature.
-
Don't fail with NoMethodError if a KalibroConfiguration or Project does not have Attributes saved.
-
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
13 commits
-
Hide repositories
-
This method is a copy and paste from other methods (of Project, for example) and should be refactored to avoid code duplications.
-
Necessary to implement the feature of hiding repositories.
-
Expose notify push url
-
Adds CHANGELOG entry
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
Instead of including it manually on every step that needs it. Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
16 Apr, 2016
5 commits
-
Fix missing Compound Metric translation in choose_metric view
-
Fixes #336. Signed-off-by: Otávio Vasques <otavio@deluqui.com.br> Signed-off-by: Rafael Reggiani Manzo <rr.manzo@protonmail.com>
-
Make Compound Metric Config. metric list not include Hotspot metrics
-
It makes it harder for an user to mistakenly add a metric to their script that will never work. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
-
It will be used to verify the correctness of the Compound Metric Configuration creation metrics list. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
15 Apr, 2016
10 commits
-
Fix translations of "Tree Metrics" and "Hotspot Metrics"
-
Fixes view to use the correct translation keys that already existed. Fixes #333. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Pluralize menu items
-
This makes the names more intuitive for the user. Signed-off-by: Diego Araújo <diegoamc@protonmail.ch>
-
Remove tutorials
-
Change tutorial's links to point to mezuro.github.io
-
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>
-
Update home and remove menu
-
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
5 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 is a information that will get published at the homepage.