├── .eslintrc.js ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ └── main.yml ├── .gitignore ├── .markdownlint.yaml ├── .npmignore ├── .vscode ├── extensions.json ├── launch.json ├── settings.json └── tasks.json ├── .vscodeignore ├── CHANGELOG.md ├── CLAUDE.md ├── LICENSE ├── README.md ├── diagnostics.json ├── docs ├── .nojekyll ├── DEPLOY.md ├── README.md ├── RELEASE-2025-01-12.md ├── RX-PARSER-TYPES.md ├── RX-Parser-Performance-Report.md ├── _navbar.md ├── _sidebar.md ├── a10_architecture.md ├── a10_configuration_reference.md ├── advanced │ ├── diagnostics-custom.md │ ├── sanitization.md │ └── templates.md ├── contributing │ ├── development.md │ ├── testing.md │ └── vendor-support.md ├── features │ ├── abstraction.md │ ├── conversion.md │ ├── diagnostics.md │ ├── feature-detection.md │ └── parsing.md ├── getting-started │ ├── basic-usage.md │ ├── installation.md │ └── interface.md ├── index.html ├── reference │ ├── api.md │ └── troubleshooting.md └── roadmap.md ├── exampleFAST.html ├── f5_flipper_test.tgz ├── images ├── 1001771.png ├── dolphin.svg ├── f5.png ├── f5_flipper2.svg ├── f5_flipper_24x24.svg ├── flipper-2.gif ├── flipper-svgrepo-com.svg ├── flipper2.svg ├── flipper3.svg ├── greenCheck.svg ├── greenDot.svg ├── mermaid-diagram-2024-04-08-151541.svg ├── orangeDot.svg ├── redDot.svg └── yellowDot.svg ├── media ├── f5.css ├── fastPreview.html ├── reset.css ├── rest-client.css ├── vscode.css └── webView.css ├── package.json ├── project-flipper-dophin.png ├── specs ├── BORG.md ├── BORG_AUTH_REFERENCE.md ├── BORG_PHASE1_IMPLEMENTATION.md ├── BORG_PHASE1_SUMMARY.md ├── CONFIG_SANITIZATION_DESIGN.md ├── FEATURE_DETECTION_DESIGN.md ├── FEATURE_DETECTION_IMPLEMENTATION_SUMMARY.md ├── FEATURE_DETECTION_PHASE5_DESIGN.md ├── FEATURE_DETECTION_PHASE5_PER_APP_INTEGRATION.md ├── ISSUE_DNS_TEMPLATE.md ├── PROJECT_ORCID.md └── archive │ ├── ADC_TYPING_2025-10-17.md │ ├── BUG_FIXES_2025-10-09.md │ ├── JSON_ENGINE_2025-10-08.md │ ├── JSON_ENGINE_DESIGN_2025-10-08.md │ ├── OBJECT_TYPE_EXPANSION_2025-10-12.md │ ├── RX_PARSER_2025-10-09.md │ ├── TEST_COVERAGE_ANALYSIS_2025-10-07.md │ └── chatGPT_initial_exploration.md ├── src ├── CitrixADC.ts ├── CitrixADCold.ts ├── capabilityMapper.ts ├── codeLens.ts ├── complexityScorer.ts ├── digCStoLbRefs.ts ├── digCsVserver.ts ├── digCsVserverRx.ts ├── digGslbService.ts ├── digGslbVserver.ts ├── digGslbVserverRx.ts ├── digLbVserver.ts ├── digLbVserverRx.ts ├── extLoader.ts ├── extension.ts ├── extensionVariables.ts ├── fastCore.ts ├── fastWebView.ts ├── fastWebViewFull.ts ├── featureDetector.ts ├── hovers.ts ├── index.ts ├── localHtmlPreview.ts ├── logger.ts ├── models.ts ├── ns2FastParams.ts ├── nsCfgViewProvider.ts ├── nsDiag.ts ├── objectCounter.ts ├── objects.ts ├── parseAdcArraysRx.ts ├── parseAdcArrys.ts ├── parseAdcUtils.ts ├── regex.ts ├── telemetry.ts ├── templateViewProvider.ts ├── unPackerStream.ts └── utilities.ts ├── templates ├── as3 │ ├── ANY STAR.yaml │ ├── ANY.yaml │ ├── DNS.yaml │ ├── FTP.yaml │ ├── HTTP-TCP.yaml │ ├── HTTP.yaml │ ├── RDP.yaml │ ├── SSL.yaml │ ├── SSL_BRIDGE.yaml │ ├── SSL_TCP.yaml │ ├── TCP.yaml │ ├── TFTP.yaml │ ├── UDP.yaml │ └── f5.json └── ns │ ├── f5.json │ └── http.yaml ├── tests ├── 006_regexs.unit.tests.ts ├── 007_parseNsOpts.unit.tests.ts ├── 008_bulk.unit.tests.ts ├── 009_fast.unit.tests.ts ├── 011_tgz_unpacker.unit.tests.ts ├── 013_confParser.unit.tests.ts ├── 024_service.unit.tests.ts ├── 025_serviceGroups.unit.tests.ts ├── 026_loadParseFromString.unit.tests.ts ├── 027_objectTypeExpansion.unit.tests.ts ├── 028_featureDetection.unit.tests.ts ├── 029_perAppFeatureMapping.unit.tests.ts ├── 031_sslCerts.unit.tests.ts ├── 032_policyAbstraction.unit.tests.ts ├── 033_policyBindings.unit.tests.ts ├── 035_sslBridge.unit.tests.ts ├── 036_dnsLoadBalancer.unit.tests.ts ├── 037_tcpLdaps.unit.tests.ts ├── 038_udpNtp.unit.tests.ts ├── 039_tcpListenPolicy.unit.tests.ts ├── 040_anyProtocol.unit.tests.ts ├── 044_utilities.unit.tests.ts ├── 045_objectCounter.unit.tests.ts ├── 046_csToLbRefs.unit.tests.ts ├── 050_nsDiag.unit.tests.ts ├── 051_digCsVserver.unit.tests.ts ├── 052_digCStoLbRefs.unit.tests.ts ├── 105_namaste_app.unit.tests.ts ├── 304_DEPRECATED_README.md ├── 304_parseAdcArraysRx.allConfigs.int.tests.ts.deprecated ├── 305_performance.comparison.tests.ts ├── archiveBuilder.ts ├── artifacts │ ├── apps │ │ ├── anyProtocol.ns.conf │ │ ├── apple.ns.conf │ │ ├── bren.ns.conf │ │ ├── dnsLoadBalancer.ns.conf │ │ ├── fn-2187.ns.conf │ │ ├── groot.ns.conf │ │ ├── namaste.conf │ │ ├── skree.ns.conf │ │ ├── sslBridge.ns.conf │ │ ├── starlord.ns.conf │ │ ├── t1.ns.conf │ │ ├── tcpLdaps.ns.conf │ │ ├── tcpListenPolicy.as3.json │ │ ├── tcpListenPolicy.ns.conf │ │ └── udpNtp.ns.conf │ ├── bad.2.file │ ├── bad.file │ ├── bad1.tgz │ ├── f5_flipper_test.tgz │ ├── noApps.ns.conf │ ├── noAppsNoVersion.ns.conf │ ├── ns1_v13.1-simple.conf │ ├── ns1_v13.1.conf │ └── t1.ns.tgz ├── integration │ └── rx-parser │ │ ├── README.md │ │ ├── generateSnapshots.ts │ │ ├── rxParser.integration.tests.ts │ │ └── snapshots │ │ ├── anyProtocol.ns.conf.json │ │ ├── apple.ns.conf.json │ │ ├── bren.ns.conf.json │ │ ├── dnsLoadBalancer.ns.conf.json │ │ ├── fn-2187.ns.conf.json │ │ ├── groot.ns.conf.json │ │ ├── namaste.conf.json │ │ ├── skree.ns.conf.json │ │ ├── sslBridge.ns.conf.json │ │ ├── starlord.ns.conf.json │ │ ├── t1.ns.conf.json │ │ ├── tcpLdaps.ns.conf.json │ │ ├── tcpListenPolicy.ns.conf.json │ │ └── udpNtp.ns.conf.json └── serviceDiscovery.as3.json └── tsconfig.json /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.markdownlint.yaml -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.npmignore -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/.vscodeignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/README.md -------------------------------------------------------------------------------- /diagnostics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/diagnostics.json -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/DEPLOY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/DEPLOY.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/RELEASE-2025-01-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/RELEASE-2025-01-12.md -------------------------------------------------------------------------------- /docs/RX-PARSER-TYPES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/RX-PARSER-TYPES.md -------------------------------------------------------------------------------- /docs/RX-Parser-Performance-Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/RX-Parser-Performance-Report.md -------------------------------------------------------------------------------- /docs/_navbar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/_navbar.md -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/_sidebar.md -------------------------------------------------------------------------------- /docs/a10_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/a10_architecture.md -------------------------------------------------------------------------------- /docs/a10_configuration_reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/a10_configuration_reference.md -------------------------------------------------------------------------------- /docs/advanced/diagnostics-custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/advanced/diagnostics-custom.md -------------------------------------------------------------------------------- /docs/advanced/sanitization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/advanced/sanitization.md -------------------------------------------------------------------------------- /docs/advanced/templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/advanced/templates.md -------------------------------------------------------------------------------- /docs/contributing/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/contributing/development.md -------------------------------------------------------------------------------- /docs/contributing/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/contributing/testing.md -------------------------------------------------------------------------------- /docs/contributing/vendor-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/contributing/vendor-support.md -------------------------------------------------------------------------------- /docs/features/abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/features/abstraction.md -------------------------------------------------------------------------------- /docs/features/conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/features/conversion.md -------------------------------------------------------------------------------- /docs/features/diagnostics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/features/diagnostics.md -------------------------------------------------------------------------------- /docs/features/feature-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/features/feature-detection.md -------------------------------------------------------------------------------- /docs/features/parsing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/features/parsing.md -------------------------------------------------------------------------------- /docs/getting-started/basic-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/getting-started/basic-usage.md -------------------------------------------------------------------------------- /docs/getting-started/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/getting-started/installation.md -------------------------------------------------------------------------------- /docs/getting-started/interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/getting-started/interface.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/reference/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/reference/api.md -------------------------------------------------------------------------------- /docs/reference/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/reference/troubleshooting.md -------------------------------------------------------------------------------- /docs/roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/docs/roadmap.md -------------------------------------------------------------------------------- /exampleFAST.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/exampleFAST.html -------------------------------------------------------------------------------- /f5_flipper_test.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/f5_flipper_test.tgz -------------------------------------------------------------------------------- /images/1001771.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/1001771.png -------------------------------------------------------------------------------- /images/dolphin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/dolphin.svg -------------------------------------------------------------------------------- /images/f5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/f5.png -------------------------------------------------------------------------------- /images/f5_flipper2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/f5_flipper2.svg -------------------------------------------------------------------------------- /images/f5_flipper_24x24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/f5_flipper_24x24.svg -------------------------------------------------------------------------------- /images/flipper-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/flipper-2.gif -------------------------------------------------------------------------------- /images/flipper-svgrepo-com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/flipper-svgrepo-com.svg -------------------------------------------------------------------------------- /images/flipper2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/flipper2.svg -------------------------------------------------------------------------------- /images/flipper3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/flipper3.svg -------------------------------------------------------------------------------- /images/greenCheck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/greenCheck.svg -------------------------------------------------------------------------------- /images/greenDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/greenDot.svg -------------------------------------------------------------------------------- /images/mermaid-diagram-2024-04-08-151541.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/mermaid-diagram-2024-04-08-151541.svg -------------------------------------------------------------------------------- /images/orangeDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/orangeDot.svg -------------------------------------------------------------------------------- /images/redDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/redDot.svg -------------------------------------------------------------------------------- /images/yellowDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/images/yellowDot.svg -------------------------------------------------------------------------------- /media/f5.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/media/f5.css -------------------------------------------------------------------------------- /media/fastPreview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/media/fastPreview.html -------------------------------------------------------------------------------- /media/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/media/reset.css -------------------------------------------------------------------------------- /media/rest-client.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/media/rest-client.css -------------------------------------------------------------------------------- /media/vscode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/media/vscode.css -------------------------------------------------------------------------------- /media/webView.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/media/webView.css -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/package.json -------------------------------------------------------------------------------- /project-flipper-dophin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/project-flipper-dophin.png -------------------------------------------------------------------------------- /specs/BORG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/BORG.md -------------------------------------------------------------------------------- /specs/BORG_AUTH_REFERENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/BORG_AUTH_REFERENCE.md -------------------------------------------------------------------------------- /specs/BORG_PHASE1_IMPLEMENTATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/BORG_PHASE1_IMPLEMENTATION.md -------------------------------------------------------------------------------- /specs/BORG_PHASE1_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/BORG_PHASE1_SUMMARY.md -------------------------------------------------------------------------------- /specs/CONFIG_SANITIZATION_DESIGN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/CONFIG_SANITIZATION_DESIGN.md -------------------------------------------------------------------------------- /specs/FEATURE_DETECTION_DESIGN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/FEATURE_DETECTION_DESIGN.md -------------------------------------------------------------------------------- /specs/FEATURE_DETECTION_IMPLEMENTATION_SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/FEATURE_DETECTION_IMPLEMENTATION_SUMMARY.md -------------------------------------------------------------------------------- /specs/FEATURE_DETECTION_PHASE5_DESIGN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/FEATURE_DETECTION_PHASE5_DESIGN.md -------------------------------------------------------------------------------- /specs/FEATURE_DETECTION_PHASE5_PER_APP_INTEGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/FEATURE_DETECTION_PHASE5_PER_APP_INTEGRATION.md -------------------------------------------------------------------------------- /specs/ISSUE_DNS_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/ISSUE_DNS_TEMPLATE.md -------------------------------------------------------------------------------- /specs/PROJECT_ORCID.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/PROJECT_ORCID.md -------------------------------------------------------------------------------- /specs/archive/ADC_TYPING_2025-10-17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/ADC_TYPING_2025-10-17.md -------------------------------------------------------------------------------- /specs/archive/BUG_FIXES_2025-10-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/BUG_FIXES_2025-10-09.md -------------------------------------------------------------------------------- /specs/archive/JSON_ENGINE_2025-10-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/JSON_ENGINE_2025-10-08.md -------------------------------------------------------------------------------- /specs/archive/JSON_ENGINE_DESIGN_2025-10-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/JSON_ENGINE_DESIGN_2025-10-08.md -------------------------------------------------------------------------------- /specs/archive/OBJECT_TYPE_EXPANSION_2025-10-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/OBJECT_TYPE_EXPANSION_2025-10-12.md -------------------------------------------------------------------------------- /specs/archive/RX_PARSER_2025-10-09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/RX_PARSER_2025-10-09.md -------------------------------------------------------------------------------- /specs/archive/TEST_COVERAGE_ANALYSIS_2025-10-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/TEST_COVERAGE_ANALYSIS_2025-10-07.md -------------------------------------------------------------------------------- /specs/archive/chatGPT_initial_exploration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/specs/archive/chatGPT_initial_exploration.md -------------------------------------------------------------------------------- /src/CitrixADC.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/CitrixADC.ts -------------------------------------------------------------------------------- /src/CitrixADCold.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/CitrixADCold.ts -------------------------------------------------------------------------------- /src/capabilityMapper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/capabilityMapper.ts -------------------------------------------------------------------------------- /src/codeLens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/codeLens.ts -------------------------------------------------------------------------------- /src/complexityScorer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/complexityScorer.ts -------------------------------------------------------------------------------- /src/digCStoLbRefs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digCStoLbRefs.ts -------------------------------------------------------------------------------- /src/digCsVserver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digCsVserver.ts -------------------------------------------------------------------------------- /src/digCsVserverRx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digCsVserverRx.ts -------------------------------------------------------------------------------- /src/digGslbService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digGslbService.ts -------------------------------------------------------------------------------- /src/digGslbVserver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digGslbVserver.ts -------------------------------------------------------------------------------- /src/digGslbVserverRx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digGslbVserverRx.ts -------------------------------------------------------------------------------- /src/digLbVserver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digLbVserver.ts -------------------------------------------------------------------------------- /src/digLbVserverRx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/digLbVserverRx.ts -------------------------------------------------------------------------------- /src/extLoader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/extLoader.ts -------------------------------------------------------------------------------- /src/extension.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/extension.ts -------------------------------------------------------------------------------- /src/extensionVariables.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/extensionVariables.ts -------------------------------------------------------------------------------- /src/fastCore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/fastCore.ts -------------------------------------------------------------------------------- /src/fastWebView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/fastWebView.ts -------------------------------------------------------------------------------- /src/fastWebViewFull.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/fastWebViewFull.ts -------------------------------------------------------------------------------- /src/featureDetector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/featureDetector.ts -------------------------------------------------------------------------------- /src/hovers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/hovers.ts -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/localHtmlPreview.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/localHtmlPreview.ts -------------------------------------------------------------------------------- /src/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/logger.ts -------------------------------------------------------------------------------- /src/models.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/models.ts -------------------------------------------------------------------------------- /src/ns2FastParams.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/ns2FastParams.ts -------------------------------------------------------------------------------- /src/nsCfgViewProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/nsCfgViewProvider.ts -------------------------------------------------------------------------------- /src/nsDiag.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/nsDiag.ts -------------------------------------------------------------------------------- /src/objectCounter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/objectCounter.ts -------------------------------------------------------------------------------- /src/objects.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/objects.ts -------------------------------------------------------------------------------- /src/parseAdcArraysRx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/parseAdcArraysRx.ts -------------------------------------------------------------------------------- /src/parseAdcArrys.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/parseAdcArrys.ts -------------------------------------------------------------------------------- /src/parseAdcUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/parseAdcUtils.ts -------------------------------------------------------------------------------- /src/regex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/regex.ts -------------------------------------------------------------------------------- /src/telemetry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/telemetry.ts -------------------------------------------------------------------------------- /src/templateViewProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/templateViewProvider.ts -------------------------------------------------------------------------------- /src/unPackerStream.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/unPackerStream.ts -------------------------------------------------------------------------------- /src/utilities.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/src/utilities.ts -------------------------------------------------------------------------------- /templates/as3/ANY STAR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/ANY STAR.yaml -------------------------------------------------------------------------------- /templates/as3/ANY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/ANY.yaml -------------------------------------------------------------------------------- /templates/as3/DNS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/DNS.yaml -------------------------------------------------------------------------------- /templates/as3/FTP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/FTP.yaml -------------------------------------------------------------------------------- /templates/as3/HTTP-TCP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/HTTP-TCP.yaml -------------------------------------------------------------------------------- /templates/as3/HTTP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/HTTP.yaml -------------------------------------------------------------------------------- /templates/as3/RDP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/RDP.yaml -------------------------------------------------------------------------------- /templates/as3/SSL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/SSL.yaml -------------------------------------------------------------------------------- /templates/as3/SSL_BRIDGE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/SSL_BRIDGE.yaml -------------------------------------------------------------------------------- /templates/as3/SSL_TCP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/SSL_TCP.yaml -------------------------------------------------------------------------------- /templates/as3/TCP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/TCP.yaml -------------------------------------------------------------------------------- /templates/as3/TFTP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/TFTP.yaml -------------------------------------------------------------------------------- /templates/as3/UDP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/UDP.yaml -------------------------------------------------------------------------------- /templates/as3/f5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/as3/f5.json -------------------------------------------------------------------------------- /templates/ns/f5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/ns/f5.json -------------------------------------------------------------------------------- /templates/ns/http.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/templates/ns/http.yaml -------------------------------------------------------------------------------- /tests/006_regexs.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/006_regexs.unit.tests.ts -------------------------------------------------------------------------------- /tests/007_parseNsOpts.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/007_parseNsOpts.unit.tests.ts -------------------------------------------------------------------------------- /tests/008_bulk.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/008_bulk.unit.tests.ts -------------------------------------------------------------------------------- /tests/009_fast.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/009_fast.unit.tests.ts -------------------------------------------------------------------------------- /tests/011_tgz_unpacker.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/011_tgz_unpacker.unit.tests.ts -------------------------------------------------------------------------------- /tests/013_confParser.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/013_confParser.unit.tests.ts -------------------------------------------------------------------------------- /tests/024_service.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/024_service.unit.tests.ts -------------------------------------------------------------------------------- /tests/025_serviceGroups.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/025_serviceGroups.unit.tests.ts -------------------------------------------------------------------------------- /tests/026_loadParseFromString.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/026_loadParseFromString.unit.tests.ts -------------------------------------------------------------------------------- /tests/027_objectTypeExpansion.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/027_objectTypeExpansion.unit.tests.ts -------------------------------------------------------------------------------- /tests/028_featureDetection.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/028_featureDetection.unit.tests.ts -------------------------------------------------------------------------------- /tests/029_perAppFeatureMapping.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/029_perAppFeatureMapping.unit.tests.ts -------------------------------------------------------------------------------- /tests/031_sslCerts.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/031_sslCerts.unit.tests.ts -------------------------------------------------------------------------------- /tests/032_policyAbstraction.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/032_policyAbstraction.unit.tests.ts -------------------------------------------------------------------------------- /tests/033_policyBindings.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/033_policyBindings.unit.tests.ts -------------------------------------------------------------------------------- /tests/035_sslBridge.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/035_sslBridge.unit.tests.ts -------------------------------------------------------------------------------- /tests/036_dnsLoadBalancer.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/036_dnsLoadBalancer.unit.tests.ts -------------------------------------------------------------------------------- /tests/037_tcpLdaps.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/037_tcpLdaps.unit.tests.ts -------------------------------------------------------------------------------- /tests/038_udpNtp.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/038_udpNtp.unit.tests.ts -------------------------------------------------------------------------------- /tests/039_tcpListenPolicy.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/039_tcpListenPolicy.unit.tests.ts -------------------------------------------------------------------------------- /tests/040_anyProtocol.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/040_anyProtocol.unit.tests.ts -------------------------------------------------------------------------------- /tests/044_utilities.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/044_utilities.unit.tests.ts -------------------------------------------------------------------------------- /tests/045_objectCounter.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/045_objectCounter.unit.tests.ts -------------------------------------------------------------------------------- /tests/046_csToLbRefs.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/046_csToLbRefs.unit.tests.ts -------------------------------------------------------------------------------- /tests/050_nsDiag.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/050_nsDiag.unit.tests.ts -------------------------------------------------------------------------------- /tests/051_digCsVserver.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/051_digCsVserver.unit.tests.ts -------------------------------------------------------------------------------- /tests/052_digCStoLbRefs.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/052_digCStoLbRefs.unit.tests.ts -------------------------------------------------------------------------------- /tests/105_namaste_app.unit.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/105_namaste_app.unit.tests.ts -------------------------------------------------------------------------------- /tests/304_DEPRECATED_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/304_DEPRECATED_README.md -------------------------------------------------------------------------------- /tests/304_parseAdcArraysRx.allConfigs.int.tests.ts.deprecated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/304_parseAdcArraysRx.allConfigs.int.tests.ts.deprecated -------------------------------------------------------------------------------- /tests/305_performance.comparison.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/305_performance.comparison.tests.ts -------------------------------------------------------------------------------- /tests/archiveBuilder.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/archiveBuilder.ts -------------------------------------------------------------------------------- /tests/artifacts/apps/anyProtocol.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/anyProtocol.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/apple.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/apple.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/bren.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/bren.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/dnsLoadBalancer.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/dnsLoadBalancer.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/fn-2187.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/fn-2187.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/groot.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/groot.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/namaste.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/namaste.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/skree.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/skree.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/sslBridge.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/sslBridge.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/starlord.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/starlord.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/t1.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/t1.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/tcpLdaps.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/tcpLdaps.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/tcpListenPolicy.as3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/tcpListenPolicy.as3.json -------------------------------------------------------------------------------- /tests/artifacts/apps/tcpListenPolicy.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/tcpListenPolicy.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/apps/udpNtp.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/apps/udpNtp.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/bad.2.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/bad.2.file -------------------------------------------------------------------------------- /tests/artifacts/bad.file: -------------------------------------------------------------------------------- 1 | stuff 2 | -------------------------------------------------------------------------------- /tests/artifacts/bad1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/bad1.tgz -------------------------------------------------------------------------------- /tests/artifacts/f5_flipper_test.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/f5_flipper_test.tgz -------------------------------------------------------------------------------- /tests/artifacts/noApps.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/noApps.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/noAppsNoVersion.ns.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/noAppsNoVersion.ns.conf -------------------------------------------------------------------------------- /tests/artifacts/ns1_v13.1-simple.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/ns1_v13.1-simple.conf -------------------------------------------------------------------------------- /tests/artifacts/ns1_v13.1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/ns1_v13.1.conf -------------------------------------------------------------------------------- /tests/artifacts/t1.ns.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/artifacts/t1.ns.tgz -------------------------------------------------------------------------------- /tests/integration/rx-parser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/README.md -------------------------------------------------------------------------------- /tests/integration/rx-parser/generateSnapshots.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/generateSnapshots.ts -------------------------------------------------------------------------------- /tests/integration/rx-parser/rxParser.integration.tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/rxParser.integration.tests.ts -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/anyProtocol.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/anyProtocol.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/apple.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/apple.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/bren.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/bren.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/dnsLoadBalancer.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/dnsLoadBalancer.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/fn-2187.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/fn-2187.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/groot.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/groot.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/namaste.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/namaste.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/skree.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/skree.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/sslBridge.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/sslBridge.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/starlord.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/starlord.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/t1.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/t1.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/tcpLdaps.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/tcpLdaps.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/tcpListenPolicy.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/tcpListenPolicy.ns.conf.json -------------------------------------------------------------------------------- /tests/integration/rx-parser/snapshots/udpNtp.ns.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/integration/rx-parser/snapshots/udpNtp.ns.conf.json -------------------------------------------------------------------------------- /tests/serviceDiscovery.as3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tests/serviceDiscovery.as3.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f5devcentral/vscode-f5-flipper/HEAD/tsconfig.json --------------------------------------------------------------------------------