.babelrc | 100644 | 0 | 0 | | | 336 Bytes | 6dde08582eee2b81363bcd9c5d825ec7887e26695d5c7644d40bb6f0060543c5 |
.eslintignore | 100644 | 0 | 0 | | | 69 Bytes | 0d546a35a622ee1d1ff5f03e30a1d0e5b1256590543542988bbc30ae764ccbcb |
.eslintrc | 100644 | 0 | 0 | | | 709 Bytes | ecd65e071c528454e1ef5e7bbc78508d64f3bff9418f432df8dbe73455ac670e |
.gitignore | 100644 | 0 | 0 | | | 218 Bytes | 79834dfaa006d6e7e4679184f3660e1066f2d24786a21d200124ef4d3e7adfd5 |
.hound.yml | 100644 | 0 | 0 | | | 217 Bytes | 35faa5e666d1c0e071b95572d7d8a26c0f30cf17eed7c2d86ec379a96a5aa3e9 |
.rubocop.yml | 100644 | 0 | 0 | | | 1.87 KB | eb395e553683bf51309d7e86387033b601ac3d7f91c5b08772f6169953786d9b |
.rubocop_todo.yml | 100644 | 0 | 0 | | | 6.58 KB | c2fec9809082ecae738156bda98cbccfa8387060d7a288102416172f86fa52ca |
.travis.yml | 100644 | 0 | 0 | | | 141 Bytes | d8736efa3c13571baf7afaffe34ebc0b36043db1885698b1c07f8c5f3130e8b7 |
.tx/config | 100644 | 0 | 0 | | | 214 Bytes | b7d064e07dc7ac5e1140755742b2901ffc1b3f261a0c9c3713ae4e210fe545e5 |
Gemfile | 100644 | 0 | 0 | | | 74 Bytes | 38006b44304b2cb28ed3248219c7de90c478fca7c1a0d46e7f686e2fe4c44729 |
LICENSE | 100664 | 0 | 0 | | | 31.7 KB | 963392e038d7bea128e55cc67dd691c204593db3527060667f0c82f0f0a1be64 |
README.md | 100644 | 0 | 0 | | | 3.65 KB | a958858bceb94715a7908725e11c98e73f10c25ffa438c6ce2bf710377eab606 |
Rakefile | 100644 | 0 | 0 | | | 919 Bytes | 64c622c059cdd2b5c8d79fb57c6adf4af2855a493d0a66942f75eeafb28b7d95 |
app/assets/javascripts/foreman_remote_execution/execution_interface.js | 100644 | 0 | 0 | | | 375 Bytes | e43d7877e7e6f79e0c0087be20d0e47a9cfaf35df048f0c11f5a6c6dacc25911 |
app/assets/javascripts/foreman_remote_execution/job_templates.js | 100644 | 0 | 0 | | | 321 Bytes | fd5f121b7729224a764c0705ccd3ea00e415980523ab70b4dd29d404cd22adac |
app/assets/javascripts/foreman_remote_execution/template_input.js | 100644 | 0 | 0 | | | 229 Bytes | f0569ba0d3f35025a10f4f2650ae11c4184ab29e83952d948cc04aba5734695d |
app/assets/javascripts/foreman_remote_execution/template_invocation.js | 100644 | 0 | 0 | | | 5.65 KB | 13896d3b8ba2ddf3218ee3af18bb99e72ddb8f3ad99e514970de8ce0f002fdb4 |
app/assets/stylesheets/foreman_remote_execution/job_invocations.css.scss | 100644 | 0 | 0 | | | 414 Bytes | 0cb74d715e9fa9d82deecb019cd73cff9fcc8d29afac6c5aaaa46d4ec3d54f2d |
app/assets/stylesheets/foreman_remote_execution/modal_window.css.scss | 100644 | 0 | 0 | | | 60 Bytes | 19293bc9a3c40731c3f581628681e884f221f1dbe20d5fa5973c2c829eef0461 |
app/assets/stylesheets/foreman_remote_execution/template_invocation.css.scss | 100644 | 0 | 0 | | | 1020 Bytes | de99f46394602f8929536ab51292919562564b235cd39ffe1f2e8a1ddfc88369 |
app/controllers/api/v2/foreign_input_sets_controller.rb | 100644 | 0 | 0 | | | 3.02 KB | 533a86ea675a93e07d930526928eedc2b3344337ae17b01526e0e8e8a2017b74 |
app/controllers/api/v2/job_invocations_controller.rb | 100644 | 0 | 0 | | | 8.55 KB | c832e980f6aaa481fea2edbe54a9895952eee6cf891b60713636340e1a3755d4 |
app/controllers/api/v2/job_templates_controller.rb | 100644 | 0 | 0 | | | 6.16 KB | d47219366422428c141df771cebcd59dd6b463aae71872adbdae1693c915bb11 |
app/controllers/api/v2/remote_execution_features_controller.rb | 100644 | 0 | 0 | | | 1.24 KB | 6a4835e611e849f89a2c58fadfd0fafd60433040640d42e2b355c7dbd7c16dc3 |
app/controllers/api/v2/template_invocations_controller.rb | 100644 | 0 | 0 | | | 1.23 KB | 49189716a933fe25dfcd45ae0687cd6cbdd7d46693df2989fef56ce8bc728207 |
app/controllers/cockpit_controller.rb | 100644 | 0 | 0 | | | 838 Bytes | b646499dc3c5c4d5e34a993ce4131a07eca9f9bf1e22a89885c048bf2bc9fada |
app/controllers/concerns/foreman/controller/parameters/foreign_input_set.rb | 100644 | 0 | 0 | | | 569 Bytes | 0d10ddda0326a501aa9cc73855ed1d2a4c31660769822b8e4172d31e436d6718 |
app/controllers/concerns/foreman/controller/parameters/job_template.rb | 100644 | 0 | 0 | | | 1.28 KB | 6bfec0a2f8dc05709b092e8ffc7e6de64cb0b2ab85d881c29c1889cd4bed2c1d |
app/controllers/concerns/foreman/controller/parameters/remote_execution_feature.rb | 100644 | 0 | 0 | | | 555 Bytes | 0dd68600c3005cf2ef3e890e08b8948001bff9c88ef3b6d6ef641a91e073ae51 |
app/controllers/concerns/foreman/controller/parameters/targeting.rb | 100644 | 0 | 0 | | | 328 Bytes | 4df1c5371c8024937cf9a0f1e9c95187afa6b5d1bd1352a671ad7d9e47eedb9f |
app/controllers/job_invocations_controller.rb | 100644 | 0 | 0 | | | 4.77 KB | 8bc029a3c0639318bd95d180956e68a48bc06e4e5afbec67fbdca9ca9180cdbf |
app/controllers/job_templates_controller.rb | 100644 | 0 | 0 | | | 2.12 KB | 5999ba543374ccfbc54080258e715d5804aada72736b116d6ce87c762d123af7 |
app/controllers/remote_execution_features_controller.rb | 100644 | 0 | 0 | | | 521 Bytes | d507f495c214f648c2c2ed4ad20cbfe15d70933393c44863a132de1036913710 |
app/controllers/template_invocations_controller.rb | 100644 | 0 | 0 | | | 803 Bytes | f2c0c6a980be588cfe0de0581738d0fc55ca6666080434fea0bc8b03fcc004a6 |
app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb | 100644 | 0 | 0 | | | 1.26 KB | e569d8f17ce44859f5d4a61ef70d320ea1f7e7c25a1ff439cf483814c5970b6c |
app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb | 100644 | 0 | 0 | | | 396 Bytes | 0c7978907285847e1fa77d3df74f4b5a52ffd6943c44357b315549d1983216e1 |
app/helpers/job_invocation_output_helper.rb | 100644 | 0 | 0 | | | 1.09 KB | c7d2a7994b77516d39ed8749f743c1b28be87edaa04cec845c8e5a66921428f8 |
app/helpers/job_invocations_chart_helper.rb | 100644 | 0 | 0 | | | 2.31 KB | d1d06784e9d4f83474e361961531a4fedd9e775258aefdcca93666ccf91a123b |
app/helpers/job_invocations_helper.rb | 100644 | 0 | 0 | | | 1.7 KB | a8b5e4911ffd6db4a2041845f647f39bfdd0c85da52a90b1fedcda08f96ffa96 |
app/helpers/remote_execution_helper.rb | 100644 | 0 | 0 | | | 10.1 KB | bf8c76271672b06b2dffd3b57679f50c1fe17b2dee025d9e7d89b46dafc2b4b4 |
app/lib/actions/middleware/bind_job_invocation.rb | 100644 | 0 | 0 | | | 835 Bytes | cb3898ea75e2fc9d155446fef5b8d18fb03e42a722bcb1ec463fe35d9aaf5f00 |
app/lib/actions/remote_execution/run_host_job.rb | 100644 | 0 | 0 | | | 6.9 KB | c559b841634c8171366894f3bd347e6fca4c5eb9bee6446fdad3a9f4d765fb66 |
app/lib/actions/remote_execution/run_hosts_job.rb | 100644 | 0 | 0 | | | 3.53 KB | db9b301221c760bc5a7d293137dbbb450f45b65a34929d11d9baebf5da6115be |
app/lib/foreman_remote_execution/renderer/scope/input.rb | 100644 | 0 | 0 | | | 3.36 KB | 458c4768ee38a64e592c7b25cee1706c7a271c4172be21ba958db3fececfcf56 |
app/lib/proxy_api/remote_execution_ssh.rb | 100644 | 0 | 0 | | | 300 Bytes | 10e84a6d96590ef116e00e467e592fff4afe887b94217ad03bf3d6b74f428e83 |
app/mailers/.gitkeep | 100664 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
app/models/concerns/foreman_remote_execution/bookmark_extensions.rb | 100664 | 0 | 0 | | | 178 Bytes | 552583ef1d0034f48160a1aa82cfcdf1da682538789ca8f43e6d5f83c24c63d7 |
app/models/concerns/foreman_remote_execution/errors_flattener.rb | 100644 | 0 | 0 | | | 2.08 KB | 7f213d56e88279296e55b0b6ab55dc5d61e4874c3d9c9acad40f6c7a75731e0c |
app/models/concerns/foreman_remote_execution/foreman_tasks_cleaner_extensions.rb | 100644 | 0 | 0 | | | 901 Bytes | a3a57e6d4deb0528fbe57ca5693e25aaca30b7aed34745f2e3779ca5d2e72c97 |
app/models/concerns/foreman_remote_execution/foreman_tasks_task_extensions.rb | 100644 | 0 | 0 | | | 218 Bytes | b163aa57bb609855945c93a0c1f20892cb3be267b1d4ed960bb500b3415571af |
app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb | 100644 | 0 | 0 | | | 228 Bytes | d486b4003cf0c8db26456e245e477338e99104d2684bd5cd2bfb917056170311 |
app/models/concerns/foreman_remote_execution/host_extensions.rb | 100644 | 0 | 0 | | | 4.33 KB | f1c7518f50542dbface6fe4d66cae0ed152658bf129420f01d483900edd786ea |
app/models/concerns/foreman_remote_execution/nic_extensions.rb | 100644 | 0 | 0 | | | 648 Bytes | 382c7a6e6d1abdc82c0e166e997bba1d05d90308a7542bc974ce899628619bc9 |
app/models/concerns/foreman_remote_execution/smart_proxy_extensions.rb | 100644 | 0 | 0 | | | 406 Bytes | 1e3a6e0862e44e86b3f27377548b46a0f5a678d12151f0d3f1cabf73261d9f26 |
app/models/concerns/foreman_remote_execution/subnet_extensions.rb | 100644 | 0 | 0 | | | 324 Bytes | e1d0152321abee7ba5bc61a715de34178c46ec270ae0b83c62be5c9270b2abdc |
app/models/concerns/foreman_remote_execution/taxonomy_extensions.rb | 100644 | 0 | 0 | | | 702 Bytes | 9957e2b61470ee9b47c032b1b85e67415d42b6e30f570bbe8775b31a2b2d270d |
app/models/concerns/foreman_remote_execution/template_extensions.rb | 100644 | 0 | 0 | | | 598 Bytes | 63039034dfe11532da99eeeffc1ae5538c70c4049bb5d89a8991f7a65eb6c0ff |
app/models/concerns/foreman_remote_execution/template_input_extensions.rb | 100644 | 0 | 0 | | | 205 Bytes | d7ba1093db9f767f66255bffb76de38fb33e9e707175a887b15e8571502d7c0d |
app/models/concerns/foreman_remote_execution/template_overrides.rb | 100644 | 0 | 0 | | | 492 Bytes | 4094d92724de9ed4770ed406ec4869811b0310133d4d7c6ab7b502ef4369df14 |
app/models/concerns/foreman_remote_execution/user_extensions.rb | 100664 | 0 | 0 | | | 174 Bytes | 2f17981ec1c4208ab04b464f08db64e2270cfb85cc047af3853ef8bb61b0287a |
app/models/foreign_input_set.rb | 100644 | 0 | 0 | | | 1.58 KB | 8e4e929922b76ab050b44f687f8af40c59b952c00aa6ff1abbf153a77c531d9b |
app/models/host_status/execution_status.rb | 100644 | 0 | 0 | | | 2.3 KB | c6a18008a369aeb82b896f83f0011ff6050f123c018b3eee8742ad7e543db9d6 |
app/models/input_template_renderer.rb | 100644 | 0 | 0 | | | 2.36 KB | b294efc32478c5c4c886f186b3f8b627eb0ee043793572500e4e3455a810e440 |
app/models/job_invocation.rb | 100644 | 0 | 0 | | | 9.05 KB | 88d23dbf4e8262803d5a409fdfd1af281ad24082987b6481570aa36b67e42b39 |
app/models/job_invocation_composer.rb | 100644 | 0 | 0 | | | 19.3 KB | f88473564e5dd35ac0cd91ed126abd3a9bb1c0e9337208a9523863cb68a49ccf |
app/models/job_invocation_task_group.rb | 100644 | 0 | 0 | | | 376 Bytes | 59e942f066b1cc7447080d7e90c3d1f3d74334af7154139e707473f359b4a578 |
app/models/job_template.rb | 100644 | 0 | 0 | | | 7.46 KB | 461ff48b7f7a0f38d4553c3f0f1630f0a0facec783b247a5a10fd2b37b24a395 |
app/models/job_template_effective_user.rb | 100644 | 0 | 0 | | | 428 Bytes | 2a7caa361df51aea6e991cc4b07d4a04c09d7f0273ace5014fcf4db15a388e10 |
app/models/remote_execution_feature.rb | 100644 | 0 | 0 | | | 2.18 KB | 7a298b5b289c093a5e2dc9048c8185f2cdc44bf38c64a38cc84a440fc8e43223 |
app/models/remote_execution_provider.rb | 100644 | 0 | 0 | | | 2.27 KB | 032e31f96ddba443001e6a77b6916d8baed59e496a31d8ce795a11a9f9ef5eab |
app/models/setting/remote_execution.rb | 100644 | 0 | 0 | | | 4.22 KB | fea1b84ae27d4cefe7d39b9befba785968ac7e1d9be9aa920447b94c7e832922 |
app/models/ssh_execution_provider.rb | 100644 | 0 | 0 | | | 1.75 KB | 778b942969d4b833d16e1b6f26edbfd740bd3f5ef7d570ff2fe40c284deb19ba |
app/models/target_remote_execution_proxy.rb | 100644 | 0 | 0 | | | 166 Bytes | 1b881a50c2fea9d1eeee66ef5709927f3cc1658c760571e62f5117772cf53307 |
app/models/targeting.rb | 100644 | 0 | 0 | | | 2.75 KB | 7d1ef53ad60831ce276b2e81a2fd653249ce0b3794b9c8986a64f8d14c5d08c6 |
app/models/targeting_host.rb | 100644 | 0 | 0 | | | 168 Bytes | 31fdacf56b889b25aa38b630c0d0e5f9df66dad9ca325739a922b98e52e21a97 |
app/models/template_invocation.rb | 100644 | 0 | 0 | | | 3.17 KB | ee0b4fea227fe3da7c7928d55c1709f5a8780636eeb6444c2072d9466e42d804 |
app/models/template_invocation_input_value.rb | 100644 | 0 | 0 | | | 660 Bytes | 11832f58c18d8915002faa298bede23940c0c777c3b2679d930a69d3a08533ea |
app/overrides/execution_interface.rb | 100644 | 0 | 0 | | | 577 Bytes | 7231016c1d3105f06f992ba3b9e396ca6dcbcacf06dcf067cc02fdd74dd54cc6 |
app/overrides/subnet_proxies.rb | 100644 | 0 | 0 | | | 481 Bytes | b56e15c84570810709ae866a20a58fac3144f85eeb1f551dd974454633ce7e19 |
app/services/remote_execution_proxy_selector.rb | 100644 | 0 | 0 | | | 161 Bytes | 4ee79a987cc01c764d90d4d7b8d7025650b69700515434c75446c9c224b43f04 |
app/services/ui_notifications/remote_execution_jobs/base_job_finish.rb | 100644 | 0 | 0 | | | 764 Bytes | 9813369dfd977b20ca89020ede542782eac9242ada00d7838f7b5c478dca4ac1 |
app/views/api/v2/foreign_input_sets/base.json.rabl | 100644 | 0 | 0 | | | 120 Bytes | 75b9459c607e5902c2609fd64b0b4ece5c5b5819883461f00a2d48824c6fda3e |
app/views/api/v2/foreign_input_sets/create.json.rabl | 100644 | 0 | 0 | | | 68 Bytes | c79824514c73e6888186d4aafafd2c2402a4eb33fe7f308a3b5028c507650b97 |
app/views/api/v2/foreign_input_sets/index.json.rabl | 100644 | 0 | 0 | | | 73 Bytes | ae57f497a0bf6f612df45461cd15f2422221ff8cec20ca2357073a5ab5c20ec2 |
app/views/api/v2/foreign_input_sets/main.json.rabl | 100644 | 0 | 0 | | | 168 Bytes | 4d01f74b5f00e8acc52fb9ef8656dd0cb7f636762141c92ccc28af5926617fec |
app/views/api/v2/foreign_input_sets/show.json.rabl | 100644 | 0 | 0 | | | 68 Bytes | 2f3c7c41126f80e75ff6a3f724a04aeaa08f6f0cd947d83c9651dead838eb0fa |
app/views/api/v2/job_invocations/base.json.rabl | 100644 | 0 | 0 | | | 526 Bytes | 81384b6f73c846d0f4eb8687c142ccdfb70a20ab54a43e0062111b51743b8283 |
app/views/api/v2/job_invocations/create.json.rabl | 100644 | 0 | 0 | | | 62 Bytes | 6c44041cd2851b102140dfdc97cdaa938629ab3fc77969f6b883ae191d8fe08a |
app/views/api/v2/job_invocations/index.json.rabl | 100644 | 0 | 0 | | | 67 Bytes | 69284de3c2a3b36c568fcff2fc46eb49808417f8fcfa0d95161ef18f090b28f8 |
app/views/api/v2/job_invocations/main.json.rabl | 100644 | 0 | 0 | | | 948 Bytes | a420e18e7acf7416372e486c90bbf837ce273e7bac89fed7c166a205dc39882d |
app/views/api/v2/job_invocations/show.json.rabl | 100644 | 0 | 0 | | | 62 Bytes | 97fd9695e11f0bc0654a7ca78e884e3a8141431875b0a122d80675675f67be7c |
app/views/api/v2/job_templates/base.json.rabl | 100644 | 0 | 0 | | | 132 Bytes | 00678a7676f971170f04d5001c79ea25244b5a484af15bfc27fc96df0c798680 |
app/views/api/v2/job_templates/create.json.rabl | 100644 | 0 | 0 | | | 58 Bytes | 25ab8781a2c3a862899bb61f3a249842b8b2592a7f17c265a7ed59855588c698 |
app/views/api/v2/job_templates/index.json.rabl | 100644 | 0 | 0 | | | 63 Bytes | 5110fe04b1f43c7f4c5a669d4fd090324a934a1eca4d067005959b23eee18edf |
app/views/api/v2/job_templates/main.json.rabl | 100644 | 0 | 0 | | | 434 Bytes | db53b5724ec57668f4cb54bcc4f34e945ee140cfb7a2f64260a4e0748d2956d8 |
app/views/api/v2/job_templates/show.json.rabl | 100644 | 0 | 0 | | | 58 Bytes | 2bdff5147e471fe2e5107de9c5cb0a15332657dc3b6483054055c4998a5eed54 |
app/views/api/v2/job_templates/update.json.rabl | 100644 | 0 | 0 | | | 58 Bytes | 25ab8781a2c3a862899bb61f3a249842b8b2592a7f17c265a7ed59855588c698 |
app/views/api/v2/remote_execution_features/base.json.rabl | 100644 | 0 | 0 | | | 137 Bytes | bb2eb1fe5f14532c59c2da297c2f2bbfea311237a928b9454a659844cec19ace |
app/views/api/v2/remote_execution_features/index.json.rabl | 100644 | 0 | 0 | | | 87 Bytes | 09f099bd0c4735af21b2b9bac0eed64c2d4871d85d01e2f00d8cd98605035929 |
test/unit/job_template_test.rb | 100644 | 0 | 0 | | | 9.61 KB | 0b93440d2d1dbf3695e53cd401dd1d81da34d02563e233ae9e05f365e921883a |
app/views/api/v2/remote_execution_features/main.json.rabl | 100644 | 0 | 0 | | | 82 Bytes | 23b5de6951f0f4d99b0a0eb4002c1b4d4dcd1810af6a407ecd7288c45212b6b9 |
app/views/api/v2/remote_execution_features/show.json.rabl | 100644 | 0 | 0 | | | 82 Bytes | 493ef12749bcbe25f1a37f0e8122477afd57f0b1b32b10070923e538024b2880 |
app/views/api/v2/smart_proxies/pubkey.json.rabl | 100644 | 0 | 0 | | | 46 Bytes | 4e3a603c4e2e98613d004d57ed48fd156cacc20ebdc2b117315ff130a4aae802 |
app/views/api/v2/template_invocations/base.json.rabl | 100644 | 0 | 0 | | | 168 Bytes | 7b4d057b8fd0d05e09fa000d5e96976bcde3d8292fe2742f7ba21f423780a144 |
app/views/api/v2/template_invocations/template_invocations.json.rabl | 100644 | 0 | 0 | | | 77 Bytes | 99534bbb126dbda32c264e1e10492541ffd152b08f8da7aa034e7510d113a88e |
app/views/dashboard/.gitkeep | 100664 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
app/views/job_invocation_task_groups/_job_invocation_task_groups.html.erb | 100644 | 0 | 0 | | | 172 Bytes | 88596d75c7c43ee47539e17cbf77fd5b578de25755b082a4277d0c5279068430 |
app/views/job_invocations/_card_results.html.erb | 100644 | 0 | 0 | | | 304 Bytes | 5b6b573240f2336baae2d8f065011a562610d8ff48a9ff1eb885cdacf8b0fc08 |
app/views/job_invocations/_card_schedule.html.erb | 100644 | 0 | 0 | | | 1.44 KB | ab1a5800b45cec58822c6db7cdcf2f37368b6dbac995a548aa72213ee3ae6262 |
app/views/job_invocations/_card_target_hosts.html.erb | 100644 | 0 | 0 | | | 1.36 KB | 2d3defd968681817bf633769570be1ed32759a51e117d8a5ac5d270b3d6d754b |
app/views/job_invocations/_card_user_input.html.erb | 100644 | 0 | 0 | | | 472 Bytes | 31aab87344fc15cc4ac32d81ad121f60cff7c91010845cc3ff17c78a5c1bea00 |
app/views/job_invocations/_description_fields.html.erb | 100644 | 0 | 0 | | | 379 Bytes | e3851cef986a78d835178b5ffcaafd7d7f9039b50adc2c381196c765fbaaca84 |
app/views/job_invocations/_form.html.erb | 100644 | 0 | 0 | | | 9.12 KB | ab77f47fd36a9aef7443910f6a9835a980c9988759af877cc1e5de9c8d6af48b |
app/views/job_invocations/_host_actions_td.html.erb | 100644 | 0 | 0 | | | 217 Bytes | 03be25eab7df0355dcc79608e08f96588046b634f747cb867e1ddd9fb6fe29ae |
app/views/job_invocations/_host_name_td.html.erb | 100644 | 0 | 0 | | | 401 Bytes | 0c318a68317bfcd77b8942ce26e96c26b535abb99faca23089cb3d9ea12897b9 |
app/views/job_invocations/_host_status_td.html.erb | 100644 | 0 | 0 | | | 198 Bytes | 4f8ef726c37a3030f3ff84a9f053cd7650aaf702ef9fde50f78331c10e02d056 |
app/views/job_invocations/_preview_hosts_list.html.erb | 100644 | 0 | 0 | | | 679 Bytes | 2ce2ccfc1435435683b0f84241e0f0134d4c667c2506a3c51683839195b86e8e |
app/views/job_invocations/_preview_hosts_modal.html.erb | 100644 | 0 | 0 | | | 635 Bytes | cd9f75baf2ff718d750c87f11059ec8b5636690122c3ffd5a066b98a12107df1 |
app/views/job_invocations/_tab_hosts.html.erb | 100644 | 0 | 0 | | | 1.91 KB | 05a6cac0195a26a5c348ccc1510fca4e41e6bcd30dfa0f978dee8fe432ad928f |
app/views/job_invocations/_tab_overview.html.erb | 100644 | 0 | 0 | | | 1.49 KB | fbffa9d4c55eb262481d7f3f0302ce57344129cc5d97011f341c6a953fd4ef86 |
app/views/job_invocations/_tab_preview_templates.html.erb | 100644 | 0 | 0 | | | 595 Bytes | 57a813c9d13b125bd1c2d883c3d248277d81bd055fe6d42e74e93dd63e656428 |
app/views/job_invocations/_user_input.html.erb | 100644 | 0 | 0 | | | 643 Bytes | 7d6da570ae131334901f7f240959339df59eaabddd64011880f1ce52d9ab3e3e |
app/views/job_invocations/index.html.erb | 100644 | 0 | 0 | | | 1.5 KB | 3142857d1b3dcc00e011118987d88b003e1d7a59c3b61357bb0f2fca83bfb43e |
app/views/job_invocations/new.html.erb | 100644 | 0 | 0 | | | 193 Bytes | e5dc15a2b11c023781d25d29afbeb48c16997156b1a51b891d1214394d3c3aac |
app/views/job_invocations/refresh.js.erb | 100644 | 0 | 0 | | | 228 Bytes | 8bb08ebd63d87cee489e0cd4649af6825e4c3cb8b92293c444bae968a5211a2a |
app/views/job_invocations/show.html.erb | 100644 | 0 | 0 | | | 1.78 KB | 73e98a62e9f03004936432631d394a2b4ca3d3baecd0bebe01f30938b78e40ca |
app/views/job_invocations/show.js.erb | 100644 | 0 | 0 | | | 1.3 KB | 840fdb1ce59a1805b3973b5c655b33b8f74f0c131e23541d89c0ae5b69a3fbac |
app/views/job_invocations/welcome.html.erb | 100644 | 0 | 0 | | | 846 Bytes | e2e645b243262a218a4eba531e7514b57b8c1bcc186b90bf1e515371efc59323 |
app/views/job_templates/_custom_tab_headers.html.erb | 100664 | 0 | 0 | | | 144 Bytes | edde5e69c9df091d5d2069b50185a161e0ec8163bd45380b740bedc088183668 |
app/views/job_templates/_custom_tabs.html.erb | 100644 | 0 | 0 | | | 2 KB | ffba375217ffe4fbca2a26f59abd26f77bde17ef31b29212d21767a56de399a5 |
app/views/job_templates/_import_job_template_modal.html.erb | 100644 | 0 | 0 | | | 1.14 KB | 674d50cfbdf649ea04517f0327ee8b90d3381641b06269ef425750b48b05f20d |
app/views/job_templates/edit.html.erb | 100644 | 0 | 0 | | | 336 Bytes | 854ee2a9539cca05bb66917ecc03ded12b951b70a671ba3f4bce0b739942a2cd |
app/views/job_templates/index.html.erb | 100644 | 0 | 0 | | | 1.54 KB | 991f37b06e02a012d69630797f9d8bec21b4421d49c240a969cc3cbe585b045d |
app/views/job_templates/new.html.erb | 100644 | 0 | 0 | | | 129 Bytes | 811a32625bbd30702cb7ecddcffc73e7dfc35733265ae347f0fa6fcfd5e88646 |
app/views/overrides/nics/_execution_interface.html.erb | 100644 | 0 | 0 | | | 266 Bytes | 000673ddc78484c688d3ae006ccbdaedf1c950c5978f07c6feeef083f8121c89 |
app/views/overrides/subnets/_rex_tab.html.erb | 100644 | 0 | 0 | | | 83 Bytes | 2cb0e41be0f519ebc8eadb51a3e9aa49d6d430a333e86bda3fbc2ea22fef739f |
app/views/overrides/subnets/_rex_tab_pane.html.erb | 100644 | 0 | 0 | | | 492 Bytes | c97ed24a6d4f0d17de08d3752fc0da72480d2419727739768c10c8a6bd63c1c3 |
app/views/remote_execution_features/_form.html.erb | 100644 | 0 | 0 | | | 1.06 KB | 214d4e361497e61d737165c92b5eacad69f4843e0a9fafb376de44d2c82c03ba |
app/views/remote_execution_features/index.html.erb | 100644 | 0 | 0 | | | 732 Bytes | c8ed0e06d8749a66e1393de37025455bda34083e2c51652edf19e3315b4d29d5 |
app/views/remote_execution_features/show.html.erb | 100644 | 0 | 0 | | | 81 Bytes | a8e2f96c0883930deb88d3b923774b2c75e397425878b1e5be717eb2d18141f7 |
app/views/template_inputs/_foreign_input_set_form.html.erb | 100644 | 0 | 0 | | | 1.02 KB | 42aabb1f67a197e330be10c697f48773209b7aa5ab01816f60310f105b49dcab |
app/views/template_invocations/_output_line_set.html.erb | 100644 | 0 | 0 | | | 625 Bytes | c1895e2d09560aa0ee81fb847b9c58697e34f405fefe5015bf3938d77ce81c5e |
app/views/template_invocations/_refresh.js.erb | 100644 | 0 | 0 | | | 241 Bytes | 3c091b153582506866ded6cddf43f2ae8e36956694cde2ca66af2df09718891f |
app/views/template_invocations/show.html.erb | 100644 | 0 | 0 | | | 2.35 KB | 7d63819798ef993a65680ef8caa3ee6b8f26fd9f47362eaf7ee90a2b3f93dd52 |
app/views/template_invocations/show.js.erb | 100644 | 0 | 0 | | | 450 Bytes | e178f1b0edff55e3c3a677ae35a9931e6a3a981801ffab9c455f1bfad8635a5b |
app/views/templates/README.md | 100644 | 0 | 0 | | | 253 Bytes | 147a7400ca57756dbbe0e40877ff8c6e9aab3951196240f172d142a580a46f52 |
app/views/templates/ssh/module_action.erb | 100644 | 0 | 0 | | | 1.78 KB | 12971cbdcf9972b7b03a0fa3988fb65c1f6d73f6ba9ff883c8a8ad6008817629 |
app/views/templates/ssh/package_action.erb | 100644 | 0 | 0 | | | 2.57 KB | 7ae80500ec0f3eeeefb82148ca10e10e9ed680c84fd75eabf3723370f2968c0a |
app/views/templates/ssh/power_action.erb | 100644 | 0 | 0 | | | 468 Bytes | a19b6a9f744df6d01e7e1f5ba5aa077ea0864339fbb46ca1155e76424ca4f96b |
app/views/templates/ssh/puppet_agent_disable.erb | 100644 | 0 | 0 | | | 496 Bytes | e073409054d218b7baa1dbdbdcd4cd40b29777a25ea676222f1ed44f1d09e3a8 |
app/views/templates/ssh/puppet_agent_enable.erb | 100644 | 0 | 0 | | | 203 Bytes | 1ad809b70cc017ae9bc71d6ac5812c66ec9be5100f4732ca9b8f6db2062f02af |
app/views/templates/ssh/puppet_install_modules_from_forge.erb | 100644 | 0 | 0 | | | 1.28 KB | 71d3f25fc4c17b76d5495713912e998463652e95a30cd96c4f848b1ca633b000 |
app/views/templates/ssh/puppet_install_modules_from_git.erb | 100644 | 0 | 0 | | | 668 Bytes | cd80809bdeb94ba69522ee9076d64a5311149ee7e0928ceffa3468c8300084e2 |
app/views/templates/ssh/puppet_run_once.erb | 100644 | 0 | 0 | | | 405 Bytes | dfdf36f1dac41b024cee4fc650ef9ee5517a5d47c7502053aa288762b8eb7ab4 |
app/views/templates/ssh/run_command.erb | 100644 | 0 | 0 | | | 291 Bytes | c3ce25eb0aa1256c42a702362c4dd65d141e5b8fd339f92574c3079e621851e5 |
app/views/templates/ssh/service_action.erb | 100644 | 0 | 0 | | | 840 Bytes | 1a52094657dbdc09ce48ee9463801004967662f07eadcaca8b204329cd727119 |
config/routes.rb | 100644 | 0 | 0 | | | 2.52 KB | 65d51527b56ae420c2ebf48d2373581cdd41f1662b34ede49b5063c822aa6fa6 |
db/migrate/20150612121541_add_job_template_to_template.rb | 100644 | 0 | 0 | | | 246 Bytes | e8fea165045ffada5c69713dec51725422acef050027ad8a8fe269c4336dce53 |
db/migrate/20150708133241_add_targeting.rb | 100644 | 0 | 0 | | | 1.09 KB | cf1f729b91ca9196c7da4ea8409678b43f5086b8af4c91c0c701407e4bfc2d88 |
db/migrate/20150708133242_add_invocation.rb | 100644 | 0 | 0 | | | 431 Bytes | 743417a42f4f8b993c57fa4e5f0132eeb676a605a4dfca8c4f7ad92f7d558e7f |
db/migrate/20150708133305_add_template_invocation.rb | 100644 | 0 | 0 | | | 1.29 KB | c42586b334a5f14b7635368fe657252e965b0c2feaf5b624439c17f8abf48ab8 |
db/migrate/20150812110800_add_resolved_at_to_targeting.rb | 100644 | 0 | 0 | | | 137 Bytes | 0fad426d4eff6460fdeecbe58bd992e0eb746ecdf6b747e1d12855b60b8f0d3e |
db/migrate/20150812145900_add_last_task_id_to_job_invocation.rb | 100644 | 0 | 0 | | | 249 Bytes | a0fd758347a0e09ad211cb727a525ae1315089db159529a904ae0ab5b08c3bbb |
db/migrate/20150826191632_create_target_remote_execution_proxies.rb | 100644 | 0 | 0 | | | 563 Bytes | 4c39f95a6db77fe088c2c5ad941ca26588b00e3f0758498a7e19c233de8960ff |
db/migrate/20150827144500_change_targeting_search_query_type.rb | 100644 | 0 | 0 | | | 143 Bytes | 7deefa4696a1f7de422f4bc2983ce0390fc1eceda346e44d287fd451dcefc8ff |
db/migrate/20150903192731_add_execution_to_interface.rb | 100644 | 0 | 0 | | | 305 Bytes | a1eba4dc2807cce03f24cc3fbbadd73c63f27f9eeb5fa1826a36a33a37445613 |
db/migrate/20150923125825_add_job_invocation_task_group.rb | 100644 | 0 | 0 | | | 317 Bytes | 7e75c4c3db0f23e43e1ec7ba64ebba89f25ec4164f987bc792ff1220a14688ce |
db/migrate/20151013135415_add_pub_key_to_smart_proxy.rb | 100644 | 0 | 0 | | | 128 Bytes | 2e1808079c1bcbd5c25fc9f8b9d598e41534ccca94112f5c3bb70c2332dc3a23 |
db/migrate/20151022105508_rename_last_task_id_column.rb | 100644 | 0 | 0 | | | 236 Bytes | ab3ef5bb9495483dd29aedf64f72acd990feb045176a9dcd24a099ea3d886ef5 |
db/migrate/20151116105412_add_triggering_to_job_invocation.rb | 100644 | 0 | 0 | | | 320 Bytes | d835b0bb65fc6f52d9de442d0ca4c659698b9979764b7c9f3e32c37c5cbfa008 |
db/migrate/20151120171100_add_effective_user_to_template_invocation.rb | 100644 | 0 | 0 | | | 175 Bytes | 92199ab9b50708fc26721c8441d049ef1b63be91a369045b381d78fd97ff069b |
db/migrate/20151124162300_create_job_template_effective_users.rb | 100644 | 0 | 0 | | | 481 Bytes | 796c6eb4eb8b9a6c897c11108ed1628a4d22c9a2c843bb84cf4a459fdc395ce1 |
db/migrate/20151203100824_add_description_to_job_invocation.rb | 100644 | 0 | 0 | | | 344 Bytes | 24a280b1c349948f704a1d3dd8081e5a15dd29545409dfd2263b1be6e726b6c7 |
db/migrate/20151215114631_add_host_id_to_template_invocation.rb | 100644 | 0 | 0 | | | 1.29 KB | 718918ec7c8589ad1333c1a3d8387f7f7ce445c24c216eceb6929182e6b17cb3 |
db/migrate/20151217092555_migrate_to_task_groups.rb | 100644 | 0 | 0 | | | 525 Bytes | faae2abb3fc439bd49ae4f67ee37c2ea8a6e2a8ebe51fd38c9f15ac943432cf5 |
db/migrate/20160108134600_create_template_input_sets.rb | 100644 | 0 | 0 | | | 580 Bytes | 356947ec9713053909e3f49742b22970c46e83e7512df42ab58dc7bca54a5803 |
db/migrate/20160108141144_make_job_name_default_to_something.rb | 100644 | 0 | 0 | | | 278 Bytes | f2a2f0e0a64718a5056c264656c09af8af73f33dc992348a9dd881134f843d4f |
db/migrate/20160111113032_upcase_ssh_feature.rb | 100644 | 0 | 0 | | | 535 Bytes | f560becd8f9a5978ce6fefd796a18c53733e13fe37b2a458547aa0a8a1202624 |
db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb | 100644 | 0 | 0 | | | 299 Bytes | 21e3b5c00a5f26758949fd92c73e263828e0f34cfd358dd0da62f778cc7ce97d |
db/migrate/20160113162007_expand_all_template_invocations.rb | 100644 | 0 | 0 | | | 2.09 KB | 26a3e0ce9d23a1e3700814e6f714e43942e4850d26bc01057762f3586864dfcb |
db/migrate/20160114120200_rename_job_categories.rb | 100644 | 0 | 0 | | | 637 Bytes | 11b320bf789d61706a0b0240c0eb9b7074d42cecdb61ba029e378a3744a4a799 |
db/migrate/20160114125628_rename_job_name_to_job_category.rb | 100644 | 0 | 0 | | | 1.04 KB | bc0ca0eb74b98c7f287dfe2a6fc6a4fc90d5e0bdfd6c5bf4e7e595fd132e9104 |
db/migrate/20160118124600_create_remote_execution_features.rb | 100644 | 0 | 0 | | | 480 Bytes | 7f270f5b68b8e68fec3eadf9f971ce1add16a146a998deb3ac6960ee20d33fc1 |
db/migrate/20160125155108_make_job_template_name_unique.rb | 100644 | 0 | 0 | | | 568 Bytes | ef80c197c9076840b2658c2b4b7876998721b8c6e0f4651cdb967c59580a0a2e |
db/migrate/20160127162711_reword_puppet_template_description.rb | 100644 | 0 | 0 | | | 390 Bytes | 79d2769fa9d2e03cfbb25d9a8063233a0c7c530e20b9e566bc13a2d64348ce70 |
db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb | 100644 | 0 | 0 | | | 271 Bytes | 104e4c76b46e83f8d7888af60d4610c4889e2c1903f5e0f19b7f0c3dab4d840e |
db/migrate/20160926225841_update_template_input_value.rb | 100644 | 0 | 0 | | | 180 Bytes | dde5762dc1fe109b6944b4b1dc465322c3f1f3acf3e3f26ec59070aa9dbf2910 |
db/migrate/20170110145641_add_host_action_button_to_remote_execution_feature.rb | 100644 | 0 | 0 | | | 212 Bytes | 522a5233ebaaf99874ad4cf989ed6d21c189de48b2a56ec871218204251404cb |
db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb | 100644 | 0 | 0 | | | 238 Bytes | 3970b41af8a97c35792ffed48ac54c89cba0e3079f1b3a9140501294370934e3 |
db/migrate/20171129103615_add_secrets_to_job_invocations.rb | 100644 | 0 | 0 | | | 225 Bytes | 34ab978693c2341c99c9be2bb13fadc2c6af2222bbffc4980e295e69346865b8 |
db/migrate/20180110104432_rename_template_invocation_permission.rb | 100644 | 0 | 0 | | | 773 Bytes | e53d1ea04828bc235e6c6a0714d295bf700664dbea4018d9adb98a514b533982 |
db/migrate/20180112125015_fix_taxable_taxonomies_job_template.rb | 100644 | 0 | 0 | | | 746 Bytes | 6205d15c0328894293bd5051e122fee8847f348e8463eb2a5ce643e5957a540e |
db/migrate/20180202072115_add_notification_builder_to_remote_execution_feature.rb | 100644 | 0 | 0 | | | 181 Bytes | bff19407578916f93610c60c9b0773409a1b36423026e0dd3e49dfdb5a5c8adc |
db/migrate/20180202123215_add_feature_id_to_job_invocation.rb | 100644 | 0 | 0 | | | 282 Bytes | d67fd6c91ee34e4509ba263472f12ea4f02899929df3bad40d3af2c50e852d2b |
db/migrate/20180226095631_change_task_id_to_uuid.rb | 100644 | 0 | 0 | | | 738 Bytes | 7b7eb5c18e8547f59cc7232f3314d227b1bd6f376f8c9f2e9dbe92906816e5aa |
db/migrate/20180411160809_add_sudo_password_to_job_invocation.rb | 100644 | 0 | 0 | | | 148 Bytes | b5087376d06bc2ff93da6694292d286482190a59581584cc317032503258c741 |
db/migrate/20180913101042_add_randomized_ordering_to_targeting.rb | 100644 | 0 | 0 | | | 168 Bytes | a6ea8ede913a5ac62571d441397ede20e1efbdc0fe1fc985b77723a436776a4e |
db/migrate/20190111153330_remove_remote_execution_without_proxy_setting.rb | 100644 | 0 | 0 | | | 605 Bytes | 2ed69366a89c18acda9c73232b8b90dd20886b8ced6ecc685e7c5d6fb3704465 |
db/seeds.d/100-assign_features_with_templates.rb | 100644 | 0 | 0 | | | 1021 Bytes | ea323a1b529f4938e98141950b00a8ea9c019a6e3e36871f85100ad8b0894fad |
db/seeds.d/50-notification_blueprints.rb | 100644 | 0 | 0 | | | 376 Bytes | 8829e13c5d2c1e6693747433dcecabb8d174b21ca021ef50c59877b5c7b6e2ff |
db/seeds.d/60-ssh_proxy_feature.rb | 100644 | 0 | 0 | | | 136 Bytes | cf6e278bc207a1bb3bf8c7ee23978a7ea9a82e3e8de86c9ef4d6332f10bd1f88 |
db/seeds.d/70-job_templates.rb | 100644 | 0 | 0 | | | 577 Bytes | faa74fc84166fd71a5aa4b413f90444a6e9f233f72881c3a3a64a7d97c8e6e87 |
db/seeds.d/90-bookmarks.rb | 100644 | 0 | 0 | | | 1.1 KB | fb584e9c02a10958c60238d051bb25bd300644577a7c90b22a3ef7c1c3a08141 |
extra/cockpit/cockpit.conf.example | 100644 | 0 | 0 | | | 219 Bytes | f7800d4987fb0d7ece4d74ca162edc62d820cbbeb54976556b8990003acff522 |
extra/cockpit/foreman-cockpit-session | 100755 | 0 | 0 | | | 7.68 KB | 2b55a0d1d01771d99ed0a026e316a4bf09bcd291d5964c17e4d046e5a8398d4f |
extra/cockpit/foreman-cockpit.service | 100644 | 0 | 0 | | | 278 Bytes | ce752b5aba94e231aa966bc40f129f0f4054b96a77c6824b8c004772877e2993 |
extra/cockpit/settings.yml.example | 100644 | 0 | 0 | | | 235 Bytes | 3bf3651833b6eaacf972f9ee77e51d46868a78474b06db1d7c11f03d32dac730 |
foreman_remote_execution.gemspec | 100644 | 0 | 0 | | | 1.48 KB | 397bc4719d9e2dd6ca1c64c942df35ff75c635f75917a7c063bccefa11c7ad60 |
lib/foreman_remote_execution.rb | 100644 | 0 | 0 | | | 161 Bytes | e09d0269a9449f7069ac600db7a684929f99ed96b321dcfc2395c3e8c2b4e8d9 |
lib/foreman_remote_execution/engine.rb | 100644 | 0 | 0 | | | 10.5 KB | ed201bde9ccf688275c10c9cdbb5350170cf25fca5c5475c6f8f40a67abd666a |
lib/foreman_remote_execution/version.rb | 100644 | 0 | 0 | | | 61 Bytes | b2088e8630468e027fb285fb661130aea3908ef8cfca21914119b2163a9b8573 |
lib/tasks/foreman_remote_execution_tasks.rake | 100644 | 0 | 0 | | | 1.26 KB | b21512a9fe02753967090e5d8e835df1ede18903b5aa32f394db0d938aa92b9c |
locale/Makefile | 100644 | 0 | 0 | | | 1.67 KB | 45f4bf30752ec4390c3643a43ddb2e5650a58a51421664984e9edad29f4664db |
locale/action_names.rb | 100644 | 0 | 0 | | | 109 Bytes | 408439f73edcb3409185f1fe38a3b5191ffa153217dde68fadfc0cc2023a8365 |
locale/de/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 22.2 KB | 2b3fdb694abc32af6eba0a4db7428abf1eb03e7577e231363d8c0b62c1d1d569 |
locale/de/foreman_remote_execution.po | 100644 | 0 | 0 | | | 27.4 KB | 4ca6a73098c3d4bbbd922b9caa28b38c53d147494ef063ee22560bcbe48d77fb |
locale/en/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 383 Bytes | 990fdc91bfa4de81060aedf5f724eca7e1b1e73b633c50082ca4576f70c05651 |
locale/en/foreman_remote_execution.po | 100644 | 0 | 0 | | | 18.3 KB | b7d94b9e4148ab6e4f41e23cd1c1895a503408255cd633163a84c00415b54f9a |
locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 1.47 KB | ba03d32f96c46decf863bf5978205691944fcdf705f86b511fd21a9925e93b5a |
locale/en_GB/foreman_remote_execution.po | 100644 | 0 | 0 | | | 18.7 KB | 955449281db99c9b05258c0fa42e892e09d7d7b6f36adf662cf21bc21d019a15 |
locale/es/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 29.2 KB | 8e9eb1f08e27216f6bfc14f395e2facf55c374c2e6cc670b2ec83f2a9dc9839a |
locale/es/foreman_remote_execution.po | 100644 | 0 | 0 | | | 30.8 KB | fee2bb9792faeca870c517c019c302c547d4c774db56a5cd2ee283492c10a42b |
locale/foreman_remote_execution.pot | 100644 | 0 | 0 | | | 36.8 KB | 39bffef9deadcde8ac4fdbf4a45e0d9c6e25b0b84cacbf1f913ad33422d29edb |
locale/fr/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 29.3 KB | ac9434160364862e08bf22b5933193b973d4e255af280339ddcd521b832fb36b |
locale/fr/foreman_remote_execution.po | 100644 | 0 | 0 | | | 31 KB | 3fd626468f8c269249e6415a4a6b9e8af1352c1750f02bd06be957739ad3cf03 |
locale/gemspec.rb | 100664 | 0 | 0 | | | 184 Bytes | 59573b6fe0c94f93dd0f6bff0a09b5e9ce94e8472e4faa155755138fa571f81d |
locale/ja/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 31.6 KB | b7d2c3efaea171badaffdd621f11250a668f26b6e2945504643af6d275219e91 |
locale/ja/foreman_remote_execution.po | 100644 | 0 | 0 | | | 33.3 KB | 936db32dcf74854826b0ce24fc9a08b389e83453167536dd746121b4e38f5190 |
locale/ko/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 21 KB | b58595713f26085ba2d9aa4b3139e711be465ef477d002941e5eaab6af0761bd |
locale/ko/foreman_remote_execution.po | 100644 | 0 | 0 | | | 26.8 KB | 79b7f86c8e97709ec1930f0a19caafbb649dac9bf82f37099dbb3f78bd824745 |
locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 28.7 KB | f4578b5a2bd6b81aede92c5e649fe0991e9b1986c13093b929307f19c56ee090 |
locale/pt_BR/foreman_remote_execution.po | 100644 | 0 | 0 | | | 30.4 KB | 956c8c618e8baad2404c331a8306b5697fea918891b7eb270aee75448c508f78 |
locale/ru/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 28.1 KB | 879d061ec1f2e1ed5ca6cebb4d8f67e95d457e339ca4199c32d275c709403407 |
locale/ru/foreman_remote_execution.po | 100644 | 0 | 0 | | | 33.5 KB | 4df042985c243805c402d35d770475de39105d743ba123c33cb5cb1711e642d0 |
locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 25.7 KB | acdfa04b066c60118ae479a7f0e79e93d1c87c60b01d0d5588d73a3b6f9ad09a |
locale/zh_CN/foreman_remote_execution.po | 100644 | 0 | 0 | | | 27.4 KB | 52050baee77daa12bb0b20bcc21e1bb2c515ddcefaee46db2ac7907e0fd3dc64 |
locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo | 100644 | 0 | 0 | | | 18.2 KB | 5ffce13e9b7e25b1bb4715e856353fc293e5a6ca387683c8ca86eea4aea03079 |
locale/zh_TW/foreman_remote_execution.po | 100644 | 0 | 0 | | | 24.3 KB | 4064f6a49d90b222d5cacd4f2f2b9d8130375e0a5df4742b834a3810055955c3 |
package.json | 100644 | 0 | 0 | | | 1.61 KB | 33fb3834b2825237df8ca0c52c25cbf9bc9e6f5ecee5bf56338a0d73cc5f9bfa |
test/benchmark/run_hosts_job_benchmark.rb | 100644 | 0 | 0 | | | 1.85 KB | 7197e847249c1ddc19a6e4c35ac3137aa523734138c454472464c79f6b4442ad |
test/benchmark/targeting_benchmark.rb | 100644 | 0 | 0 | | | 851 Bytes | 639bc5731a78d8eac67c224caa7ea088371857685cd9359f7e6fc1e5d6f5fa88 |
test/factories/foreman_remote_execution_factories.rb | 100644 | 0 | 0 | | | 3.77 KB | 47377b590c03395d366e52de69a523b1540e09a1e5c01d8f426d3f68bb36e2ec |
test/functional/api/v2/foreign_input_sets_controller_test.rb | 100644 | 0 | 0 | | | 2.32 KB | b0c64718edd9cd373c3f96a9cd30cb6a975b832a3be59ad75ece94ad8c1771f6 |
test/functional/api/v2/job_invocations_controller_test.rb | 100644 | 0 | 0 | | | 11.7 KB | 82532351aa847cfe656a803f763a7204f4be9d63ca7a894f55dd5c61e7e27e5f |
test/functional/api/v2/job_templates_controller_test.rb | 100644 | 0 | 0 | | | 3.93 KB | 4541b430f2888ba56122ccd315075c1e1bb2f8899943eb807a7593a4e8526788 |
test/functional/api/v2/remote_execution_features_controller_test.rb | 100644 | 0 | 0 | | | 1.37 KB | 21560e80c725f17f23974ca6fd99764742877f211aaad96682d8e39cf903bdb3 |
test/functional/api/v2/template_invocations_controller_test.rb | 100644 | 0 | 0 | | | 1.27 KB | 60fdf09afdec7812f0fc4e41886d3ed1997a197a943117cab20b71988a6cc686 |
test/functional/cockpit_controller_test.rb | 100644 | 0 | 0 | | | 508 Bytes | 06e8f8f0298c15127ac3518ed8346fdee3f2aafeb7c8afdcde99839f7b65c0a5 |
test/functional/job_invocations_controller_test.rb | 100644 | 0 | 0 | | | 1.44 KB | d3e0a027ebf76a68514b72aab196fa46e4f1853ef074354c21240201957b13d7 |
test/functional/job_templates_controller_test.rb | 100644 | 0 | 0 | | | 1.08 KB | d4c72c6643048c7c82db1ee1e6702d8a61f5b0b0ac328b572eca6931f7f0a511 |
test/helpers/remote_execution_helper_test.rb | 100644 | 0 | 0 | | | 1.25 KB | 79bf666f69b41e7382a5ca8a3e093b2b269b85c80704c2b6d7906910bdca5111 |
test/test_plugin_helper.rb | 100644 | 0 | 0 | | | 351 Bytes | b34ac751adb93dc04736babc9b7f0c16b7724ec02a3e1847de9a9c28c1aa7779 |
test/unit/actions/run_host_job_test.rb | 100644 | 0 | 0 | | | 2.98 KB | c0aaa7b123272db00ace96b1277d6dcfae00f2e9eec708067140e169f2769cac |
test/unit/actions/run_hosts_job_test.rb | 100644 | 0 | 0 | | | 4.69 KB | dffbf17578e5988659bfbbcddde7c0cd454161c433049131e07982178999d426 |
test/unit/concerns/foreman_tasks_cleaner_extensions_test.rb | 100644 | 0 | 0 | | | 1.13 KB | 961df29c0a577aa8cb837543258945100b5728149abfcac557bf23ada9a29b67 |
test/unit/concerns/host_extensions_test.rb | 100644 | 0 | 0 | | | 6.46 KB | 721da0af78237b02a6529f35236a3d5df61d2a448d608624458c1386c9377f58 |
test/unit/concerns/nic_extensions_test.rb | 100644 | 0 | 0 | | | 287 Bytes | ed0cd52b44c3934376aafb472af7a5db43efa4e2e67bdc362abaf85dfa2fa151 |
test/unit/execution_task_status_mapper_test.rb | 100644 | 0 | 0 | | | 2.71 KB | fa9e5c8ff85dfe07f0cd81b0de1398b2dc3de8ef188c0910c8ddb8950721307e |
test/unit/input_template_renderer_test.rb | 100644 | 0 | 0 | | | 23.7 KB | 22e75d8facf98874d3611018488d758aa1876ef6967131eac53bd2841881880c |
test/unit/job_invocation_composer_test.rb | 100644 | 0 | 0 | | | 30.6 KB | 307dd3d3b14746fe79fa5640927377a6b8ef870920218913defab72adb928195 |
test/unit/job_invocation_test.rb | 100644 | 0 | 0 | | | 8.54 KB | 38fb83083c13134ff9b46efe6a657580333331c004ae29cd54a3b31f88d16d6d |
test/unit/job_template_effective_user_test.rb | 100644 | 0 | 0 | | | 1.21 KB | ed66ed1f6c94dd00bb00646c7e9ea68e080cf642456ccd562e497e59c7bfff2e |
test/unit/remote_execution_feature_test.rb | 100644 | 0 | 0 | | | 3.53 KB | 1e0ff49e0671fb0c6d9c580aa8c7f885d8a2a3bc2d10e49d3a487cbcaeff3cce |
test/unit/remote_execution_provider_test.rb | 100644 | 0 | 0 | | | 8.09 KB | d1302b8a35223de7968c73656b111eb2a7307ca17fc78dc54d045c095e774641 |
test/unit/renderer_scope_input.rb | 100644 | 0 | 0 | | | 1.26 KB | b4a9d7f17b18ea24fdc00a65ed8ac0163330c17bb29a53c10e4c1d1787f0714f |
test/unit/targeting_test.rb | 100644 | 0 | 0 | | | 3.56 KB | 39b2857d36b779da4ad250450394547c7db68c48638bf5affd567604565f5851 |
test/unit/template_invocation_input_value_test.rb | 100644 | 0 | 0 | | | 2.03 KB | 2a1fd39a1b500f59640f987cf065c7759c57422c6252ddc6cbe7400bd666a378 |
webpack/index.js | 100644 | 0 | 0 | | | 996 Bytes | efa1ed436b25a8436436c8e1365ec3aa8e1857f17b65540b5d3e4b791f36b864 |
webpack/react_app/components/jobInvocations/AggregateStatus/index.js | 100644 | 0 | 0 | | | 1.03 KB | 853cfdf70d053c196981acd180ee54c41d45188ec897c6a7597e759269f69b84 |
webpack/react_app/components/jobInvocations/AggregateStatus/index.test.js | 100644 | 0 | 0 | | | 1.42 KB | d3247516c7e179eda916467d4748b347426a3ef7d6ed94b03f36de125d227892 |
webpack/react_app/components/jobInvocations/index.js | 100644 | 0 | 0 | | | 1.68 KB | a7c0472b8d08669ad68ce83d4919bea3684b5f39eb8a93bf3d3934089fd380de |
webpack/react_app/redux/actions/jobInvocations/index.js | 100644 | 0 | 0 | | | 1.9 KB | 3fe0d13558013f91bf7cea8fe8b9df4daf07b8c1025cda43be85d2a111ec43bf |
webpack/react_app/redux/consts.js | 100644 | 0 | 0 | | | 254 Bytes | 5d3a59fd95b1d1fc13dc5808e0ccea05751de089363033112c35dce66d813f21 |
webpack/react_app/redux/reducers/index.js | 100644 | 0 | 0 | | | 145 Bytes | 2e85f461976c56ef083e89ef48d3bbaea0e0f77d11181125f519dbabb2806455 |
webpack/react_app/redux/reducers/jobInvocations/index.fixtures.js | 100644 | 0 | 0 | | | 1.11 KB | 4923cf0e03b7365eb08c48ed7ec39e97a20f192951d7cabd7a74bf42f8071ee5 |
webpack/react_app/redux/reducers/jobInvocations/index.js | 100644 | 0 | 0 | | | 927 Bytes | 2bb12542907c06c79142b500163ebbfaf58309adb364e994dc05d45a285af849 |
webpack/react_app/redux/reducers/jobInvocations/index.test.js | 100644 | 0 | 0 | | | 1.1 KB | 306a3593cd0445a6c6665964d28310dae250032d98e8391c4d5df3e574008c5c |
webpack/test_setup.js | 100644 | 0 | 0 | | | 269 Bytes | 00dd20a5ad2a4011f8585e0009ed5474f6a75ce3f7b6f123a9b1450ac1da13e4 |