Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Holeček <oholecek@aaannz.eu>
  • Loading branch information
2 people authored and cbosdo committed Dec 22, 2023
1 parent 444e573 commit ede5762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions java/code/src/com/suse/manager/webui/utils/LoginHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ public class LoginHelper {
private static Logger log = LogManager.getLogger(LoginHelper.class);
private static final String DEFAULT_KERB_USER_PASSWORD = "0";
private static final Long MIN_PG_DB_VERSION = 140001L;
private static final Long MAX_PG_DB_VERSION = 150000L;
private static final Long MAX_PG_DB_VERSION = 169999L;
private static final String MIN_PG_DB_VERSION_STRING = "14";
private static final String MAX_PG_DB_VERSION_STRING = "16";
private static final Double OS_VERSION_CHECK = 15.5;
private static final String OS_VERSION_WANTED_DB_VERSION = "16";
public static final String DEFAULT_URL_BOUNCE = "/rhn/YourRhn.do";

/**
Expand Down
4 changes: 1 addition & 3 deletions schema/spacewalk/spacewalk-schema-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ use Pod::Usage ();
my $MIN_PG_DB_VERSION = 130001;
my $MAX_PG_DB_VERSION = 169999;
my $MIN_PG_DB_VERSION_STRING = "13";
my $MAX_PG_DB_VERSION_STRING = "15";
my $OS_VERSION_CHECK = 15.5;
my $OS_VERSION_WANTED_DB_VERSION = "16";
my $MAX_PG_DB_VERSION_STRING = "16";

my $config_file = Spacewalk::Setup::DEFAULT_RHN_CONF_LOCATION;

Expand Down

0 comments on commit ede5762

Please sign in to comment.