11 Nov, 2015
2 commits
-
Bug busters
09 Nov, 2015
3 commits
-
* 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>
-
* Renamed ProjectAttributes' column hidden to public and inverted default values * Implemented Project#"public_or_owned_by_user" * All features now create ProjectAttributes after creating a Project * Implemented ProjectAttributes#project and ProjectAttributes#project= * Fix Project#attributes to return nil when there is no ProjectAttribute * Fixes #263 Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* Fixes #281 Signed off by: Diego Araújo <diegoamc90@gmail.com>
07 Nov, 2015
1 commit
-
Ruby metric results acceptance tests
06 Nov, 2015
2 commits
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
28 Oct, 2015
7 commits
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Hotspot listing
-
* 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>
-
Signed off by: Eduardo Araújo <duduktamg@hotmail.com>
26 Oct, 2015
25 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>
-
Version 2.1.1 and below was creating the supported metric list with all Native type. Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
The previous test was creating the MetricConfiguration directly through factories/kalibro_client. While there is a bug on the MetricConfiguration creation form that saves hotspot as tree ones. 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>
-
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>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
The version 2.1.0 had a bug when trying to retrieve MetricResult's ModuleResult. That's why we force at least 2.1.1 on Gemfile as well.
-
It checks for the messages of the given HotspotMetricResults. This test may be broken if the used repository developer fix all the listed issues.
-
Those were probably fixed by 206c0ccc54cec5033242ef7d15e8d24b4702a2f1.
-
It was still wipped because a random fail probably because of time dependency. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Those were probably fixed by 206c0ccc54cec5033242ef7d15e8d24b4702a2f1. Signed off by: Heitor Reis <marcheing@gmail.com>
-
It was modified by the introduction of Hotspot listing but the acceptance test step never got updated. Signed off by: Heitor Reis <marcheing@gmail.com>
-
The edition acceptance test was unable to find which table the matcher was referencing since the HotspotListing one got introduced to the layout. Signed off by: Heitor Reis <marcheing@gmail.com>
-
Those were probably fixed by 206c0ccc54cec5033242ef7d15e8d24b4702a2f1. Signed off by: Heitor Reis <marcheing@gmail.com>
-
* These tests were fixed by 9f423c238409f03157117dd50f4a94783f5a3dcb Signed off by: Rafael Reggiani Manzo <rr.manzo@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>
-
They were fixed by 9f423c238409f03157117dd50f4a94783f5a3dcb which fixed cache expiration. Signed off by: Heitor Reis <marcheing@gmail.com>
-
The search and replace missed this. Now when a new CompoundMetriConfiguration gets created or updated the KalibroConfiguration show page gets a clear cache. Signed off by: Heitor Reis <marcheing@gmail.com>
-
* Now using the latest versions of kalibro processor (v1.1.1), kalibro configurations (v1.2.0) and kalibro_install (v4.0). Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
* Subsequent commits will fix these tests Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
We were missing metric configuration listing behavior Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>