Skip to content

Commit

Permalink
Merge pull request #35 from f5devcentral/v1.1.0
Browse files Browse the repository at this point in the history
V1.1.1
  • Loading branch information
DumpySquare authored May 24, 2023
2 parents 3a06246 + 16ebb94 commit 6b63f1e
Show file tree
Hide file tree
Showing 108 changed files with 10,336 additions and 13,553 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] <bug_title>"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]


**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[RFE] <enhancement_title>"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ env:

jobs:

# test:
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [windows-latest, ubuntu-latest, macos-latest]
# name: Test on ${{ matrix.os }}
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: ${{ env.NODE_VERSION }}
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
name: Test on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

# - run: npm install
- run: npm install

release-publish:
runs-on: ubuntu-latest
environment: publishing
permissions:
contents: write
# needs: test
needs: test
name: Package-Release-Publish
steps:

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Node modules
node_modules/
# package-lock.jsons
# Package build directory
dist/
# Coverage directory
Expand All @@ -24,7 +23,5 @@ settings.json
*.xml.json
# temp directory for testing files
tmp/
package-lock.json
# exclude package files
*.tgz
tests/artifacts/f5_corkscrew_test.tar.gz
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"--timeout",
"999999",
"--colors",
"${workspaceFolder}/tests/ALL.tests.ts",
"${workspaceFolder}/tests/*.tests.ts",
],
"internalConsoleOptions": "neverOpen"
}
Expand Down
35 changes: 0 additions & 35 deletions .vscode/settings.json

This file was deleted.

38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,42 @@ All notable changes to the corkscrew rpm will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

### Added

### Changed

- [RFE] include xml stats in extraction #15 (pending-researching)
- main README.md/documentation updates

### Fixed

---

## [1.1.1] - (05.25.2023)

### Added

- [RFE] dns/gslb - provide all possible destinations as array #29
- [RFE] better apm parsing #31
- [RFE] deeper parsing of key ltm objects #30
- full parsing of vs/pool/monitor/pool/node/snatpool
- vs with no destination
- pool with no members
- vs with missing prolicy
- [RFE] add bot/dos profiles to abstraction/visibility #33
- github issue templates for BUGs and RFEs

### Changed

- updated deps

### Fixed

- [BUG] gslb no pool error #32
- [BUG] no cli parse output in my environment #27

---

## [1.0.0] - (04.20.2023)
Expand Down Expand Up @@ -86,7 +122,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- certificate/key extraction

### Modified
### Changed

- Core parsing/extraction process is now asyncronous
- emits config and stats files during processing
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ The top of the main class also describes some of the different ways I have the t

Everything is in a json tree for easy manipulation

Updated as of 10.26.2021

> latest test output file [output_example.json](./output_example.json)
Check out the .log and .json outputs in the ./tests/artifacts directory

---

Expand Down Expand Up @@ -400,7 +398,7 @@ Please include some sort of tests for any new features or functionality. It's r

## Support

For support, please open a GitHub issue. Note, the code in this repository is community supported and is not supported by F5 Networks. For a complete list of supported projects please reference [SUPPORT.md](support.md).
For support, please open a GitHub issue. Note, the code in this repository is community supported and is not supported by F5 Networks.

---

Expand Down
8 changes: 0 additions & 8 deletions SUPPORT.md

This file was deleted.

25 changes: 0 additions & 25 deletions dist/cli.d.ts

This file was deleted.

120 changes: 0 additions & 120 deletions dist/cli.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/cli.js.map

This file was deleted.

Loading

0 comments on commit 6b63f1e

Please sign in to comment.