foreman_leapp 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51cdabcb8df392e354e77bbe82ab0e3fc4d2c62d993a129668b9367a78453eb7
4
- data.tar.gz: ca1c8c041d52581f987d5a3d1a964ff3aeea89290000e0faf55488bd6b4f4a82
3
+ metadata.gz: 7feb98ab880f6f94fc1f5422940e6437e0924dac1bf00640ef7cb925eeff6235
4
+ data.tar.gz: f9e27ebf3f8520f548a009ee3d3e54dbd539ae3ca7fe95ca0e2d0aa9426fb863
5
5
  SHA512:
6
- metadata.gz: eadf4d4d462b5fa9a9c838946ccca5a7a764e3bcb97f0ee457682f5d43c24a239f9900986d0c088dacb1c51b9d62e1d2800e1b7c2147debf86f465e7fe82bf6c
7
- data.tar.gz: 8abd151cbd535508601fda873b41b74548055420d8d1cad40454d3f47cfa0761de40bca70ca91474993a8583be174fac6395e66ef69a5c334f93bb131e31f69a
6
+ metadata.gz: d09af6cc9800b4a63bd3104f15b1d0b722418b729136d30cb5e7c81f7093dfdbb2485d370b8ef10630e5edb8c50f5a14773b9a7eb79120e03341e69863a4326c
7
+ data.tar.gz: 49a2ef9972ba0da1a7a34df8dfbe76f8e690afc1b62c305636658a298105cb248ab0179ceebcad9f9f191f641de504041992bff0055464d2d4a3302f59cf6e11
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ForemanLeapp
4
- VERSION = '4.1.0'
4
+ VERSION = '4.1.1'
5
5
  end
@@ -1,4 +1,7 @@
1
+ const DEFAULT_PER_PAGE = 20;
2
+ const PER_PAGE_30 = 30;
3
+
1
4
  export const useForemanSettings = () => ({
2
- perPage: 20,
3
- perPageOptions: [5, 10, 20, 30, 50],
5
+ perPage: DEFAULT_PER_PAGE,
6
+ perPageOptions: [5, 10, DEFAULT_PER_PAGE, PER_PAGE_30, 50],
4
7
  });
@@ -2,9 +2,11 @@ import React from 'react';
2
2
  import { addGlobalFill } from 'foremanReact/components/common/Fill/GlobalFill';
3
3
  import PreupgradeReportsTable from './components/PreupgradeReportsTable';
4
4
 
5
+ const LEAPP_PREUPGRADE_REPORT_FILL_WEIGHT = 100;
6
+
5
7
  addGlobalFill(
6
8
  'job-invocation-additional-info',
7
9
  'leapp-preupgrade-report-fill',
8
10
  <PreupgradeReportsTable key="leapp-report-fill" />,
9
- 100
11
+ LEAPP_PREUPGRADE_REPORT_FILL_WEIGHT
10
12
  );
@@ -0,0 +1 @@
1
+ import 'foremanJSTestSetup';
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_leapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Leapp team
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-07-13 00:00:00.000000000 Z
10
+ date: 2026-08-03 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: foreman_remote_execution
@@ -184,6 +184,7 @@ files:
184
184
  - webpack/index.js
185
185
  - webpack/reducer.js
186
186
  - webpack/testSetup.js
187
+ - webpack/test_setup.js
187
188
  homepage: https://github.com/theforeman/foreman_leapp
188
189
  licenses:
189
190
  - GPL-3.0
@@ -202,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
203
  - !ruby/object:Gem::Version
203
204
  version: '0'
204
205
  requirements: []
205
- rubygems_version: 4.0.10
206
+ rubygems_version: 4.0.16
206
207
  specification_version: 4
207
208
  summary: A Foreman plugin for Leapp utility.
208
209
  test_files: