foreman_remote_execution 8.2.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/job_invocations_controller.rb +1 -0
  3. data/app/controllers/ui_job_wizard_controller.rb +6 -1
  4. data/app/views/api/v2/job_invocations/base.json.rabl +1 -1
  5. data/app/views/job_invocations/show.html.erb +1 -1
  6. data/app/views/job_invocations/welcome.html.erb +1 -1
  7. data/db/migrate/20210816100932_rex_setting_category_to_dsl.rb +1 -1
  8. data/lib/foreman_remote_execution/version.rb +1 -1
  9. data/locale/action_names.rb +2 -2
  10. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  11. data/locale/de/foreman_remote_execution.po +266 -154
  12. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  13. data/locale/en/foreman_remote_execution.po +132 -24
  14. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  15. data/locale/en_GB/foreman_remote_execution.po +149 -41
  16. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  17. data/locale/es/foreman_remote_execution.po +320 -210
  18. data/locale/foreman_remote_execution.pot +394 -211
  19. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  20. data/locale/fr/foreman_remote_execution.po +353 -241
  21. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  22. data/locale/ja/foreman_remote_execution.po +368 -261
  23. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  24. data/locale/ko/foreman_remote_execution.po +161 -53
  25. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  26. data/locale/pt_BR/foreman_remote_execution.po +335 -225
  27. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/ru/foreman_remote_execution.po +161 -53
  29. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/zh_CN/foreman_remote_execution.po +465 -359
  31. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/zh_TW/foreman_remote_execution.po +162 -54
  33. data/webpack/JobWizard/JobWizard.js +52 -10
  34. data/webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap +8 -0
  35. data/webpack/JobWizard/__tests__/fixtures.js +5 -0
  36. data/webpack/JobWizard/__tests__/integration.test.js +15 -0
  37. data/webpack/JobWizard/__tests__/validation.test.js +27 -0
  38. data/webpack/JobWizard/autofill.js +1 -0
  39. data/webpack/JobWizard/steps/AdvancedFields/__tests__/AdvancedFields.test.js +19 -0
  40. data/webpack/JobWizard/steps/AdvancedFields/__tests__/__snapshots__/AdvancedFields.test.js.snap +8 -0
  41. data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +3 -0
  42. data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +31 -1
  43. data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +16 -10
  44. data/webpack/JobWizard/steps/HostsAndInputs/index.js +51 -3
  45. data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +21 -1
  46. data/webpack/JobWizard/submit.js +13 -2
  47. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 438d5bf70f43c95193398aa589bdb0970fca5fdb5fd4a5a7afc60a28edff9abc
4
- data.tar.gz: 63726b6cb27feea113d85eee1bfe3b6600ea91856ca8ad38ecd3c9be24686cba
3
+ metadata.gz: 6737da9f14dbea916b2e25a4584fabb33ae69c35bad16eb82d3cc88325996e2e
4
+ data.tar.gz: 9c122c05a61199b05fac84b4a2a46adece501bef4e003f8ae81ff83d0b351a5d
5
5
  SHA512:
6
- metadata.gz: 996b52c405b4cab9c1c67bc7350a068bc95f73786d6bb86057b5c91537af6501218ce0bf0d1ce52f888bab5d9f9203d756c78479cac4b37bff2c479c1383edbc
7
- data.tar.gz: 57e732c23d9cae6a7d576b394f2176359ad08e09574bff8a70db9171f56fc8fd106db61e24b9a3dc6c3860cd372b7fb6f8a79a8868a05d03ccda31ab0daee2f1
6
+ metadata.gz: f2732d87a947c80a8a39acaf8e2314e4833a6e83d76a77506e789467cb489ddcc3a2aacade6a56d91df04c5e54e762bfbc0e07c45c4c430587c998cae253d7f8
7
+ data.tar.gz: 872b21b191c597db3789442cc327768f83ea861b718b7a678b83c5964d6a894170454143c5cfd6e43e639239b34613ab09bf158eefdc24756ea07d32a02ce7d2
@@ -71,6 +71,7 @@ module Api
71
71
  param :description_format, String, :required => false, :desc => N_('Override the description format from the template for this invocation only')
72
72
  param :execution_timeout_interval, Integer, :required => false, :desc => N_('Override the timeout interval from the template for this invocation only')
73
73
  param :feature, String, :required => false, :desc => N_('Remote execution feature label that should be triggered, job template assigned to this feature will be used')
74
+ param :time_to_pickup, Integer, :required => false, :desc => N_('Override the global time to pickup interval for this invocation only')
74
75
 
75
76
  RemoteExecutionProvider.providers.each_value do |provider|
76
77
  next if !provider.respond_to?(:provider_inputs_doc) || provider.provider_inputs_doc.empty?
@@ -13,11 +13,13 @@ class UiJobWizardController < ApplicationController
13
13
  def template
14
14
  job_template = JobTemplate.authorized.find(params[:id])
15
15
  advanced_template_inputs, template_inputs = map_template_inputs(job_template.template_inputs_with_foreign).partition { |x| x["advanced"] }
16
+ provider_inputs = job_template.provider.provider_inputs.map { |input| input.instance_values.merge({:provider_input => true, default: input.value }) }
16
17
  render :json => {
17
18
  :job_template => job_template,
18
19
  :effective_user => job_template.effective_user,
19
20
  :template_inputs => template_inputs,
20
- :advanced_template_inputs => advanced_template_inputs,
21
+ :provider_name => job_template.provider.provider_input_namespace,
22
+ :advanced_template_inputs => advanced_template_inputs+provider_inputs,
21
23
  }
22
24
  end
23
25
 
@@ -66,6 +68,9 @@ class UiJobWizardController < ApplicationController
66
68
  job_organization = Taxonomy.find_by(id: job.task.input[:current_organization_id])
67
69
  job_location = Taxonomy.find_by(id: job.task.input[:current_location_id])
68
70
  render :json => {
71
+ :provider_input_values => composer[:template_invocations][0][:provider_input_values],
72
+ :provider_input_values1 => job[:provider_input_values],
73
+ :job2 => composer[:template_invocations][0],
69
74
  :job => composer,
70
75
  :job_organization => job_organization,
71
76
  :job_location => job_location,
@@ -1,6 +1,6 @@
1
1
  object @job_invocation
2
2
 
3
- attributes :id, :description, :job_category, :targeting_id, :status, :start_at, :status_label, :ssh_user
3
+ attributes :id, :description, :job_category, :targeting_id, :status, :start_at, :status_label, :ssh_user, :time_to_pickup
4
4
 
5
5
  node do |invocation|
6
6
  {
@@ -1,6 +1,6 @@
1
1
  <% title @job_invocation.description %>
2
2
  <% stylesheet 'foreman_remote_execution/foreman_remote_execution' %>
3
- <% javascript 'charts', 'foreman_remote_execution/template_invocation' %>
3
+ <% javascript 'foreman_remote_execution/template_invocation' %>
4
4
  <% javascript *webpack_asset_paths('foreman_remote_execution', :extension => 'js') %>
5
5
  <% content_for(:stylesheets) do %>
6
6
  <%= webpacked_plugins_css_for :foreman_remote_execution %>
@@ -9,6 +9,6 @@
9
9
  <p><%= link_to _('Learn more about this in the documentation.'),
10
10
  documentation_url('1.ForemanRemoteExecution1.3Manual', :root_url => 'https://www.theforeman.org/plugins/foreman_remote_execution/1.3/index.html#'), :rel => 'external' %></p>
11
11
  <div class="blank-slate-pf-main-action">
12
- <%= new_link(_("Run Job"), {}, { :class => "btn-lg" }) %>
12
+ <%= display_link_if_authorized(_("Run Job"), { :action => :create }, { :class => "btn btn-primary btn-lg" }) %>
13
13
  </div>
14
14
  </div>
@@ -1,5 +1,5 @@
1
1
  class RexSettingCategoryToDsl < ActiveRecord::Migration[6.0]
2
2
  def up
3
- Setting.where(category: 'Setting::RemoteExecution').update_all(category: 'Setting')
3
+ Setting.where(category: 'Setting::RemoteExecution').update_all(category: 'Setting') if column_exists?(:settings, :category)
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '8.2.0'.freeze
2
+ VERSION = '8.2.1'.freeze
3
3
  end
@@ -1,5 +1,5 @@
1
1
  # Autogenerated!
2
- _("Remote action:")
2
+ _("Action with sub plans")
3
3
  _("Import Puppet classes")
4
4
  _("Import facts")
5
- _("Action with sub plans")
5
+ _("Remote action:")