katello 4.14.0.rc1.1 → 4.14.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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e36ee265bced92108aec50be31ccc25ad131c7a114e3af6f10f33d9dacb2c815
4
- data.tar.gz: 84ce98f9eb8a2f0ca23d5d6733b782d885f26c4d5b269a864244796289d29e71
3
+ metadata.gz: d82407c5c5f59353d0e535980acdf1e885159503324fdfc3ddb14fee9dbe8369
4
+ data.tar.gz: cb93598ca6c89f41ffa97661955c5a16ab7457431ab8ed20fba22e39c4a5f5eb
5
5
  SHA512:
6
- metadata.gz: 87cdf4ff20559526fc054b7107d720152257d6593c83e30ad952523ceae943edf4b50ab82235e0ce9ed060b5339621f54301025d46f62a562804411f1cae0063
7
- data.tar.gz: 74db670edc0382cb25b0c5cd21977c83dc205cc356eb80b7fcd10476ff379529a331c29cd38474c64f2b6612ef7caf0a7c1935dc3d343bfd69f0b718bdccfaa5
6
+ metadata.gz: be8629757389e83723b4db3f6c816473df09f009e73ef34ce6c710e33468c62939710f3bf2392797f146ca45b0d26f2540c2e8696e688ddf8ba7f927d2d2efd2
7
+ data.tar.gz: f57e816ce94d26a0f98b3974d6c21936754805177b07f05f076adb953de0c9b21b3453834c9a2e8c1e8eb02539bd1102fc653bdfa8ecc2ab86819eef0ed4ab6c
@@ -1,3 +1,3 @@
1
1
  module Katello
2
- VERSION = "4.14.0.rc1.1".freeze
2
+ VERSION = "4.14.0.rc2".freeze
3
3
  end
@@ -21,6 +21,7 @@ const PageControls = ({
21
21
  perPage={perPage}
22
22
  onChange={onPaginationUpdate}
23
23
  variant={variant}
24
+ updateParamsByUrl={false}
24
25
  />
25
26
  </FlexItem>
26
27
  );
@@ -45,6 +45,7 @@ const Table = ({
45
45
  <Pagination
46
46
  itemCount={itemCount}
47
47
  onChange={onPaginationChange}
48
+ updateParamsByUrl={false}
48
49
  {...pagination}
49
50
  />
50
51
  )}
@@ -146,7 +146,7 @@ exports[`Table renders Table with pagination 1`] = `
146
146
  onSetPage={null}
147
147
  page={1}
148
148
  perPage={20}
149
- updateParamsByUrl={true}
149
+ updateParamsByUrl={false}
150
150
  variant="bottom"
151
151
  />
152
152
  </div>
@@ -122,7 +122,7 @@ exports[`RedHatRepositories page should render 1`] = `
122
122
  onSetPage={null}
123
123
  page={1}
124
124
  perPage={null}
125
- updateParamsByUrl={true}
125
+ updateParamsByUrl={false}
126
126
  variant="bottom"
127
127
  />
128
128
  </div>
@@ -36,6 +36,7 @@ export const getSetsComponent = (repoSetsState, onPaginationChange) => {
36
36
  <Pagination
37
37
  itemCount={itemCount}
38
38
  onChange={onPaginationChange}
39
+ updateParamsByUrl={false}
39
40
  isCompact
40
41
  {...pagination}
41
42
  />
@@ -67,6 +68,7 @@ export const getEnabledComponent = (enabledReposState, onPaginationChange) => {
67
68
  isCompact
68
69
  itemCount={itemCount}
69
70
  onChange={onPaginationChange}
71
+ updateParamsByUrl={false}
70
72
  {...pagination}
71
73
  />
72
74
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.14.0.rc1.1
4
+ version: 4.14.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - N/A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails