Commit Graph

9 Commits

Author SHA1 Message Date
Michael Gasch 0bd41929b2 chore: Verify PRs and push to main
Add two action workflows to verify commits and PRs with unit and
integration tests using Github Actions.

Closes: #6

Signed-off-by: Michael Gasch <mgasch@vmware.com>
2021-04-27 16:57:23 +02:00
Michael Gasch 37a83536a2
Merge pull request #20 from dmilov/topic/dmilov/tests-exit-code 2021-04-23 14:28:44 +02:00
William Lam 3629c77dc9
Add Install Module Instructions to README (#17)
Closes: #16
Signed-off-by: William Lam <wlam@vmware.com>

Co-authored-by: William Lam <wlam@vmware.com>
2021-04-22 17:55:35 +02:00
Dimitar Milov aac584afb8 Enable process exit in build.ps1
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-22 09:48:13 +03:00
dmilov 84606b0ab9
Create CONTRIBUTING.md (#15)
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-19 08:55:35 +03:00
dmilov d305f1642b
Renames Add-CloudEvent*Data to Set-CloudEvent*Data (#12)
* Addresses issue #9 renaming Add-CloudEvent*Data functions to Set-CloudEvent*Data. As described in the issue the Add notion is not correct for the functions functionality. Set verb notion matches the behavior of the functions.
* Increment minor version of the module. The module is not yet released but this is a backward compatibility breaking change.
* Remove module catalog file creation from build.ps1 because catalog file is needed only when module is signed. We still don't have a signing implementation for this module.
* Explicitly set `-Depth` parameter for `Set-CloudEventJsonData` function in the tests
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-13 18:41:40 +03:00
dmilov f23df54f30
Adds license headers in source code files (#11)
Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-09 10:44:14 +03:00
dmilov 62f14b6b1b
Remove install instructions from an internal PS repository (#10)
*  Addresses issue #1 removing the Install Instructions from the README.md. Once the initial release is published on the PowerShell Gallery the README.md will be updated with the install from PowerShell Gallery guide.
 *  Fixes minor typos in the README.md


Signed-off-by: Dimitar Milov <dmilov@vmware.com>
2021-04-09 10:09:01 +03:00
Dimitar Milov b2afcf89bd Initial commit 2021-04-07 09:40:42 -07:00