Leila Lali
fc3cbe0a69
Fix/restore options issues ( #515 )
...
* fixed the bug with tail log option
* fix the bug with the tail gate file name
* closing connections before restore
2017-10-25 10:22:03 -07:00
Leila Lali
f09b9f4c30
Fixing the bug with connections on database make restore fail ( #473 )
...
* closing the connections that don't need to be open and keeping track of the connections that should stay open
2017-10-05 20:06:31 -07:00
Leila Lali
69fad36198
fixed the issue with restore task title ( #454 )
...
* fixed the issue with restore task title
* addressed cr comments
2017-09-10 18:10:37 -07:00
Kate Shin
44d3e4b17e
Close connection after backup execution ( #449 )
2017-08-31 11:00:02 -07:00
Leila Lali
d94dda4282
integrate backup operation with new scriptable task ( #440 )
...
* integrate backup operation with new scriptable task
2017-08-21 15:04:48 -07:00
Leila Lali
1511f73672
fixed the issue with resources not disposed correctly ( #439 )
...
* fixed the issue with resources not disposed correctly
* disposing language service at shutdown
2017-08-21 14:32:48 -07:00
Leila Lali
39dedd88e0
generic way to support scriptable operations ( #438 )
...
* implemented a generic way to support scriptable operations
2017-08-18 16:12:00 -07:00
Kate Shin
cd870e6f15
Integrate generate script with task service ( #426 )
...
* Support generate script for backup
* change
* update task service data contract for Generate Script
* more changes
* update test
* add comments
* Add missing files
* update stub backup operation for testing
* pr comments
* remove empty space
* Fix tests
* Add unit/integration tests and isCancelable to TaskInfo
* address pr comments
* pr comments - fix tests
* fix minor issue
* fix minor issues
* remove unused variable
2017-08-09 19:59:40 -07:00
Leila Lali
e1395cbd7d
Adding more features to restore operation ( #420 )
...
* Adding more features to restore operations and added tests
2017-07-24 09:41:32 -07:00
Leila Lali
64e671ca2a
added restore errors to resx ( #407 )
...
* added restore errors to resx
* including the restore error messages in the result
* added more error handling and tests
2017-07-12 10:20:47 -07:00
Leila Lali
05775a6089
Feature/restore db ( #403 )
...
* Added service handlers for restore database operations
2017-07-10 17:28:57 -07:00
Kate Shin
b6c8eac8fc
Fix CancelMultipleBackup test failure ( #399 )
...
* Fix cancelMultipleBackup test failure
Please enter the commit message for your changes. Lines starting
* Add semaphore to backup stub operation
* remove spaces
2017-07-05 22:12:41 -07:00
Kate Shin
cdfdd7bd5a
Fix backup service to have multiple backup instances ( #396 )
...
* Allow multiple backups per backup service instance
* Add test to run multiple backups
* Update backup cancelTask method signature
* Fix to have multiple backup instances and add more tests
* Address PR comments
* Remove double new lines
* Add Azure check for backup operations
2017-06-26 16:21:09 -07:00
Kate Shin
a646d627c6
Register backup to task service for execution ( #381 )
...
* Create backup task for execution
* Register backup to task service
* Fix backup task service
* Fix async methods
* Add backup unit test
* Add cancellation token to task service and fix other PR comments
* Add SR and fix other pr comments
* Add comments to methods
* Fixed backup cancel test and casing
* Change sleep time in test
2017-06-16 14:01:09 -07:00
Leila Lali
d9e68831ab
fixed the tests for task service ( #384 )
...
* fixed the tests for task service
2017-06-15 12:49:20 -07:00
Leila Lali
58f438176b
fixed couple of issues in task service ( #377 )
2017-06-12 15:52:49 -07:00
Leila Lali
b0263f8867
Added task service ( #374 )
...
* Added task service
2017-06-12 11:02:57 -07:00
Karl Burtram
1a16101381
Initial admin and DR services. ( #329 )
...
* Add initial services for admin, tasks, and DR
* Fix up some of the contract interfaces
* Make fields public to allow Json.Net to work
* Fix a couple issues in backup contracts
2017-04-26 10:29:15 -07:00