-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add go implementation, move compositions to pipelines, allow en…
…ums (#29) * feat: add go implementation, move compositions to pipelines, allow enums Signed-off-by: André Kesser <[email protected]> * feat: update additional pipeline steps Signed-off-by: André Kesser <[email protected]> * feat: rename function to functionRef Signed-off-by: André Kesser <[email protected]> * feat: updated github workflow Signed-off-by: André Kesser <[email protected]> * feat(ci): adopted ci for go update Signed-off-by: Christopher Haar <[email protected]> * fix: lint ci.yml Signed-off-by: André Kesser <[email protected]> * feat(build): update build Signed-off-by: Christopher Haar <[email protected]> * feat: updated overwriteSettings Signed-off-by: André Kesser <[email protected]> * feat: update submodule Signed-off-by: André Kesser <[email protected]> * feat(unittest): add unittest and make render Signed-off-by: Christopher Haar <[email protected]> * feat: update documentation Signed-off-by: André Kesser <[email protected]> * fix: fix linting Signed-off-by: André Kesser <[email protected]> * fix: fix tests Signed-off-by: André Kesser <[email protected]> * fix: fix tests Signed-off-by: André Kesser <[email protected]> * fix: fix tests Signed-off-by: André Kesser <[email protected]> * fix: fix tests Signed-off-by: André Kesser <[email protected]> * fix: fix tests Signed-off-by: André Kesser <[email protected]> --------- Signed-off-by: André Kesser <[email protected]> Signed-off-by: Christopher Haar <[email protected]> Co-authored-by: André Kesser <[email protected]>
- Loading branch information
Showing
54 changed files
with
3,831 additions
and
1,213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
|
||
jobs: | ||
create-tag: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.