[jira] [Closed] (CLIMATE-783) Update ESGF examples

2016-06-15 Thread Huikyo Lee (JIRA)

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

Huikyo Lee closed CLIMATE-783.
--
Resolution: Fixed

> Update ESGF examples
> 
>
> Key: CLIMATE-783
> URL: https://issues.apache.org/jira/browse/CLIMATE-783
> Project: Apache Open Climate Workbench
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Deanna Nash
>Assignee: Deanna Nash
>Priority: Minor
> Fix For: 1.1
>
>
> - change name of esgf_integration_examply.py to esgf_integration_example.py
> - remove visibility of ESGF password 
> - change username prompt to ask for OpenID
> - add configuration file for local ESGF example in RCMES



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


[jira] [Resolved] (CLIMATE-808) Add tests for plotter module

2016-06-15 Thread Lewis John McGibbney (JIRA)

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

Lewis John McGibbney resolved CLIMATE-808.
--
Resolution: Fixed

Thanks [~jarifibrahim]

> Add tests for plotter module
> 
>
> Key: CLIMATE-808
> URL: https://issues.apache.org/jira/browse/CLIMATE-808
> Project: Apache Open Climate Workbench
>  Issue Type: Sub-task
>  Components: build process, tests
>Reporter: Ibrahim Jarif
>Assignee: Ibrahim Jarif
> Fix For: 1.1
>
>
> Most of the code in plotter module cannot be tested as it generates image 
> files.The only way to tests image files is to compare the new image file with 
> existing file pixel by pixel. This will affect the test execution time and 
> build time significantly. Hence ignore functions that generate image files.
> To do -
> 1. Test the functions that perform some computations.
> 2. Update .coveragerc file to ignore image generation code.



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


[GitHub] climate issue #356: Implementing a multilingual map in ocw UI

2016-06-15 Thread lewismc
Github user lewismc commented on the issue:

https://github.com/apache/climate/pull/356
  
lgtm +1 @Omkar20895 please merge in to master branch


---
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] climate issue #356: Implementing a multilingual map in ocw UI

2016-06-15 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/climate/pull/356
  

[![Coverage 
Status](https://coveralls.io/builds/6607023/badge)](https://coveralls.io/builds/6607023)

Coverage remained the same at 84.16% when pulling 
**dd2985d24e4f518ae09740afb03d9f6865318ade on Omkar20895:master** into 
**6b9fae9d5fe2432fd9a8c84e33976a78a2e8236e on apache:master**.



---
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] climate issue #356: Implementing a multilingual map in ocw UI

2016-06-15 Thread OCWJenkins
Github user OCWJenkins commented on the issue:

https://github.com/apache/climate/pull/356
  
Merged build finished. Test Failed.


---
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] climate issue #356: Implementing a multilingual map in ocw UI

2016-06-15 Thread Omkar20895
Github user Omkar20895 commented on the issue:

https://github.com/apache/climate/pull/356
  
@lewismc @huikyole @MJJoyce Can you please review this?? 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] climate issue #356: Implementing a multilingual map in ocw UI

2016-06-15 Thread OCWJenkins
Github user OCWJenkins commented on the issue:

https://github.com/apache/climate/pull/356
  
Merged build started. Test Failed.


---
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] (CLIMATE-409) Implement a language sensitive map (I18n) for WebApp

2016-06-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CLIMATE-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15331645#comment-15331645
 ] 

ASF GitHub Bot commented on CLIMATE-409:


GitHub user Omkar20895 opened a pull request:

https://github.com/apache/climate/pull/356

Implementing a multilingual map in ocw UI

- This PR addresses 
[CLIMATE-409](https://issues.apache.org/jira/browse/CLIMATE-409?jql=project%20%3D%20CLIMATE%20AND%20resolution%20%3D%20Unresolved%20AND%20assignee%20%3D%20omkar20895%20ORDER%20BY%20priority%20DESC)
- The map implemented has both english and the regional language at the 
same time. 
- For example 
![screen shot 2016-06-15 at 6 07 43 
pm](https://cloud.githubusercontent.com/assets/11131863/16079990/0b8a718c-3324-11e6-9670-75ea5e3f092b.png)


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Omkar20895/climate master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/climate/pull/356.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #356


commit dd2985d24e4f518ae09740afb03d9f6865318ade
Author: Omkar20895 
Date:   2016-06-15T12:33:51Z

Implementing a multilingual map in ocw UI




> Implement a language sensitive map (I18n) for WebApp
> 
>
> Key: CLIMATE-409
> URL: https://issues.apache.org/jira/browse/CLIMATE-409
> Project: Apache Open Climate Workbench
>  Issue Type: Improvement
>  Components: webapp
>Affects Versions: 0.3-incubating
>Reporter: Lewis John McGibbney
>Assignee: Omkar Reddy
> Fix For: 1.2
>
>
> Right now the map (widget) is static in the sense that is shows countries in 
> their native languages... this is not ideal as say for example I do not know 
> the native name for a particular country...
> It would be nice to have a language drop down which would then dynamically 
> change the countries... cities, etc to that locale.



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