Merge lp:~michihenning/storage-framework/add-nextcloud-provider into lp:storage-framework/devel

Proposed by Michi Henning
Status: Merged
Approved by: James Henstridge
Approved revision: 124
Merged at revision: 124
Proposed branch: lp:~michihenning/storage-framework/add-nextcloud-provider
Merge into: lp:storage-framework/devel
Diff against target: 27 lines (+3/-1)
2 files modified
src/qt/client/internal/remote_client/RuntimeImpl.cpp (+1/-0)
src/registry/internal/ListAccountsHandler.cpp (+2/-1)
To merge this branch: bzr merge lp:~michihenning/storage-framework/add-nextcloud-provider
Reviewer Review Type Date Requested Status
James Henstridge Approve
unity-api-1-bot continuous-integration Approve
Review via email: mp+322079@code.launchpad.net

Commit message

Description of the change

To post a comment you must log in.
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :

PASSED: Continuous integration, rev:124
https://jenkins.canonical.com/unity-api-1/job/lp-storage-framework-ci/280/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build/1920
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-0-fetch/1927
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1709
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1709/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1709
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1709/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1709
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1709/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1709
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1709/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1709
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1709/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1709
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1709/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/unity-api-1/job/lp-storage-framework-ci/280/rebuild

review: Approve (continuous-integration)
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/qt/client/internal/remote_client/RuntimeImpl.cpp'
--- src/qt/client/internal/remote_client/RuntimeImpl.cpp 2017-01-13 04:03:12 +0000
+++ src/qt/client/internal/remote_client/RuntimeImpl.cpp 2017-04-06 02:24:50 +0000
@@ -52,6 +52,7 @@
52 { "storage-provider-owncloud", "com.canonical.StorageFramework.Provider.OwnCloud" },52 { "storage-provider-owncloud", "com.canonical.StorageFramework.Provider.OwnCloud" },
53 { "storage-provider-onedrive", "com.canonical.StorageFramework.Provider.OnedriveProvider" },53 { "storage-provider-onedrive", "com.canonical.StorageFramework.Provider.OnedriveProvider" },
54 { "storage-provider-gdrive", "com.canonical.StorageFramework.Provider.GdriveProvider" },54 { "storage-provider-gdrive", "com.canonical.StorageFramework.Provider.GdriveProvider" },
55 { "storage-provider-nextloud", "com.canonical.StorageFramework.Provider.Nextcloud" },
55};56};
5657
57} // namespace58} // namespace
5859
=== modified file 'src/registry/internal/ListAccountsHandler.cpp'
--- src/registry/internal/ListAccountsHandler.cpp 2017-03-17 09:43:46 +0000
+++ src/registry/internal/ListAccountsHandler.cpp 2017-04-06 02:24:50 +0000
@@ -71,9 +71,10 @@
71{71{
72 { "storage-provider-test", { "com.canonical.StorageFramework.Provider.ProviderTest", "Test Provider" } },72 { "storage-provider-test", { "com.canonical.StorageFramework.Provider.ProviderTest", "Test Provider" } },
73 { "storage-provider-mcloud", { "com.canonical.StorageFramework.Provider.McloudProvider", "mcloud" } },73 { "storage-provider-mcloud", { "com.canonical.StorageFramework.Provider.McloudProvider", "mcloud" } },
74 { "storage-provider-owncloud", { "com.canonical.StorageFramework.Provider.OwnCloud", "ownCloud" } },74 { "storage-provider-owncloud", { "com.canonical.StorageFramework.Provider.OwnCloud", "OwnCloud" } },
75 { "storage-provider-onedrive", { "com.canonical.StorageFramework.Provider.OnedriveProvider", "OneDrive" } },75 { "storage-provider-onedrive", { "com.canonical.StorageFramework.Provider.OnedriveProvider", "OneDrive" } },
76 { "storage-provider-gdrive", { "com.canonical.StorageFramework.Provider.GdriveProvider", "GDrive" } },76 { "storage-provider-gdrive", { "com.canonical.StorageFramework.Provider.GdriveProvider", "GDrive" } },
77 { "storage-provider-nextcloud", { "com.canonical.StorageFramework.Provider.Nextcloud", "Nextcloud" } },
77};78};
7879
79} // namespace80} // namespace

Subscribers

People subscribed via source and target branches

to all changes: