[jira] [Commented] (LIBCLOUD-739) Add provider for DNS simple

2015-09-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14907999#comment-14907999
 ] 

ASF subversion and git services commented on LIBCLOUD-739:
--

Commit 7ecaebbf7495ab2cf94cabf9c0700b4323d67768 in libcloud's branch 
refs/heads/trunk from [~kami]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=7ecaebb ]

Merge branch 'trunk' into LIBCLOUD-739_simpledns

Conflicts:
libcloud/dns/providers.py
libcloud/dns/types.py
libcloud/test/secrets.py-dist


> Add provider for DNS simple
> ---
>
> Key: LIBCLOUD-739
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-739
> Project: Libcloud
>  Issue Type: Improvement
>  Components: DNS
>Reporter: Alejandro Pereira
>Priority: Minor
>  Labels: features
>
> We would like to add a provider for this dns provider: https://dnsimple.com/



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


[jira] [Commented] (LIBCLOUD-739) Add provider for DNS simple

2015-09-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14907998#comment-14907998
 ] 

ASF subversion and git services commented on LIBCLOUD-739:
--

Commit cacc8a9c9b915b5ab10a4ad59db034bd45d53b22 in libcloud's branch 
refs/heads/trunk from [~aleGpereira]
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=cacc8a9 ]

[LIBCLOUD-739] Add DNSimple provider implementation


> Add provider for DNS simple
> ---
>
> Key: LIBCLOUD-739
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-739
> Project: Libcloud
>  Issue Type: Improvement
>  Components: DNS
>Reporter: Alejandro Pereira
>Priority: Minor
>  Labels: features
>
> We would like to add a provider for this dns provider: https://dnsimple.com/



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


[jira] [Commented] (LIBCLOUD-739) Add provider for DNS simple

2015-09-25 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908000#comment-14908000
 ] 

ASF GitHub Bot commented on LIBCLOUD-739:
-

Github user asfgit closed the pull request at:

https://github.com/apache/libcloud/pull/575


> Add provider for DNS simple
> ---
>
> Key: LIBCLOUD-739
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-739
> Project: Libcloud
>  Issue Type: Improvement
>  Components: DNS
>Reporter: Alejandro Pereira
>Priority: Minor
>  Labels: features
>
> We would like to add a provider for this dns provider: https://dnsimple.com/



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


[jira] [Commented] (LIBCLOUD-739) Add provider for DNS simple

2015-09-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14735480#comment-14735480
 ] 

ASF GitHub Bot commented on LIBCLOUD-739:
-

GitHub user aleGpereira opened a pull request:

https://github.com/apache/libcloud/pull/575

[LIBCLOUD-739] Add DNSimple provider implementation

Tests seems to be fine but i've got failures for tests against python 3.x. 
I couldn't fix this because i wasn't able to figure out why is doing the 
following error:

Traceback (most recent call last):
  File "setup.py", line 285, in 
'Programming Language :: Python :: Implementation :: CPython'
  File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
  File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
  File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
  File "setup.py", line 133, in run
status = self._run_tests()
  File "setup.py", line 179, in _run_tests
tests = TestLoader().loadTestsFromNames(testfiles)
  File "/usr/lib/python3.4/unittest/loader.py", line 146, in 
loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python3.4/unittest/loader.py", line 146, in 
suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python3.4/unittest/loader.py", line 114, in 
loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_dnsimple'

Maybe one of you guys can have a better clue?

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

$ git pull https://github.com/aleGpereira/libcloud LIBCLOUD-739_simpledns

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

https://github.com/apache/libcloud/pull/575.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 #575


commit cacc8a9c9b915b5ab10a4ad59db034bd45d53b22
Author: Alejandro Pereira 
Date:   2015-08-31T22:20:41Z

[LIBCLOUD-739] Add DNSimple provider implementation




> Add provider for DNS simple
> ---
>
> Key: LIBCLOUD-739
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-739
> Project: Libcloud
>  Issue Type: Improvement
>  Components: DNS
>Reporter: Alejandro Pereira
>Priority: Minor
>  Labels: features
>
> We would like to add a provider for this dns provider: https://dnsimple.com/



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