[JBoss JIRA] (ISPN-8776) Extraneous kubernetes package name "org.jgroups.kubernetes.kubernetes"
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8776?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant moved JDG-1536 to ISPN-8776:
--------------------------------------------
Project: Infinispan (was: JBoss Data Grid)
Key: ISPN-8776 (was: JDG-1536)
Workflow: GIT Pull Request with Triage workflow (was: CDW with loose statuses v1)
Component/s: Server
WildFly modules
(was: Build/Packaging)
Fix Build: (was: ER3)
Affects Version/s: 9.2.0.CR2
(was: JDG 7.2 ER2)
Fix Version/s: 9.2.0.Final
(was: JDG 7.2 ER3)
> Extraneous kubernetes package name "org.jgroups.kubernetes.kubernetes"
> ----------------------------------------------------------------------
>
> Key: ISPN-8776
> URL: https://issues.jboss.org/browse/ISPN-8776
> Project: Infinispan
> Issue Type: Bug
> Components: Server, WildFly modules
> Affects Versions: 9.2.0.CR2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 9.2.0.Final
>
>
> <module name="org.jgroups.kubernetes.kubernetes"/>
> should really just be
> <module name="org.jgroups.kubernetes"/>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8760) Query and list results
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8760?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-8760 at 2/7/18 5:22 AM:
-------------------------------------------------------------------
Query console screen should have two text areas: query and results. Both query and response text areas should be presented to users with JSON editor with query area being editable and response area non-editable. Between query and results text area that are stacked on top of each other, there should be a submit button for submitting queries to the server. For example:
{code:title=JSON query example|borderStyle=solid}
{
"query":"select id,name from Character where name:\"spider\"",
"max_results":2
}
{code}
{code:title=JSON query result|borderStyle=solid}
{
...JSON response goes here
}
{code}
was (Author: vblagojevic):
Query console screen should have two text areas: query and results. Both query and response text areas should be presented to users with JSON editor with query area being editable and response area non-editable. For example:
{code:title=JSON query example|borderStyle=solid}
{
"query":"select id,name from Character where name:\"spider\"",
"max_results":2
}
{code}
{code:title=JSON query result|borderStyle=solid}
{
...JSON response goes here
}
{code}
> Query and list results
> ----------------------
>
> Key: ISPN-8760
> URL: https://issues.jboss.org/browse/ISPN-8760
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Affects Versions: 9.2.0.CR2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> Console should have a capability to query a cache and list results of the query
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8762) Create and update entries
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8762?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-8762 at 2/7/18 5:19 AM:
-------------------------------------------------------------------
Create/update/delete console screen should have one text area with JSON editor enabled. There should be an operation selector (create/update/delete), a key path text field, and a submit button. A user should be presented with a visual feedback about operation result. For example, a user could create a new cache entry under a certain key using a JSON editor, that would highlight nodes and validate the JSON content before submitting it to the server:
{code:title=Creating a new cache entry example|borderStyle=solid}
{
"id": 1009166,
"name": "Lenny Balinger",
"description": "",
"modified": "1969-12-31T19:00:00-0500",
"thumbnail": {
"path": "http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available",
"extension": "jpg"
},
"resourceURI": "http://gateway.marvel.com/v1/public/characters/1009166",
"comics": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/comics",
"items": [],
"returned": 0
},
"series": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/series",
"items": [],
"returned": 0
},
"stories": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/stories",
"items": [],
"returned": 0
},
"events": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/events",
"items": [],
"returned": 0
},
"urls": [
{
"type": "detail",
"url": "http://marvel.com/comics/characters/1009166/lenny_balinger?utm_campaign=a..."
}
]
}
{code}
was (Author: vblagojevic):
Create/update/delete console screen should have one text area with JSON editor enabled. There should be an operation selector (create/update/delete), a key path text field, and a submit button. A user should be presented with a visual feedback about operation result. For example, a user could create a new cache entry under a certain key using a JSON editor, that would highlight nodes and validate the JSON content before submitting to the server:
{code:title=Creating a new cache entry example|borderStyle=solid}
{
"id": 1009166,
"name": "Lenny Balinger",
"description": "",
"modified": "1969-12-31T19:00:00-0500",
"thumbnail": {
"path": "http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available",
"extension": "jpg"
},
"resourceURI": "http://gateway.marvel.com/v1/public/characters/1009166",
"comics": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/comics",
"items": [],
"returned": 0
},
"series": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/series",
"items": [],
"returned": 0
},
"stories": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/stories",
"items": [],
"returned": 0
},
"events": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/events",
"items": [],
"returned": 0
},
"urls": [
{
"type": "detail",
"url": "http://marvel.com/comics/characters/1009166/lenny_balinger?utm_campaign=a..."
}
]
}
{code}
> Create and update entries
> -------------------------
>
> Key: ISPN-8762
> URL: https://issues.jboss.org/browse/ISPN-8762
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Affects Versions: 9.2.0.CR2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> We need to add capabilities to create new cache entries and update existing entries
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8762) Create and update entries
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8762?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-8762:
-------------------------------------------
Create/update/delete console screen should have one text area with JSON editor enabled. There should be an operation selector (create/update/delete), a key path text field, and a submit button. A user should be presented with a visual feedback about operation result. For example, a user could create a new cache entry under a certain key using a JSON editor, that would highlight nodes and validate the JSON content before submitting to the server:
{code:title=Creating a new cache entry example|borderStyle=solid}
{
"id": 1009166,
"name": "Lenny Balinger",
"description": "",
"modified": "1969-12-31T19:00:00-0500",
"thumbnail": {
"path": "http://i.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available",
"extension": "jpg"
},
"resourceURI": "http://gateway.marvel.com/v1/public/characters/1009166",
"comics": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/comics",
"items": [],
"returned": 0
},
"series": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/series",
"items": [],
"returned": 0
},
"stories": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/stories",
"items": [],
"returned": 0
},
"events": {
"available": 0,
"collectionURI": "http://gateway.marvel.com/v1/public/characters/1009166/events",
"items": [],
"returned": 0
},
"urls": [
{
"type": "detail",
"url": "http://marvel.com/comics/characters/1009166/lenny_balinger?utm_campaign=a..."
}
]
}
{code}
> Create and update entries
> -------------------------
>
> Key: ISPN-8762
> URL: https://issues.jboss.org/browse/ISPN-8762
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Affects Versions: 9.2.0.CR2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> We need to add capabilities to create new cache entries and update existing entries
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8775) Encoder documentation
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-8775:
---------------------------------------
Summary: Encoder documentation
Key: ISPN-8775
URL: https://issues.jboss.org/browse/ISPN-8775
Project: Infinispan
Issue Type: Task
Components: Documentation-Core
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.2.0.Final
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (ISPN-8760) Query and list results
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8760?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-8760 at 2/7/18 5:11 AM:
-------------------------------------------------------------------
Query console screen should have two text areas: query and results. Both query and response text areas should be presented to users with JSON editor with query area being editable and response area non-editable. For example:
{code:title=JSON query example|borderStyle=solid}
{
"query":"select id,name from Character where name:\"spider\"",
"max_results":2
}
{code}
{code:title=JSON query result|borderStyle=solid}
{
...JSON response goes here
}
{code}
was (Author: vblagojevic):
Query screen should have two text areas: query and results. Both query and response text areas should be presented to users with JSON editor with query area being editable and response area non-editable. For example:
{code:title=JSON query example|borderStyle=solid}
{
"query":"select id,name from Character where name:\"spider\"",
"max_results":2
}
{code}
{code:title=JSON query result|borderStyle=solid}
{
...JSON response goes here
}
{code}
> Query and list results
> ----------------------
>
> Key: ISPN-8760
> URL: https://issues.jboss.org/browse/ISPN-8760
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Affects Versions: 9.2.0.CR2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
>
> Console should have a capability to query a cache and list results of the query
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month