[JBoss JIRA] (ISPN-7881) Administration console - enhance field entry UI/X
by Vladimir Blagojevic (JIRA)
Vladimir Blagojevic created ISPN-7881:
-----------------------------------------
Summary: Administration console - enhance field entry UI/X
Key: ISPN-7881
URL: https://issues.jboss.org/browse/ISPN-7881
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 9.0.0.Final
Reporter: Vladimir Blagojevic
Assignee: Vladimir Blagojevic
Fix For: 9.1.0.Final
For many field values, throughout admin console, we simply provide a text input field for value entry. Although we provide field tooltip help, users are likely to be confused which values they can enter. To further this confusion some of these field entries accept a list of values. In these cases, users are forced to input values as a JSON list. This is unacceptable.
In order to enhance UI experience, we will enable fields to fetch/prepopulate possible input values from the server - in runtime and convert options/choices to select lists recommended by Patternfly guidelines.
For mutually exclusive choices we will convert the text field to [single select drop down list|http://www.patternfly.org/pattern-library/forms-and-controls/data-in...]. For the cases where multiple choices are allowed, we will use [multiselect list|http://www.patternfly.org/pattern-library/forms-and-controls/data-in...] or combo boxes depending on the particular use case and Patternfly guidelines.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months
[JBoss JIRA] (ISPN-7880) The HotRod server build fails if test keys already exist
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7880?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-7880.
--------------------------------
Resolution: Done
> The HotRod server build fails if test keys already exist
> --------------------------------------------------------
>
> Key: ISPN-7880
> URL: https://issues.jboss.org/browse/ISPN-7880
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 9.0.1.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.1.0.Alpha1
>
>
> Reproducible by invoking `mvn install` twice (without `clean`):
> {noformat}
> [INFO] --- keytool-maven-plugin:1.5:generateKeyPair (password_server) @ infinispan-server-hotrod ---
> [INFO] /bin/sh -c cd /home/dan/Work/infinispan/server/hotrod && /home/dan/Tools/jdk1.8.0_121/jre/../bin/keytool -genkeypair -v -keystore /home/dan/Work/infinispan/server/hotrod/target/test-classes/password_server_keystore.jks -storepass secret -alias default -dname 'CN=HotRod_1,OU=Infinispan,O=JBoss,L=Red Hat,ST=World,C=WW' -keypass secret -validity 365 -keyalg RSA -keysize 2048
> [INFO] keytool error: java.lang.Exception: Key pair not generated, alias <default> already exists
> [INFO] java.lang.Exception: Key pair not generated, alias <default> already exists
> [INFO] at sun.security.tools.keytool.Main.doGenKeyPair(Main.java:1597)
> [INFO] at sun.security.tools.keytool.Main.doCommands(Main.java:966)
> [INFO] at sun.security.tools.keytool.Main.run(Main.java:343)
> [INFO] at sun.security.tools.keytool.Main.main(Main.java:336)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months
[JBoss JIRA] (ISPN-7405) DMR operation register-proto-schemas fails with NPE if the proto file has syntax errors
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-7405?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-7405:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1428027|https://bugzilla.redhat.com/show_bug.cgi?id=1428027] from ON_QA to VERIFIED
> DMR operation register-proto-schemas fails with NPE if the proto file has syntax errors
> ---------------------------------------------------------------------------------------
>
> Key: ISPN-7405
> URL: https://issues.jboss.org/browse/ISPN-7405
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying, Server
> Affects Versions: 9.0.0.Beta2
> Reporter: Adrian Nistor
> Assignee: Dan Berindei
> Priority: Blocker
> Fix For: 9.0.0.CR2
>
> Attachments: error.log
>
>
> Start an infinispan server and run the following CLI command:
> ./bin/ispn-cli.sh -c '/subsystem=datagrid-infinispan/cache-container=local:register-proto-schemas(file-names=[myFileWithSyntaxErrors.proto], file-contents=[kaboom])'
> since the file has syntax errors it should still be placed in the ___protobuf_metadata cache and a myFileWithSyntaxErrors.proto.errors key should also be created. No exception should be thrown. Currently no key is written in cache and the NPE from the attached log happens.
> When registering a proper file without syntax errors this works correctly.
> The problem disappears if I disable global state persistence, so the cachestore seems to play a role in this.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months
[JBoss JIRA] (ISPN-5775) Clean shutdown cluster action
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-5775?page=com.atlassian.jira.plugin.... ]
Work on ISPN-5775 stopped by Vladimir Blagojevic.
-------------------------------------------------
> Clean shutdown cluster action
> -----------------------------
>
> Key: ISPN-5775
> URL: https://issues.jboss.org/browse/ISPN-5775
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Reporter: Pedro Zapata
> Assignee: Vladimir Blagojevic
>
> As an administrator, I want to gracefully shutdown the cluster for maintenance. For caches which have a cache-store configured, I want their data to get persisted without losing any data. For caches that do not have a cache store configured, data will be lost - therefore, I want prior warning before proceeding
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months
[JBoss JIRA] (ISPN-5812) Enable configuration of endpoints
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-5812?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-5812:
--------------------------------------
Summary: Enable configuration of endpoints (was: View to configure remote clients end points)
> Enable configuration of endpoints
> ---------------------------------
>
> Key: ISPN-5812
> URL: https://issues.jboss.org/browse/ISPN-5812
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Reporter: Pedro Zapata
> Assignee: Vladimir Blagojevic
> Priority: Optional
>
> As an administrator, I want to configure endpoints for Hot Rod, Memcached, REST via the Administration console. Configure socket binding, port number, authentication, threads, timeout, buffer pools.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 7 months