feat: Слияние веток. Миграции для Tasks
This commit is contained in:
@@ -49,20 +49,7 @@
|
||||
|
||||
public const string GetNextRun = Base + "/tests/next-run";
|
||||
|
||||
public const string GetNextScheduleDate = Base + "/tests/next-schedule-date/" + paramApplicationInWorkId + "/" + paramDate;
|
||||
|
||||
public const string GetNextSchedule = Base + "/tests/next-schedule/" + paramApplicationInWorkId + "/" + paramDate;
|
||||
|
||||
public const string CreateCache = Base + "/tests/cache/";
|
||||
|
||||
public const string IsWorkDay = Base + "/tests/is-work-day/";
|
||||
|
||||
public const string TestHandler = Base + "/tests/test/";
|
||||
|
||||
public const string GetWorkDay = Base + "/tests/get-work-day/{date}";
|
||||
|
||||
public const string paramDate = "{lastRunDate}";
|
||||
public const string paramApplicationInWorkId = "{applicationInWorkId}";
|
||||
}
|
||||
|
||||
public static class Template
|
||||
@@ -309,6 +296,11 @@
|
||||
public const string GetByApplicationInWork = BaseStat + "/work-workloads/";
|
||||
}
|
||||
|
||||
public static class Workload
|
||||
{
|
||||
public const string Build = BaseStat + "/workload/build";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Наряды
|
||||
|
||||
Reference in New Issue
Block a user