feat(api, allLogs): в TemplateResponse добавлен TemplateStatusType. Шаблоны можно фильтровать по statusType. При изменении маски имени шаблона в Job, отправляется задание в очередь на переименование связанных шаблонов. Во всех проектах перенастроены логи, в проде, не пишутся логи внутрь контейнера, только в stdout.
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
public const string getParam = "{id}";
|
||||
}
|
||||
|
||||
public static class TemplateStatusType
|
||||
{
|
||||
public const string GetAll = Base + "/template-status-types/";
|
||||
}
|
||||
|
||||
public static class TemplateHistory
|
||||
{
|
||||
public const string GetAll = Base + "/template-histories/";
|
||||
|
||||
Reference in New Issue
Block a user