You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [MA-2231] Properly handle recurring downtimes definitions in terraform.
* [MA-2231] Fix getID types for active_child_id case.
* [MA-2231] Fix updates for active child downtimes.
* [MA-2231] Don't set the ID we store in state when we update the active child recurrence downtime.
* [MA-2231] Fix build after merging origin/master.
* [MA-2231] Remove deprecated golint check.
* [MA-2231] Commit autogenerated documentation.
* [MA-1784] Ignore start/end changes if the recurring downtime is the active_child.
* [MA-1784] Use d.GetOk() interface rather than checking nil.
* [MA-1784] Bugfixes for not being able to change start/end on child recurring downtimes.
* Remove optional
Co-authored-by: Thomas Hervé <[email protected]>
gotestsum --version || (cd `mktemp -d`; GO111MODULE=off GOFLAGS='' go get -u gotest.tools/gotestsum;cd -)
74
-
which golint || (cd `mktemp -d`; GO111MODULE=off GOFLAGS='' go get -u golang.org/x/lint/golint;cd -)
75
71
76
72
license-check:
77
73
@sh -c "'$(CURDIR)/scripts/license-check.sh'"
@@ -84,9 +80,9 @@ docs: tools
84
80
85
81
check-docs: docs
86
82
@if [ "`git status --porcelain docs/`" ];then\
87
-
echo"Uncommitted changes were detected in the autogenerated docs folder. Please run 'make docs' to autogenerate the docs, and commit the changes"&&echo`git status --porcelain docs/`&&exit 1;\
83
+
echo"Uncommitted changes were detected in the autogenerated docs folder. Please run 'make docs' to autogenerate the docs, and commit the changes"&&echo`git status --porcelain docs/`&&exit 1;\
88
84
else\
89
-
echo"Success: No generated documentation changes detected";\
85
+
echo"Success: No generated documentation changes detected";\
90
86
fi
91
87
92
88
.PHONY: build check-docs docs test testall testacc cassettes vet fmt fmtcheck errcheck test-compile tools get-test-deps license-check
Description: "The id corresponding to the downtime object definition of the active child for the original parent recurring downtime. This field will only exist on recurring downtimes.",
-**active** (Boolean) When true indicates this downtime is being actively applied
66
+
-**active_child_id** (Number) The id corresponding to the downtime object definition of the active child for the original parent recurring downtime. This field will only exist on recurring downtimes.
66
67
-**disabled** (Boolean) When true indicates this downtime is not being applied
0 commit comments