Skip to content

Commit

Permalink
V2.10.6 (#107)
Browse files Browse the repository at this point in the history
* initial fixes

* git + package update

* as3/biqiq done, starting cfgView updates

* cfgView Welcome screen

* changeLog/remove command from tenant/target

* reworked for corkscrew configs in explosion

* add new cache dir to vsce ignore

* single target tenants for bigiq as3 fix

* version HF bump to v2.10.1

* corkscrew v0.6.0

* leading slash work around

* cs v0.7.0 + change log

* v2.10.3 changeVersion command

* update vsce ignore for cpuprofiling

* more ignore file tweaks

* fixed cfgExploreRawCorkscrew

* orders + as3 map start

* working old+new models/indexs

* full as3 tree enhancement working

* v2.10.4-beta version bump

* single target fix

* v.2.10.5 fix version bump

* crgExplore App sort tweak

* v2.10.6 start

* as3->fast yaml template cmd complete

* changelog linting

* local corkscrew + remove seed log

* deviceImport final

* as3ToFastYml ADC/AS3 options

* main corkscrew v0.8

* moving from beta to full release
  • Loading branch information
DumpySquare authored Feb 8, 2021
1 parent 9738d3e commit f0b82e4
Show file tree
Hide file tree
Showing 24 changed files with 3,444 additions and 990 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_modules

# ignore ilx rpm cache directory
atc_ilx_rpm_cache
cache
.vscode-test/
# ignore any extension install files and zips
*.vsix
Expand All @@ -22,3 +23,5 @@ atc_ilx_rpm_cache
*.tmpl
# ignore temp mini_ucs for config explorere (corkscrew)
mini_ucs.tar.gz
# ignore node cpu profiling outputs
*.cpuprofile
2 changes: 2 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MD024: false
MD013: false
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
"bitwisecook.iapp",
"bitwisecook.irule"
]
}
8 changes: 6 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ vsc-extension-quickstart.md
**/*.map
**/*.ts
# **/*.gif
# ignore cache directories
atc_ilx_rpm_cache/**
cache
fastTemplateFolderUploadTemp/**
# ignore test seed file
.vscode-f5.json
*.vscode-f5.json
# ignore github actions
.github/**
.github/**
# ignore node cpu profiling file
*.cpuprofile
Loading

0 comments on commit f0b82e4

Please sign in to comment.