Releases: f5devcentral/vscode-f5-flipper
Releases · f5devcentral/vscode-f5-flipper
vscode-f5-flipper-1.10.1.vsix
Fixed
- Added monitor abstraction and mutation for templates
- Updated tests for this abstraction
- Added virtual server and pool port mutation from "*" (NS) to "0" (F5)
- Moved mungeNS2FAST function to it's own file for easier reference
- Updated some of the filters to search for specific object names, not just objects that "startWith" the name
vscode-f5-flipper-1.10.0.vsix
Added
- Moved FAST templates to dedicated view outside of Citrix ADC exploring
- This includes a dedicated folder for templates with each template name aliging with the different major NS app protocol types (ANY/SSL/TCP/UDP/RDP/...)
- refresh button for this view
- AFTON command to process bulk conversions
- This work flow is still in progress. There is a key difference in how the HTML view mutates the NS config data
- increased and streamlined ns app parameter mutating for FAST templates
Fixed
- Logger now works with env logging levels of (info/warn/error/debug)
- Updated FAST templates from latest work/testing
vscode-f5-flipper-1.8.0.vsix
Fixed
- [BUG] report output blending with previous config #24
Added
- [RFE] provide easy button for feedback/issues #4
- specify hostname or address with server references
- Added multiple fast templates for different general apps (tcp/udp/http/https)
- this includes being able to select this fast template to convert with in the ns app json view
- added diagnostic rule to identify when a vserver is pointing to another vserver as a -backupVServer
- this should be converted to f5 priority group activation, not multiple vs
vscode-f5-flipper-1.7.0.vsix
Fixed
- [BUG] Flipper 1.6.0 Service Parsing Error #29
Added
- [RFE] TMOS/AS3 conversion output #7
- [RFE] add confObjArray to the view #20
- [RFE] code actions to provide conversion output #6
- documentation details about cs/lb-vserver serviceTypes
- documentation logic flow through cs/lb vserver details
- show how everything gets mapped through cs/lb/services/serviceGroups (diagram)
vscode-f5-flipper-1.6.0.vsix
Fixed
- [Bug] Missing "add server" from "bind serviceGroup" reference
- Bug when config is missing title information with code version
- defaults to v13.0
- Bug when config is missing hostname (should use filename instead)
- Moved conversion codeLense from preview to main
- added test for serviceGroup abstraction
vscode-f5-flipper-1.5.0.vsix
Added
- A second report that is better formated for capturing application output
- added line count to application description in view list
Changed
- sorting application list by name (alpha-descending)
vscode-f5-flipper-1.4.0.vsix
Added
- "add server" collected from "add service" reference
- This helps to provide the destination/origin server IP address
- added service to pool member mapping for FAST template/as3 conversion
- added CS to LB reference digging
- this adds the full LB config to CS that reference them
- direct cs policy referencecs (bind cs vserver cs_vserver_name -policyName policy_name -targetLBVserver lbvserver_name)
- cs policy action reference (add cs action action_name -targetLBVserver lbvserver_name)
- -lbserver reference (bind cs vserver cs_vserver_name -lbvserver lbvserver_name)
- this adds the full LB config to CS that reference them
Changed
- Updated FAST template HTML view CSS to look more like vscode
- should support different color schemes
- font should look more like bigip also
vscode-f5-flipper-1.3.1.vsix
Fixed
- Fixed templater changes not displaying
- updated deps
vscode-f5-flipper-1.3.0.vsix
Added
- NS->AS3 Fast template conversion process (initial)
- Fast templates list/modify process
Fixed
- GSLB parsing bug
vscode-f5-flipper-1.2.0.vsix
Added
- test for gslb name with space
Changed
- Moved gslb items from apps to it's own group in UI/view
- updated vserver regexs (cs/lb/gslb) to handle names with spaces (wrapped in "")
- updated all deps
Fixed
- sorting of cs/lb by IP descending now working
- couple of async/parsing bugs