Tags: omahs/sonr
Tags
Refactored build and initialization workflow Simplified and improved the Earthly build system by stripping redundant IMPORT statements and transitioning to direct GIT CLONE operations in the Earthfile. To streamline the development setup, replaced the 'tidy' task with an 'init' task that sets up the necessary repositories and ensures that dependencies are fetched effectively. The Taskfile.yml has been updated to reflect these changes, with the 'build' task now depending on 'init' and utilizing the 'sat' commands to wake and build services. Additionally, updated the Go module dependencies for enhanced stability and removed outdated references. Resolves issues with slow setup and build processes.
Chore/repo fs cleanup (sonr-io#817) * init: create build folder for configuration deployments * fix: add gcloud * chore: change build dir name for release * chore: fix goreleaser org * fix: task build * fix: update build configs * fix: goreleaser config
Revert "feat: fix package structure with did modules" (sonr-io#816) * Revert "feat: fix package structure with did modules" This reverts commit 102f276. feat: fix package structure with did modules Remove/pkg cli deps (sonr-io#815) * feat: remove cli pkgs * Revert "feat: remove cli pkgs" This reverts commit 858057e. * feat: swagger docs * feat: update lints --------- Signed-off-by: Prad Nukala <[email protected]> fix: goreleaser status Revert "Remove/pkg cli deps (sonr-io#815)" This reverts commit 43c28f8. * Revert "Merge branch 'master' into revert/v0.8.0" This reverts commit 334d2fd, reversing changes made to 0bb2625. --------- Signed-off-by: Prad Nukala <[email protected]>
PreviousNext