Create remote file browser service (#448)

* code refactoring

* Add filebrowser service and tests

* change dataset reference

* Address pr comments

* add more tests

* address pr comments

* address pr comments and added more tests

* minor change

* minor fix

* Fix test break and add dataset result check
This commit is contained in:
Kate Shin
2017-09-08 13:57:56 -07:00
committed by GitHub
parent 784f4c5d05
commit 14ec5be961
29 changed files with 1942 additions and 59 deletions

View File

@@ -1815,6 +1815,14 @@
<value>Backup Database</value>
<comment></comment>
</data>
<data name="BackupPathIsFolderError" xml:space="preserve">
<value>The provided path specifies a directory but a file path is required: {0}</value>
<comment></comment>
</data>
<data name="InvalidBackupPathError" xml:space="preserve">
<value> Cannot verify the existence of the backup file location: {0}</value>
<comment></comment>
</data>
<data name="TaskInProgress" xml:space="preserve">
<value>In progress</value>
<comment></comment>
@@ -1919,4 +1927,8 @@
<value>scripting</value>
<comment></comment>
</data>
<data name="InvalidPathError" xml:space="preserve">
<value>Cannot access the specified path on the server: {0}</value>
<comment></comment>
</data>
</root>