Skip to content

vscode-f5-fast-v2.0.1

Compare
Choose a tag to compare
@DumpySquare DumpySquare released this 27 Jul 16:14
7bd6697

from CHANGELOG.md

[2.0.1] - (7-28-2020)

Added

  • Function to migration legacy devices config to new devices config

[2.0.0] - (7-28-2020)

Added

  • ATC rpm install/un-install/upgrade
    • will download and cache rpm from official github repo
    • Also right click rpm in folder to install
    • cache is located in %USERPROFILE%.vscode\extensions%extensionInstall%\atc_ilx_rpm_cache
  • json <-> yaml conversion (highlight -> right-click)
  • base64 encode/decode (highlight -> right-click)
  • right-click template/folder in explorer view to upload FAST template/template Set
  • Added 'F5-FAST -> Connect!' status bar to provide another way to connect
    • This is especially useful when working in a repo, which is outside the main F5-Fast extension view
  • Added options for posting AS3/DO/TS declarations (highlight declaration in editor -> right-click)
  • support for remote authentication via logonProvider
    • Updated config structure (what stores devices details)
    • Includes right-click option on device to update logonProvider
      • This provides a list of default options for BIGIP and an option to provide a custom provider for BIGIQ
      • Also added function to show configured logon provider (right-click device in list)

Modified

  • Combined AS3 Tenant and Tasks views
    • This should provider a cleaner and more efficient interface
    • Now showing number of configured tenants and tasks
  • Updated FAST view
    • Now includes item counts
    • This also resulted in more efficient data storage and retrieval
  • Provided feedback and cancellation when connecting to devices
    • including better feedback of auth errors and network timeout/errors
  • Updated examples to include DO github examples
    • Added placeholder for AS3 and linked to AS3 repo issue with pending "examples" folder
  • Auth token now utilized for entire token lifetime
    • Drastically cut down on network traffic constantly refreshing token for major different functions throughout extension
    • Added configuration option to show token life countdown in status bar (disabled by default)
    • If token does expire, next http call will refresh it as needed

Created a git repo for documenting the building of fast templates and a bunch of other things for demo'ing the extension

https://github.com/DumpySquare/f5-fasting