[JBoss JIRA] (HRJS-56) CI for Node.js client
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/HRJS-56?page=com.atlassian.jira.plugin.sy... ]
Tristan Tarrant reassigned HRJS-56:
-----------------------------------
Assignee: Galder Zamarreño
> CI for Node.js client
> ---------------------
>
> Key: HRJS-56
> URL: https://issues.jboss.org/browse/HRJS-56
> Project: Infinispan Javascript client
> Issue Type: Enhancement
> Reporter: Tristan Tarrant
> Assignee: Galder Zamarreño
>
> Create a Jenkinsfile and accompanying task on ci.infinispan.org so that we can test PRs.
> Currently the testsuite requires a server installed in /opt/infinispan-server. It should instead use the maven dependency plugin to download the server from maven locally:
> {{mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.0:copy -DrepoUrl=https://repository.jboss.org/nexus/content/groups/public-jboss/ -Dartifact=org.infinispan.server:infinispan-server-build:9.3.0.Alpha1:zip -Dmdep.stripVersion=true}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (HRJS-56) CI for Node.js client
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/HRJS-56?page=com.atlassian.jira.plugin.sy... ]
Tristan Tarrant updated HRJS-56:
--------------------------------
Description:
Create a Jenkinsfile and accompanying task on ci.infinispan.org so that we can test PRs.
Currently the testsuite requires a server installed in /opt/infinispan-server. It should instead use the maven dependency plugin to download the server from maven locally:
mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.0:copy -DoutputDirectory=#{target} -DrepoUrl=https://repository.jboss.org/nexus/content/groups/public-jboss/ -Dartifact=org.infinispan.server:infinispan-server-build -Dmdep.stripVersion=true
was:Create a Jenkinsfile and accompanying task on ci.infinispan.org so that we can test PRs
> CI for Node.js client
> ---------------------
>
> Key: HRJS-56
> URL: https://issues.jboss.org/browse/HRJS-56
> Project: Infinispan Javascript client
> Issue Type: Enhancement
> Reporter: Tristan Tarrant
>
> Create a Jenkinsfile and accompanying task on ci.infinispan.org so that we can test PRs.
> Currently the testsuite requires a server installed in /opt/infinispan-server. It should instead use the maven dependency plugin to download the server from maven locally:
> mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.0:copy -DoutputDirectory=#{target} -DrepoUrl=https://repository.jboss.org/nexus/content/groups/public-jboss/ -Dartifact=org.infinispan.server:infinispan-server-build -Dmdep.stripVersion=true
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (HRJS-57) Release Node.js client from CI
by Tristan Tarrant (JIRA)
Tristan Tarrant created HRJS-57:
-----------------------------------
Summary: Release Node.js client from CI
Key: HRJS-57
URL: https://issues.jboss.org/browse/HRJS-57
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Tristan Tarrant
Create a Jenkinsfile-release file to allow for releasing from CI.
This should include building, packaging, tagging and pushing to npm.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9111) Backup sites should be implicitly set on protobuf metadata cache configuration
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-9111:
--------------------------------------
Summary: Backup sites should be implicitly set on protobuf metadata cache configuration
Key: ISPN-9111
URL: https://issues.jboss.org/browse/ISPN-9111
Project: Infinispan
Issue Type: Enhancement
Components: Remote Querying
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 9.3.0.Beta1, 9.3.0.Final
Given a cache manager, we should look for all enabled x-site locations and add those sites as SYNC backups for the protobuf metadata cache. Without this data, the user has to implement its own code to make sure the data is added in each site which is troublesome.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (HRJS-54) Continuous operations results in RangeError
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/HRJS-54?page=com.atlassian.jira.plugin.sy... ]
Galder Zamarreño updated HRJS-54:
---------------------------------
Description:
You get errors like:
{code}
[2018-04-11 11:01:56.840] [ERROR] decoder -
Error decoding header, message id unknown:
RangeError: Index out of range
{code}
was:
You get errors like:
{code}
[2018-04-11 11:01:56.840] [ERROR] decoder - Error decoding header, message id unknown: RangeError: Index out of range
{code}
> Continuous operations results in RangeError
> -------------------------------------------
>
> Key: HRJS-54
> URL: https://issues.jboss.org/browse/HRJS-54
> Project: Infinispan Javascript client
> Issue Type: Bug
> Affects Versions: 0.4.0
> Reporter: Galder Zamarreño
>
> You get errors like:
> {code}
> [2018-04-11 11:01:56.840] [ERROR] decoder -
> Error decoding header, message id unknown:
> RangeError: Index out of range
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (HRJS-55) Avoid expired SSL certificates
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-55:
------------------------------------
Summary: Avoid expired SSL certificates
Key: HRJS-55
URL: https://issues.jboss.org/browse/HRJS-55
Project: Infinispan Javascript client
Issue Type: Task
Reporter: Galder Zamarreño
The certificates and related files should be created on the fly, and both the client and server should consume those.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months