topological_inventory-core 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d423a90f53df500b4d073a79c1b226e01a4f84eec55b711cb93565845bcedbe8
4
- data.tar.gz: d3ca3e3c3531093a6d292fff7476735eeccb51939ce207c9ccd39a45eff94778
3
+ metadata.gz: ecf54fde41844a8514ee76d28e48f00c320db19dd611deae8558651d1eb8a00f
4
+ data.tar.gz: 3cd41ad2eba32e8cf42ef78739078e85c7092bd52ee9b732a8366e618668bc2b
5
5
  SHA512:
6
- metadata.gz: ca7b6570f9727d260be100b1025b50510267b1f6beca197cea465399286b4f3db6864390fdaa2c72a9fc7508cae10b77bf56a64cb7ec0e564916cfbf8f92fb99
7
- data.tar.gz: ecb71d2cdbaf3d6b1c35581b1367a914794a87633c60a32dc1ecb819e1d0ae2a9c0ec710b13f9a4fdd0b9be9c0a785f60eb1d10a2e4d34f625e737cbdf9430b2
6
+ metadata.gz: 6ff09bf2432c59e6120cd285d31e780d738f0e4efef355a0d04adcf31d9a5f40826bd3517327bee505d1b896a93954f0c9bb0d0ead24369d7ef8d7892a30b8cc
7
+ data.tar.gz: 4c4287841a0ea473368029963f8630d269cdffce00f848503c67bfb69a1824c37452533fb8fb269b8fbf352287dac6fbe76bed832f61843388c9b4d5618eacf9
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Topological Inventory Core
2
2
 
3
- [![Build Status](https://travis-ci.org/RedHatInsights/topological_inventory-core.svg)](https://travis-ci.org/RedHatInsights/topological_inventory-core)
3
+ [![Build Status](https://travis-ci.com/RedHatInsights/topological_inventory-core.svg)](https://travis-ci.com/RedHatInsights/topological_inventory-core)
4
4
  [![Maintainability](https://api.codeclimate.com/v1/badges/34f9bd9412e35c1a36fd/maintainability)](https://codeclimate.com/github/RedHatInsights/topological_inventory-core/maintainability)
5
5
  [![Test Coverage](https://api.codeclimate.com/v1/badges/34f9bd9412e35c1a36fd/test_coverage)](https://codeclimate.com/github/RedHatInsights/topological_inventory-core/test_coverage)
6
6
  [![Security](https://hakiri.io/github/RedHatInsights/topological_inventory-core/master.svg)](https://hakiri.io/github/RedHatInsights/topological_inventory-core/master)
@@ -0,0 +1,5 @@
1
+ class AddGuestInfoToVms < ActiveRecord::Migration[5.2]
2
+ def change
3
+ add_column :vms, :guest_info, :string
4
+ end
5
+ end
@@ -10,7 +10,7 @@
10
10
  #
11
11
  # It's strongly recommended that you check this file into your version control system.
12
12
 
13
- ActiveRecord::Schema.define(version: 2020_08_11_154716) do
13
+ ActiveRecord::Schema.define(version: 2021_01_06_143551) do
14
14
 
15
15
  # These are extensions that must be enabled in order to support this database
16
16
  enable_extension "plpgsql"
@@ -1260,6 +1260,7 @@ ActiveRecord::Schema.define(version: 2020_08_11_154716) do
1260
1260
  t.bigint "subscription_id"
1261
1261
  t.bigint "host_id"
1262
1262
  t.bigint "refresh_state_part_id"
1263
+ t.string "guest_info"
1263
1264
  t.index ["archived_at"], name: "index_vms_on_archived_at"
1264
1265
  t.index ["flavor_id"], name: "index_vms_on_flavor_id"
1265
1266
  t.index ["host_id"], name: "index_vms_on_host_id"
@@ -1,5 +1,5 @@
1
1
  module TopologicalInventory
2
2
  module Core
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topological_inventory-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Grare
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-09 00:00:00.000000000 Z
11
+ date: 2021-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: acts_as_tenant
@@ -142,28 +142,42 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 0.69.0
145
+ version: 1.0.0
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 0.69.0
152
+ version: 1.0.0
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: rubocop-performance
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '1.3'
159
+ version: '1.8'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '1.8'
167
+ - !ruby/object:Gem::Dependency
168
+ name: rubocop-rails
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '2.8'
160
174
  type: :development
161
175
  prerelease: false
162
176
  version_requirements: !ruby/object:Gem::Requirement
163
177
  requirements:
164
178
  - - "~>"
165
179
  - !ruby/object:Gem::Version
166
- version: '1.3'
180
+ version: '2.8'
167
181
  - !ruby/object:Gem::Dependency
168
182
  name: simplecov
169
183
  requirement: !ruby/object:Gem::Requirement
@@ -377,6 +391,7 @@ files:
377
391
  - db/migrate/20200428090420_add_request_id_to_task.rb
378
392
  - db/migrate/20200505101547_add_forwardable_headers_remove_request_id_on_task.rb
379
393
  - db/migrate/20200811154716_add_index_to_refresh_state_parts.rb
394
+ - db/migrate/20210106143551_add_guest_info_to_vms.rb
380
395
  - db/schema.rb
381
396
  - db/seeds.rb
382
397
  - lib/tasks/topological_inventory_tasks.rake