18 Apr, 2016
3 commits
-
This method is a copy and paste from other methods (of Project, for example) and should be refactored to avoid code duplications.
13 Apr, 2016
2 commits
-
This is a information that will get published at the homepage.
-
This is a information that will get published at the homepage.
30 Mar, 2016
1 commit
-
Update KalibroClient to version v4.0.0.alpha1 Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
09 Nov, 2015
1 commit
-
* 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>
26 Oct, 2015
4 commits
-
* Also created date_metric_result factory and started using it on the metric history unit test Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* Renamed the classes, mocks and factory class on unit tests Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Some tests were still trying to access the external servers. Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
This update breaks some code for which the tests were set to pending and should get fixed in the following commits. Signed off by: Diego Araújo <diegoamc90@gmail.com>
06 Sep, 2015
1 commit
-
Otherwise on databases that implement foreign keys it will raise a exception on destroying. See: https://lists.ime.usp.br/archives/mezuro-core/2015-August/005991.html
05 Aug, 2015
1 commit
-
This reverts commit 2da8268dd7171366ea2f7dacbca292a87020a10c.
30 Jul, 2015
2 commits
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
22 Jun, 2015
1 commit
18 Jun, 2015
1 commit
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
17 Jun, 2015
2 commits
-
Also fixes the factory name. Signed off by: Pedro Scocco <pedroscocco@gmail.com>
16 Jun, 2015
1 commit
-
Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
22 May, 2015
5 commits
-
Signed off by: Heitor Reis <marcheing@gmail.com>
-
If the memoization was left it could lead to inconsistencies after destroying. Removed forgotten print. Signed off by: Heitor Reis <marcheing@gmail.com>
-
If the memoization was left it could lead to inconsistencies after destroying Signed off by: Heitor Reis <marcheing@gmail.com>
-
The new memoized implementation for KalibroConfiguration#attributes now calls it twice on destroy. Signed off by: Heitor Reis <marcheing@gmail.com>
21 May, 2015
8 commits
-
`public_or_owned_by_user` was using a syntax unsupported on all databases. Now it produces two queries to the database, but generated by ActiveRecord which takes care of compability. This was breaking KalibroConfiguration listing acceptance tests. Restored MetricConfiguration form for using `reading_group_options` helper. It was broken using a undefined method. This was breaking MetricConfiguration create and edit acceptance tests.
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com> Signed off by: Pedro Scocco <pedroscocco@gmail.com>
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
13 May, 2015
1 commit
-
It doesn't work since Project is an entity from KalibroClient, not a normal ActiveRecord model.
27 Feb, 2015
1 commit
26 Feb, 2015
1 commit
-
* Unit tests pass * Missing acceptance tests * The models were kept so the migrations works Still has to filter the project list by not hidden.
12 Feb, 2015
4 commits
-
Also refactored Project's factory Signed off by: Daniel Alves <danpaulalves@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>