feat: Слияние веток. Миграции для Tasks

This commit is contained in:
Mikhail Trubnikov
2026-03-23 13:58:31 +10:00
22 changed files with 5322 additions and 140 deletions

View File

@@ -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 Наряды