20 Apr, 2016
2 commits
-
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
6 commits
-
This method is a copy and paste from other methods (of Project, for example) and should be refactored to avoid code duplications.
-
Adds CHANGELOG entry
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
16 Apr, 2016
1 commit
-
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>
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
10 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.
-
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
2 commits
-
Ensure webhook requests are only accepted after proper verification of expected headers, repository address and branch, using the newly implemented library. To that effect, split up the logic to extract that information from requests to it's own class, and use it in the notify_push action. Also, add factories to make better testing of the notify_push action possible, such as a factory similar to a real request from Gitlab, and one for the Kalibro Client repository on Gitlab. Adding other hook providers should be quite a lot easier after this is applied.
-
This removes the `Show` button for hotspot metric configurations on the configurations page. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
08 Apr, 2016
3 commits
-
Fix missing Scope description in Compound Metric creation
-
Signed-off-by: Eduardo Silva Araújo <duduktamg@hotmail.com>
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
04 Apr, 2016
1 commit
-
Since it's a remote request there's no CSRF token to be sent, so don't require one.
30 Mar, 2016
1 commit
-
Update KalibroClient to version v4.0.0.alpha1 Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
22 Feb, 2016
1 commit
-
There were outdated tests that did not update from the deprecated 'Average' aggregation form to 'Mean'. Fix that, while simultaneously refactoring the configuration creation and repository processing features, into a single 'golden path' that tests boths, ensuring a very common user task works as expected. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
17 Feb, 2016
3 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.
-
Now scope has a hash with key type.
12 Feb, 2016
1 commit
-
KalibroClient now expectes granularity as a hash with key type.
29 Jan, 2016
1 commit
-
This is expected to improve compatibility with reverse-proxies. Still, for full compatibility, regarding redirections, we still may need to set the default url options with the proxy host. Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
22 Jan, 2016
3 commits
-
Calling methods with self improve the readability as it makes clear that it is not a variable but a method! Signed off by: Daniel Miranda <danielkza2@gmail.com>
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
It will never return nil. At most, it will raise a ActiveRecord::RecordNotFound Signed off by: Diego Araújo <diegoamc90@gmail.com>