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
Copy file name to clipboardExpand all lines: changelog.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
# Leakdown Tester Changelog
2
+
## Version 2.0.1
3
+
*Released TBD*
4
+
5
+
**Patch:** Fixed V&V functions with new structure of 'acceptable_by' key
6
+
- Restored causal pathway verification with `--cpVerify`
7
+
- Iterates through acceptable_by pathways and searches for a match
8
+
- *Planned*: Verify against candidate message template links to restore specificity verification
9
+
-
10
+
2
11
## Version 2.0.0
3
12
*Released 8/31/2023*
4
13
@@ -75,7 +84,7 @@ Added function `post_and_respond`
75
84
*Released 8/18/23*
76
85
77
86
Updated handle_response() function
78
-
+ Refactored code to check first for 200 status code response, THEN to pull JSON keys for vignette validation
87
+
+ Refactored code to check first for 200 status code response, THEN to pull JSON keys for vignette verification
79
88
+ Allows for increased description of bad API responses
80
89
+ Refactoring into handle_response eliminates 8 lines of code from script
81
90
@@ -124,8 +133,8 @@ Added function `post_and_respond`
124
133
Worked on GCP testing functionality
125
134
+ Assert statements added to ensure requisite info present before POSTing to GCP
126
135
127
-
Re-worked vignette validation functionality
128
-
+ Clarified language returned by LDT to tell user validation is only against expected vignette content pairings, not validating overall message in some way.
136
+
Re-worked vignette verification functionality
137
+
+ Clarified language returned by LDT to tell user verification is only against expected vignette content pairings, not validating overall message in some way.
129
138
130
139
Refactored repo_test function
131
140
+ Removed repeat code blocks to allow for implementation of single repo test function
@@ -135,18 +144,18 @@ Added function `post_and_respond`
135
144
136
145
Changed `LDT_Addendum`
137
146
+ Changed from checking persona based keys to staff_number based keys
138
-
+ Allows for validation of any successful post request
147
+
+ Allows for verification of any successful post request
139
148
140
-
Changed validation procedure to allow any post request to be validated
141
-
+ Implemented validation of post request(s) based on using staff_number to compare against keys vs. using personas
149
+
Changed verification procedure to allow any post request to be validated
150
+
+ Implemented verification of post request(s) based on using staff_number to compare against keys vs. using personas
142
151
+ Successfully tested functionality with both CSV and GitHub input messages
143
152
144
153
## Version 1.4.0
145
154
*Released 8/9/23*
146
155
147
156
Added `LDT_Addendum.py` to Leakdown Tester folder
148
157
+ Functions as a store for large text variables that may need to periodically change without impacting `leakTester.py`
149
-
+ Contains validation target values
158
+
+ Contains verification target values
150
159
+ Contains header and footer of input_message JSON content for CSV payload building
0 commit comments