kalibro_client 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/lib/kalibro_client/entities/processor/metric_result.rb +4 -1
- data/lib/kalibro_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed65cbefe30d43263bfeb3de750e2cefa8a369e7
|
|
4
|
+
data.tar.gz: c931c4e8fc1caa2388c28799f9e04855da4704e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa7ecfe6855dee9d5270eaf84521acf67166d436a3450053226aa34fb8ca020ca11db7b9879da4ca71e38ecf44cd5d1f5be1c22851899be5918d64abb7ddefdf
|
|
7
|
+
data.tar.gz: a8586ac0368fccb3265b596c363d2c88e364691c1f8d701007756d09b68a161ec1b45a42452c1a929e446b2e3b08f1fe1c3e72fc0f39dd414c691c948c18914f
|
data/.travis.yml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
rvm:
|
|
3
|
-
- 2.2.
|
|
3
|
+
- 2.2.3
|
|
4
4
|
|
|
5
5
|
addons:
|
|
6
6
|
postgresql: "9.3"
|
|
7
7
|
|
|
8
8
|
before_script:
|
|
9
|
-
- git clone https://github.com/mezuro/kalibro_install.git -b v3.
|
|
9
|
+
- git clone https://github.com/mezuro/kalibro_install.git -b v3.5 kalibro_install
|
|
10
10
|
- pushd kalibro_install
|
|
11
11
|
# Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details
|
|
12
12
|
- sudo apt-get remove libzmq3
|
|
@@ -19,7 +19,10 @@ module KalibroClient
|
|
|
19
19
|
module Processor
|
|
20
20
|
class MetricResult < KalibroClient::Entities::Processor::Base
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
# TODO: related_hotspot_metric_results_id should be enclosed to Processor which does not return this id into the response
|
|
23
|
+
# there should be a controller that returns all the HotspotMetricResults associated through RelatedHotspotMetricResult
|
|
24
|
+
attr_accessor :id, :value, :aggregated_value, :module_result_id, :metric_configuration_id,
|
|
25
|
+
:line_number, :message, :related_hotspot_metric_results_id
|
|
23
26
|
attr_reader :metric_configuration
|
|
24
27
|
|
|
25
28
|
def initialize(attributes={}, persisted=false)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kalibro_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Quadros Miranda
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2015-09-
|
|
14
|
+
date: 2015-09-14 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|