[jira] [Commented] (GORA-274) Extend the LogManager to support -get

2016-05-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15292176#comment-15292176
 ] 

Hudson commented on GORA-274:
-

SUCCESS: Integrated in gora-trunk #1647 (See 
[https://builds.apache.org/job/gora-trunk/1647/])
adding GORA-274 fix (djkevincr: rev 8a7101781ea18d8e3ca2a8e37978110337fe2373)
* gora-tutorial/src/main/java/org/apache/gora/tutorial/log/LogManager.java


> Extend the LogManager to support -get   
> -
>
> Key: GORA-274
> URL: https://issues.apache.org/jira/browse/GORA-274
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-tutorial
>Reporter: Apostolos Giannakidis
>Assignee: Kevin Ratnasekera
>Priority: Minor
>  Labels: tutorial
> Fix For: 0.7
>
>
> Based on the Gora API, the Gora backend datastore modules should provide an 
> implementation of the method get(K key, String[] fields). This is a very 
> useful and important method of the Gora API. However, the tutorial sample 
> application LogManager does not demonstrate this functionality. Currently it 
> only has an option to fetch an object based on its key, which calls the get(K 
> key) method that fetches all the fields. I propose to extend the LogManager 
> options and provide a new option as follows:
> -get   
> This would call the datastore.get(K key, String[] fields). 
> I believe that it is important to demonstrate this Gora functionality in the 
> official tutorial application.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (GORA-274) Extend the LogManager to support -get

2016-05-19 Thread Lewis John McGibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/GORA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney resolved GORA-274.
---
   Resolution: Fixed
 Assignee: Kevin Ratnasekera  (was: Apostolos Giannakidis)
Fix Version/s: (was: 0.8)
   0.7

Thanks [~djkevincr] :)
As part of your GSoC participation, I would encourage you to look at issues 
which are on the immediate roadmap. You can see the roadmap for 0.7 below
https://issues.apache.org/jira/browse/GORA/?selectedTab=com.atlassian.jira.jira-projects-plugin:roadmap-panel
Thanks for the patch :)

> Extend the LogManager to support -get   
> -
>
> Key: GORA-274
> URL: https://issues.apache.org/jira/browse/GORA-274
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-tutorial
>Reporter: Apostolos Giannakidis
>Assignee: Kevin Ratnasekera
>Priority: Minor
>  Labels: tutorial
> Fix For: 0.7
>
>
> Based on the Gora API, the Gora backend datastore modules should provide an 
> implementation of the method get(K key, String[] fields). This is a very 
> useful and important method of the Gora API. However, the tutorial sample 
> application LogManager does not demonstrate this functionality. Currently it 
> only has an option to fetch an object based on its key, which calls the get(K 
> key) method that fetches all the fields. I propose to extend the LogManager 
> options and provide a new option as follows:
> -get   
> This would call the datastore.get(K key, String[] fields). 
> I believe that it is important to demonstrate this Gora functionality in the 
> official tutorial application.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GORA-274) Extend the LogManager to support -get

2016-05-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15292104#comment-15292104
 ] 

ASF GitHub Bot commented on GORA-274:
-

Github user asfgit closed the pull request at:

https://github.com/apache/gora/pull/65


> Extend the LogManager to support -get   
> -
>
> Key: GORA-274
> URL: https://issues.apache.org/jira/browse/GORA-274
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-tutorial
>Reporter: Apostolos Giannakidis
>Assignee: Apostolos Giannakidis
>Priority: Minor
>  Labels: tutorial
> Fix For: 0.8
>
>
> Based on the Gora API, the Gora backend datastore modules should provide an 
> implementation of the method get(K key, String[] fields). This is a very 
> useful and important method of the Gora API. However, the tutorial sample 
> application LogManager does not demonstrate this functionality. Currently it 
> only has an option to fetch an object based on its key, which calls the get(K 
> key) method that fetches all the fields. I propose to extend the LogManager 
> options and provide a new option as follows:
> -get   
> This would call the datastore.get(K key, String[] fields). 
> I believe that it is important to demonstrate this Gora functionality in the 
> official tutorial application.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] gora pull request: adding GORA-274 fix

2016-05-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/gora/pull/65


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GORA-439) Remove Unused Method Parameters

2016-05-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15292044#comment-15292044
 ] 

ASF GitHub Bot commented on GORA-439:
-

Github user kamaci commented on the pull request:

https://github.com/apache/gora/pull/43#issuecomment-220437423
  
I thought something is wrong but it is completely OK, no problem. Thanks.


> Remove Unused Method Parameters
> ---
>
> Key: GORA-439
> URL: https://issues.apache.org/jira/browse/GORA-439
> Project: Apache Gora
>  Issue Type: Improvement
>Reporter: Furkan KAMACI
>Assignee: Furkan KAMACI
>Priority: Minor
> Fix For: 0.7
>
>
> Remove unused method parameters and make API signatures clean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] gora pull request: GORA-439 Remove Unused Method Parameters

2016-05-19 Thread kamaci
Github user kamaci commented on the pull request:

https://github.com/apache/gora/pull/43#issuecomment-220437423
  
I thought something is wrong but it is completely OK, no problem. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] gora pull request: GORA-439 Remove Unused Method Parameters

2016-05-19 Thread lewismc
Github user lewismc commented on the pull request:

https://github.com/apache/gora/pull/43#issuecomment-220396724
  
This has been merged right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (GORA-439) Remove Unused Method Parameters

2016-05-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15291602#comment-15291602
 ] 

ASF GitHub Bot commented on GORA-439:
-

Github user lewismc commented on the pull request:

https://github.com/apache/gora/pull/43#issuecomment-220396724
  
This has been merged right?


> Remove Unused Method Parameters
> ---
>
> Key: GORA-439
> URL: https://issues.apache.org/jira/browse/GORA-439
> Project: Apache Gora
>  Issue Type: Improvement
>Reporter: Furkan KAMACI
>Assignee: Furkan KAMACI
>Priority: Minor
> Fix For: 0.7
>
>
> Remove unused method parameters and make API signatures clean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GORA-439) Remove Unused Method Parameters

2016-05-19 Thread Furkan KAMACI (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15290982#comment-15290982
 ] 

Furkan KAMACI commented on GORA-439:


[~lewismc] can you check this PR?

> Remove Unused Method Parameters
> ---
>
> Key: GORA-439
> URL: https://issues.apache.org/jira/browse/GORA-439
> Project: Apache Gora
>  Issue Type: Improvement
>Reporter: Furkan KAMACI
>Assignee: Furkan KAMACI
>Priority: Minor
> Fix For: 0.7
>
>
> Remove unused method parameters and make API signatures clean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)