-
+ {% for item in items %}
+
- {{item.created-at}} + {% endfor %} +
diff --git a/CHANGES.md b/CHANGES.md index 6759e02da5..888a2dc045 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,19 @@ ### :heart: Community contributions by (Thank you!) +# 1.10.4-beta + +### :sparkles: Enhacements + +- Allow parametrice file snapshoting interval. + +### :bug: Bugs fixed + +- Fix issue on :mov-object change impl. +- Minor fix on how file changes log is persisted. +- Fix many issues on error reporting. + + # 1.10.3-beta ### :sparkles: Enhacements diff --git a/backend/resources/error-list.tmpl b/backend/resources/error-list.tmpl new file mode 100644 index 0000000000..360734e142 --- /dev/null +++ b/backend/resources/error-list.tmpl @@ -0,0 +1,94 @@ + + +
+ + + +{{params}}
- {{context}}
+ {{spec-problems}}
+ {% if params %}
+ {{params}}
+ {{cause}}
+
+ {% if data %}
+ {{data}}
+ {{trace}}
+ {% endif %}
+
+ {% if spec-problems %}
+ {{spec-problems}}
+ {{error.trace}}
+ {% endif %}
+
+ {% if trace %}
+ {{trace}}
+