feat: unit test logic and smurf improvement#62
Merged
VishwajitNagulkar merged 50 commits intomasterfrom Feb 6, 2025
Merged
Conversation
Contributor
Author
|
will have to configure actions according to the tests |
This was
linked to
issues
Jan 10, 2025
* feat: added terraform setup step * feat: added docker installation step * feat: added conditional param * feat: added trigger * update: update code for install docker on macos * add : tf version and condition for install only on macos --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com>
* fix: remove qemu for windows * fix: remove qemu for windows * feat: test windows build * feat: test macos build * fix: change the version of terraform * fix: change the version of terraform * fix: test tf only for windows * feat: added shell config * fix: test tf only for windows * fix: test tf only for macos * fix: test tf only for macos * fix: test tf only for ubuntu * update: change the code for pr --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com>
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bharadwajshivam28
pushed a commit
that referenced
this pull request
Mar 7, 2025
* refactored: fixes ecr push , removed scan , formatted * feat: added docker build, remove, tag tests * updated deps * refactor: exported getTerraform to test pkg * feat: test for terraform apply * feat: test for terraform init * feat: test for terraform validate * refactor: cleaned deps * refactor: added lock, var and var file flags * refactor: added lock flags * refactor: added recursive flags * feat: added grpah cmd * refactor: added upgrade flag * refactor: added var, varfile flags * refactor: added var, varfiles, lock flags * feat: added refresh cmd * feat: added state cmd * refactor: adjusted variables according to changes in cmnds * refactor: added support for varfiles, variables and lock values * refactor: added support for varfiles, variables and lock values * refactor: added support for recursive flags and enhanced loggings * feat: added graph cmd function * feat: added refresh cmd function * feat: added state list cmd function * refactor: added support for variables flags and lock values * refactor: added support for upgrade flag * refactor: enhanced loggings and added flags * refactor: changes tests according to the updates in the fuunction * refactor: updated deps * feature: added third party installation * feat: repo subcommand * feat: repo add cmd * feat: repo update cmd * feature: added third party charts installation feature * refactor: updated according to changes in install cmd * feat: added repo add fn * feat: added repo updated fn * refactor: cleaned up * refactor: updated changes for install cmd * fix: fixed docker installation issue in macos (#79) * feat: added terraform setup step * feat: added docker installation step * feat: added conditional param * feat: added trigger * update: update code for install docker on macos * add : tf version and condition for install only on macos --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> * fix: remove qemu for windows (#80) * fix: remove qemu for windows * fix: remove qemu for windows * feat: test windows build * feat: test macos build * fix: change the version of terraform * fix: change the version of terraform * fix: test tf only for windows * feat: added shell config * fix: test tf only for windows * fix: test tf only for macos * fix: test tf only for macos * fix: test tf only for ubuntu * update: change the code for pr --------- Co-authored-by: rakeshclouddevops <rakeshgangwar.clouddrove.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> * update: increased scope of local fns * feat: added install test * cleaned deps * fixed mod file and sum entries * updated validate * test: temporarily disabled test. * build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (#83) (#86) Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.25.0 to 0.26.0. - [Commits](golang/oauth2@v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Vishwajit Nagulkar <119565952+VishwajitNagulkar@users.noreply.github.com> Co-authored-by: rakeshclouddevops <rakesh.gangwar@clouddrove.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added docker tests