11 May, 2016
3 commits
-
The configurations has been moved from KalibroClient module into Likeno. Signed-off-by: Eduardo Araújo <duduktamg@hotmail.com>
09 May, 2016
1 commit
-
Update meta informations
06 May, 2016
10 commits
-
Add suport for CentOS 7 and Debian 8
-
Updates CHANGELOG
-
This is an easier to maintain format.
-
This script is supposed to setup properly an environment and thus this is a necessary configuration for successful acceptance test running.
-
Update travis yml
04 May, 2016
3 commits
-
This is meant to ensure we remember when we commit changes without tests. Also, to be able to run all the tests locally without worrying about that, we make the minimum coverage only required if the environment variable 'CI' is set to true. In practice, this means we only check minimun coverage if we are building the environment on travis. Also remove some default configurations for Rails on Simplecov. Updates CHANGELOG
-
Apparently, the ruby 2.0.0-p598 (CentOS 7 default) breaks with the code we were using. This commit replace it with a different syntax that should be reverted when CentOS 7 updates its ruby.
-
The issue https://github.com/rubygems/rubygems/issues/1220 shows the problem when using ruby 2.1.5 in association with rubygems 2.5.1 to build prezento. This is the same fix as we did on kalibro client.
27 Apr, 2016
5 commits
-
This ensures major distributions compatibility.
-
This is the official version that supports starting kalibro just for acceptance tests.
-
They get started just for the acceptance tests. This is supposed to prevent false positives for missing mocks on unit tests. This still uses an unreleased version of kalibro_install which should get replaced after this gets working.
-
This is a workaround long ago but still necessary. Some status information has been added.
-
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
12 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>