[JBoss JIRA] (SWSQE-838) Investigate how we could use git-crypt
by Prachi Yadav (Jira)
[ https://issues.jboss.org/browse/SWSQE-838?page=com.atlassian.jira.plugin.... ]
Prachi Yadav commented on SWSQE-838:
------------------------------------
In jenkins we can use Secret also to encrypt the credentials
*************************************
import hudson.util.Secret
def secret = Secret.fromString("your password")
println(secret.getEncryptedValue())
*************************************
and decrypt it
*************************************
import hudson.util.Secret
def secret = Secret.fromString("zlvnUMF1/hXwe3PLoitMpQ6BuQHBJ1FnpH7vmMmQ2qk=")
println(secret.getPlainText())
*************************************
> Investigate how we could use git-crypt
> --------------------------------------
>
> Key: SWSQE-838
> URL: https://issues.jboss.org/browse/SWSQE-838
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Filip Brychta
> Assignee: Prachi Yadav
> Priority: Minor
> Labels: infrastructure
>
> Do we want to use git-crypt to store credentials?
> Problem is how to safely share credentials among team members, how to use them in jenkins jobs and automation, etc.
> # check how other teams are doing it
> # suggest improvements for kiali team
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4524) In GDT, user should be able to use delete/backspace to clear cell.
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4524?page=com.atlassian.jira.plugi... ]
Michael Anstis reassigned DROOLS-4524:
--------------------------------------
Assignee: Alexandre Bakos (was: Michael Anstis)
> In GDT, user should be able to use delete/backspace to clear cell.
> ------------------------------------------------------------------
>
> Key: DROOLS-4524
> URL: https://issues.jboss.org/browse/DROOLS-4524
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Reporter: Elizabeth Clayton
> Assignee: Alexandre Bakos
> Priority: Major
> Labels: Field, UX, UXTeam
>
> Decision tables - User scenario: A user enters a value by accident and wants to clear the field to correct their error.
> Currently users can't clear out the field, they should be able to Delete within a cell with backspace in GDT. In the current implementation this action is only available under right click menu, which they don't find.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4524) In GDT, user should be able to use delete/backspace to clear cell.
by Elizabeth Clayton (Jira)
Elizabeth Clayton created DROOLS-4524:
-----------------------------------------
Summary: In GDT, user should be able to use delete/backspace to clear cell.
Key: DROOLS-4524
URL: https://issues.jboss.org/browse/DROOLS-4524
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Reporter: Elizabeth Clayton
Assignee: Michael Anstis
Decision tables - User scenario: A user enters a value by accident and wants to clear the field to correct their error.
Currently users can't clear out the field, they should be able to Delete within a cell with backspace in GDT. In the current implementation this action is only available under right click menu, which they don't find.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (WFLY-12496) Use correct address for node1 in integration tests
by Ivan Straka (Jira)
[ https://issues.jboss.org/browse/WFLY-12496?page=com.atlassian.jira.plugin... ]
Ivan Straka updated WFLY-12496:
-------------------------------
Description:
Due to issues SharedStoreFailoverTestCase and ReplicatedFailoverTestCase and TransactionContextRemoteCallTestCase fails.
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-as-tes...
was:
Due to issues SharedStoreFailoverTestCase and ReplicatedFailoverTestCase and TransactionContextRemoteCallTestCase fails.
{code:java}
java.lang.AssertionError: No message was logged into the TCP syslog
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.jboss.as.test.manualmode.logging.SyslogIsNotAvailableDuringServerBootTestCase.testSyslogIsNotAvailableDuringServerBoot(SyslogIsNotAvailableDuringServerBootTestCase.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.wildfly.core.testrunner.WildflyTestRunner.run(WildflyTestRunner.java:109)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
{code}
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-as-tes...
> Use correct address for node1 in integration tests
> --------------------------------------------------
>
> Key: WFLY-12496
> URL: https://issues.jboss.org/browse/WFLY-12496
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 18.0.0.Beta1
> Reporter: Ivan Straka
> Assignee: Ivan Straka
> Priority: Major
>
> Due to issues SharedStoreFailoverTestCase and ReplicatedFailoverTestCase and TransactionContextRemoteCallTestCase fails.
> https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-as-tes...
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months