katello 2.4.0.rc1 → 2.4.0.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bfa376e2841c278a0847c06f7105a5b732f57eb2
4
+ data.tar.gz: b199e862a760fc95b3278b6bba873f06ad891746
5
+ SHA512:
6
+ metadata.gz: 4c7cab4e23c953895549b6f17705f9e242ae04da7196f37802e681bead3e4758dff8e1438797734bb10011c7acaf109705abe93439364103de7f5e121b0a7a94
7
+ data.tar.gz: 2571598938fe8b7c17a2e16db9b8457e1383869b4a8a99eb111a5a050f1371d21f1a733ac11dfbb1b2ee9a6f1a0956402f6e384ec0232a16ae0b51e3332c699d
@@ -3,6 +3,8 @@ module Katello
3
3
  class PackageGroup < PulpContentUnit
4
4
  include LazyAccessor
5
5
 
6
+ CONTENT_TYPE = 'package_group'
7
+
6
8
  lazy_accessor :pulp_facts, :initializer => :backend_data
7
9
 
8
10
  lazy_accessor :optional_package_names, :mandatory_package_names,
@@ -21,7 +21,7 @@
21
21
  <% content_hosts = erratum.systems_applicable.in_organizations(organizations).readable %>
22
22
 
23
23
  <tr>
24
- <th class="" title="<%= erratum.errata_type %>"><%= erratum.type %></th>
24
+ <th class="" title="<%= erratum.errata_type %>"><%= erratum.errata_type %></th>
25
25
  <th>
26
26
  <a href="/errata/<%= erratum.uuid %>/info">
27
27
  <%= erratum.errata_id %> (<%= content_hosts.length %> _('Content Hosts')))
@@ -1,3 +1,3 @@
1
1
  module Katello
2
- VERSION = "2.4.0.rc1"
2
+ VERSION = "2.4.0.rc2"
3
3
  end
metadata CHANGED
@@ -1,416 +1,367 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0.rc1
5
- prerelease: 6
4
+ version: 2.4.0.rc2
6
5
  platform: ruby
7
6
  authors:
8
7
  - N/A
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-10-26 00:00:00.000000000 Z
11
+ date: 2015-11-10 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: json
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: oauth
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - ">="
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rest-client
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - ">="
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - ">="
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: rabl
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - ">="
84
74
  - !ruby/object:Gem::Version
85
75
  version: '0'
86
76
  type: :runtime
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - ">="
92
81
  - !ruby/object:Gem::Version
93
82
  version: '0'
94
83
  - !ruby/object:Gem::Dependency
95
84
  name: tire
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ~>
87
+ - - "~>"
100
88
  - !ruby/object:Gem::Version
101
89
  version: 0.6.2
102
90
  type: :runtime
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ~>
94
+ - - "~>"
108
95
  - !ruby/object:Gem::Version
109
96
  version: 0.6.2
110
97
  - !ruby/object:Gem::Dependency
111
98
  name: hooks
112
99
  requirement: !ruby/object:Gem::Requirement
113
- none: false
114
100
  requirements:
115
- - - ! '>='
101
+ - - ">="
116
102
  - !ruby/object:Gem::Version
117
103
  version: '0'
118
104
  type: :runtime
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
107
  requirements:
123
- - - ! '>='
108
+ - - ">="
124
109
  - !ruby/object:Gem::Version
125
110
  version: '0'
126
111
  - !ruby/object:Gem::Dependency
127
112
  name: foreman-tasks
128
113
  requirement: !ruby/object:Gem::Requirement
129
- none: false
130
114
  requirements:
131
- - - ~>
115
+ - - "~>"
132
116
  - !ruby/object:Gem::Version
133
117
  version: 0.7.1
134
118
  type: :runtime
135
119
  prerelease: false
136
120
  version_requirements: !ruby/object:Gem::Requirement
137
- none: false
138
121
  requirements:
139
- - - ~>
122
+ - - "~>"
140
123
  - !ruby/object:Gem::Version
141
124
  version: 0.7.1
142
125
  - !ruby/object:Gem::Dependency
143
126
  name: foreman_docker
144
127
  requirement: !ruby/object:Gem::Requirement
145
- none: false
146
128
  requirements:
147
- - - ! '>='
129
+ - - ">="
148
130
  - !ruby/object:Gem::Version
149
131
  version: 0.2.0
150
132
  type: :runtime
151
133
  prerelease: false
152
134
  version_requirements: !ruby/object:Gem::Requirement
153
- none: false
154
135
  requirements:
155
- - - ! '>='
136
+ - - ">="
156
137
  - !ruby/object:Gem::Version
157
138
  version: 0.2.0
158
139
  - !ruby/object:Gem::Dependency
159
140
  name: strong_parameters
160
141
  requirement: !ruby/object:Gem::Requirement
161
- none: false
162
142
  requirements:
163
- - - ~>
143
+ - - "~>"
164
144
  - !ruby/object:Gem::Version
165
145
  version: 0.2.1
166
146
  type: :runtime
167
147
  prerelease: false
168
148
  version_requirements: !ruby/object:Gem::Requirement
169
- none: false
170
149
  requirements:
171
- - - ~>
150
+ - - "~>"
172
151
  - !ruby/object:Gem::Version
173
152
  version: 0.2.1
174
153
  - !ruby/object:Gem::Dependency
175
154
  name: qpid_messaging
176
155
  requirement: !ruby/object:Gem::Requirement
177
- none: false
178
156
  requirements:
179
- - - ! '>='
157
+ - - ">="
180
158
  - !ruby/object:Gem::Version
181
159
  version: 0.30.0
182
- - - <
160
+ - - "<"
183
161
  - !ruby/object:Gem::Version
184
162
  version: 0.31.0
185
163
  type: :runtime
186
164
  prerelease: false
187
165
  version_requirements: !ruby/object:Gem::Requirement
188
- none: false
189
166
  requirements:
190
- - - ! '>='
167
+ - - ">="
191
168
  - !ruby/object:Gem::Version
192
169
  version: 0.30.0
193
- - - <
170
+ - - "<"
194
171
  - !ruby/object:Gem::Version
195
172
  version: 0.31.0
196
173
  - !ruby/object:Gem::Dependency
197
174
  name: gettext_i18n_rails
198
175
  requirement: !ruby/object:Gem::Requirement
199
- none: false
200
176
  requirements:
201
- - - ! '>='
177
+ - - ">="
202
178
  - !ruby/object:Gem::Version
203
179
  version: '0'
204
180
  type: :runtime
205
181
  prerelease: false
206
182
  version_requirements: !ruby/object:Gem::Requirement
207
- none: false
208
183
  requirements:
209
- - - ! '>='
184
+ - - ">="
210
185
  - !ruby/object:Gem::Version
211
186
  version: '0'
212
187
  - !ruby/object:Gem::Dependency
213
188
  name: runcible
214
189
  requirement: !ruby/object:Gem::Requirement
215
- none: false
216
190
  requirements:
217
- - - ! '>='
191
+ - - ">="
218
192
  - !ruby/object:Gem::Version
219
193
  version: 1.3.0
220
194
  type: :runtime
221
195
  prerelease: false
222
196
  version_requirements: !ruby/object:Gem::Requirement
223
- none: false
224
197
  requirements:
225
- - - ! '>='
198
+ - - ">="
226
199
  - !ruby/object:Gem::Version
227
200
  version: 1.3.0
228
201
  - !ruby/object:Gem::Dependency
229
202
  name: anemone
230
203
  requirement: !ruby/object:Gem::Requirement
231
- none: false
232
204
  requirements:
233
- - - ! '>='
205
+ - - ">="
234
206
  - !ruby/object:Gem::Version
235
207
  version: '0'
236
208
  type: :runtime
237
209
  prerelease: false
238
210
  version_requirements: !ruby/object:Gem::Requirement
239
- none: false
240
211
  requirements:
241
- - - ! '>='
212
+ - - ">="
242
213
  - !ruby/object:Gem::Version
243
214
  version: '0'
244
215
  - !ruby/object:Gem::Dependency
245
216
  name: deface
246
217
  requirement: !ruby/object:Gem::Requirement
247
- none: false
248
218
  requirements:
249
- - - ! '>='
219
+ - - ">="
250
220
  - !ruby/object:Gem::Version
251
221
  version: 1.0.0
252
- - - <
222
+ - - "<"
253
223
  - !ruby/object:Gem::Version
254
224
  version: 2.0.0
255
225
  type: :runtime
256
226
  prerelease: false
257
227
  version_requirements: !ruby/object:Gem::Requirement
258
- none: false
259
228
  requirements:
260
- - - ! '>='
229
+ - - ">="
261
230
  - !ruby/object:Gem::Version
262
231
  version: 1.0.0
263
- - - <
232
+ - - "<"
264
233
  - !ruby/object:Gem::Version
265
234
  version: 2.0.0
266
235
  - !ruby/object:Gem::Dependency
267
236
  name: jquery-ui-rails
268
237
  requirement: !ruby/object:Gem::Requirement
269
- none: false
270
238
  requirements:
271
- - - ! '>='
239
+ - - ">="
272
240
  - !ruby/object:Gem::Version
273
241
  version: '0'
274
242
  type: :runtime
275
243
  prerelease: false
276
244
  version_requirements: !ruby/object:Gem::Requirement
277
- none: false
278
245
  requirements:
279
- - - ! '>='
246
+ - - ">="
280
247
  - !ruby/object:Gem::Version
281
248
  version: '0'
282
249
  - !ruby/object:Gem::Dependency
283
250
  name: bastion
284
251
  requirement: !ruby/object:Gem::Requirement
285
- none: false
286
252
  requirements:
287
- - - ! '>='
253
+ - - ">="
288
254
  - !ruby/object:Gem::Version
289
255
  version: 2.0.0
290
- - - <
256
+ - - "<"
291
257
  - !ruby/object:Gem::Version
292
258
  version: 3.0.0
293
259
  type: :runtime
294
260
  prerelease: false
295
261
  version_requirements: !ruby/object:Gem::Requirement
296
- none: false
297
262
  requirements:
298
- - - ! '>='
263
+ - - ">="
299
264
  - !ruby/object:Gem::Version
300
265
  version: 2.0.0
301
- - - <
266
+ - - "<"
302
267
  - !ruby/object:Gem::Version
303
268
  version: 3.0.0
304
269
  - !ruby/object:Gem::Dependency
305
270
  name: less-rails
306
271
  requirement: !ruby/object:Gem::Requirement
307
- none: false
308
272
  requirements:
309
- - - ~>
273
+ - - "~>"
310
274
  - !ruby/object:Gem::Version
311
275
  version: 2.5.0
312
276
  type: :development
313
277
  prerelease: false
314
278
  version_requirements: !ruby/object:Gem::Requirement
315
- none: false
316
279
  requirements:
317
- - - ~>
280
+ - - "~>"
318
281
  - !ruby/object:Gem::Version
319
282
  version: 2.5.0
320
283
  - !ruby/object:Gem::Dependency
321
284
  name: factory_girl_rails
322
285
  requirement: !ruby/object:Gem::Requirement
323
- none: false
324
286
  requirements:
325
- - - ! '>='
287
+ - - ">="
326
288
  - !ruby/object:Gem::Version
327
289
  version: '0'
328
290
  type: :development
329
291
  prerelease: false
330
292
  version_requirements: !ruby/object:Gem::Requirement
331
- none: false
332
293
  requirements:
333
- - - ! '>='
294
+ - - ">="
334
295
  - !ruby/object:Gem::Version
335
296
  version: '0'
336
297
  - !ruby/object:Gem::Dependency
337
298
  name: minitest-tags
338
299
  requirement: !ruby/object:Gem::Requirement
339
- none: false
340
300
  requirements:
341
- - - ! '>='
301
+ - - ">="
342
302
  - !ruby/object:Gem::Version
343
303
  version: '0'
344
304
  type: :development
345
305
  prerelease: false
346
306
  version_requirements: !ruby/object:Gem::Requirement
347
- none: false
348
307
  requirements:
349
- - - ! '>='
308
+ - - ">="
350
309
  - !ruby/object:Gem::Version
351
310
  version: '0'
352
311
  - !ruby/object:Gem::Dependency
353
312
  name: mocha
354
313
  requirement: !ruby/object:Gem::Requirement
355
- none: false
356
314
  requirements:
357
- - - ! '>='
315
+ - - ">="
358
316
  - !ruby/object:Gem::Version
359
317
  version: '0'
360
318
  type: :development
361
319
  prerelease: false
362
320
  version_requirements: !ruby/object:Gem::Requirement
363
- none: false
364
321
  requirements:
365
- - - ! '>='
322
+ - - ">="
366
323
  - !ruby/object:Gem::Version
367
324
  version: '0'
368
325
  - !ruby/object:Gem::Dependency
369
326
  name: vcr
370
327
  requirement: !ruby/object:Gem::Requirement
371
- none: false
372
328
  requirements:
373
- - - ! '>='
329
+ - - "<"
374
330
  - !ruby/object:Gem::Version
375
- version: '0'
331
+ version: 3.0.0
376
332
  type: :development
377
333
  prerelease: false
378
334
  version_requirements: !ruby/object:Gem::Requirement
379
- none: false
380
335
  requirements:
381
- - - ! '>='
336
+ - - "<"
382
337
  - !ruby/object:Gem::Version
383
- version: '0'
338
+ version: 3.0.0
384
339
  - !ruby/object:Gem::Dependency
385
340
  name: webmock
386
341
  requirement: !ruby/object:Gem::Requirement
387
- none: false
388
342
  requirements:
389
- - - ! '>='
343
+ - - ">="
390
344
  - !ruby/object:Gem::Version
391
345
  version: '0'
392
346
  type: :development
393
347
  prerelease: false
394
348
  version_requirements: !ruby/object:Gem::Requirement
395
- none: false
396
349
  requirements:
397
- - - ! '>='
350
+ - - ">="
398
351
  - !ruby/object:Gem::Version
399
352
  version: '0'
400
353
  - !ruby/object:Gem::Dependency
401
354
  name: rubocop-checkstyle_formatter
402
355
  requirement: !ruby/object:Gem::Requirement
403
- none: false
404
356
  requirements:
405
- - - ! '>='
357
+ - - ">="
406
358
  - !ruby/object:Gem::Version
407
359
  version: '0'
408
360
  type: :development
409
361
  prerelease: false
410
362
  version_requirements: !ruby/object:Gem::Requirement
411
- none: false
412
363
  requirements:
413
- - - ! '>='
364
+ - - ">="
414
365
  - !ruby/object:Gem::Version
415
366
  version: '0'
416
367
  description: Content and Subscription Management plugin for Foreman
@@ -420,1523 +371,1521 @@ executables: []
420
371
  extensions: []
421
372
  extra_rdoc_files: []
422
373
  files:
423
- - app/models/katello/candlepin/content.rb
424
- - app/models/katello/candlepin/product_content.rb
425
- - app/models/katello/capsule_lifecycle_environment.rb
426
- - app/models/katello/content_view_package_group_filter.rb
427
- - app/models/katello/content_view_filter.rb
428
- - app/models/katello/content_view_package_filter_rule.rb
429
- - app/models/katello/hash_util.rb
430
- - app/models/katello/system.rb
431
- - app/models/katello/sync_plan.rb
432
- - app/models/katello/system_activation_key.rb
433
- - app/models/katello/job.rb
434
- - app/models/katello/repository_docker_image.rb
435
- - app/models/katello/repository_puppet_module.rb
436
- - app/models/katello/pulp_task_status.rb
437
- - app/models/katello/erratum_cve.rb
438
- - app/models/katello/kt_environment.rb
439
- - app/models/katello/concerns/docker_container_wizard_state_extensions.rb
440
- - app/models/katello/concerns/organization_extensions.rb
441
- - app/models/katello/concerns/smart_proxy_extensions.rb
442
- - app/models/katello/concerns/hostgroup_extensions.rb
443
- - app/models/katello/concerns/user_extensions.rb
444
- - app/models/katello/concerns/operatingsystem_extensions.rb
445
- - app/models/katello/concerns/medium_extensions.rb
446
- - app/models/katello/concerns/container_extensions.rb
447
- - app/models/katello/concerns/location_extensions.rb
448
- - app/models/katello/concerns/redhat_extensions.rb
449
- - app/models/katello/concerns/environment_extensions.rb
450
- - app/models/katello/concerns/pulp_database_unit.rb
451
- - app/models/katello/concerns/host_managed_extensions.rb
452
- - app/models/katello/product.rb
453
- - app/models/katello/provider.rb
454
- - app/models/katello/docker_image.rb
455
- - app/models/katello/pool_activation_key.rb
456
- - app/models/katello/model.rb
457
- - app/models/katello/docker_tag.rb
458
- - app/models/katello/subscription_product.rb
459
- - app/models/katello/hypervisor.rb
460
- - app/models/katello/erratum_package.rb
461
- - app/models/katello/content_view_component.rb
462
- - app/models/katello/repository_erratum.rb
463
- - app/models/katello/system_erratum.rb
464
- - app/models/katello/content_view_repository.rb
465
- - app/models/katello/task_status.rb
466
- - app/models/katello/glue/candlepin/candlepin_object.rb
467
- - app/models/katello/glue/candlepin/owner_info.rb
468
- - app/models/katello/glue/candlepin/product.rb
469
- - app/models/katello/glue/candlepin/owner.rb
470
- - app/models/katello/glue/candlepin/content.rb
471
- - app/models/katello/glue/candlepin/consumer.rb
472
- - app/models/katello/glue/candlepin/pool.rb
473
- - app/models/katello/glue/candlepin/subscription.rb
474
- - app/models/katello/glue/candlepin/environment.rb
475
- - app/models/katello/glue/candlepin/activation_key.rb
476
- - app/models/katello/glue/pulp/repos.rb
477
- - app/models/katello/glue/pulp/simple_package.rb
478
- - app/models/katello/glue/pulp/consumer_group.rb
479
- - app/models/katello/glue/pulp/consumer.rb
480
- - app/models/katello/glue/pulp/pulp_errors.rb
481
- - app/models/katello/glue/pulp/repo.rb
482
- - app/models/katello/glue/provider.rb
483
- - app/models/katello/glue/elastic_search/content_view_package_filter_rule.rb
484
- - app/models/katello/glue/elastic_search/system.rb
485
- - app/models/katello/glue/elastic_search/job.rb
486
- - app/models/katello/glue/elastic_search/backend_indexed_model.rb
487
- - app/models/katello/glue/elastic_search/items.rb
488
- - app/models/katello/glue/elastic_search/task_status.rb
489
- - app/models/katello/glue/elastic_search/content_view_erratum_filter_rule.rb
490
- - app/models/katello/glue/elastic_search/host_collection.rb
491
- - app/models/katello/glue/elastic_search/facet_item.rb
492
- - app/models/katello/glue/elastic_search/content_view_package_group_filter_rule.rb
493
- - app/models/katello/glue/elastic_search/content_view_history.rb
494
- - app/models/katello/puppet_module.rb
495
- - app/models/katello/system_host_collection.rb
496
- - app/models/katello/repository_rpm.rb
497
- - app/models/katello/repository_package_group.rb
498
- - app/models/katello/erratum_bugzilla.rb
499
- - app/models/katello/content_view_erratum_filter_rule.rb
500
- - app/models/katello/job_task.rb
501
- - app/models/katello/content_view_puppet_environment.rb
502
- - app/models/katello/repository.rb
503
- - app/models/katello/cp_consumer_user.rb
504
- - app/models/katello/content_view_environment.rb
505
- - app/models/katello/proxy_association_owner.rb
506
- - app/models/katello/content_view_erratum_filter.rb
507
- - app/models/katello/erratum.rb
508
- - app/models/katello/system_repository.rb
509
- - app/models/katello/pulp_sync_status.rb
510
- - app/models/katello/content_view_version_component.rb
511
- - app/models/katello/pool.rb
512
- - app/models/katello/rpm.rb
513
- - app/models/katello/subscription.rb
514
- - app/models/katello/host_collection.rb
515
- - app/models/katello/content_view_package_group_filter_rule.rb
516
- - app/models/katello/glue.rb
517
- - app/models/katello/content_view_puppet_environment_puppet_module.rb
518
- - app/models/katello/authorization/system.rb
519
- - app/models/katello/authorization/sync_plan.rb
520
- - app/models/katello/authorization/product.rb
521
- - app/models/katello/authorization/lifecycle_environment.rb
522
- - app/models/katello/authorization/repository.rb
523
- - app/models/katello/authorization/content_view_environment.rb
524
- - app/models/katello/authorization/organization.rb
525
- - app/models/katello/authorization/pool.rb
526
- - app/models/katello/authorization/subscription.rb
527
- - app/models/katello/authorization/host_collection.rb
528
- - app/models/katello/authorization/content_view.rb
529
- - app/models/katello/authorization/content_view_history.rb
530
- - app/models/katello/authorization/activation_key.rb
531
- - app/models/katello/authorization/gpg_key.rb
532
- - app/models/katello/authorization/content_view_version.rb
533
- - app/models/katello/content_view.rb
534
- - app/models/katello/content_view_history.rb
535
- - app/models/katello/package_group.rb
536
- - app/models/katello/key_host_collection.rb
537
- - app/models/katello/activation_key.rb
538
- - app/models/katello/ping.rb
539
- - app/models/katello/gpg_key.rb
540
- - app/models/katello/content_view_package_filter.rb
541
- - app/models/katello/ext/label_from_name.rb
542
- - app/models/katello/ext/indexed_model.rb
543
- - app/models/katello/content_view_puppet_module.rb
544
- - app/models/katello/content_view_version.rb
545
- - app/models/setting/katello.rb
546
- - app/lib/actions/candlepin/listen_on_candlepin_events.rb
547
- - app/lib/actions/candlepin/import_pool_handler.rb
548
- - app/lib/actions/candlepin/environment/destroy.rb
549
- - app/lib/actions/candlepin/environment/set_content.rb
550
- - app/lib/actions/candlepin/environment/create.rb
551
- - app/lib/actions/candlepin/abstract_async_task.rb
552
- - app/lib/actions/candlepin/candlepin_listening_service.rb
553
- - app/lib/actions/candlepin/abstract.rb
554
- - app/lib/actions/candlepin/consumer/update.rb
555
- - app/lib/actions/candlepin/consumer/auto_attach_subscriptions.rb
556
- - app/lib/actions/candlepin/consumer/destroy.rb
557
- - app/lib/actions/candlepin/consumer/create.rb
558
- - app/lib/actions/candlepin/product/content_update.rb
559
- - app/lib/actions/candlepin/product/update.rb
560
- - app/lib/actions/candlepin/product/content_destroy.rb
561
- - app/lib/actions/candlepin/product/delete_unused.rb
562
- - app/lib/actions/candlepin/product/delete_subscriptions.rb
563
- - app/lib/actions/candlepin/product/create_unlimited_subscription.rb
564
- - app/lib/actions/candlepin/product/delete_pools.rb
565
- - app/lib/actions/candlepin/product/content_create.rb
566
- - app/lib/actions/candlepin/product/content_add.rb
567
- - app/lib/actions/candlepin/product/destroy.rb
568
- - app/lib/actions/candlepin/product/content_remove.rb
569
- - app/lib/actions/candlepin/product/create.rb
570
- - app/lib/actions/candlepin/activation_key/update.rb
571
- - app/lib/actions/candlepin/activation_key/destroy.rb
572
- - app/lib/actions/candlepin/activation_key/create.rb
573
- - app/lib/actions/candlepin/owner/destroy.rb
574
- - app/lib/actions/candlepin/owner/auto_attach.rb
575
- - app/lib/actions/candlepin/owner/create.rb
576
- - app/lib/actions/katello/content_view_puppet_environment/clone_content.rb
577
- - app/lib/actions/katello/content_view_puppet_environment/clone.rb
578
- - app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb
579
- - app/lib/actions/katello/content_view_puppet_environment/clear.rb
580
- - app/lib/actions/katello/content_view_puppet_environment/destroy.rb
581
- - app/lib/actions/katello/content_view_puppet_environment/create.rb
582
- - app/lib/actions/katello/content_view_puppet_module/destroy.rb
583
- - app/lib/actions/katello/provider/manifest_refresh.rb
584
- - app/lib/actions/katello/provider/update.rb
585
- - app/lib/actions/katello/provider/manifest_import.rb
586
- - app/lib/actions/katello/provider/destroy.rb
587
- - app/lib/actions/katello/provider/manifest_delete.rb
588
- - app/lib/actions/katello/capsule_content/update_without_content.rb
589
- - app/lib/actions/katello/capsule_content/configure_capsule.rb
590
- - app/lib/actions/katello/capsule_content/sync.rb
591
- - app/lib/actions/katello/capsule_content/manage_bound_repositories.rb
592
- - app/lib/actions/katello/content_view/update.rb
593
- - app/lib/actions/katello/content_view/environment_create.rb
594
- - app/lib/actions/katello/content_view/remove_from_environment.rb
595
- - app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
596
- - app/lib/actions/katello/content_view/add_to_environment.rb
597
- - app/lib/actions/katello/content_view/remove_version.rb
598
- - app/lib/actions/katello/content_view/promote.rb
599
- - app/lib/actions/katello/content_view/publish.rb
600
- - app/lib/actions/katello/content_view/node_metadata_generate.rb
601
- - app/lib/actions/katello/content_view/incremental_updates.rb
602
- - app/lib/actions/katello/content_view/destroy.rb
603
- - app/lib/actions/katello/content_view/remove.rb
604
- - app/lib/actions/katello/content_view/update_environment.rb
605
- - app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb
606
- - app/lib/actions/katello/content_view/errata_mail.rb
607
- - app/lib/actions/katello/content_view/create.rb
608
- - app/lib/actions/katello/environment/library_create.rb
609
- - app/lib/actions/katello/environment/destroy.rb
610
- - app/lib/actions/katello/organization/auto_attach_subscriptions.rb
611
- - app/lib/actions/katello/organization/destroy.rb
612
- - app/lib/actions/katello/organization/create.rb
613
- - app/lib/actions/katello/system/host_destroy.rb
614
- - app/lib/actions/katello/system/update.rb
615
- - app/lib/actions/katello/system/auto_attach_subscriptions.rb
616
- - app/lib/actions/katello/system/activation_keys.rb
617
- - app/lib/actions/katello/system/erratum/applicable_errata_install.rb
618
- - app/lib/actions/katello/system/erratum/install.rb
619
- - app/lib/actions/katello/system/package_group/remove.rb
620
- - app/lib/actions/katello/system/package_group/install.rb
621
- - app/lib/actions/katello/system/package/update.rb
622
- - app/lib/actions/katello/system/package/remove.rb
623
- - app/lib/actions/katello/system/package/install.rb
624
- - app/lib/actions/katello/system/reassign.rb
625
- - app/lib/actions/katello/system/destroy.rb
626
- - app/lib/actions/katello/system/generate_applicability.rb
627
- - app/lib/actions/katello/system/create.rb
628
- - app/lib/actions/katello/product/update.rb
629
- - app/lib/actions/katello/product/content_destroy.rb
630
- - app/lib/actions/katello/product/content_create.rb
631
- - app/lib/actions/katello/product/repositories_gpg_reset.rb
632
- - app/lib/actions/katello/product/destroy.rb
633
- - app/lib/actions/katello/product/create.rb
634
- - app/lib/actions/katello/foreman/content_update.rb
635
- - app/lib/actions/katello/foreman/abstract.rb
636
- - app/lib/actions/katello/repository/destroy_medium.rb
637
- - app/lib/actions/katello/repository/update.rb
638
- - app/lib/actions/katello/repository/capsule_generate_and_sync.rb
639
- - app/lib/actions/katello/repository/import_upload.rb
640
- - app/lib/actions/katello/repository/upload_files.rb
641
- - app/lib/actions/katello/repository/clone_to_environment.rb
642
- - app/lib/actions/katello/repository/index_errata.rb
643
- - app/lib/actions/katello/repository/correct_checksum.rb
644
- - app/lib/actions/katello/repository/finish_upload.rb
645
- - app/lib/actions/katello/repository/index_package_groups.rb
646
- - app/lib/actions/katello/repository/remove_content.rb
647
- - app/lib/actions/katello/repository/discover.rb
648
- - app/lib/actions/katello/repository/update_media.rb
649
- - app/lib/actions/katello/repository/node_metadata_generate.rb
650
- - app/lib/actions/katello/repository/clear.rb
651
- - app/lib/actions/katello/repository/destroy.rb
652
- - app/lib/actions/katello/repository/sync.rb
653
- - app/lib/actions/katello/repository/clone_yum_content.rb
654
- - app/lib/actions/katello/repository/metadata_generate.rb
655
- - app/lib/actions/katello/repository/clone_docker_content.rb
656
- - app/lib/actions/katello/repository/errata_mail.rb
657
- - app/lib/actions/katello/repository/clone_to_version.rb
658
- - app/lib/actions/katello/repository/create.rb
659
- - app/lib/actions/katello/content_view_environment/destroy.rb
660
- - app/lib/actions/katello/content_view_environment/reassign_objects.rb
661
- - app/lib/actions/katello/activation_key/update.rb
662
- - app/lib/actions/katello/activation_key/reassign.rb
663
- - app/lib/actions/katello/activation_key/destroy.rb
664
- - app/lib/actions/katello/activation_key/create.rb
665
- - app/lib/actions/katello/sync_plan/update.rb
666
- - app/lib/actions/katello/sync_plan/remove_products.rb
667
- - app/lib/actions/katello/sync_plan/destroy.rb
668
- - app/lib/actions/katello/sync_plan/add_products.rb
669
- - app/lib/actions/katello/repository_set/disable_repository.rb
670
- - app/lib/actions/katello/repository_set/scan_cdn.rb
671
- - app/lib/actions/katello/repository_set/enable_repository.rb
672
- - app/lib/actions/katello/content_view_version/incremental_update.rb
673
- - app/lib/actions/katello/content_view_version/destroy.rb
674
- - app/lib/actions/pulp/content_view_puppet_environment/index_content.rb
675
- - app/lib/actions/pulp/repos/update.rb
676
- - app/lib/actions/pulp/consumer.rb
677
- - app/lib/actions/pulp/abstract_async_task.rb
678
- - app/lib/actions/pulp/abstract.rb
679
- - app/lib/actions/pulp/consumer/content_update.rb
680
- - app/lib/actions/pulp/consumer/update.rb
681
- - app/lib/actions/pulp/consumer/sync_node.rb
682
- - app/lib/actions/pulp/consumer/deactivate_node.rb
683
- - app/lib/actions/pulp/consumer/unbind_node_distributor.rb
684
- - app/lib/actions/pulp/consumer/activate_node.rb
685
- - app/lib/actions/pulp/consumer/abstract_sync_node_task.rb
686
- - app/lib/actions/pulp/consumer/bind_node_distributor.rb
687
- - app/lib/actions/pulp/consumer/abstract_content_action.rb
688
- - app/lib/actions/pulp/consumer/destroy.rb
689
- - app/lib/actions/pulp/consumer/abstract_node_distributor_task.rb
690
- - app/lib/actions/pulp/consumer/content_install.rb
691
- - app/lib/actions/pulp/consumer/content_uninstall.rb
692
- - app/lib/actions/pulp/consumer/generate_applicability.rb
693
- - app/lib/actions/pulp/consumer/create.rb
694
- - app/lib/actions/pulp/repository/upload_file.rb
695
- - app/lib/actions/pulp/repository/copy_rpm.rb
696
- - app/lib/actions/pulp/repository/copy_errata.rb
697
- - app/lib/actions/pulp/repository/import_upload.rb
698
- - app/lib/actions/pulp/repository/delete_upload_request.rb
699
- - app/lib/actions/pulp/repository/remove_docker_image.rb
700
- - app/lib/actions/pulp/repository/create_in_plan.rb
701
- - app/lib/actions/pulp/repository/create_upload_request.rb
702
- - app/lib/actions/pulp/repository/update_importer.rb
703
- - app/lib/actions/pulp/repository/copy_yum_metadata_file.rb
704
- - app/lib/actions/pulp/repository/refresh.rb
705
- - app/lib/actions/pulp/repository/associate_distributor.rb
706
- - app/lib/actions/pulp/repository/regenerate_applicability.rb
707
- - app/lib/actions/pulp/repository/remove_puppet_module.rb
708
- - app/lib/actions/pulp/repository/remove_distribution.rb
709
- - app/lib/actions/pulp/repository/abstract_copy_content.rb
710
- - app/lib/actions/pulp/repository/copy_distribution.rb
711
- - app/lib/actions/pulp/repository/copy_docker_tag.rb
712
- - app/lib/actions/pulp/repository/remove_package_group.rb
713
- - app/lib/actions/pulp/repository/copy_puppet_module.rb
714
- - app/lib/actions/pulp/repository/destroy.rb
715
- - app/lib/actions/pulp/repository/copy_docker_image.rb
716
- - app/lib/actions/pulp/repository/purge_empty_package_groups.rb
717
- - app/lib/actions/pulp/repository/sync.rb
718
- - app/lib/actions/pulp/repository/purge_empty_errata.rb
719
- - app/lib/actions/pulp/repository/remove_schedule.rb
720
- - app/lib/actions/pulp/repository/remove_errata.rb
721
- - app/lib/actions/pulp/repository/abstract_remove_content.rb
722
- - app/lib/actions/pulp/repository/remove_rpm.rb
723
- - app/lib/actions/pulp/repository/presenters/puppet_presenter.rb
724
- - app/lib/actions/pulp/repository/presenters/yum_presenter.rb
725
- - app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb
726
- - app/lib/actions/pulp/repository/presenters/docker_presenter.rb
727
- - app/lib/actions/pulp/repository/presenters/iso_presenter.rb
728
- - app/lib/actions/pulp/repository/update_schedule.rb
729
- - app/lib/actions/pulp/repository/distributor_publish.rb
730
- - app/lib/actions/pulp/repository/create.rb
731
- - app/lib/actions/pulp/repository/refresh_distributor.rb
732
- - app/lib/actions/pulp/repository/copy_package_group.rb
733
- - app/lib/actions/pulp/expect_one_task.rb
734
- - app/lib/actions/helpers/presenter.rb
735
- - app/lib/actions/middleware/pulp_services_check.rb
736
- - app/lib/actions/middleware/candlepin_services_check.rb
737
- - app/lib/actions/middleware/record_fixtures.rb
738
- - app/lib/actions/middleware/elasticsearch_services_check.rb
739
- - app/lib/actions/middleware/keep_locale.rb
740
- - app/lib/actions/middleware/remote_action.rb
741
- - app/lib/actions/middleware/backend_services_check.rb
742
- - app/lib/actions/middleware/propagate_candlepin_errors.rb
743
- - app/lib/actions/abstract_async_task.rb
744
- - app/lib/actions/foreman/environment/destroy.rb
745
- - app/lib/actions/elastic_search/provider/reindex_subscriptions.rb
746
- - app/lib/actions/elastic_search/reindex_on_association_change.rb
747
- - app/lib/actions/elastic_search/abstract.rb
748
- - app/lib/actions/elastic_search/repository/remove_packages.rb
749
- - app/lib/actions/elastic_search/repository/filtered_index_content.rb
750
- - app/lib/actions/elastic_search/repository/index_content.rb
751
- - app/lib/actions/elastic_search/reindex.rb
752
- - app/lib/katello/capsule_content.rb
753
- - app/lib/katello/http_resource.rb
754
- - app/lib/katello/concerns/renderer_extensions.rb
755
- - app/lib/katello/lazy_accessor.rb
756
- - app/lib/katello/foreman.rb
757
- - app/lib/katello/errors.rb
758
- - app/lib/katello/bulk_actions.rb
759
- - app/lib/katello/glue/queue.rb
760
- - app/lib/katello/glue/task.rb
761
- - app/lib/katello/resources/cdn.rb
762
- - app/lib/katello/resources/candlepin.rb
763
- - app/lib/katello/api/mapper_extensions.rb
764
- - app/lib/katello/api/v2/rendering.rb
765
- - app/lib/katello/api/v2/error_handling.rb
766
- - app/lib/katello/api/version2.rb
767
- - app/lib/katello/api/constraints/activation_key_constraint.rb
768
- - app/lib/katello/mapping.rb
769
- - app/lib/katello/repo_discovery.rb
770
- - app/lib/katello/validators/no_trailing_space_validator.rb
771
- - app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb
772
- - app/lib/katello/validators/content_view_puppet_module_validator.rb
773
- - app/lib/katello/validators/unique_field_in_org.rb
774
- - app/lib/katello/validators/katello_label_format_validator.rb
775
- - app/lib/katello/validators/path_descendents_validator.rb
776
- - app/lib/katello/validators/product_unique_attribute_validator.rb
777
- - app/lib/katello/validators/content_view_filter_version_validator.rb
778
- - app/lib/katello/validators/prior_validator.rb
779
- - app/lib/katello/validators/self_reference_environment_validator.rb
780
- - app/lib/katello/validators/library_presence_validator.rb
781
- - app/lib/katello/validators/gpg_key_content_validator.rb
782
- - app/lib/katello/validators/non_library_environment_validator.rb
783
- - app/lib/katello/validators/not_in_library_validator.rb
784
- - app/lib/katello/validators/repository_unique_attribute_validator.rb
785
- - app/lib/katello/validators/katello_name_format_validator.rb
786
- - app/lib/katello/validators/content_validator.rb
787
- - app/lib/katello/validators/content_view_environment_validator.rb
788
- - app/lib/katello/validators/repo_disablement_validator.rb
789
- - app/lib/katello/validators/katello_url_format_validator.rb
790
- - app/lib/katello/README
791
- - app/lib/katello/util/package.rb
792
- - app/lib/katello/util/support.rb
793
- - app/lib/katello/util/filter_clause_generator.rb
794
- - app/lib/katello/util/package_clause_generator.rb
795
- - app/lib/katello/util/data.rb
796
- - app/lib/katello/util/model.rb
797
- - app/lib/katello/util/errata.rb
798
- - app/lib/katello/util/package_filter.rb
799
- - app/lib/katello/util/report_table.rb
800
- - app/lib/katello/util/task_status.rb
801
- - app/lib/katello/util/url_matcher.rb
802
- - app/lib/katello/util/search.rb
803
- - app/lib/katello/util/thread_session.rb
804
- - app/lib/katello/util/cdn_var_substitutor.rb
805
- - app/controllers/katello/failed_authentication_controller.rb
806
- - app/controllers/katello/concerns/organizations_controller_extensions.rb
807
- - app/controllers/katello/concerns/containers/steps_controller_extensions.rb
808
- - app/controllers/katello/concerns/operatingsystems_controller_extensions.rb
809
- - app/controllers/katello/concerns/hosts_controller_extensions.rb
810
- - app/controllers/katello/concerns/api/api_controller.rb
811
- - app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb
812
- - app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb
813
- - app/controllers/katello/concerns/api/v2/bulk_systems_extensions.rb
814
- - app/controllers/katello/concerns/api/v2/repository_content_controller.rb
815
- - app/controllers/katello/concerns/filtered_auto_complete_search.rb
816
- - app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb
817
- - app/controllers/katello/products_controller.rb
818
- - app/controllers/katello/http_errors.rb
819
- - app/controllers/katello/errors_controller.rb
820
- - app/controllers/katello/errata_controller.rb
821
- - app/controllers/katello/application_controller.rb
822
- - app/controllers/katello/auto_complete_search_controller.rb
823
- - app/controllers/katello/sort_column_list.rb
374
+ - LICENSE.txt
375
+ - README.md
376
+ - app/assets/images/katello/3rd-level-bg.png
377
+ - app/assets/images/katello/960.png
378
+ - app/assets/images/katello/biglogo.png
379
+ - app/assets/images/katello/black_arrow.png
380
+ - app/assets/images/katello/boxshadow.png
381
+ - app/assets/images/katello/center-background.png
382
+ - app/assets/images/katello/chart_overlay.png
383
+ - app/assets/images/katello/chosen-sprite.png
384
+ - app/assets/images/katello/cross_link.png
385
+ - app/assets/images/katello/embed/favicon.png
386
+ - app/assets/images/katello/footer-shade.png
387
+ - app/assets/images/katello/headpin-login-logo.png
388
+ - app/assets/images/katello/headpin-logo.png
389
+ - app/assets/images/katello/icons/action-icons.png
390
+ - app/assets/images/katello/icons/arrow_icon.png
391
+ - app/assets/images/katello/icons/breadcrumb-icons.png
392
+ - app/assets/images/katello/icons/check_icon.png
393
+ - app/assets/images/katello/icons/close.png
394
+ - app/assets/images/katello/icons/dotdotdot.png
395
+ - app/assets/images/katello/icons/edit-hover.png
396
+ - app/assets/images/katello/icons/edit.png
397
+ - app/assets/images/katello/icons/expander-collapsed-left.png
398
+ - app/assets/images/katello/icons/expander-collapsed.png
399
+ - app/assets/images/katello/icons/expander-expanded.png
400
+ - app/assets/images/katello/icons/favorite.png
401
+ - app/assets/images/katello/icons/grabber.png
402
+ - app/assets/images/katello/icons/icon_menu_arrow.gif
403
+ - app/assets/images/katello/icons/icon_search.png
404
+ - app/assets/images/katello/icons/info-hover.png
405
+ - app/assets/images/katello/icons/info.png
406
+ - app/assets/images/katello/icons/locked.png
407
+ - app/assets/images/katello/icons/objects.png
408
+ - app/assets/images/katello/icons/order-asc.png
409
+ - app/assets/images/katello/icons/order-desc.png
410
+ - app/assets/images/katello/icons/recent.png
411
+ - app/assets/images/katello/icons/right-arrow.png
412
+ - app/assets/images/katello/icons/simplePassMeterSprite.png
413
+ - app/assets/images/katello/icons/spinner.gif
414
+ - app/assets/images/katello/icons/spinner_head.gif
415
+ - app/assets/images/katello/icons/status.png
416
+ - app/assets/images/katello/icons/status_icons_sprite.png
417
+ - app/assets/images/katello/icons/statusicons.png
418
+ - app/assets/images/katello/icons/svg-source/action-icons.svg
419
+ - app/assets/images/katello/icons/svg-source/breadcrumb-icons.svg
420
+ - app/assets/images/katello/icons/svg-source/objects.svg
421
+ - app/assets/images/katello/icons/ui.totop.png
422
+ - app/assets/images/katello/input-bg.png
423
+ - app/assets/images/katello/katello-login-logo.png
424
+ - app/assets/images/katello/katello-logo.png
425
+ - app/assets/images/katello/katello.png
426
+ - app/assets/images/katello/katello_32x32_icon.png
427
+ - app/assets/images/katello/large-white-spinner.gif
428
+ - app/assets/images/katello/nav_pipe.png
429
+ - app/assets/images/katello/navtab_off.png
430
+ - app/assets/images/katello/navtab_on.png
431
+ - app/assets/images/katello/outer-background.png
432
+ - app/assets/images/katello/subnav-shadow.png
433
+ - app/assets/javascripts/katello/common/chosen.jquery.js
434
+ - app/assets/javascripts/katello/common/env_select.js
435
+ - app/assets/javascripts/katello/common/env_select_scroll.js
436
+ - app/assets/javascripts/katello/common/experimental/katello-globals.module.js
437
+ - app/assets/javascripts/katello/common/index.js
438
+ - app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js
439
+ - app/assets/javascripts/katello/common/katello.common.js
440
+ - app/assets/javascripts/katello/common/katello.global.js
441
+ - app/assets/javascripts/katello/common/katello.js
442
+ - app/assets/javascripts/katello/common/katello_object.js
443
+ - app/assets/javascripts/katello/common/menu.js
444
+ - app/assets/javascripts/katello/common/spin.min.js
445
+ - app/assets/javascripts/katello/common/vendor.js
446
+ - app/assets/javascripts/katello/containers/container.js
447
+ - app/assets/javascripts/katello/hosts/activation_key_edit.js
448
+ - app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js
449
+ - app/assets/javascripts/katello/html5/excanvas.js
450
+ - app/assets/javascripts/katello/html5/html5.js
451
+ - app/assets/javascripts/katello/html5/index.js
452
+ - app/assets/javascripts/katello/organizations/download_certificate.js
453
+ - app/assets/javascripts/katello/providers/provider_redhat.js
454
+ - app/assets/javascripts/katello/providers/redhat/index.js
455
+ - app/assets/javascripts/katello/sync_management/index.js
456
+ - app/assets/javascripts/katello/sync_management/sync_management.js
457
+ - app/assets/javascripts/katello/widgets/auto_complete.js
458
+ - app/assets/javascripts/katello/widgets/env_content_view_selector.js
459
+ - app/assets/javascripts/katello/widgets/filtertable/filtertable.js
460
+ - app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js
461
+ - app/assets/javascripts/katello/widgets/one_panel.js
462
+ - app/assets/javascripts/katello/widgets/path_selector.js
463
+ - app/assets/javascripts/katello/widgets/subpanel_new.js
464
+ - app/assets/javascripts/katello/widgets/tabs.js
465
+ - app/assets/stylesheets/katello/_katello_base.scss
466
+ - app/assets/stylesheets/katello/_katello_colors.scss
467
+ - app/assets/stylesheets/katello/_katello_mixins.scss
468
+ - app/assets/stylesheets/katello/_katello_vars.scss
469
+ - app/assets/stylesheets/katello/_look.scss
470
+ - app/assets/stylesheets/katello/_overrides.scss
471
+ - app/assets/stylesheets/katello/activation_keys.scss
472
+ - app/assets/stylesheets/katello/containers/container.scss
473
+ - app/assets/stylesheets/katello/contents.scss
474
+ - app/assets/stylesheets/katello/fancyqueries.scss
475
+ - app/assets/stylesheets/katello/generic.scss
476
+ - app/assets/stylesheets/katello/ie.scss
477
+ - app/assets/stylesheets/katello/katello.scss
478
+ - app/assets/stylesheets/katello/katello_sprites.css.scss
479
+ - app/assets/stylesheets/katello/notifications.scss
480
+ - app/assets/stylesheets/katello/widgets/_chosen.scss
481
+ - app/assets/stylesheets/katello/widgets/_scrollpane.scss
482
+ - app/assets/stylesheets/katello/widgets/tabs.scss
824
483
  - app/controllers/katello/api/api_controller.rb
825
484
  - app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb
826
- - app/controllers/katello/api/v2/subscriptions_controller.rb
485
+ - app/controllers/katello/api/v2/activation_keys_controller.rb
827
486
  - app/controllers/katello/api/v2/api_controller.rb
487
+ - app/controllers/katello/api/v2/capsule_content_controller.rb
488
+ - app/controllers/katello/api/v2/capsules_controller.rb
828
489
  - app/controllers/katello/api/v2/content_uploads_controller.rb
829
490
  - app/controllers/katello/api/v2/content_view_filter_rules_controller.rb
830
- - app/controllers/katello/api/v2/system_packages_controller.rb
831
- - app/controllers/katello/api/v2/environments_controller.rb
832
- - app/controllers/katello/api/v2/docker_tags_controller.rb
833
- - app/controllers/katello/api/v2/system_errata_controller.rb
834
- - app/controllers/katello/api/v2/ping_controller.rb
835
- - app/controllers/katello/api/v2/products_controller.rb
836
- - app/controllers/katello/api/v2/root_controller.rb
837
- - app/controllers/katello/api/v2/activation_keys_controller.rb
838
- - app/controllers/katello/api/v2/errata_controller.rb
839
- - app/controllers/katello/api/v2/products_bulk_actions_controller.rb
840
- - app/controllers/katello/api/v2/repositories_controller.rb
841
- - app/controllers/katello/api/v2/puppet_modules_controller.rb
842
- - app/controllers/katello/api/v2/sync_controller.rb
843
- - app/controllers/katello/api/v2/packages_controller.rb
844
- - app/controllers/katello/api/v2/repository_sets_controller.rb
845
491
  - app/controllers/katello/api/v2/content_view_filters_controller.rb
492
+ - app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb
493
+ - app/controllers/katello/api/v2/content_view_versions_controller.rb
494
+ - app/controllers/katello/api/v2/content_views_controller.rb
846
495
  - app/controllers/katello/api/v2/docker_images_controller.rb
847
- - app/controllers/katello/api/v2/capsules_controller.rb
496
+ - app/controllers/katello/api/v2/docker_tags_controller.rb
497
+ - app/controllers/katello/api/v2/environments_controller.rb
498
+ - app/controllers/katello/api/v2/errata_controller.rb
499
+ - app/controllers/katello/api/v2/gpg_keys_controller.rb
848
500
  - app/controllers/katello/api/v2/host_collections_controller.rb
849
- - app/controllers/katello/api/v2/package_groups_controller.rb
850
- - app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
851
- - app/controllers/katello/api/v2/content_view_versions_controller.rb
852
501
  - app/controllers/katello/api/v2/organizations_controller.rb
502
+ - app/controllers/katello/api/v2/package_groups_controller.rb
503
+ - app/controllers/katello/api/v2/packages_controller.rb
504
+ - app/controllers/katello/api/v2/ping_controller.rb
505
+ - app/controllers/katello/api/v2/products_bulk_actions_controller.rb
506
+ - app/controllers/katello/api/v2/products_controller.rb
507
+ - app/controllers/katello/api/v2/puppet_modules_controller.rb
853
508
  - app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb
854
- - app/controllers/katello/api/v2/content_views_controller.rb
855
- - app/controllers/katello/api/v2/gpg_keys_controller.rb
856
- - app/controllers/katello/api/v2/sync_plans_controller.rb
857
- - app/controllers/katello/api/v2/systems_controller.rb
858
- - app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb
859
- - app/controllers/katello/api/v2/capsule_content_controller.rb
860
- - app/controllers/katello/api/v2/uebercerts_controller.rb
861
- - app/controllers/katello/sync_management_controller.rb
862
- - app/controllers/katello/providers_controller.rb
863
- - app/controllers/katello/organizations_controller.rb
864
- - app/services/client/cert.rb
865
- - app/services/katello/pulp/pulp_content_unit.rb
866
- - app/services/katello/pulp/docker_image.rb
867
- - app/services/katello/pulp/puppet_module.rb
868
- - app/services/katello/pulp/erratum.rb
869
- - app/services/katello/pulp/rpm.rb
870
- - app/services/katello/pulp/package_group.rb
871
- - app/services/katello/puppet_class_importer_extensions.rb
872
- - app/services/katello/authentication/client_authentication.rb
873
- - app/views/katello/layouts/katello.html.erb
874
- - app/views/katello/providers/redhat/_errors.html.erb
875
- - app/views/katello/providers/redhat/_repo_sets.html.erb
876
- - app/views/katello/providers/redhat/_repos.html.erb
877
- - app/views/katello/providers/redhat/_tab.html.erb
878
- - app/views/katello/providers/redhat/show.html.erb
879
- - app/views/katello/providers/redhat/_enable_errors.html.erb
880
- - app/views/katello/api/v2/repository_sets/available_repositories.json.rabl
881
- - app/views/katello/api/v2/repository_sets/show.json.rabl
882
- - app/views/katello/api/v2/repository_sets/index.json.rabl
883
- - app/views/katello/api/v2/package_groups/show.json.rabl
884
- - app/views/katello/api/v2/package_groups/base.json.rabl
885
- - app/views/katello/api/v2/package_groups/backend.json.rabl
886
- - app/views/katello/api/v2/package_groups/index.json.rabl
887
- - app/views/katello/api/v2/packages/show.json.rabl
888
- - app/views/katello/api/v2/packages/base.json.rabl
889
- - app/views/katello/api/v2/packages/backend.json.rabl
890
- - app/views/katello/api/v2/packages/index.json.rabl
891
- - app/views/katello/api/v2/common/update.json.rabl
892
- - app/views/katello/api/v2/common/status.json.rabl
893
- - app/views/katello/api/v2/common/_org_reference.json.rabl
894
- - app/views/katello/api/v2/common/destroy.json.rabl
895
- - app/views/katello/api/v2/common/_metadata.json.rabl
896
- - app/views/katello/api/v2/common/_syncable.json.rabl
897
- - app/views/katello/api/v2/common/bulk_action.json.rabl
898
- - app/views/katello/api/v2/common/create.json.rabl
899
- - app/views/katello/api/v2/common/bulk_async.json.rabl
900
- - app/views/katello/api/v2/common/_identifier.json.rabl
901
- - app/views/katello/api/v2/common/async.json.rabl
902
- - app/views/katello/api/v2/common/index.json.rabl
903
- - app/views/katello/api/v2/common/_timestamps.json.rabl
904
- - app/views/katello/api/v2/sync/create.json.rabl
905
- - app/views/katello/api/v2/sync/index.json.rabl
906
- - app/views/katello/api/v2/uebercerts/show.json.rabl
907
- - app/views/katello/api/v2/repositories/show.json.rabl
908
- - app/views/katello/api/v2/repositories/base.json.rabl
909
- - app/views/katello/api/v2/repositories/sync.json.rabl
910
- - app/views/katello/api/v2/repositories/package_group_categories.json.rabl
911
- - app/views/katello/api/v2/repositories/package_groups.json.rabl
912
- - app/views/katello/api/v2/repositories/index.json.rabl
913
- - app/views/katello/api/v2/capsule_content/lifecycle_environments.json.rabl
914
- - app/views/katello/api/v2/puppet_modules/show.json.rabl
915
- - app/views/katello/api/v2/puppet_modules/base.json.rabl
916
- - app/views/katello/api/v2/puppet_modules/names.json.rabl
917
- - app/views/katello/api/v2/puppet_modules/name.json.rabl
918
- - app/views/katello/api/v2/puppet_modules/backend.json.rabl
919
- - app/views/katello/api/v2/puppet_modules/index.json.rabl
920
- - app/views/katello/api/v2/root/resource_list.json.rabl
921
- - app/views/katello/api/v2/gpg_keys/show.json.rabl
922
- - app/views/katello/api/v2/gpg_keys/index.json.rabl
923
- - app/views/katello/api/v2/layouts/resource.json.erb
924
- - app/views/katello/api/v2/layouts/index.json.erb
925
- - app/views/katello/api/v2/layouts/collection.json.erb
926
- - app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl
927
- - app/views/katello/api/v2/content_view_puppet_modules/create.json.rabl
928
- - app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl
929
- - app/views/katello/api/v2/providers/_provider.json.rabl
930
- - app/views/katello/api/v2/providers/show.json.rabl
931
- - app/views/katello/api/v2/providers/products.json.rabl
932
- - app/views/katello/api/v2/providers/index.json.rabl
933
- - app/views/katello/api/v2/ping/server_status.json.rabl
934
- - app/views/katello/api/v2/ping/show.json.rabl
935
- - app/views/katello/api/v2/ping/version.json.rabl
936
- - app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
937
- - app/views/katello/api/v2/content_view_filter_rules/index.json.rabl
938
- - app/views/katello/api/v2/subscriptions/destroy.json.rabl
939
- - app/views/katello/api/v2/subscriptions/show.json.rabl
940
- - app/views/katello/api/v2/subscriptions/manifest_history.json.rabl
941
- - app/views/katello/api/v2/subscriptions/base.json.rabl
942
- - app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl
943
- - app/views/katello/api/v2/subscriptions/organization_index.json.rabl
944
- - app/views/katello/api/v2/subscriptions/create.json.rabl
945
- - app/views/katello/api/v2/subscriptions/destroy_all.json.rabl
946
- - app/views/katello/api/v2/subscriptions/index.json.rabl
947
- - app/views/katello/api/v2/docker_tags/show.json.rabl
948
- - app/views/katello/api/v2/docker_tags/_base.json.rabl
949
- - app/views/katello/api/v2/docker_tags/index.json.rabl
950
- - app/views/katello/api/v2/organizations/show.json.rabl
951
- - app/views/katello/api/v2/organizations/index.json.rabl
952
- - app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl
953
- - app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl
954
- - app/views/katello/api/v2/systems_bulk_actions/job.json.rabl
955
- - app/views/katello/api/v2/systems_bulk_actions/available_incremental_updates.json.rabl
956
- - app/views/katello/api/v2/systems/activate.json.rabl
957
- - app/views/katello/api/v2/systems/enabled_repos.json.rabl
958
- - app/views/katello/api/v2/systems/package_profile.json.rabl
959
- - app/views/katello/api/v2/systems/events.json.rabl
960
- - app/views/katello/api/v2/systems/show.json.rabl
961
- - app/views/katello/api/v2/systems/_content.json.rabl
962
- - app/views/katello/api/v2/systems/available_host_collections.json.rabl
963
- - app/views/katello/api/v2/systems/base.json.rabl
964
- - app/views/katello/api/v2/systems/releases.json.rabl
965
- - app/views/katello/api/v2/systems/erratum.json.rabl
966
- - app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl
967
- - app/views/katello/api/v2/systems/content_override.json.rabl
968
- - app/views/katello/api/v2/systems/add_host_collections.json.rabl
969
- - app/views/katello/api/v2/systems/upload_package_profile.json.rabl
970
- - app/views/katello/api/v2/systems/pools.json.rabl
971
- - app/views/katello/api/v2/systems/_pool.json.rabl
972
- - app/views/katello/api/v2/systems/remove_host_collections.json.rabl
973
- - app/views/katello/api/v2/systems/index.json.rabl
974
- - app/views/katello/api/v2/systems/product_content.json.rabl
975
- - app/views/katello/api/v2/systems/package.json.rabl
976
- - app/views/katello/api/v2/errata/compare.json.rabl
977
- - app/views/katello/api/v2/errata/show.json.rabl
978
- - app/views/katello/api/v2/errata/_counts.json.rabl
979
- - app/views/katello/api/v2/errata/_attributes.json.rabl
980
- - app/views/katello/api/v2/errata/index.json.rabl
981
- - app/views/katello/api/v2/errata/_applicable_errata.json.rabl
982
- - app/views/katello/api/v2/content_view_histories/show.json.rabl
983
- - app/views/katello/api/v2/content_view_histories/index.json.rabl
984
- - app/views/katello/api/v2/system_packages/system_task.json.rabl
985
- - app/views/katello/api/v2/content_view_filters/show.json.rabl
986
- - app/views/katello/api/v2/content_view_filters/index.json.rabl
987
- - app/views/katello/api/v2/activation_keys/available_releases.json.rabl
988
- - app/views/katello/api/v2/activation_keys/show.json.rabl
989
- - app/views/katello/api/v2/activation_keys/available_host_collections.json.rabl
990
- - app/views/katello/api/v2/activation_keys/subscriptions.json.rabl
991
- - app/views/katello/api/v2/activation_keys/index.json.rabl
992
- - app/views/katello/api/v2/activation_keys/product_content.json.rabl
993
- - app/views/katello/api/v2/content_view_versions/show.json.rabl
994
- - app/views/katello/api/v2/content_view_versions/base.json.rabl
995
- - app/views/katello/api/v2/content_view_versions/index.json.rabl
996
- - app/views/katello/api/v2/host_collections/delta_activation_keys.rabl
997
- - app/views/katello/api/v2/host_collections/systems.json.rabl
998
- - app/views/katello/api/v2/host_collections/history_show.json.rabl
999
- - app/views/katello/api/v2/host_collections/update.json.rabl
1000
- - app/views/katello/api/v2/host_collections/show.json.rabl
1001
- - app/views/katello/api/v2/host_collections/history.json.rabl
1002
- - app/views/katello/api/v2/host_collections/create.json.rabl
1003
- - app/views/katello/api/v2/host_collections/_host_collection.json.rabl
1004
- - app/views/katello/api/v2/host_collections/copy.json.rabl
1005
- - app/views/katello/api/v2/host_collections/index.json.rabl
1006
- - app/views/katello/api/v2/content_views/show.json.rabl
1007
- - app/views/katello/api/v2/content_views/version.json.rabl
1008
- - app/views/katello/api/v2/content_views/puppet_modules.json.rabl
1009
- - app/views/katello/api/v2/content_views/_content_view.json.rabl
1010
- - app/views/katello/api/v2/content_views/copy.json.rabl
1011
- - app/views/katello/api/v2/content_views/index.json.rabl
1012
- - app/views/katello/api/v2/system_errata/system_task.json.rabl
1013
- - app/views/katello/api/v2/system_errata/show.json.rabl
1014
- - app/views/katello/api/v2/system_errata/index.json.rabl
1015
- - app/views/katello/api/v2/host_collection_errata/index.json.rabl
1016
- - app/views/katello/api/v2/sync_plans/available_products.json.rabl
1017
- - app/views/katello/api/v2/sync_plans/show.json.rabl
1018
- - app/views/katello/api/v2/sync_plans/index.json.rabl
1019
- - app/views/katello/api/v2/products/repositories.json.rabl
1020
- - app/views/katello/api/v2/products/show.json.rabl
1021
- - app/views/katello/api/v2/products/base.json.rabl
1022
- - app/views/katello/api/v2/products/index.json.rabl
1023
- - app/views/katello/api/v2/environments/repositories.json.rabl
1024
- - app/views/katello/api/v2/environments/show.json.rabl
1025
- - app/views/katello/api/v2/environments/paths.json.rabl
1026
- - app/views/katello/api/v2/environments/releases.json.rabl
1027
- - app/views/katello/api/v2/environments/index.json.rabl
1028
- - app/views/katello/api/v2/tasks/show.json.rabl
1029
- - app/views/katello/api/v2/tasks/task_status_show.json.rabl
1030
- - app/views/katello/api/v2/tasks/index.json.rabl
1031
- - app/views/katello/api/v2/docker_images/show.json.rabl
1032
- - app/views/katello/api/v2/docker_images/index.json.rabl
1033
- - app/views/katello/errata_mailer/_host_dashboard.html.erb
1034
- - app/views/katello/errata_mailer/promote_errata.html.erb
1035
- - app/views/katello/errata_mailer/sync_errata.html.erb
1036
- - app/views/katello/errata_mailer/sync_errata.text.erb
1037
- - app/views/katello/errata_mailer/host_errata.html.erb
1038
- - app/views/katello/errata_mailer/_erratum.html.erb
1039
- - app/views/katello/errata_mailer/promote_errata.text.erb
1040
- - app/views/katello/errata_mailer/host_errata.text.erb
1041
- - app/views/katello/sync_management/_children.html.erb
1042
- - app/views/katello/sync_management/index.html.erb
1043
- - app/views/katello/sync_management/_product.html.erb
1044
- - app/views/katello/sync_management/_sync_plans.html.erb
1045
- - app/views/katello/sync_management/_repo.html.erb
1046
- - app/views/katello/sync_management/_products.html.erb
1047
- - app/views/katello/sync_management/_controls.html.erb
1048
- - app/views/foreman_docker/containers/steps/_katello_container.html.erb
1049
- - app/views/dashboard/_subscription_status_widget.html.erb
1050
- - app/views/dashboard/_subscription_widget.html.erb
1051
- - app/views/dashboard/_sync_widget.html.erb
1052
- - app/views/dashboard/_errata_widget.html.erb
1053
- - app/views/dashboard/_host_collection_widget.html.erb
1054
- - app/views/dashboard/_content_views_widget.html.erb
1055
- - app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
1056
- - app/views/foreman/unattended/userdata-katello.erb
1057
- - app/views/foreman/unattended/finish-katello.erb
1058
- - app/views/foreman/unattended/kickstart-katello.erb
1059
- - app/helpers/katello/organizations_helper.rb
509
+ - app/controllers/katello/api/v2/repositories_controller.rb
510
+ - app/controllers/katello/api/v2/repository_sets_controller.rb
511
+ - app/controllers/katello/api/v2/root_controller.rb
512
+ - app/controllers/katello/api/v2/subscriptions_controller.rb
513
+ - app/controllers/katello/api/v2/sync_controller.rb
514
+ - app/controllers/katello/api/v2/sync_plans_controller.rb
515
+ - app/controllers/katello/api/v2/system_errata_controller.rb
516
+ - app/controllers/katello/api/v2/system_packages_controller.rb
517
+ - app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
518
+ - app/controllers/katello/api/v2/systems_controller.rb
519
+ - app/controllers/katello/api/v2/uebercerts_controller.rb
520
+ - app/controllers/katello/application_controller.rb
521
+ - app/controllers/katello/auto_complete_search_controller.rb
522
+ - app/controllers/katello/concerns/api/api_controller.rb
523
+ - app/controllers/katello/concerns/api/v2/bulk_systems_extensions.rb
524
+ - app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb
525
+ - app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb
526
+ - app/controllers/katello/concerns/api/v2/repository_content_controller.rb
527
+ - app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb
528
+ - app/controllers/katello/concerns/containers/steps_controller_extensions.rb
529
+ - app/controllers/katello/concerns/filtered_auto_complete_search.rb
530
+ - app/controllers/katello/concerns/hosts_controller_extensions.rb
531
+ - app/controllers/katello/concerns/operatingsystems_controller_extensions.rb
532
+ - app/controllers/katello/concerns/organizations_controller_extensions.rb
533
+ - app/controllers/katello/errata_controller.rb
534
+ - app/controllers/katello/errors_controller.rb
535
+ - app/controllers/katello/failed_authentication_controller.rb
536
+ - app/controllers/katello/http_errors.rb
537
+ - app/controllers/katello/organizations_controller.rb
538
+ - app/controllers/katello/products_controller.rb
539
+ - app/controllers/katello/providers_controller.rb
540
+ - app/controllers/katello/sort_column_list.rb
541
+ - app/controllers/katello/sync_management_controller.rb
542
+ - app/helpers/katello/activation_keys_helper.rb
1060
543
  - app/helpers/katello/application_helper.rb
1061
- - app/helpers/katello/hosts_and_hostgroups_helper.rb
1062
544
  - app/helpers/katello/concerns/foreman_docker/container_steps_helper_extensions.rb
1063
- - app/helpers/katello/layout_helper.rb
545
+ - app/helpers/katello/errata_mailer_helper.rb
546
+ - app/helpers/katello/host_collection_events_helper.rb
547
+ - app/helpers/katello/hosts_and_hostgroups_helper.rb
1064
548
  - app/helpers/katello/katello_form_builder.rb
1065
549
  - app/helpers/katello/katello_url_helper.rb
1066
- - app/helpers/katello/host_collection_events_helper.rb
550
+ - app/helpers/katello/katello_urls_helper.rb
551
+ - app/helpers/katello/layout_helper.rb
552
+ - app/helpers/katello/organizations_helper.rb
553
+ - app/helpers/katello/packages_helper.rb
554
+ - app/helpers/katello/products_helper.rb
555
+ - app/helpers/katello/providers_helper.rb
556
+ - app/helpers/katello/repositories_helper.rb
1067
557
  - app/helpers/katello/subscriptions_helper.rb
558
+ - app/helpers/katello/sync_management_helper.rb
559
+ - app/helpers/katello/system_events_helper.rb
1068
560
  - app/helpers/katello/system_packages_helper.rb
1069
561
  - app/helpers/katello/taxonomy_helper.rb
1070
- - app/helpers/katello/errata_mailer_helper.rb
1071
- - app/helpers/katello/system_events_helper.rb
1072
- - app/helpers/katello/products_helper.rb
1073
562
  - app/helpers/katello/translation_helper.rb
1074
- - app/helpers/katello/packages_helper.rb
1075
- - app/helpers/katello/katello_urls_helper.rb
1076
- - app/helpers/katello/sync_management_helper.rb
1077
- - app/helpers/katello/providers_helper.rb
1078
- - app/helpers/katello/repositories_helper.rb
1079
- - app/helpers/katello/activation_keys_helper.rb
563
+ - app/lib/actions/abstract_async_task.rb
564
+ - app/lib/actions/candlepin/abstract.rb
565
+ - app/lib/actions/candlepin/abstract_async_task.rb
566
+ - app/lib/actions/candlepin/activation_key/create.rb
567
+ - app/lib/actions/candlepin/activation_key/destroy.rb
568
+ - app/lib/actions/candlepin/activation_key/update.rb
569
+ - app/lib/actions/candlepin/candlepin_listening_service.rb
570
+ - app/lib/actions/candlepin/consumer/auto_attach_subscriptions.rb
571
+ - app/lib/actions/candlepin/consumer/create.rb
572
+ - app/lib/actions/candlepin/consumer/destroy.rb
573
+ - app/lib/actions/candlepin/consumer/update.rb
574
+ - app/lib/actions/candlepin/environment/create.rb
575
+ - app/lib/actions/candlepin/environment/destroy.rb
576
+ - app/lib/actions/candlepin/environment/set_content.rb
577
+ - app/lib/actions/candlepin/import_pool_handler.rb
578
+ - app/lib/actions/candlepin/listen_on_candlepin_events.rb
579
+ - app/lib/actions/candlepin/owner/auto_attach.rb
580
+ - app/lib/actions/candlepin/owner/create.rb
581
+ - app/lib/actions/candlepin/owner/destroy.rb
582
+ - app/lib/actions/candlepin/product/content_add.rb
583
+ - app/lib/actions/candlepin/product/content_create.rb
584
+ - app/lib/actions/candlepin/product/content_destroy.rb
585
+ - app/lib/actions/candlepin/product/content_remove.rb
586
+ - app/lib/actions/candlepin/product/content_update.rb
587
+ - app/lib/actions/candlepin/product/create.rb
588
+ - app/lib/actions/candlepin/product/create_unlimited_subscription.rb
589
+ - app/lib/actions/candlepin/product/delete_pools.rb
590
+ - app/lib/actions/candlepin/product/delete_subscriptions.rb
591
+ - app/lib/actions/candlepin/product/delete_unused.rb
592
+ - app/lib/actions/candlepin/product/destroy.rb
593
+ - app/lib/actions/candlepin/product/update.rb
594
+ - app/lib/actions/elastic_search/abstract.rb
595
+ - app/lib/actions/elastic_search/provider/reindex_subscriptions.rb
596
+ - app/lib/actions/elastic_search/reindex.rb
597
+ - app/lib/actions/elastic_search/reindex_on_association_change.rb
598
+ - app/lib/actions/elastic_search/repository/filtered_index_content.rb
599
+ - app/lib/actions/elastic_search/repository/index_content.rb
600
+ - app/lib/actions/elastic_search/repository/remove_packages.rb
601
+ - app/lib/actions/foreman/environment/destroy.rb
602
+ - app/lib/actions/helpers/presenter.rb
603
+ - app/lib/actions/katello/activation_key/create.rb
604
+ - app/lib/actions/katello/activation_key/destroy.rb
605
+ - app/lib/actions/katello/activation_key/reassign.rb
606
+ - app/lib/actions/katello/activation_key/update.rb
607
+ - app/lib/actions/katello/capsule_content/configure_capsule.rb
608
+ - app/lib/actions/katello/capsule_content/manage_bound_repositories.rb
609
+ - app/lib/actions/katello/capsule_content/sync.rb
610
+ - app/lib/actions/katello/capsule_content/update_without_content.rb
611
+ - app/lib/actions/katello/content_view/add_to_environment.rb
612
+ - app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
613
+ - app/lib/actions/katello/content_view/create.rb
614
+ - app/lib/actions/katello/content_view/destroy.rb
615
+ - app/lib/actions/katello/content_view/environment_create.rb
616
+ - app/lib/actions/katello/content_view/errata_mail.rb
617
+ - app/lib/actions/katello/content_view/incremental_updates.rb
618
+ - app/lib/actions/katello/content_view/node_metadata_generate.rb
619
+ - app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb
620
+ - app/lib/actions/katello/content_view/promote.rb
621
+ - app/lib/actions/katello/content_view/publish.rb
622
+ - app/lib/actions/katello/content_view/remove.rb
623
+ - app/lib/actions/katello/content_view/remove_from_environment.rb
624
+ - app/lib/actions/katello/content_view/remove_version.rb
625
+ - app/lib/actions/katello/content_view/update.rb
626
+ - app/lib/actions/katello/content_view/update_environment.rb
627
+ - app/lib/actions/katello/content_view_environment/destroy.rb
628
+ - app/lib/actions/katello/content_view_environment/reassign_objects.rb
629
+ - app/lib/actions/katello/content_view_puppet_environment/clear.rb
630
+ - app/lib/actions/katello/content_view_puppet_environment/clone.rb
631
+ - app/lib/actions/katello/content_view_puppet_environment/clone_content.rb
632
+ - app/lib/actions/katello/content_view_puppet_environment/create.rb
633
+ - app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb
634
+ - app/lib/actions/katello/content_view_puppet_environment/destroy.rb
635
+ - app/lib/actions/katello/content_view_puppet_module/destroy.rb
636
+ - app/lib/actions/katello/content_view_version/destroy.rb
637
+ - app/lib/actions/katello/content_view_version/incremental_update.rb
638
+ - app/lib/actions/katello/environment/destroy.rb
639
+ - app/lib/actions/katello/environment/library_create.rb
640
+ - app/lib/actions/katello/foreman/abstract.rb
641
+ - app/lib/actions/katello/foreman/content_update.rb
642
+ - app/lib/actions/katello/organization/auto_attach_subscriptions.rb
643
+ - app/lib/actions/katello/organization/create.rb
644
+ - app/lib/actions/katello/organization/destroy.rb
645
+ - app/lib/actions/katello/product/content_create.rb
646
+ - app/lib/actions/katello/product/content_destroy.rb
647
+ - app/lib/actions/katello/product/create.rb
648
+ - app/lib/actions/katello/product/destroy.rb
649
+ - app/lib/actions/katello/product/repositories_gpg_reset.rb
650
+ - app/lib/actions/katello/product/update.rb
651
+ - app/lib/actions/katello/provider/destroy.rb
652
+ - app/lib/actions/katello/provider/manifest_delete.rb
653
+ - app/lib/actions/katello/provider/manifest_import.rb
654
+ - app/lib/actions/katello/provider/manifest_refresh.rb
655
+ - app/lib/actions/katello/provider/update.rb
656
+ - app/lib/actions/katello/repository/capsule_generate_and_sync.rb
657
+ - app/lib/actions/katello/repository/clear.rb
658
+ - app/lib/actions/katello/repository/clone_docker_content.rb
659
+ - app/lib/actions/katello/repository/clone_to_environment.rb
660
+ - app/lib/actions/katello/repository/clone_to_version.rb
661
+ - app/lib/actions/katello/repository/clone_yum_content.rb
662
+ - app/lib/actions/katello/repository/correct_checksum.rb
663
+ - app/lib/actions/katello/repository/create.rb
664
+ - app/lib/actions/katello/repository/destroy.rb
665
+ - app/lib/actions/katello/repository/destroy_medium.rb
666
+ - app/lib/actions/katello/repository/discover.rb
667
+ - app/lib/actions/katello/repository/errata_mail.rb
668
+ - app/lib/actions/katello/repository/finish_upload.rb
669
+ - app/lib/actions/katello/repository/import_upload.rb
670
+ - app/lib/actions/katello/repository/index_errata.rb
671
+ - app/lib/actions/katello/repository/index_package_groups.rb
672
+ - app/lib/actions/katello/repository/metadata_generate.rb
673
+ - app/lib/actions/katello/repository/node_metadata_generate.rb
674
+ - app/lib/actions/katello/repository/remove_content.rb
675
+ - app/lib/actions/katello/repository/sync.rb
676
+ - app/lib/actions/katello/repository/update.rb
677
+ - app/lib/actions/katello/repository/update_media.rb
678
+ - app/lib/actions/katello/repository/upload_files.rb
679
+ - app/lib/actions/katello/repository_set/disable_repository.rb
680
+ - app/lib/actions/katello/repository_set/enable_repository.rb
681
+ - app/lib/actions/katello/repository_set/scan_cdn.rb
682
+ - app/lib/actions/katello/sync_plan/add_products.rb
683
+ - app/lib/actions/katello/sync_plan/destroy.rb
684
+ - app/lib/actions/katello/sync_plan/remove_products.rb
685
+ - app/lib/actions/katello/sync_plan/update.rb
686
+ - app/lib/actions/katello/system/activation_keys.rb
687
+ - app/lib/actions/katello/system/auto_attach_subscriptions.rb
688
+ - app/lib/actions/katello/system/create.rb
689
+ - app/lib/actions/katello/system/destroy.rb
690
+ - app/lib/actions/katello/system/erratum/applicable_errata_install.rb
691
+ - app/lib/actions/katello/system/erratum/install.rb
692
+ - app/lib/actions/katello/system/generate_applicability.rb
693
+ - app/lib/actions/katello/system/host_destroy.rb
694
+ - app/lib/actions/katello/system/package/install.rb
695
+ - app/lib/actions/katello/system/package/remove.rb
696
+ - app/lib/actions/katello/system/package/update.rb
697
+ - app/lib/actions/katello/system/package_group/install.rb
698
+ - app/lib/actions/katello/system/package_group/remove.rb
699
+ - app/lib/actions/katello/system/reassign.rb
700
+ - app/lib/actions/katello/system/update.rb
701
+ - app/lib/actions/middleware/backend_services_check.rb
702
+ - app/lib/actions/middleware/candlepin_services_check.rb
703
+ - app/lib/actions/middleware/elasticsearch_services_check.rb
704
+ - app/lib/actions/middleware/keep_locale.rb
705
+ - app/lib/actions/middleware/propagate_candlepin_errors.rb
706
+ - app/lib/actions/middleware/pulp_services_check.rb
707
+ - app/lib/actions/middleware/record_fixtures.rb
708
+ - app/lib/actions/middleware/remote_action.rb
709
+ - app/lib/actions/pulp/abstract.rb
710
+ - app/lib/actions/pulp/abstract_async_task.rb
711
+ - app/lib/actions/pulp/consumer.rb
712
+ - app/lib/actions/pulp/consumer/abstract_content_action.rb
713
+ - app/lib/actions/pulp/consumer/abstract_node_distributor_task.rb
714
+ - app/lib/actions/pulp/consumer/abstract_sync_node_task.rb
715
+ - app/lib/actions/pulp/consumer/activate_node.rb
716
+ - app/lib/actions/pulp/consumer/bind_node_distributor.rb
717
+ - app/lib/actions/pulp/consumer/content_install.rb
718
+ - app/lib/actions/pulp/consumer/content_uninstall.rb
719
+ - app/lib/actions/pulp/consumer/content_update.rb
720
+ - app/lib/actions/pulp/consumer/create.rb
721
+ - app/lib/actions/pulp/consumer/deactivate_node.rb
722
+ - app/lib/actions/pulp/consumer/destroy.rb
723
+ - app/lib/actions/pulp/consumer/generate_applicability.rb
724
+ - app/lib/actions/pulp/consumer/sync_node.rb
725
+ - app/lib/actions/pulp/consumer/unbind_node_distributor.rb
726
+ - app/lib/actions/pulp/consumer/update.rb
727
+ - app/lib/actions/pulp/content_view_puppet_environment/index_content.rb
728
+ - app/lib/actions/pulp/expect_one_task.rb
729
+ - app/lib/actions/pulp/repos/update.rb
730
+ - app/lib/actions/pulp/repository/abstract_copy_content.rb
731
+ - app/lib/actions/pulp/repository/abstract_remove_content.rb
732
+ - app/lib/actions/pulp/repository/associate_distributor.rb
733
+ - app/lib/actions/pulp/repository/copy_distribution.rb
734
+ - app/lib/actions/pulp/repository/copy_docker_image.rb
735
+ - app/lib/actions/pulp/repository/copy_docker_tag.rb
736
+ - app/lib/actions/pulp/repository/copy_errata.rb
737
+ - app/lib/actions/pulp/repository/copy_package_group.rb
738
+ - app/lib/actions/pulp/repository/copy_puppet_module.rb
739
+ - app/lib/actions/pulp/repository/copy_rpm.rb
740
+ - app/lib/actions/pulp/repository/copy_yum_metadata_file.rb
741
+ - app/lib/actions/pulp/repository/create.rb
742
+ - app/lib/actions/pulp/repository/create_in_plan.rb
743
+ - app/lib/actions/pulp/repository/create_upload_request.rb
744
+ - app/lib/actions/pulp/repository/delete_upload_request.rb
745
+ - app/lib/actions/pulp/repository/destroy.rb
746
+ - app/lib/actions/pulp/repository/distributor_publish.rb
747
+ - app/lib/actions/pulp/repository/import_upload.rb
748
+ - app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb
749
+ - app/lib/actions/pulp/repository/presenters/docker_presenter.rb
750
+ - app/lib/actions/pulp/repository/presenters/iso_presenter.rb
751
+ - app/lib/actions/pulp/repository/presenters/puppet_presenter.rb
752
+ - app/lib/actions/pulp/repository/presenters/yum_presenter.rb
753
+ - app/lib/actions/pulp/repository/purge_empty_errata.rb
754
+ - app/lib/actions/pulp/repository/purge_empty_package_groups.rb
755
+ - app/lib/actions/pulp/repository/refresh.rb
756
+ - app/lib/actions/pulp/repository/refresh_distributor.rb
757
+ - app/lib/actions/pulp/repository/regenerate_applicability.rb
758
+ - app/lib/actions/pulp/repository/remove_distribution.rb
759
+ - app/lib/actions/pulp/repository/remove_docker_image.rb
760
+ - app/lib/actions/pulp/repository/remove_errata.rb
761
+ - app/lib/actions/pulp/repository/remove_package_group.rb
762
+ - app/lib/actions/pulp/repository/remove_puppet_module.rb
763
+ - app/lib/actions/pulp/repository/remove_rpm.rb
764
+ - app/lib/actions/pulp/repository/remove_schedule.rb
765
+ - app/lib/actions/pulp/repository/sync.rb
766
+ - app/lib/actions/pulp/repository/update_importer.rb
767
+ - app/lib/actions/pulp/repository/update_schedule.rb
768
+ - app/lib/actions/pulp/repository/upload_file.rb
769
+ - app/lib/katello/README
770
+ - app/lib/katello/api/constraints/activation_key_constraint.rb
771
+ - app/lib/katello/api/mapper_extensions.rb
772
+ - app/lib/katello/api/v2/error_handling.rb
773
+ - app/lib/katello/api/v2/rendering.rb
774
+ - app/lib/katello/api/version2.rb
775
+ - app/lib/katello/bulk_actions.rb
776
+ - app/lib/katello/capsule_content.rb
777
+ - app/lib/katello/concerns/renderer_extensions.rb
778
+ - app/lib/katello/errors.rb
779
+ - app/lib/katello/foreman.rb
780
+ - app/lib/katello/glue/queue.rb
781
+ - app/lib/katello/glue/task.rb
782
+ - app/lib/katello/http_resource.rb
783
+ - app/lib/katello/lazy_accessor.rb
784
+ - app/lib/katello/mapping.rb
785
+ - app/lib/katello/repo_discovery.rb
786
+ - app/lib/katello/resources/candlepin.rb
787
+ - app/lib/katello/resources/cdn.rb
788
+ - app/lib/katello/util/cdn_var_substitutor.rb
789
+ - app/lib/katello/util/data.rb
790
+ - app/lib/katello/util/errata.rb
791
+ - app/lib/katello/util/filter_clause_generator.rb
792
+ - app/lib/katello/util/model.rb
793
+ - app/lib/katello/util/package.rb
794
+ - app/lib/katello/util/package_clause_generator.rb
795
+ - app/lib/katello/util/package_filter.rb
796
+ - app/lib/katello/util/report_table.rb
797
+ - app/lib/katello/util/search.rb
798
+ - app/lib/katello/util/support.rb
799
+ - app/lib/katello/util/task_status.rb
800
+ - app/lib/katello/util/thread_session.rb
801
+ - app/lib/katello/util/url_matcher.rb
802
+ - app/lib/katello/validators/content_validator.rb
803
+ - app/lib/katello/validators/content_view_environment_validator.rb
804
+ - app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb
805
+ - app/lib/katello/validators/content_view_filter_version_validator.rb
806
+ - app/lib/katello/validators/content_view_puppet_module_validator.rb
807
+ - app/lib/katello/validators/gpg_key_content_validator.rb
808
+ - app/lib/katello/validators/katello_label_format_validator.rb
809
+ - app/lib/katello/validators/katello_name_format_validator.rb
810
+ - app/lib/katello/validators/katello_url_format_validator.rb
811
+ - app/lib/katello/validators/library_presence_validator.rb
812
+ - app/lib/katello/validators/no_trailing_space_validator.rb
813
+ - app/lib/katello/validators/non_library_environment_validator.rb
814
+ - app/lib/katello/validators/not_in_library_validator.rb
815
+ - app/lib/katello/validators/path_descendents_validator.rb
816
+ - app/lib/katello/validators/prior_validator.rb
817
+ - app/lib/katello/validators/product_unique_attribute_validator.rb
818
+ - app/lib/katello/validators/repo_disablement_validator.rb
819
+ - app/lib/katello/validators/repository_unique_attribute_validator.rb
820
+ - app/lib/katello/validators/self_reference_environment_validator.rb
821
+ - app/lib/katello/validators/unique_field_in_org.rb
1080
822
  - app/mailers/katello/errata_mailer.rb
1081
- - app/overrides/add_smart_proxy_form.rb
1082
- - app/overrides/add_subscription_status.rb
1083
- - app/overrides/add_organization_attributes.rb
1084
- - app/overrides/add_about_page.rb
1085
- - app/overrides/add_activation_keys_input.rb
1086
- - app/overrides/foreman/hosts/_subscription_link.html.erb
1087
- - app/overrides/foreman/hosts/_subscription_status.html.erb
1088
- - app/overrides/foreman/taxonomies/_action_buttons.html.erb
1089
- - app/overrides/foreman/about/_system_status.html.erb
1090
- - app/overrides/foreman/about/_support_documentation.html.erb
1091
- - app/overrides/foreman/about/_installed_packages.html.erb
1092
- - app/overrides/foreman/organizations/_step_1_override.html.erb
1093
- - app/overrides/foreman/organizations/_edit_override.html.erb
1094
- - app/overrides/foreman/activation_keys/_host_tab_pane.html.erb
1095
- - app/overrides/foreman/activation_keys/_host_tab.html.erb
1096
- - app/overrides/foreman/activation_keys/_host_environment_select.html.erb
1097
- - app/overrides/foreman/smart_proxies/_environment_tab.html.erb
1098
- - app/overrides/foreman/smart_proxies/_environment_tab_pane.html.erb
1099
- - app/overrides/override_taxonomy_actions.rb
1100
- - app/assets/javascripts/katello/widgets/one_panel.js
1101
- - app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js
1102
- - app/assets/javascripts/katello/widgets/subpanel_new.js
1103
- - app/assets/javascripts/katello/widgets/filtertable/filtertable.js
1104
- - app/assets/javascripts/katello/widgets/auto_complete.js
1105
- - app/assets/javascripts/katello/widgets/path_selector.js
1106
- - app/assets/javascripts/katello/widgets/env_content_view_selector.js
1107
- - app/assets/javascripts/katello/widgets/tabs.js
1108
- - app/assets/javascripts/katello/common/vendor.js
1109
- - app/assets/javascripts/katello/common/katello.js
1110
- - app/assets/javascripts/katello/common/chosen.jquery.js
1111
- - app/assets/javascripts/katello/common/env_select_scroll.js
1112
- - app/assets/javascripts/katello/common/katello.global.js
1113
- - app/assets/javascripts/katello/common/index.js
1114
- - app/assets/javascripts/katello/common/env_select.js
1115
- - app/assets/javascripts/katello/common/spin.min.js
1116
- - app/assets/javascripts/katello/common/katello_object.js
1117
- - app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js
1118
- - app/assets/javascripts/katello/common/experimental/katello-globals.module.js
1119
- - app/assets/javascripts/katello/common/menu.js
1120
- - app/assets/javascripts/katello/common/katello.common.js
1121
- - app/assets/javascripts/katello/containers/container.js
1122
- - app/assets/javascripts/katello/hosts/activation_key_edit.js
1123
- - app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js
1124
- - app/assets/javascripts/katello/providers/provider_redhat.js
1125
- - app/assets/javascripts/katello/providers/redhat/index.js
1126
- - app/assets/javascripts/katello/organizations/download_certificate.js
1127
- - app/assets/javascripts/katello/html5/excanvas.js
1128
- - app/assets/javascripts/katello/html5/index.js
1129
- - app/assets/javascripts/katello/html5/html5.js
1130
- - app/assets/javascripts/katello/sync_management/index.js
1131
- - app/assets/javascripts/katello/sync_management/sync_management.js
1132
- - app/assets/images/katello/large-white-spinner.gif
1133
- - app/assets/images/katello/icons/ui.totop.png
1134
- - app/assets/images/katello/icons/statusicons.png
1135
- - app/assets/images/katello/icons/spinner.gif
1136
- - app/assets/images/katello/icons/close.png
1137
- - app/assets/images/katello/icons/expander-expanded.png
1138
- - app/assets/images/katello/icons/arrow_icon.png
1139
- - app/assets/images/katello/icons/grabber.png
1140
- - app/assets/images/katello/icons/expander-collapsed.png
1141
- - app/assets/images/katello/icons/recent.png
1142
- - app/assets/images/katello/icons/info.png
1143
- - app/assets/images/katello/icons/edit.png
1144
- - app/assets/images/katello/icons/info-hover.png
1145
- - app/assets/images/katello/icons/dotdotdot.png
1146
- - app/assets/images/katello/icons/icon_menu_arrow.gif
1147
- - app/assets/images/katello/icons/favorite.png
1148
- - app/assets/images/katello/icons/breadcrumb-icons.png
1149
- - app/assets/images/katello/icons/svg-source/objects.svg
1150
- - app/assets/images/katello/icons/svg-source/breadcrumb-icons.svg
1151
- - app/assets/images/katello/icons/svg-source/action-icons.svg
1152
- - app/assets/images/katello/icons/status_icons_sprite.png
1153
- - app/assets/images/katello/icons/check_icon.png
1154
- - app/assets/images/katello/icons/status.png
1155
- - app/assets/images/katello/icons/order-desc.png
1156
- - app/assets/images/katello/icons/objects.png
1157
- - app/assets/images/katello/icons/locked.png
1158
- - app/assets/images/katello/icons/simplePassMeterSprite.png
1159
- - app/assets/images/katello/icons/right-arrow.png
1160
- - app/assets/images/katello/icons/spinner_head.gif
1161
- - app/assets/images/katello/icons/icon_search.png
1162
- - app/assets/images/katello/icons/expander-collapsed-left.png
1163
- - app/assets/images/katello/icons/order-asc.png
1164
- - app/assets/images/katello/icons/action-icons.png
1165
- - app/assets/images/katello/icons/edit-hover.png
1166
- - app/assets/images/katello/katello.png
1167
- - app/assets/images/katello/katello-login-logo.png
1168
- - app/assets/images/katello/center-background.png
1169
- - app/assets/images/katello/black_arrow.png
1170
- - app/assets/images/katello/subnav-shadow.png
1171
- - app/assets/images/katello/headpin-logo.png
1172
- - app/assets/images/katello/navtab_off.png
1173
- - app/assets/images/katello/katello_32x32_icon.png
1174
- - app/assets/images/katello/input-bg.png
1175
- - app/assets/images/katello/cross_link.png
1176
- - app/assets/images/katello/960.png
1177
- - app/assets/images/katello/navtab_on.png
1178
- - app/assets/images/katello/chosen-sprite.png
1179
- - app/assets/images/katello/nav_pipe.png
1180
- - app/assets/images/katello/embed/favicon.png
1181
- - app/assets/images/katello/biglogo.png
1182
- - app/assets/images/katello/outer-background.png
1183
- - app/assets/images/katello/chart_overlay.png
1184
- - app/assets/images/katello/katello-logo.png
1185
- - app/assets/images/katello/boxshadow.png
1186
- - app/assets/images/katello/3rd-level-bg.png
1187
- - app/assets/images/katello/footer-shade.png
1188
- - app/assets/images/katello/headpin-login-logo.png
1189
- - app/assets/stylesheets/katello/widgets/_chosen.scss
1190
- - app/assets/stylesheets/katello/widgets/tabs.scss
1191
- - app/assets/stylesheets/katello/widgets/_scrollpane.scss
1192
- - app/assets/stylesheets/katello/fancyqueries.scss
1193
- - app/assets/stylesheets/katello/generic.scss
1194
- - app/assets/stylesheets/katello/_look.scss
1195
- - app/assets/stylesheets/katello/containers/container.scss
1196
- - app/assets/stylesheets/katello/contents.scss
1197
- - app/assets/stylesheets/katello/katello_sprites.css.scss
1198
- - app/assets/stylesheets/katello/_katello_base.scss
1199
- - app/assets/stylesheets/katello/katello.scss
1200
- - app/assets/stylesheets/katello/_katello_mixins.scss
1201
- - app/assets/stylesheets/katello/_katello_colors.scss
1202
- - app/assets/stylesheets/katello/_overrides.scss
1203
- - app/assets/stylesheets/katello/_katello_vars.scss
1204
- - app/assets/stylesheets/katello/activation_keys.scss
1205
- - app/assets/stylesheets/katello/notifications.scss
1206
- - app/assets/stylesheets/katello/ie.scss
1207
- - app/presenters/katello/repository_presenter.rb
823
+ - app/models/katello/activation_key.rb
824
+ - app/models/katello/authorization/activation_key.rb
825
+ - app/models/katello/authorization/content_view.rb
826
+ - app/models/katello/authorization/content_view_environment.rb
827
+ - app/models/katello/authorization/content_view_history.rb
828
+ - app/models/katello/authorization/content_view_version.rb
829
+ - app/models/katello/authorization/gpg_key.rb
830
+ - app/models/katello/authorization/host_collection.rb
831
+ - app/models/katello/authorization/lifecycle_environment.rb
832
+ - app/models/katello/authorization/organization.rb
833
+ - app/models/katello/authorization/pool.rb
834
+ - app/models/katello/authorization/product.rb
835
+ - app/models/katello/authorization/repository.rb
836
+ - app/models/katello/authorization/subscription.rb
837
+ - app/models/katello/authorization/sync_plan.rb
838
+ - app/models/katello/authorization/system.rb
839
+ - app/models/katello/candlepin/content.rb
840
+ - app/models/katello/candlepin/product_content.rb
841
+ - app/models/katello/capsule_lifecycle_environment.rb
842
+ - app/models/katello/concerns/container_extensions.rb
843
+ - app/models/katello/concerns/docker_container_wizard_state_extensions.rb
844
+ - app/models/katello/concerns/environment_extensions.rb
845
+ - app/models/katello/concerns/host_managed_extensions.rb
846
+ - app/models/katello/concerns/hostgroup_extensions.rb
847
+ - app/models/katello/concerns/location_extensions.rb
848
+ - app/models/katello/concerns/medium_extensions.rb
849
+ - app/models/katello/concerns/operatingsystem_extensions.rb
850
+ - app/models/katello/concerns/organization_extensions.rb
851
+ - app/models/katello/concerns/pulp_database_unit.rb
852
+ - app/models/katello/concerns/redhat_extensions.rb
853
+ - app/models/katello/concerns/smart_proxy_extensions.rb
854
+ - app/models/katello/concerns/user_extensions.rb
855
+ - app/models/katello/content_view.rb
856
+ - app/models/katello/content_view_component.rb
857
+ - app/models/katello/content_view_environment.rb
858
+ - app/models/katello/content_view_erratum_filter.rb
859
+ - app/models/katello/content_view_erratum_filter_rule.rb
860
+ - app/models/katello/content_view_filter.rb
861
+ - app/models/katello/content_view_history.rb
862
+ - app/models/katello/content_view_package_filter.rb
863
+ - app/models/katello/content_view_package_filter_rule.rb
864
+ - app/models/katello/content_view_package_group_filter.rb
865
+ - app/models/katello/content_view_package_group_filter_rule.rb
866
+ - app/models/katello/content_view_puppet_environment.rb
867
+ - app/models/katello/content_view_puppet_environment_puppet_module.rb
868
+ - app/models/katello/content_view_puppet_module.rb
869
+ - app/models/katello/content_view_repository.rb
870
+ - app/models/katello/content_view_version.rb
871
+ - app/models/katello/content_view_version_component.rb
872
+ - app/models/katello/cp_consumer_user.rb
873
+ - app/models/katello/docker_image.rb
874
+ - app/models/katello/docker_tag.rb
875
+ - app/models/katello/erratum.rb
876
+ - app/models/katello/erratum_bugzilla.rb
877
+ - app/models/katello/erratum_cve.rb
878
+ - app/models/katello/erratum_package.rb
879
+ - app/models/katello/ext/indexed_model.rb
880
+ - app/models/katello/ext/label_from_name.rb
881
+ - app/models/katello/glue.rb
882
+ - app/models/katello/glue/candlepin/activation_key.rb
883
+ - app/models/katello/glue/candlepin/candlepin_object.rb
884
+ - app/models/katello/glue/candlepin/consumer.rb
885
+ - app/models/katello/glue/candlepin/content.rb
886
+ - app/models/katello/glue/candlepin/environment.rb
887
+ - app/models/katello/glue/candlepin/owner.rb
888
+ - app/models/katello/glue/candlepin/owner_info.rb
889
+ - app/models/katello/glue/candlepin/pool.rb
890
+ - app/models/katello/glue/candlepin/product.rb
891
+ - app/models/katello/glue/candlepin/subscription.rb
892
+ - app/models/katello/glue/elastic_search/backend_indexed_model.rb
893
+ - app/models/katello/glue/elastic_search/content_view_erratum_filter_rule.rb
894
+ - app/models/katello/glue/elastic_search/content_view_history.rb
895
+ - app/models/katello/glue/elastic_search/content_view_package_filter_rule.rb
896
+ - app/models/katello/glue/elastic_search/content_view_package_group_filter_rule.rb
897
+ - app/models/katello/glue/elastic_search/facet_item.rb
898
+ - app/models/katello/glue/elastic_search/host_collection.rb
899
+ - app/models/katello/glue/elastic_search/items.rb
900
+ - app/models/katello/glue/elastic_search/job.rb
901
+ - app/models/katello/glue/elastic_search/system.rb
902
+ - app/models/katello/glue/elastic_search/task_status.rb
903
+ - app/models/katello/glue/provider.rb
904
+ - app/models/katello/glue/pulp/consumer.rb
905
+ - app/models/katello/glue/pulp/consumer_group.rb
906
+ - app/models/katello/glue/pulp/pulp_errors.rb
907
+ - app/models/katello/glue/pulp/repo.rb
908
+ - app/models/katello/glue/pulp/repos.rb
909
+ - app/models/katello/glue/pulp/simple_package.rb
910
+ - app/models/katello/gpg_key.rb
911
+ - app/models/katello/hash_util.rb
912
+ - app/models/katello/host_collection.rb
913
+ - app/models/katello/hypervisor.rb
914
+ - app/models/katello/job.rb
915
+ - app/models/katello/job_task.rb
916
+ - app/models/katello/key_host_collection.rb
917
+ - app/models/katello/kt_environment.rb
918
+ - app/models/katello/model.rb
919
+ - app/models/katello/package_group.rb
920
+ - app/models/katello/ping.rb
921
+ - app/models/katello/pool.rb
922
+ - app/models/katello/pool_activation_key.rb
923
+ - app/models/katello/product.rb
924
+ - app/models/katello/provider.rb
925
+ - app/models/katello/proxy_association_owner.rb
926
+ - app/models/katello/pulp_sync_status.rb
927
+ - app/models/katello/pulp_task_status.rb
928
+ - app/models/katello/puppet_module.rb
929
+ - app/models/katello/repository.rb
930
+ - app/models/katello/repository_docker_image.rb
931
+ - app/models/katello/repository_erratum.rb
932
+ - app/models/katello/repository_package_group.rb
933
+ - app/models/katello/repository_puppet_module.rb
934
+ - app/models/katello/repository_rpm.rb
935
+ - app/models/katello/rpm.rb
936
+ - app/models/katello/subscription.rb
937
+ - app/models/katello/subscription_product.rb
938
+ - app/models/katello/sync_plan.rb
939
+ - app/models/katello/system.rb
940
+ - app/models/katello/system_activation_key.rb
941
+ - app/models/katello/system_erratum.rb
942
+ - app/models/katello/system_host_collection.rb
943
+ - app/models/katello/system_repository.rb
944
+ - app/models/katello/task_status.rb
945
+ - app/models/setting/katello.rb
946
+ - app/overrides/add_about_page.rb
947
+ - app/overrides/add_activation_keys_input.rb
948
+ - app/overrides/add_organization_attributes.rb
949
+ - app/overrides/add_smart_proxy_form.rb
950
+ - app/overrides/add_subscription_status.rb
951
+ - app/overrides/foreman/about/_installed_packages.html.erb
952
+ - app/overrides/foreman/about/_support_documentation.html.erb
953
+ - app/overrides/foreman/about/_system_status.html.erb
954
+ - app/overrides/foreman/activation_keys/_host_environment_select.html.erb
955
+ - app/overrides/foreman/activation_keys/_host_tab.html.erb
956
+ - app/overrides/foreman/activation_keys/_host_tab_pane.html.erb
957
+ - app/overrides/foreman/hosts/_subscription_link.html.erb
958
+ - app/overrides/foreman/hosts/_subscription_status.html.erb
959
+ - app/overrides/foreman/organizations/_edit_override.html.erb
960
+ - app/overrides/foreman/organizations/_step_1_override.html.erb
961
+ - app/overrides/foreman/smart_proxies/_environment_tab.html.erb
962
+ - app/overrides/foreman/smart_proxies/_environment_tab_pane.html.erb
963
+ - app/overrides/foreman/taxonomies/_action_buttons.html.erb
964
+ - app/overrides/override_taxonomy_actions.rb
1208
965
  - app/presenters/katello/content_view_version_compare_presenter.rb
1209
966
  - app/presenters/katello/relation_presenter.rb
967
+ - app/presenters/katello/repository_presenter.rb
1210
968
  - app/presenters/katello/sync_status_presenter.rb
1211
- - vendor/assets/javascripts/katello/jquery.treeTable.js
1212
- - vendor/assets/javascripts/katello/jquery.hoverIntent.js
1213
- - vendor/assets/javascripts/katello/jquery.trunk8.js
1214
- - vendor/assets/javascripts/katello/chosen.jquery.js
1215
- - vendor/assets/javascripts/katello/jquery-1.7.2.js
1216
- - vendor/assets/javascripts/katello/jquery.ba-bbq.js
1217
- - vendor/assets/javascripts/katello/jquery.periodicalupdater.js
1218
- - vendor/assets/images/katello/move.png
1219
- - vendor/assets/images/katello/bg_toolbarheader.jpg
1220
- - vendor/assets/images/katello/icon_help.png
1221
- - vendor/assets/images/katello/icon_toolbar_arrow.gif
1222
- - vendor/assets/images/katello/icon_vmpool.png
1223
- - vendor/assets/images/katello/ui-icons_97baed_256x240.png
1224
- - vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png
1225
- - vendor/assets/images/katello/close.png
1226
- - vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png
1227
- - vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png
1228
- - vendor/assets/images/katello/icon_addstorage.gif
1229
- - vendor/assets/images/katello/folder-closed.gif
1230
- - vendor/assets/images/katello/folderClosed.gif
1231
- - vendor/assets/images/katello/icon_add_vmpool.png
1232
- - vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png
1233
- - vendor/assets/images/katello/icon_add_hardwarePool.png
1234
- - vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png
1235
- - vendor/assets/images/katello/delete_white.gif
1236
- - vendor/assets/images/katello/minus.gif
1237
- - vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png
1238
- - vendor/assets/images/katello/bg_header.jpg
1239
- - vendor/assets/images/katello/bg_menu_big.jpg
1240
- - vendor/assets/images/katello/icon_newgroup.gif
1241
- - vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png
1242
- - vendor/assets/images/katello/icon_dashboard.gif
1243
- - vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png
1244
- - vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png
1245
- - vendor/assets/images/katello/icon_menu_arrow.gif
1246
- - vendor/assets/images/katello/icon_addstorage.png
1247
- - vendor/assets/images/katello/plus.gif
1248
- - vendor/assets/images/katello/icon_hdwarepool.png
1249
- - vendor/assets/images/katello/icon_unassignedhost.gif
1250
- - vendor/assets/images/katello/add2.png
1251
- - vendor/assets/images/katello/file.gif
1252
- - vendor/assets/images/katello/delete.png
1253
- - vendor/assets/images/katello/addhost.png
1254
- - vendor/assets/images/katello/folder.gif
1255
- - vendor/assets/images/katello/icon_search.png
1256
- - vendor/assets/images/katello/image_ovirt.png
1257
- - vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png
1258
- - vendor/assets/images/katello/addhost2.png
1259
- - vendor/assets/images/katello/icon_delete.gif
1260
- - vendor/assets/images/katello/icon_addhost.gif
1261
- - vendor/assets/stylesheets/katello/jquery.treeTable.css
1262
- - vendor/assets/stylesheets/katello/jquery.multiselect.filter.css
1263
- - vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css
1264
- - vendor/assets/stylesheets/katello/facebox.css
1265
- - vendor/assets/stylesheets/katello/jquery.multiselect.css
1266
- - vendor/assets/stylesheets/katello/jquery.loadmask.css
1267
- - vendor/assets/stylesheets/katello/jquery.jnotify.css
1268
- - vendor/assets/stylesheets/katello/jquery.jscrollpane.css
1269
- - vendor/assets/stylesheets/katello/ui.spinner.css
1270
- - lib/monkeys/json_munging_patch.rb
1271
- - lib/monkeys/passenger_tee_input.rb
1272
- - lib/monkeys/multi_json_empty_fix.rb
1273
- - lib/monkeys/foreign_keys_postgresql.rb
1274
- - lib/monkeys/anemone.rb
1275
- - lib/katello/actions/actions.rb
1276
- - lib/katello/plugin.rb
1277
- - lib/katello/permissions/capsule_content_permissions.rb
1278
- - lib/katello/permissions/operatingsystems_permissions.rb
1279
- - lib/katello/permissions/lifecycle_environment_permissions.rb
1280
- - lib/katello/permissions/product_permissions.rb
1281
- - lib/katello/permissions/gpg_key_permissions.rb
1282
- - lib/katello/permissions/host_collections_permissions.rb
1283
- - lib/katello/permissions/content_host_permissions.rb
1284
- - lib/katello/permissions/subscription_permissions.rb
1285
- - lib/katello/permissions/user_permissions.rb
1286
- - lib/katello/permissions/organization_permissions.rb
1287
- - lib/katello/permissions/activation_key_permissions.rb
1288
- - lib/katello/permissions/content_view_permissions.rb
1289
- - lib/katello/permissions/sync_plan_permissions.rb
1290
- - lib/katello/engine.rb
1291
- - lib/katello/version.rb
1292
- - lib/katello/tire_bridge.rb
1293
- - lib/katello/apipie/validators.rb
1294
- - lib/katello/permissions.rb
1295
- - lib/katello/url_constrained_cookie_store.rb
1296
- - lib/katello/tasks/delete_orphaned_content.rake
1297
- - lib/katello/tasks/setup.rake
1298
- - lib/katello/tasks/simplecov.rake
1299
- - lib/katello/tasks/gettext.rake
1300
- - lib/katello/tasks/jsroutes.rake
1301
- - lib/katello/tasks/test.rake
1302
- - lib/katello/tasks/jenkins.rake
1303
- - lib/katello/tasks/yard.rake
1304
- - lib/katello/tasks/jshint.rake
1305
- - lib/katello/tasks/asset_compile.rake
1306
- - lib/katello/tasks/upgrades/2.1/import_errata.rake
1307
- - lib/katello/tasks/upgrades/2.2/update_metadata_expire.rake
1308
- - lib/katello/tasks/upgrades/2.2/update_gpg_key_urls.rake
1309
- - lib/katello/tasks/upgrades/2.4/import_puppet_modules.rake
1310
- - lib/katello/tasks/upgrades/2.4/import_distributions.rake
1311
- - lib/katello/tasks/upgrades/2.4/import_rpms.rake
1312
- - lib/katello/tasks/upgrades/2.4/import_package_groups.rake
1313
- - lib/katello/tasks/upgrades/2.4/import_subscriptions.rake
1314
- - lib/katello/tasks/clean_backend_objects.rake
1315
- - lib/katello/tasks/regenerate_repo_metadata.rake
1316
- - lib/katello/tasks/rubocop.rake
1317
- - lib/katello/tasks/reindex.rake
1318
- - lib/katello/tasks/pretty_routes.rake
1319
- - lib/katello.rb
1320
- - lib/README
1321
- - db/migrate/20140626204902_add_unlimited_to_host_collection.rb
1322
- - db/migrate/20131216212502_add_quantity_to_katello_key_pools.rb
1323
- - db/migrate/20140707203534_location_add_katello_default.rb
1324
- - db/migrate/20140206200439_create_content_view_puppet_modules.rb
1325
- - db/migrate/20140626204657_add_unlimited_to_activation_keys.rb
1326
- - db/migrate/20140310102051_repository_add_checksum_type.rb
1327
- - db/migrate/20141209103005_disown_foreman_templates.rb
969
+ - app/services/client/cert.rb
970
+ - app/services/katello/authentication/client_authentication.rb
971
+ - app/services/katello/pulp/docker_image.rb
972
+ - app/services/katello/pulp/erratum.rb
973
+ - app/services/katello/pulp/package_group.rb
974
+ - app/services/katello/pulp/pulp_content_unit.rb
975
+ - app/services/katello/pulp/puppet_module.rb
976
+ - app/services/katello/pulp/rpm.rb
977
+ - app/services/katello/puppet_class_importer_extensions.rb
978
+ - app/views/dashboard/_content_views_widget.html.erb
979
+ - app/views/dashboard/_errata_widget.html.erb
980
+ - app/views/dashboard/_host_collection_widget.html.erb
981
+ - app/views/dashboard/_subscription_status_widget.html.erb
982
+ - app/views/dashboard/_subscription_widget.html.erb
983
+ - app/views/dashboard/_sync_widget.html.erb
984
+ - app/views/foreman/unattended/finish-katello.erb
985
+ - app/views/foreman/unattended/kickstart-katello.erb
986
+ - app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
987
+ - app/views/foreman/unattended/userdata-katello.erb
988
+ - app/views/foreman_docker/containers/steps/_katello_container.html.erb
989
+ - app/views/katello/api/v2/activation_keys/available_host_collections.json.rabl
990
+ - app/views/katello/api/v2/activation_keys/available_releases.json.rabl
991
+ - app/views/katello/api/v2/activation_keys/index.json.rabl
992
+ - app/views/katello/api/v2/activation_keys/product_content.json.rabl
993
+ - app/views/katello/api/v2/activation_keys/show.json.rabl
994
+ - app/views/katello/api/v2/activation_keys/subscriptions.json.rabl
995
+ - app/views/katello/api/v2/capsule_content/lifecycle_environments.json.rabl
996
+ - app/views/katello/api/v2/common/_identifier.json.rabl
997
+ - app/views/katello/api/v2/common/_metadata.json.rabl
998
+ - app/views/katello/api/v2/common/_org_reference.json.rabl
999
+ - app/views/katello/api/v2/common/_syncable.json.rabl
1000
+ - app/views/katello/api/v2/common/_timestamps.json.rabl
1001
+ - app/views/katello/api/v2/common/async.json.rabl
1002
+ - app/views/katello/api/v2/common/bulk_action.json.rabl
1003
+ - app/views/katello/api/v2/common/bulk_async.json.rabl
1004
+ - app/views/katello/api/v2/common/create.json.rabl
1005
+ - app/views/katello/api/v2/common/destroy.json.rabl
1006
+ - app/views/katello/api/v2/common/index.json.rabl
1007
+ - app/views/katello/api/v2/common/status.json.rabl
1008
+ - app/views/katello/api/v2/common/update.json.rabl
1009
+ - app/views/katello/api/v2/content_view_filter_rules/index.json.rabl
1010
+ - app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
1011
+ - app/views/katello/api/v2/content_view_filters/index.json.rabl
1012
+ - app/views/katello/api/v2/content_view_filters/show.json.rabl
1013
+ - app/views/katello/api/v2/content_view_histories/index.json.rabl
1014
+ - app/views/katello/api/v2/content_view_histories/show.json.rabl
1015
+ - app/views/katello/api/v2/content_view_puppet_modules/create.json.rabl
1016
+ - app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl
1017
+ - app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl
1018
+ - app/views/katello/api/v2/content_view_versions/base.json.rabl
1019
+ - app/views/katello/api/v2/content_view_versions/index.json.rabl
1020
+ - app/views/katello/api/v2/content_view_versions/show.json.rabl
1021
+ - app/views/katello/api/v2/content_views/_content_view.json.rabl
1022
+ - app/views/katello/api/v2/content_views/copy.json.rabl
1023
+ - app/views/katello/api/v2/content_views/index.json.rabl
1024
+ - app/views/katello/api/v2/content_views/puppet_modules.json.rabl
1025
+ - app/views/katello/api/v2/content_views/show.json.rabl
1026
+ - app/views/katello/api/v2/content_views/version.json.rabl
1027
+ - app/views/katello/api/v2/docker_images/index.json.rabl
1028
+ - app/views/katello/api/v2/docker_images/show.json.rabl
1029
+ - app/views/katello/api/v2/docker_tags/_base.json.rabl
1030
+ - app/views/katello/api/v2/docker_tags/index.json.rabl
1031
+ - app/views/katello/api/v2/docker_tags/show.json.rabl
1032
+ - app/views/katello/api/v2/environments/index.json.rabl
1033
+ - app/views/katello/api/v2/environments/paths.json.rabl
1034
+ - app/views/katello/api/v2/environments/releases.json.rabl
1035
+ - app/views/katello/api/v2/environments/repositories.json.rabl
1036
+ - app/views/katello/api/v2/environments/show.json.rabl
1037
+ - app/views/katello/api/v2/errata/_applicable_errata.json.rabl
1038
+ - app/views/katello/api/v2/errata/_attributes.json.rabl
1039
+ - app/views/katello/api/v2/errata/_counts.json.rabl
1040
+ - app/views/katello/api/v2/errata/compare.json.rabl
1041
+ - app/views/katello/api/v2/errata/index.json.rabl
1042
+ - app/views/katello/api/v2/errata/show.json.rabl
1043
+ - app/views/katello/api/v2/gpg_keys/index.json.rabl
1044
+ - app/views/katello/api/v2/gpg_keys/show.json.rabl
1045
+ - app/views/katello/api/v2/host_collection_errata/index.json.rabl
1046
+ - app/views/katello/api/v2/host_collections/_host_collection.json.rabl
1047
+ - app/views/katello/api/v2/host_collections/copy.json.rabl
1048
+ - app/views/katello/api/v2/host_collections/create.json.rabl
1049
+ - app/views/katello/api/v2/host_collections/delta_activation_keys.rabl
1050
+ - app/views/katello/api/v2/host_collections/history.json.rabl
1051
+ - app/views/katello/api/v2/host_collections/history_show.json.rabl
1052
+ - app/views/katello/api/v2/host_collections/index.json.rabl
1053
+ - app/views/katello/api/v2/host_collections/show.json.rabl
1054
+ - app/views/katello/api/v2/host_collections/systems.json.rabl
1055
+ - app/views/katello/api/v2/host_collections/update.json.rabl
1056
+ - app/views/katello/api/v2/layouts/collection.json.erb
1057
+ - app/views/katello/api/v2/layouts/index.json.erb
1058
+ - app/views/katello/api/v2/layouts/resource.json.erb
1059
+ - app/views/katello/api/v2/organizations/index.json.rabl
1060
+ - app/views/katello/api/v2/organizations/show.json.rabl
1061
+ - app/views/katello/api/v2/package_groups/backend.json.rabl
1062
+ - app/views/katello/api/v2/package_groups/base.json.rabl
1063
+ - app/views/katello/api/v2/package_groups/index.json.rabl
1064
+ - app/views/katello/api/v2/package_groups/show.json.rabl
1065
+ - app/views/katello/api/v2/packages/backend.json.rabl
1066
+ - app/views/katello/api/v2/packages/base.json.rabl
1067
+ - app/views/katello/api/v2/packages/index.json.rabl
1068
+ - app/views/katello/api/v2/packages/show.json.rabl
1069
+ - app/views/katello/api/v2/ping/server_status.json.rabl
1070
+ - app/views/katello/api/v2/ping/show.json.rabl
1071
+ - app/views/katello/api/v2/ping/version.json.rabl
1072
+ - app/views/katello/api/v2/products/base.json.rabl
1073
+ - app/views/katello/api/v2/products/index.json.rabl
1074
+ - app/views/katello/api/v2/products/repositories.json.rabl
1075
+ - app/views/katello/api/v2/products/show.json.rabl
1076
+ - app/views/katello/api/v2/providers/_provider.json.rabl
1077
+ - app/views/katello/api/v2/providers/index.json.rabl
1078
+ - app/views/katello/api/v2/providers/products.json.rabl
1079
+ - app/views/katello/api/v2/providers/show.json.rabl
1080
+ - app/views/katello/api/v2/puppet_modules/backend.json.rabl
1081
+ - app/views/katello/api/v2/puppet_modules/base.json.rabl
1082
+ - app/views/katello/api/v2/puppet_modules/index.json.rabl
1083
+ - app/views/katello/api/v2/puppet_modules/name.json.rabl
1084
+ - app/views/katello/api/v2/puppet_modules/names.json.rabl
1085
+ - app/views/katello/api/v2/puppet_modules/show.json.rabl
1086
+ - app/views/katello/api/v2/repositories/base.json.rabl
1087
+ - app/views/katello/api/v2/repositories/index.json.rabl
1088
+ - app/views/katello/api/v2/repositories/package_group_categories.json.rabl
1089
+ - app/views/katello/api/v2/repositories/package_groups.json.rabl
1090
+ - app/views/katello/api/v2/repositories/show.json.rabl
1091
+ - app/views/katello/api/v2/repositories/sync.json.rabl
1092
+ - app/views/katello/api/v2/repository_sets/available_repositories.json.rabl
1093
+ - app/views/katello/api/v2/repository_sets/index.json.rabl
1094
+ - app/views/katello/api/v2/repository_sets/show.json.rabl
1095
+ - app/views/katello/api/v2/root/resource_list.json.rabl
1096
+ - app/views/katello/api/v2/subscriptions/base.json.rabl
1097
+ - app/views/katello/api/v2/subscriptions/create.json.rabl
1098
+ - app/views/katello/api/v2/subscriptions/destroy.json.rabl
1099
+ - app/views/katello/api/v2/subscriptions/destroy_all.json.rabl
1100
+ - app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl
1101
+ - app/views/katello/api/v2/subscriptions/index.json.rabl
1102
+ - app/views/katello/api/v2/subscriptions/manifest_history.json.rabl
1103
+ - app/views/katello/api/v2/subscriptions/organization_index.json.rabl
1104
+ - app/views/katello/api/v2/subscriptions/show.json.rabl
1105
+ - app/views/katello/api/v2/sync/create.json.rabl
1106
+ - app/views/katello/api/v2/sync/index.json.rabl
1107
+ - app/views/katello/api/v2/sync_plans/available_products.json.rabl
1108
+ - app/views/katello/api/v2/sync_plans/index.json.rabl
1109
+ - app/views/katello/api/v2/sync_plans/show.json.rabl
1110
+ - app/views/katello/api/v2/system_errata/index.json.rabl
1111
+ - app/views/katello/api/v2/system_errata/show.json.rabl
1112
+ - app/views/katello/api/v2/system_errata/system_task.json.rabl
1113
+ - app/views/katello/api/v2/system_packages/system_task.json.rabl
1114
+ - app/views/katello/api/v2/systems/_content.json.rabl
1115
+ - app/views/katello/api/v2/systems/_pool.json.rabl
1116
+ - app/views/katello/api/v2/systems/activate.json.rabl
1117
+ - app/views/katello/api/v2/systems/add_host_collections.json.rabl
1118
+ - app/views/katello/api/v2/systems/available_host_collections.json.rabl
1119
+ - app/views/katello/api/v2/systems/base.json.rabl
1120
+ - app/views/katello/api/v2/systems/content_override.json.rabl
1121
+ - app/views/katello/api/v2/systems/enabled_repos.json.rabl
1122
+ - app/views/katello/api/v2/systems/erratum.json.rabl
1123
+ - app/views/katello/api/v2/systems/events.json.rabl
1124
+ - app/views/katello/api/v2/systems/index.json.rabl
1125
+ - app/views/katello/api/v2/systems/package.json.rabl
1126
+ - app/views/katello/api/v2/systems/package_profile.json.rabl
1127
+ - app/views/katello/api/v2/systems/pools.json.rabl
1128
+ - app/views/katello/api/v2/systems/product_content.json.rabl
1129
+ - app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl
1130
+ - app/views/katello/api/v2/systems/releases.json.rabl
1131
+ - app/views/katello/api/v2/systems/remove_host_collections.json.rabl
1132
+ - app/views/katello/api/v2/systems/show.json.rabl
1133
+ - app/views/katello/api/v2/systems/upload_package_profile.json.rabl
1134
+ - app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl
1135
+ - app/views/katello/api/v2/systems_bulk_actions/available_incremental_updates.json.rabl
1136
+ - app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl
1137
+ - app/views/katello/api/v2/systems_bulk_actions/job.json.rabl
1138
+ - app/views/katello/api/v2/tasks/index.json.rabl
1139
+ - app/views/katello/api/v2/tasks/show.json.rabl
1140
+ - app/views/katello/api/v2/tasks/task_status_show.json.rabl
1141
+ - app/views/katello/api/v2/uebercerts/show.json.rabl
1142
+ - app/views/katello/errata_mailer/_erratum.html.erb
1143
+ - app/views/katello/errata_mailer/_host_dashboard.html.erb
1144
+ - app/views/katello/errata_mailer/host_errata.html.erb
1145
+ - app/views/katello/errata_mailer/host_errata.text.erb
1146
+ - app/views/katello/errata_mailer/promote_errata.html.erb
1147
+ - app/views/katello/errata_mailer/promote_errata.text.erb
1148
+ - app/views/katello/errata_mailer/sync_errata.html.erb
1149
+ - app/views/katello/errata_mailer/sync_errata.text.erb
1150
+ - app/views/katello/layouts/katello.html.erb
1151
+ - app/views/katello/providers/redhat/_enable_errors.html.erb
1152
+ - app/views/katello/providers/redhat/_errors.html.erb
1153
+ - app/views/katello/providers/redhat/_repo_sets.html.erb
1154
+ - app/views/katello/providers/redhat/_repos.html.erb
1155
+ - app/views/katello/providers/redhat/_tab.html.erb
1156
+ - app/views/katello/providers/redhat/show.html.erb
1157
+ - app/views/katello/sync_management/_children.html.erb
1158
+ - app/views/katello/sync_management/_controls.html.erb
1159
+ - app/views/katello/sync_management/_product.html.erb
1160
+ - app/views/katello/sync_management/_products.html.erb
1161
+ - app/views/katello/sync_management/_repo.html.erb
1162
+ - app/views/katello/sync_management/_sync_plans.html.erb
1163
+ - app/views/katello/sync_management/index.html.erb
1164
+ - ca/redhat-uep.pem
1165
+ - config/compass.rb
1166
+ - config/initializers/active_record.rb
1167
+ - config/initializers/active_resource.rb
1168
+ - config/initializers/inflections.rb
1169
+ - config/initializers/mime_types.rb
1170
+ - config/initializers/monkeys.rb
1171
+ - config/initializers/multipart_json_fix.rb
1172
+ - config/initializers/openstruct.rb
1173
+ - config/initializers/rabl_init.rb
1174
+ - config/initializers/runcible.rb
1175
+ - config/katello.yaml.example
1176
+ - config/katello.yml
1177
+ - config/katello_defaults.yml
1178
+ - config/locales/README
1179
+ - config/locales/bn.yml
1180
+ - config/locales/compare_upstream.sh
1181
+ - config/locales/cs.yml
1182
+ - config/locales/de.yml
1183
+ - config/locales/en.yml
1184
+ - config/locales/es.yml
1185
+ - config/locales/fr.yml
1186
+ - config/locales/gu.yml
1187
+ - config/locales/hi.yml
1188
+ - config/locales/it.yml
1189
+ - config/locales/ja.yml
1190
+ - config/locales/kn.yml
1191
+ - config/locales/ko.yml
1192
+ - config/locales/mr.yml
1193
+ - config/locales/or.yml
1194
+ - config/locales/pa.yml
1195
+ - config/locales/pt-BR.yml
1196
+ - config/locales/pt.yml
1197
+ - config/locales/ru.yml
1198
+ - config/locales/ta.yml
1199
+ - config/locales/te.yml
1200
+ - config/locales/update.sh
1201
+ - config/locales/zh-CN.yml
1202
+ - config/locales/zh-TW.yml
1203
+ - config/routes.rb
1204
+ - config/routes/api/rhsm.rb
1205
+ - config/routes/api/v2.rb
1206
+ - config/routes/mount_engine.rb
1207
+ - config/routes/overrides.rb
1208
+ - db/migrate/20131014135042_katello_tables.rb
1209
+ - db/migrate/20131014225132_add_users_fields.rb
1328
1210
  - db/migrate/20131016124255_add_foreign_keys_engine.rb
1329
- - db/migrate/20150613134559_add_rpm.rb
1330
- - db/migrate/20150901213759_remove_distributors.rb
1331
1211
  - db/migrate/20131120225132_add_organization_fields.rb
1332
- - db/migrate/20140318174203_drop_cdn_import_success_column.rb
1333
- - db/migrate/20140716211853_repo_rename_feed_to_url.rb
1334
- - db/migrate/20140709150428_remove_deletion_task_id_from_taxonomies.rb
1212
+ - db/migrate/20131216212502_add_quantity_to_katello_key_pools.rb
1213
+ - db/migrate/20131216212621_add_cp_id_to_katello_activation_keys.rb
1214
+ - db/migrate/20131218174203_drop_katello_key_pools_table.rb
1215
+ - db/migrate/20140110000001_update_environments_add_katello_id.rb
1216
+ - db/migrate/20140117160939_refactor_content_views.rb
1217
+ - db/migrate/20140206200439_create_content_view_puppet_modules.rb
1218
+ - db/migrate/20140212131812_create_content_view_package_filter_rules.rb
1219
+ - db/migrate/20140212143454_create_content_view_package_group_filter_rules.rb
1220
+ - db/migrate/20140212143642_create_content_view_erratum_filter_rules.rb
1221
+ - db/migrate/20140217145303_remove_changeset.rb
1335
1222
  - db/migrate/20140217160132_create_content_view_history.rb
1223
+ - db/migrate/20140222022712_remove_provider_discovery.rb
1336
1224
  - db/migrate/20140305101813_allow_null_for_repository_content_id.rb
1337
- - db/migrate/20140425155126_add_host_id_to_system.rb
1338
- - db/migrate/20150603045418_remove_user_fields.rb
1339
- - db/migrate/20150602153757_remove_notices.rb
1225
+ - db/migrate/20140306132108_create_content_view_puppet_environments.rb
1226
+ - db/migrate/20140310102051_repository_add_checksum_type.rb
1227
+ - db/migrate/20140318174203_drop_cdn_import_success_column.rb
1228
+ - db/migrate/20140325185413_create_content_view_foreign_keys.rb
1229
+ - db/migrate/20140404122011_drop_repositories_enabled_column.rb
1340
1230
  - db/migrate/20140411134235_update_content_view_description_type.rb
1341
1231
  - db/migrate/20140414214152_allow_null_content_view_to_activation_key.rb
1342
- - db/migrate/20140610083129_add_pulp_proxy_to_host.rb
1232
+ - db/migrate/20140418124032_add_next_version_to_katello_content_views.rb
1343
1233
  - db/migrate/20140422000001_update_products_add_organization.rb
1234
+ - db/migrate/20140423191446_add_anonymous_providers_to_orgs.rb
1235
+ - db/migrate/20140425155126_add_host_id_to_system.rb
1236
+ - db/migrate/20140429193743_add_release_version_to_activation_keys.rb
1237
+ - db/migrate/20140502164009_rename_system_groups_to_host_collections.rb
1238
+ - db/migrate/20140502174412_update_host_collections_foreign_keys.rb
1239
+ - db/migrate/20140514165842_create_capsule_lifecycle_environments.rb
1240
+ - db/migrate/20140531160506_package_filter_add_original_packages.rb
1241
+ - db/migrate/20140610083129_add_pulp_proxy_to_host.rb
1242
+ - db/migrate/20140610154745_content_view_puppet_environment_id.rb
1243
+ - db/migrate/20140610170142_add_uuid_to_content_view_package_group_filter_rule.rb
1244
+ - db/migrate/20140617100300_add_description_to_content_view_filter_rules.rb
1245
+ - db/migrate/20140623103442_drop_taxonomies_owner_auto_attach_all_systems_task_id_column.rb
1246
+ - db/migrate/20140624183938_add_foreign_keys_for_organizations.rb
1344
1247
  - db/migrate/20140624184401_remove_label_from_activation_key.rb
1345
- - db/migrate/20141215213720_track_version_components.rb
1346
- - db/migrate/20150813185339_create_subscriptions.rb
1347
- - db/migrate/20140110000001_update_environments_add_katello_id.rb
1348
- - db/migrate/20150715142649_assign_content_host_to_smart_proxies.rb
1349
- - db/migrate/20140325185413_create_content_view_foreign_keys.rb
1350
1248
  - db/migrate/20140626055258_add_missing_foreign_keys.rb
1351
- - db/migrate/20140928210618_add_description_to_content_view_versions.rb
1249
+ - db/migrate/20140626204657_add_unlimited_to_activation_keys.rb
1250
+ - db/migrate/20140626204902_add_unlimited_to_host_collection.rb
1251
+ - db/migrate/20140707203534_location_add_katello_default.rb
1252
+ - db/migrate/20140709150428_remove_deletion_task_id_from_taxonomies.rb
1253
+ - db/migrate/20140716211853_repo_rename_feed_to_url.rb
1352
1254
  - db/migrate/20140807175457_remove_hidden_column_from_user.rb
1353
- - db/migrate/20140423191446_add_anonymous_providers_to_orgs.rb
1354
- - db/migrate/20140531160506_package_filter_add_original_packages.rb
1355
- - db/migrate/20141222151001_add_host_content_view_environment.rb
1356
- - db/migrate/20131014135042_katello_tables.rb
1357
- - db/migrate/20140514165842_create_capsule_lifecycle_environments.rb
1358
- - db/migrate/20140418124032_add_next_version_to_katello_content_views.rb
1255
+ - db/migrate/20140811141742_remove_delayed_jobs.rb
1256
+ - db/migrate/20140821084214_add_sync_plan_enabled_to_sync_plan.rb
1257
+ - db/migrate/20140928210618_add_description_to_content_view_versions.rb
1258
+ - db/migrate/20140930170628_add_errata.rb
1259
+ - db/migrate/20141001170628_add_system_repository.rb
1260
+ - db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
1359
1261
  - db/migrate/20141015173220_add_docker_image_fields.rb
1360
- - db/migrate/20140212131812_create_content_view_package_filter_rules.rb
1361
- - db/migrate/20140617100300_add_description_to_content_view_filter_rules.rb
1362
- - db/migrate/20131216212621_add_cp_id_to_katello_activation_keys.rb
1363
- - db/migrate/20141204203609_add_default_value_to_auto_attach.rb
1262
+ - db/migrate/20141031150814_add_tag_repository_id_index.rb
1263
+ - db/migrate/20141112180709_add_auto_attach_to_activation_keys.rb
1364
1264
  - db/migrate/20141124182205_content_view_version_add_minor.rb
1365
- - db/migrate/20150507131145_update_composite_default_for_content_view.rb
1366
1265
  - db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
1367
- - db/migrate/20131014225132_add_users_fields.rb
1368
- - db/migrate/20140821084214_add_sync_plan_enabled_to_sync_plan.rb
1369
- - db/migrate/20150902164543_remove_apply_info_task_id_from_taxonomies.rb
1370
- - db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
1371
- - db/migrate/20150908222711_drop_marketing_engineering_products.rb
1372
- - db/migrate/20140623103442_drop_taxonomies_owner_auto_attach_all_systems_task_id_column.rb
1373
- - db/migrate/20150717142559_add_distributions_to_repository.rb
1374
- - db/migrate/20140502174412_update_host_collections_foreign_keys.rb
1375
- - db/migrate/20140217145303_remove_changeset.rb
1376
- - db/migrate/20140502164009_rename_system_groups_to_host_collections.rb
1266
+ - db/migrate/20141204203609_add_default_value_to_auto_attach.rb
1267
+ - db/migrate/20141209103005_disown_foreman_templates.rb
1377
1268
  - db/migrate/20141210173220_create_docker_tables.rb
1378
- - db/migrate/20140212143642_create_content_view_erratum_filter_rules.rb
1269
+ - db/migrate/20141215213720_track_version_components.rb
1270
+ - db/migrate/20141222151001_add_host_content_view_environment.rb
1379
1271
  - db/migrate/20150109012657_add_capsule_id_to_container.rb
1380
- - db/migrate/20140624183938_add_foreign_keys_for_organizations.rb
1381
- - db/migrate/20140811141742_remove_delayed_jobs.rb
1382
- - db/migrate/20140610170142_add_uuid_to_content_view_package_group_filter_rule.rb
1272
+ - db/migrate/20150114225023_add_upstream_name_to_repository.rb
1273
+ - db/migrate/20150119153452_update_promote_errata_email_description.rb
1274
+ - db/migrate/20150224083608_remove_docker_registry_url.rb
1275
+ - db/migrate/20150227213850_change_descriptions_to_text_fields.rb
1276
+ - db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
1277
+ - db/migrate/20150505180030_change_errata_timestamps_to_dates.rb
1278
+ - db/migrate/20150507131145_update_composite_default_for_content_view.rb
1383
1279
  - db/migrate/20150602153753_remove_help_tips.rb
1384
- - db/migrate/20140222022712_remove_provider_discovery.rb
1385
- - db/migrate/20141031150814_add_tag_repository_id_index.rb
1386
- - db/migrate/20140117160939_refactor_content_views.rb
1387
- - db/migrate/20140429193743_add_release_version_to_activation_keys.rb
1388
- - db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
1389
1280
  - db/migrate/20150602153754_remove_search_histories.rb
1390
- - db/migrate/20140306132108_create_content_view_puppet_environments.rb
1391
- - db/migrate/20150623135424_create_package_groups.rb
1392
- - db/migrate/20140930170628_add_errata.rb
1393
- - db/migrate/20140212143454_create_content_view_package_group_filter_rules.rb
1394
- - db/migrate/20131218174203_drop_katello_key_pools_table.rb
1395
- - db/migrate/20141112180709_add_auto_attach_to_activation_keys.rb
1396
- - db/migrate/20140404122011_drop_repositories_enabled_column.rb
1281
+ - db/migrate/20150602153755_remove_search_favorites.rb
1282
+ - db/migrate/20150602153756_remove_user_notices.rb
1283
+ - db/migrate/20150602153757_remove_notices.rb
1284
+ - db/migrate/20150603045418_remove_user_fields.rb
1397
1285
  - db/migrate/20150606021722_create_puppet_modules.rb
1398
1286
  - db/migrate/20150611140455_remove_default_and_custom_info.rb
1399
- - db/migrate/20140610154745_content_view_puppet_environment_id.rb
1400
- - db/migrate/20150602153756_remove_user_notices.rb
1401
- - db/migrate/20150505180030_change_errata_timestamps_to_dates.rb
1402
- - db/migrate/20150224083608_remove_docker_registry_url.rb
1403
- - db/migrate/20150227213850_change_descriptions_to_text_fields.rb
1404
- - db/migrate/20150602153755_remove_search_favorites.rb
1405
- - db/migrate/20141001170628_add_system_repository.rb
1406
- - db/migrate/20150119153452_update_promote_errata_email_description.rb
1407
- - db/migrate/20150114225023_add_upstream_name_to_repository.rb
1287
+ - db/migrate/20150613134559_add_rpm.rb
1288
+ - db/migrate/20150623135424_create_package_groups.rb
1289
+ - db/migrate/20150715142649_assign_content_host_to_smart_proxies.rb
1290
+ - db/migrate/20150717142559_add_distributions_to_repository.rb
1291
+ - db/migrate/20150813185339_create_subscriptions.rb
1292
+ - db/migrate/20150901213759_remove_distributors.rb
1293
+ - db/migrate/20150902164543_remove_apply_info_task_id_from_taxonomies.rb
1294
+ - db/migrate/20150908222711_drop_marketing_engineering_products.rb
1408
1295
  - db/seeds.rb
1409
- - ca/redhat-uep.pem
1410
- - config/routes/mount_engine.rb
1411
- - config/routes/api/rhsm.rb
1412
- - config/routes/api/v2.rb
1413
- - config/routes/overrides.rb
1414
- - config/locales/pa.yml
1415
- - config/locales/es.yml
1416
- - config/locales/fr.yml
1417
- - config/locales/en.yml
1418
- - config/locales/ko.yml
1419
- - config/locales/pt.yml
1420
- - config/locales/de.yml
1421
- - config/locales/compare_upstream.sh
1422
- - config/locales/ja.yml
1423
- - config/locales/zh-TW.yml
1424
- - config/locales/ru.yml
1425
- - config/locales/or.yml
1426
- - config/locales/mr.yml
1427
- - config/locales/kn.yml
1428
- - config/locales/cs.yml
1429
- - config/locales/ta.yml
1430
- - config/locales/te.yml
1431
- - config/locales/hi.yml
1432
- - config/locales/it.yml
1433
- - config/locales/update.sh
1434
- - config/locales/README
1435
- - config/locales/pt-BR.yml
1436
- - config/locales/bn.yml
1437
- - config/locales/gu.yml
1438
- - config/locales/zh-CN.yml
1439
- - config/katello.yml
1440
- - config/compass.rb
1441
- - config/katello.yaml.example
1442
- - config/routes.rb
1443
- - config/katello_defaults.yml
1444
- - config/initializers/active_resource.rb
1445
- - config/initializers/openstruct.rb
1446
- - config/initializers/mime_types.rb
1447
- - config/initializers/inflections.rb
1448
- - config/initializers/active_record.rb
1449
- - config/initializers/runcible.rb
1450
- - config/initializers/monkeys.rb
1451
- - config/initializers/multipart_json_fix.rb
1452
- - config/initializers/rabl_init.rb
1453
- - locale/bn/katello.po
1454
- - locale/en/katello.po
1455
- - locale/cs/katello.po
1456
- - locale/Makefile
1457
- - locale/pt/katello.po
1458
- - locale/mr/katello.po
1459
- - locale/te/katello.po
1460
- - locale/ta/katello.po
1461
- - locale/de/katello.po
1462
- - locale/ko/katello.po
1463
- - locale/katello.pot
1464
- - locale/or/katello.po
1465
- - locale/gu/katello.po
1466
- - locale/action_names.rb
1467
- - locale/ja/katello.po
1468
- - locale/it/katello.po
1469
- - locale/hi/katello.po
1470
- - locale/pt_BR/katello.po
1471
- - locale/zanata.xml
1472
- - locale/README
1473
- - locale/pa/katello.po
1474
- - locale/es/katello.po
1475
- - locale/fr/katello.po
1476
- - locale/kn/katello.po
1477
- - locale/zh_TW/katello.po
1478
- - locale/zh_CN/katello.po
1479
- - locale/ru/katello.po
1480
- - LICENSE.txt
1481
- - README.md
1482
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot
1483
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js
1484
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/README
1485
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po
1486
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po
1487
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po
1488
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po
1489
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po
1490
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po
1491
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po
1492
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po
1493
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po
1494
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po
1495
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package-details.controller.js
1496
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-files.html
1497
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-dependencies.html
1498
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-repositories.html
1499
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details.html
1500
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-info.html
1501
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package-details-repositories.controller.js
1502
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
1503
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
1504
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages.html
1505
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/package.factory.js
1506
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js
1507
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.routes.js
1508
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.module.js
1509
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.controller.js
1510
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details-content-views.controller.js
1511
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details-repositories.controller.js
1512
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details.controller.js
1513
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-repositories.html
1514
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
1515
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-info.html
1516
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details.html
1517
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
1518
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-collapsed.html
1519
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
1520
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js
1521
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js
1522
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.routes.js
1523
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/views/repository-new.html
1524
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/new-repository.controller.js
1525
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-info.controller.js
1526
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-packages.html
1527
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-puppet-modules.html
1528
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-info.html
1529
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-docker-images.html
1530
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-package-groups.html
1531
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-manage-content.controller.js
1532
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repositories.module.js
1533
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repository.factory.js
1534
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
1535
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new.html
1536
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
1537
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/host-collection-form.controller.js
1538
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-content-hosts.controller.js
1539
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1540
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
1541
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
1542
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html
1543
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-content-hosts.html
1544
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts-list.html
1545
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
1546
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-content-hosts.controller.js
1547
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
1548
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-collapsed.html
1549
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1550
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
1551
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.module.js
1552
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collection.factory.js
1553
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsules.module.js
1554
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsule.factory.js
1555
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/katello-features.run.js
1556
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-image.factory.js
1557
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-images.module.js
1558
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js
1559
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-activation-keys.controller.js
1560
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-content-hosts.controller.js
1561
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1562
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-activation-keys.html
1563
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
1564
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1565
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-content-hosts.html
1566
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-product-details.controller.js
1567
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
1568
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-products.controller.js
1569
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1570
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-delete-bulk.html
1571
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-full.html
1572
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
1573
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html
1574
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
1575
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js
1576
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions-helper.service.js
1577
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-details.controller.js
1578
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
1579
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
1580
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
1581
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
1582
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest.controller.js
1583
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
1584
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-history.controller.js
1585
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.factory.js
1586
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.module.js
1587
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
1588
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-group.factory.js
1589
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-groups.module.js
1590
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization.factory.js
1591
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.routes.js
1592
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
1593
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization-selector.controller.js
1594
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.module.js
1595
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/check-current-organization.run.js
1596
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1597
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.module.js
1598
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tags-details.html
1599
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tags-details.controller.js
1600
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
1601
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1602
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-collapsed.html
1603
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.factory.js
1604
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.routes.js
1296
+ - engines/bastion_katello/README.md
1297
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-key.factory.js
1298
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
1299
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.module.js
1300
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
1301
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
1302
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
1303
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1304
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js
1305
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
1306
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
1307
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-product-details.controller.js
1308
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-products.controller.js
1309
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
1310
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
1311
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
1312
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1313
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1314
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
1315
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
1316
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-products.html
1317
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
1318
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
1319
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
1320
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
1321
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-collapsed.html
1322
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-full.html
1323
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1324
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js
1605
1325
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js
1606
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/erratum.factory.js
1607
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.module.js
1608
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details.html
1609
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-content-hosts.html
1610
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-repositories.html
1611
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-info.html
1612
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details.controller.js
1613
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details-repositories.controller.js
1614
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-content-hosts.controller.js
1615
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js
1616
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
1617
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-select-content-hosts.html
1618
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-full.html
1619
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html
1620
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html
1621
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks.html
1622
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1623
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-collapsed.html
1624
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-counts.html
1625
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html
1626
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
1627
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.routes.js
1628
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1629
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js
1630
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
1631
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.module.js
1632
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host.factory.js
1326
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsule.factory.js
1327
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsules.module.js
1328
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-environment.controller.js
1329
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-errata.controller.js
1330
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-host-collections.controller.js
1331
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-packages.controller.js
1332
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-subscriptions.controller.js
1333
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action.controller.js
1334
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
1335
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-errata.html
1336
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-host-collections.html
1337
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-packages.html
1338
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-subscriptions.html
1339
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions.html
1340
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-content-hosts.html
1341
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-details.html
1342
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-erratum.factory.js
1633
1343
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-events.controller.js
1634
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
1344
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-package.factory.js
1345
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js
1346
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js
1347
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host.factory.js
1348
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js
1349
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1350
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.module.js
1351
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1352
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
1353
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
1354
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html
1355
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
1356
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
1635
1357
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
1358
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
1359
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js
1360
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
1361
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
1362
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-product-details.controller.js
1363
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-products.controller.js
1636
1364
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
1637
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
1638
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections-table.html
1365
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
1366
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1367
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
1639
1368
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1640
1369
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-products.html
1641
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
1642
1370
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
1643
1371
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
1644
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
1645
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
1372
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
1646
1373
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-tasks.html
1647
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-value.html
1648
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-object.html
1649
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1374
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections-table.html
1650
1375
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
1651
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js
1652
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
1653
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
1654
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-product-details.controller.js
1655
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-products.controller.js
1656
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-package.factory.js
1376
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-object.html
1377
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-value.html
1657
1378
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
1658
1379
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-full.html
1659
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
1660
1380
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1661
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js
1662
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js
1663
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html
1664
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
1665
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
1666
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1667
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
1668
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1669
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-erratum.factory.js
1670
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-host-collections.html
1671
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-details.html
1672
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-content-hosts.html
1673
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
1674
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions.html
1675
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-errata.html
1676
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-packages.html
1677
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-subscriptions.html
1678
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-host-collections.controller.js
1679
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-errata.controller.js
1680
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-packages.controller.js
1681
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action.controller.js
1682
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-subscriptions.controller.js
1683
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-environment.controller.js
1684
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js
1685
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js
1686
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
1687
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
1688
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js
1689
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
1690
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
1691
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
1692
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
1693
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-products.html
1694
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
1695
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
1696
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1697
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1698
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
1699
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-products.controller.js
1700
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
1701
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
1702
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-product-details.controller.js
1703
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1704
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
1705
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
1706
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-key.factory.js
1707
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-full.html
1708
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-collapsed.html
1709
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1710
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.module.js
1711
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
1712
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
1713
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
1714
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan.html
1715
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
1716
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
1717
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
1718
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
1719
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
1720
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products-table.html
1721
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details.controller.js
1722
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1723
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
1724
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
1725
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-collapsed.html
1726
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
1727
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
1728
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan.factory.js
1729
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.module.js
1730
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1731
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js
1732
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js
1733
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js
1734
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
1735
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
1736
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
1737
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js
1738
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js
1739
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js
1740
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-available-content-views.controller.js
1741
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
1381
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
1382
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js
1383
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js
1384
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.module.js
1385
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js
1386
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js
1387
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js
1388
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js
1389
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js
1390
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js
1391
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js
1392
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
1393
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
1394
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-breadcrumb.html
1395
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
1396
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html
1397
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
1742
1398
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js
1743
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html
1744
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-available-content-views.html
1745
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-content-views-list.html
1746
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
1747
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
1748
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
1749
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-history.html
1750
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1751
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html
1752
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite.html
1753
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
1754
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
1755
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js
1756
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details-history.controller.js
1399
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js
1757
1400
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js
1758
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js
1759
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js
1401
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-available-content-views.controller.js
1402
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-content-views-list.controller.js
1403
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details-history.controller.js
1404
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js
1405
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js
1760
1406
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js
1761
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js
1762
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-filter.controller.js
1763
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js
1407
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js
1408
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js
1409
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js
1410
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
1411
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js
1412
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js
1764
1413
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js
1765
1414
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js
1766
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
1767
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
1768
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
1769
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
1770
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
1771
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
1772
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
1773
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html
1774
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
1775
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
1776
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
1777
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
1778
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html
1779
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html
1780
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
1781
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js
1415
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js
1782
1416
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js
1783
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js
1417
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js
1418
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js
1419
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
1784
1420
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js
1785
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js
1421
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js
1422
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js
1786
1423
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js
1424
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js
1787
1425
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js
1426
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-filter.controller.js
1788
1427
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js
1789
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js
1790
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js
1791
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js
1792
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js
1793
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js
1794
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js
1795
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-content-views-list.controller.js
1796
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js
1797
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.module.js
1798
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html
1799
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-full.html
1800
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-collapsed.html
1801
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js
1802
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js
1803
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
1804
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
1805
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-breadcrumb.html
1806
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html
1807
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
1808
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
1809
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js
1810
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js
1811
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js
1812
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js
1813
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js
1814
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js
1815
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html
1428
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js
1429
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html
1430
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
1431
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html
1432
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
1433
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
1434
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
1435
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
1436
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
1437
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
1438
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
1439
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
1440
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
1441
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
1442
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html
1443
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js
1444
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js
1445
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js
1446
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js
1447
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
1448
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
1449
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
1450
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-available-content-views.html
1451
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-content-views-list.html
1452
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite.html
1453
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-history.html
1454
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html
1455
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
1456
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
1457
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1458
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
1459
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
1460
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html
1461
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
1462
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js
1463
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1464
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js
1465
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js
1466
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.factory.js
1467
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js
1816
1468
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html
1817
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html
1818
1469
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html
1819
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
1820
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html
1470
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html
1821
1471
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
1822
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
1472
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html
1823
1473
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
1824
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js
1825
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js
1826
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js
1827
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.factory.js
1828
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
1829
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/new-product.controller.js
1830
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
1831
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new.html
1832
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details-info.controller.js
1833
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
1834
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1835
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-repositories.html
1836
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html
1837
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html
1838
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
1839
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js
1840
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js
1841
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-base.html
1842
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1843
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1844
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1845
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-form.controller.js
1846
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
1847
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
1848
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-full.html
1849
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
1850
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/product.factory.js
1851
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action.controller.js
1852
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync-plan.controller.js
1853
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions.html
1854
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync.html
1855
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync-plan.html
1856
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync.controller.js
1857
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
1858
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js
1859
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js
1474
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html
1475
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
1476
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
1477
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-collapsed.html
1478
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-full.html
1479
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html
1480
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-image.factory.js
1481
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-images.module.js
1482
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tags-details.controller.js
1483
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tags-details.html
1484
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1485
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.factory.js
1486
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.module.js
1487
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.routes.js
1488
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-collapsed.html
1489
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
1490
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1491
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js
1860
1492
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1861
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1862
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
1493
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1494
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
1863
1495
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
1864
1496
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
1865
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
1866
1497
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html
1867
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
1498
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
1868
1499
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html
1869
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1870
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html
1871
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1872
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
1500
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1501
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
1873
1502
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environment.factory.js
1503
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js
1504
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js
1874
1505
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js
1875
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js
1876
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/new-gpg-key.controller.js
1877
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/views/gpg-key-new.html
1878
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-info.html
1506
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
1507
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html
1508
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1509
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1510
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-content-hosts.controller.js
1511
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details-repositories.controller.js
1512
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details.controller.js
1513
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-content-hosts.html
1514
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-info.html
1515
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-repositories.html
1516
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details.html
1517
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
1518
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
1519
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js
1520
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js
1521
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.module.js
1522
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.routes.js
1523
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/erratum.factory.js
1524
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1525
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-select-content-hosts.html
1526
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
1527
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-counts.html
1528
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-collapsed.html
1529
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-full.html
1530
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html
1531
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html
1532
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks.html
1533
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html
1534
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details-info.controller.js
1535
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details.controller.js
1879
1536
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
1537
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-info.html
1880
1538
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-products.html
1881
1539
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-repositories.html
1882
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details-info.controller.js
1883
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details.controller.js
1884
1540
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-key.factory.js
1885
1541
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.controller.js
1542
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.module.js
1543
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/new-gpg-key.controller.js
1544
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/views/gpg-key-new.html
1886
1545
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys-table-collapsed.html
1887
1546
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys-table-full.html
1888
1547
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys.html
1889
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.module.js
1890
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-nutupane.factory.js
1891
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task.factory.js
1548
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-content-hosts.controller.js
1549
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-content-hosts.controller.js
1550
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
1551
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
1552
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-content-hosts.html
1553
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts-list.html
1554
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
1555
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html
1556
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1557
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collection.factory.js
1558
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
1559
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.module.js
1560
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/host-collection-form.controller.js
1561
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
1562
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
1563
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new.html
1564
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-collapsed.html
1565
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
1566
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1567
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/README
1568
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot
1569
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po
1570
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po
1571
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po
1572
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po
1573
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po
1574
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po
1575
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po
1576
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po
1577
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po
1578
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po
1579
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js
1580
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/katello-features.run.js
1581
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/check-current-organization.run.js
1582
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization-selector.controller.js
1583
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization.factory.js
1584
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.module.js
1585
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.routes.js
1586
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
1587
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-group.factory.js
1588
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-groups.module.js
1589
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package-details-repositories.controller.js
1590
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package-details.controller.js
1591
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-dependencies.html
1592
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-files.html
1593
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-info.html
1594
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details-repositories.html
1595
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/packages-details.html
1596
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/package.factory.js
1597
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js
1598
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.module.js
1599
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.routes.js
1600
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-collapsed.html
1601
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages-table-full.html
1602
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/views/packages.html
1603
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync-plan.controller.js
1604
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync.controller.js
1605
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action.controller.js
1606
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync-plan.html
1607
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync.html
1608
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions.html
1609
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
1610
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details-info.controller.js
1611
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js
1612
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
1613
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1614
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html
1615
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-repositories.html
1616
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html
1617
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-form.controller.js
1618
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1619
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-base.html
1620
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1621
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1622
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/new-product.controller.js
1623
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
1624
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
1625
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new.html
1626
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/product.factory.js
1627
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js
1628
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
1629
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
1630
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
1631
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-full.html
1632
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
1633
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details-content-views.controller.js
1634
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details-repositories.controller.js
1635
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-modules-details.controller.js
1636
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html
1637
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-info.html
1638
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-repositories.html
1639
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details.html
1640
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js
1641
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.controller.js
1642
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js
1643
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.routes.js
1644
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-collapsed.html
1645
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules-table-full.html
1646
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
1647
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-info.controller.js
1648
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-manage-content.controller.js
1649
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-info.html
1650
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-docker-images.html
1651
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-package-groups.html
1652
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-packages.html
1653
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-puppet-modules.html
1654
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/new-repository.controller.js
1655
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/views/repository-new.html
1656
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repositories.module.js
1657
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repository.factory.js
1658
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-activation-keys.controller.js
1659
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-content-hosts.controller.js
1660
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
1661
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-product-details.controller.js
1662
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-products.controller.js
1663
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-activation-keys.html
1664
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-content-hosts.html
1665
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
1666
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1667
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1668
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-details.controller.js
1669
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-history.controller.js
1670
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
1671
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest.controller.js
1672
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
1673
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
1674
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
1675
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
1676
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js
1677
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js
1678
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
1679
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions-helper.service.js
1680
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
1681
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.factory.js
1682
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.module.js
1683
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
1684
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-delete-bulk.html
1685
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html
1686
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-full.html
1687
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1688
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
1689
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1690
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details.controller.js
1691
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
1692
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
1693
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
1694
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products-table.html
1695
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
1696
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
1697
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
1698
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan.html
1699
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan.factory.js
1700
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
1701
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.module.js
1702
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-collapsed.html
1703
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
1704
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
1892
1705
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/aggregate-task.factory.js
1893
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks.html
1894
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1895
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1896
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details-standalone.html
1897
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html
1898
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
1899
1706
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1900
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js
1901
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-short.filter.js
1902
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-reduce.filter.js
1903
- - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-part.directive.js
1904
1707
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-compile.filter.js
1708
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-part.directive.js
1709
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-reduce.filter.js
1710
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-short.filter.js
1711
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task.factory.js
1712
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-nutupane.factory.js
1713
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js
1905
1714
  - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks.module.js
1906
- - engines/bastion_katello/app/assets/stylesheets/bastion_katello/gpg-keys.less
1907
- - engines/bastion_katello/app/assets/stylesheets/bastion_katello/tasks.less
1908
- - engines/bastion_katello/app/assets/stylesheets/bastion_katello/environments.less
1715
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details-standalone.html
1716
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1717
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html
1718
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1719
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks.html
1720
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
1909
1721
  - engines/bastion_katello/app/assets/stylesheets/bastion_katello/bastion_katello.less
1722
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/environments.less
1910
1723
  - engines/bastion_katello/app/assets/stylesheets/bastion_katello/errata.less
1724
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/gpg-keys.less
1911
1725
  - engines/bastion_katello/app/assets/stylesheets/bastion_katello/systems.less
1726
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/tasks.less
1727
+ - engines/bastion_katello/bastion_katello.gemspec
1728
+ - engines/bastion_katello/lib/bastion_katello.rb
1912
1729
  - engines/bastion_katello/lib/bastion_katello/engine.rb
1913
1730
  - engines/bastion_katello/lib/bastion_katello/version.rb
1914
- - engines/bastion_katello/lib/bastion_katello.rb
1915
- - engines/bastion_katello/README.md
1916
- - engines/bastion_katello/bastion_katello.gemspec
1731
+ - lib/README
1732
+ - lib/katello.rb
1733
+ - lib/katello/actions/actions.rb
1734
+ - lib/katello/apipie/validators.rb
1735
+ - lib/katello/engine.rb
1736
+ - lib/katello/permissions.rb
1737
+ - lib/katello/permissions/activation_key_permissions.rb
1738
+ - lib/katello/permissions/capsule_content_permissions.rb
1739
+ - lib/katello/permissions/content_host_permissions.rb
1740
+ - lib/katello/permissions/content_view_permissions.rb
1741
+ - lib/katello/permissions/gpg_key_permissions.rb
1742
+ - lib/katello/permissions/host_collections_permissions.rb
1743
+ - lib/katello/permissions/lifecycle_environment_permissions.rb
1744
+ - lib/katello/permissions/operatingsystems_permissions.rb
1745
+ - lib/katello/permissions/organization_permissions.rb
1746
+ - lib/katello/permissions/product_permissions.rb
1747
+ - lib/katello/permissions/subscription_permissions.rb
1748
+ - lib/katello/permissions/sync_plan_permissions.rb
1749
+ - lib/katello/permissions/user_permissions.rb
1750
+ - lib/katello/plugin.rb
1751
+ - lib/katello/tasks/asset_compile.rake
1752
+ - lib/katello/tasks/clean_backend_objects.rake
1753
+ - lib/katello/tasks/delete_orphaned_content.rake
1754
+ - lib/katello/tasks/gettext.rake
1755
+ - lib/katello/tasks/jenkins.rake
1756
+ - lib/katello/tasks/jshint.rake
1757
+ - lib/katello/tasks/jsroutes.rake
1758
+ - lib/katello/tasks/pretty_routes.rake
1759
+ - lib/katello/tasks/regenerate_repo_metadata.rake
1760
+ - lib/katello/tasks/reindex.rake
1761
+ - lib/katello/tasks/rubocop.rake
1762
+ - lib/katello/tasks/setup.rake
1763
+ - lib/katello/tasks/simplecov.rake
1764
+ - lib/katello/tasks/test.rake
1765
+ - lib/katello/tasks/upgrades/2.1/import_errata.rake
1766
+ - lib/katello/tasks/upgrades/2.2/update_gpg_key_urls.rake
1767
+ - lib/katello/tasks/upgrades/2.2/update_metadata_expire.rake
1768
+ - lib/katello/tasks/upgrades/2.4/import_distributions.rake
1769
+ - lib/katello/tasks/upgrades/2.4/import_package_groups.rake
1770
+ - lib/katello/tasks/upgrades/2.4/import_puppet_modules.rake
1771
+ - lib/katello/tasks/upgrades/2.4/import_rpms.rake
1772
+ - lib/katello/tasks/upgrades/2.4/import_subscriptions.rake
1773
+ - lib/katello/tasks/yard.rake
1774
+ - lib/katello/tire_bridge.rb
1775
+ - lib/katello/url_constrained_cookie_store.rb
1776
+ - lib/katello/version.rb
1777
+ - lib/monkeys/anemone.rb
1778
+ - lib/monkeys/foreign_keys_postgresql.rb
1779
+ - lib/monkeys/json_munging_patch.rb
1780
+ - lib/monkeys/multi_json_empty_fix.rb
1781
+ - lib/monkeys/passenger_tee_input.rb
1782
+ - locale/Makefile
1783
+ - locale/README
1784
+ - locale/action_names.rb
1785
+ - locale/bn/katello.po
1786
+ - locale/cs/katello.po
1787
+ - locale/de/katello.po
1788
+ - locale/en/katello.po
1789
+ - locale/es/katello.po
1790
+ - locale/fr/katello.po
1791
+ - locale/gu/katello.po
1792
+ - locale/hi/katello.po
1793
+ - locale/it/katello.po
1794
+ - locale/ja/katello.po
1795
+ - locale/katello.pot
1796
+ - locale/kn/katello.po
1797
+ - locale/ko/katello.po
1798
+ - locale/mr/katello.po
1799
+ - locale/or/katello.po
1800
+ - locale/pa/katello.po
1801
+ - locale/pt/katello.po
1802
+ - locale/pt_BR/katello.po
1803
+ - locale/ru/katello.po
1804
+ - locale/ta/katello.po
1805
+ - locale/te/katello.po
1806
+ - locale/zanata.xml
1807
+ - locale/zh_CN/katello.po
1808
+ - locale/zh_TW/katello.po
1809
+ - vendor/assets/images/katello/add2.png
1810
+ - vendor/assets/images/katello/addhost.png
1811
+ - vendor/assets/images/katello/addhost2.png
1812
+ - vendor/assets/images/katello/bg_header.jpg
1813
+ - vendor/assets/images/katello/bg_menu_big.jpg
1814
+ - vendor/assets/images/katello/bg_toolbarheader.jpg
1815
+ - vendor/assets/images/katello/close.png
1816
+ - vendor/assets/images/katello/delete.png
1817
+ - vendor/assets/images/katello/delete_white.gif
1818
+ - vendor/assets/images/katello/file.gif
1819
+ - vendor/assets/images/katello/folder-closed.gif
1820
+ - vendor/assets/images/katello/folder.gif
1821
+ - vendor/assets/images/katello/folderClosed.gif
1822
+ - vendor/assets/images/katello/icon_add_hardwarePool.png
1823
+ - vendor/assets/images/katello/icon_add_vmpool.png
1824
+ - vendor/assets/images/katello/icon_addhost.gif
1825
+ - vendor/assets/images/katello/icon_addstorage.gif
1826
+ - vendor/assets/images/katello/icon_addstorage.png
1827
+ - vendor/assets/images/katello/icon_dashboard.gif
1828
+ - vendor/assets/images/katello/icon_delete.gif
1829
+ - vendor/assets/images/katello/icon_hdwarepool.png
1830
+ - vendor/assets/images/katello/icon_help.png
1831
+ - vendor/assets/images/katello/icon_menu_arrow.gif
1832
+ - vendor/assets/images/katello/icon_newgroup.gif
1833
+ - vendor/assets/images/katello/icon_search.png
1834
+ - vendor/assets/images/katello/icon_toolbar_arrow.gif
1835
+ - vendor/assets/images/katello/icon_unassignedhost.gif
1836
+ - vendor/assets/images/katello/icon_vmpool.png
1837
+ - vendor/assets/images/katello/image_ovirt.png
1838
+ - vendor/assets/images/katello/minus.gif
1839
+ - vendor/assets/images/katello/move.png
1840
+ - vendor/assets/images/katello/plus.gif
1841
+ - vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png
1842
+ - vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png
1843
+ - vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png
1844
+ - vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png
1845
+ - vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png
1846
+ - vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png
1847
+ - vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png
1848
+ - vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png
1849
+ - vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png
1850
+ - vendor/assets/images/katello/ui-icons_97baed_256x240.png
1851
+ - vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png
1852
+ - vendor/assets/javascripts/katello/chosen.jquery.js
1853
+ - vendor/assets/javascripts/katello/jquery-1.7.2.js
1854
+ - vendor/assets/javascripts/katello/jquery.ba-bbq.js
1855
+ - vendor/assets/javascripts/katello/jquery.hoverIntent.js
1856
+ - vendor/assets/javascripts/katello/jquery.periodicalupdater.js
1857
+ - vendor/assets/javascripts/katello/jquery.treeTable.js
1858
+ - vendor/assets/javascripts/katello/jquery.trunk8.js
1859
+ - vendor/assets/stylesheets/katello/facebox.css
1860
+ - vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css
1861
+ - vendor/assets/stylesheets/katello/jquery.jnotify.css
1862
+ - vendor/assets/stylesheets/katello/jquery.jscrollpane.css
1863
+ - vendor/assets/stylesheets/katello/jquery.loadmask.css
1864
+ - vendor/assets/stylesheets/katello/jquery.multiselect.css
1865
+ - vendor/assets/stylesheets/katello/jquery.multiselect.filter.css
1866
+ - vendor/assets/stylesheets/katello/jquery.treeTable.css
1867
+ - vendor/assets/stylesheets/katello/ui.spinner.css
1917
1868
  homepage: http://www.katello.org
1918
1869
  licenses: []
1870
+ metadata: {}
1919
1871
  post_install_message:
1920
1872
  rdoc_options: []
1921
1873
  require_paths:
1922
1874
  - lib
1923
1875
  required_ruby_version: !ruby/object:Gem::Requirement
1924
- none: false
1925
1876
  requirements:
1926
- - - ! '>='
1877
+ - - ">="
1927
1878
  - !ruby/object:Gem::Version
1928
1879
  version: '0'
1929
1880
  required_rubygems_version: !ruby/object:Gem::Requirement
1930
- none: false
1931
1881
  requirements:
1932
- - - ! '>'
1882
+ - - ">"
1933
1883
  - !ruby/object:Gem::Version
1934
1884
  version: 1.3.1
1935
1885
  requirements: []
1936
1886
  rubyforge_project:
1937
- rubygems_version: 1.8.28
1887
+ rubygems_version: 2.2.3
1938
1888
  signing_key:
1939
- specification_version: 3
1889
+ specification_version: 4
1940
1890
  summary: ''
1941
1891
  test_files: []
1942
- has_rdoc: