mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 01:25:41 -05:00
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
This commit is contained in:
@@ -805,12 +805,12 @@ prototype_file_noApplicableFileGroup = No Applicable Filegroup
|
||||
|
||||
############################################################################
|
||||
# Backup Service
|
||||
Backup_TaskName = Backup Database
|
||||
BackupTaskName = Backup Database
|
||||
|
||||
############################################################################
|
||||
# Task Service
|
||||
Task_InProgress = In progress
|
||||
Task_Completed = Completed
|
||||
TaskInProgress = In progress
|
||||
TaskCompleted = Completed
|
||||
|
||||
###########################################################################
|
||||
# Restore
|
||||
@@ -836,4 +836,8 @@ RestoreBackupSetFinishDate = Finish Date
|
||||
RestoreBackupSetSize = Size
|
||||
RestoreBackupSetUserName = User Name
|
||||
RestoreBackupSetExpiration = Expiration
|
||||
TheLastBackupTaken = The last backup taken ({0})
|
||||
TheLastBackupTaken = The last backup taken ({0})
|
||||
|
||||
############################################################################
|
||||
# Generate Script
|
||||
ScriptTaskName = scripting
|
||||
Reference in New Issue
Block a user