Commit 7d50077
Backport commits from main (#90)
* Release 1.1.0.0 (#83)
* Release 1.1.0.0
Signed-off-by: bowenlan-amzn <[email protected]>
* Correct copyright notices
* UI fixes for new ISM UI (#84)
* Removes X icon from action/transition flyout footer next to cancel
Signed-off-by: Drew Baugher <[email protected]>
* Adds tooltips to edit/delete icon buttons on the draggable action/transition components
Signed-off-by: Drew Baugher <[email protected]>
* Removes overlay for flyout so clicking outside doesn't close flyout and removes X close button on top right
Signed-off-by: Drew Baugher <[email protected]>
* Adds edit/delete tooltips for state component and removes underline from hovering states
Signed-off-by: Drew Baugher <[email protected]>
* Changes state flyout from X Close to Cancel
Signed-off-by: Drew Baugher <[email protected]>
* Adds JSON editor for allocation action
Signed-off-by: Drew Baugher <[email protected]>
* Adds isValid to action interface and implements in actions
Signed-off-by: Drew Baugher <[email protected]>
* Correctly removes unused rollover keys from rollover object, handles uncontrolled inputs and NaN minDocs
Signed-off-by: Drew Baugher <[email protected]>
* Adds error for state name already existing in policy
Signed-off-by: Drew Baugher <[email protected]>
* Fixes duplicated actions when editing as previously we had a new ID and matching logic didn't find an action
Signed-off-by: Drew Baugher <[email protected]>
* Fixes other action inputs that can return NaN and creates a no conditions option that is the default
Signed-off-by: Drew Baugher <[email protected]>
* Updates snapshot
Signed-off-by: Drew Baugher <[email protected]>
* Correctly show danger toast on update/create failures
Signed-off-by: Drew Baugher <[email protected]>
* Fixes rollup action nesting multiple ism_template keys
Signed-off-by: Drew Baugher <[email protected]>
* Fixes timeout/retry settings turning into uncontrolled inputs and NaN value
Signed-off-by: Drew Baugher <[email protected]>
* Removes text transformation on inputs and updates isValid methods and passes to form labels
Signed-off-by: Drew Baugher <[email protected]>
* Fixes allocation and rollup adding UIAction properties to policy JSON on updates
Signed-off-by: Drew Baugher <[email protected]>
* Updates release notes w/ new PR changes
Signed-off-by: Drew Baugher <[email protected]>
* Wraps actions/transitions in states component and updates default rollup to include ism_rollup key
Signed-off-by: Drew Baugher <[email protected]>
* Fixes some small UI touchups/issues for new ISM UI (#85)
* Moves cancel secondary button next to primary on action/transition flyout
Signed-off-by: Drew Baugher <[email protected]>
* Removes default ISM template and increases width of empty prompt
Signed-off-by: Drew Baugher <[email protected]>
* Adds punctuation
Signed-off-by: Drew Baugher <[email protected]>
* Adds back X icon next to cancel for state flyout
Signed-off-by: Drew Baugher <[email protected]>
* Makes inputs in flyout full width, updates help text, and adds some spacing
Signed-off-by: Drew Baugher <[email protected]>
* Updates transition default to not include conditions empty object, and on change transition to delete conditions when selecting none
Signed-off-by: Drew Baugher <[email protected]>
* Moves edit button out of policy settings content panel and on to global page for view policy
Signed-off-by: Drew Baugher <[email protected]>
* Updates release note
Signed-off-by: Drew Baugher <[email protected]>
* Fixes broken link
Signed-off-by: Drew Baugher <[email protected]>
* Fixes small issues on new ISM UI (#88)
* Fixes small issues on new ISM UI
Signed-off-by: Drew Baugher <[email protected]>
* Updates snapshots
Signed-off-by: Drew Baugher <[email protected]>
* Updates release notes
Signed-off-by: Drew Baugher <[email protected]>
* Updates workflows to trigger on 1.* branches
Signed-off-by: Drew Baugher <[email protected]>
Co-authored-by: Bowen Lan <[email protected]>1 parent b8aa974 commit 7d50077
File tree
70 files changed
+1017
-826
lines changed- .github
- workflows
- models
- public
- components/JSONModal
- __snapshots__
- pages
- PolicyDetails
- components
- DeleteModal
- __snapshots__
- PolicySettings
- __snapshots__
- containers/PolicyDetails
- VisualCreatePolicy
- components
- DraggableItem
- __snapshots__
- EuiFormCustomLabel
- __snapshots__
- ISMTemplates
- __snapshots__
- ISMTemplate
- __snapshots__
- LegacyNotification
- __snapshots__
- PolicyInfo
- __snapshots__
- States
- __snapshots__
- TimeoutRetrySettings
- __snapshots__
- Transition
- __snapshots__
- UIActions
- containers
- CreateAction
- __snapshots__
- CreateState
- __snapshots__
- CreateTransition
- __snapshots__
- ErrorNotification
- __snapshots__
- VisualCreatePolicy
- utils
- utils
- release-notes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+1017
-826
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
18 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
174 | | - | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
210 | | - | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
257 | 260 | | |
258 | 261 | | |
259 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments