Skip to content

Commit

Permalink
Refactor package resource (#9)
Browse files Browse the repository at this point in the history
* Add test-kitchen files

* Add properties to QlikProxy resource and refactor

* Refactor QlikPackage resource

* Allow installing only patch package
  • Loading branch information
ahaydon authored Jul 9, 2021
1 parent 6147eeb commit 18350e2
Show file tree
Hide file tree
Showing 22 changed files with 1,887 additions and 524 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4

[*.{yaml,yml}]
indent_size = 2

[*.{ps1,psm1,psd1}]
# charset does not currently work with vs-code
# PS files must be utf-8-bom or they are ignored by Pester
charset = utf-8-bom
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# PlatyPS always generates docs as CRLF
docs/*.md text eol=crlf
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.vagrant
*.log
modules/
.kitchen/
.package/
Loading

0 comments on commit 18350e2

Please sign in to comment.