Commit ac3a2b7
committed
dry-run - GA
feat: enhance dry-run functionality and documentation
feat: enhance dry-run functionality and documentation
feat: enhance dry-run functionality and documentation
feat: enhance dry-run functionality for tenant assets
feat: enhance dry-run functionality and tests
feat: improve precision in hoursToMinutes function
- src/sessionDurationsToMinutes.ts: update return value to include 4 decimal places
feat: update dependencies in package.json
- package.json: upgrade @clack/prompts to 1.1.0
- package.json: upgrade chalk to 5.6.2
- package.json: add @types/chai to devDependencies
feat: enhance dry-run functionality in userAttributeProfiles handler and tests
- src/tools/auth0/handlers/default.ts: add 'riskAssessment' type to settings
- src/tools/auth0/handlers/userAttributeProfiles.ts: implement dry run check for changes
- test/tools/auth0/handlers/userAttributeProfiles.tests.js: add test for dry run short-circuit behavior
feat: enhance dry-run functionality and tests
feat: enhance dry-run functionality and tests
- src/tools/calculateChanges.ts: add normalizeArrayValues function to handle array normalization
- src/tools/calculateChanges.ts: update getObjectDifferences to use normalized arrays for comparison
- test/tools/calculateChanges.test.ts: add tests to validate dry-run comparisons ignoring array order
- test/tools/calculateChanges.test.ts: add tests for real differences after normalizing array order
feat: enhance dry-run functionality and tests
- src/tools/calculateChanges.ts: add normalizeArrayValues function to handle array normalization
- src/tools/calculateChanges.ts: update getObjectDifferences to use normalized arrays for comparison
- test/tools/calculateChanges.test.ts: add tests to validate dry-run comparisons ignoring array order
- test/tools/calculateChanges.test.ts: add tests for real differences after normalizing array order
fix(src/tools/calculateChanges.ts): update regex for array path matching to improve log clarity
refactor: add dry-run change calculation utilities
feat: Enhance APIHandler and Auth0 logging1 parent 5bac35b commit ac3a2b7
34 files changed
Lines changed: 2227 additions & 986 deletions
File tree
- docs
- src
- commands
- context
- directory/handlers
- yaml/handlers
- tools
- auth0
- handlers
- test
- commands
- tools
- auth0
- handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
58 | 95 | | |
59 | 96 | | |
60 | 97 | | |
| |||
67 | 104 | | |
68 | 105 | | |
69 | 106 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
78 | 117 | | |
79 | 118 | | |
80 | 119 | | |
| |||
104 | 143 | | |
105 | 144 | | |
106 | 145 | | |
107 | | - | |
| 146 | + | |
108 | 147 | | |
109 | 148 | | |
110 | 149 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments