721 Commits

Author SHA1 Message Date
8d218dddaa Add Slack notification workflow 2025-01-11 13:08:04 -05:00
d73f49bd24 refactor: remove unnecessary Caddyfile 2025-01-11 12:25:05 -05:00
bd9234572a ci: improve CI/CD process with devbox integration 2025-01-11 12:24:55 -05:00
96eff9dffa fix: resolve minor formatting inconsistencies in Dockerfile and accumulator.go 2025-01-11 09:32:12 -05:00
a06bae6348 refactor: remove process-compose and individual start scripts 2025-01-09 20:09:16 -05:00
2d3d1929a0 docs: remove outdated testnet documentation 2025-01-07 11:19:04 -05:00
79706e32e3 feat: add go dependency and enhance devbox environment variables 2025-01-07 11:16:47 -05:00
f8974b3d1f feat: implement HTMX for dynamic updates 2025-01-06 19:38:17 -05:00
ddacc127c6 chore: update devbox packages to include Doppler 2025-01-06 18:14:55 -05:00
edb02f3002 docs(scopes): improve keywords and add new documentation links 2025-01-06 15:10:10 -05:00
68e7cebb73 refactor: remove devnet and testnet network configurations 2025-01-06 14:46:39 -05:00
eb2213f6a7 feat: add CI/CD infrastructure for development and deployment 2025-01-06 14:38:51 -05:00
d137aa97f9 fix: correct typo in workflow name 2025-01-06 14:25:56 -05:00
github-actions[bot]
b319fc5378 chore: sync version to 0.6.3 [skip ci] 2025-01-06 19:24:04 +00:00
f458df70fc chore: add release date to merge workflow v0.6.3 2025-01-06 14:23:37 -05:00
b95e2ee08e feat: Add release date to workflow environment 2025-01-06 14:23:15 -05:00
0431e571e4 fix: revert version number to 0.6.2 2025-01-06 14:22:17 -05:00
github-actions[bot]
b94eccd075 chore: sync version to 0.6.3 [skip ci] 2025-01-06 19:20:53 +00:00
3f63adc411 fix: checkout main branch before updating version 2025-01-06 14:20:22 -05:00
8ed58bf51c fix: Specify main branch and fetch tags in merge workflow 2025-01-06 14:18:42 -05:00
505b847790 ci: Add dependency on sync-version job in new-release job 2025-01-06 14:14:42 -05:00
63b263f995 chore: add GitHub Actions workflow to synchronize version after tag creation 2025-01-06 14:13:53 -05:00
8919019bf3 refactor: Rename workflow file for clarity 2025-01-06 14:09:14 -05:00
3288307f1c feat: automate release creation and deployment on tag push 2025-01-06 14:07:02 -05:00
1915e06412 ci: Use goreleaser action for releases on new tags 2025-01-06 14:03:28 -05:00
github-actions[bot]
866468c002 bump: version 0.6.1 → 0.6.2 v0.6.2 2025-01-06 19:00:34 +00:00
7f3aa01bd5
feature/1220 origin handle exists method (#1243)
* feat: add docs and CI workflow for publishing to onsonr.dev

* (refactor): Move hway,motr executables to their own repos

* feat: simplify devnet and testnet configurations

* refactor: update import path for didcrypto package

* docs(networks): Add README with project overview, architecture, and community links

* refactor: Move network configurations to deploy directory

* build: update golang version to 1.23

* refactor: move logger interface to appropriate package

* refactor: Move devnet configuration to networks/devnet

* chore: improve release process with date variable

* (chore): Move Crypto Library

* refactor: improve code structure and readability in DID module

* feat: integrate Trunk CI checks

* ci: optimize CI workflow by removing redundant build jobs

* feat: integrate Trunk CI checks, simplify devnet and testnet configurations, add docs and CI for onsonr.dev publishing, automate releases using Taskfile and GitHub Actions, and add Reddit release notification

* ci: Trigger release validation on pull requests

* ci: Migrate GoReleaser configuration to Makefiles

* chore: update CI workflow permissions and rename job

* refactor: remove unnecessary docker push steps from release process

* feat: automate release process using Taskfile and GitHub Actions

* fix: change shebang from bash to sh

* chore: update setup script shebang to bash

* chore: remove unnecessary setup-env step from release process

* test: improve test descriptions and naming for clarity

* refactor: rename workflow files for clarity

* refactor: rename post-merge workflow file

* refactor: Move race and coverage tests to separate workflow

* refactor: simplify merge group trigger

* chore: prevent accidental release overwriting of existing tags

* test: rename GoReleaser Dry Run step to GoReleaser Test

* fix: correct GitHub Actions workflow for version bumping

* fix: Correct tag validation in CI workflow

* refactor: simplify GitHub Actions workflow for version checking

* test: replace version check with make command

* chore: update setup-python action to v5

* test: rename workflow job and remove unnecessary steps

* feat: enable workflow on merge group events

---------

Signed-off-by: Prad Nukala <prad@sonr.io>
Co-authored-by: Darp Alakun <i@prad.nu>
2025-01-06 14:00:11 -05:00
2f65b1c283 refactor: simplify release process and remove unnecessary tasks 2025-01-06 13:12:38 -05:00
48f7b5d5cc chore: update version number to 0.6.1 2025-01-06 13:09:38 -05:00
d26d3d7b4d
feature/1220 origin handle exists method (#1242)
* feat: add docs and CI workflow for publishing to onsonr.dev

* (refactor): Move hway,motr executables to their own repos

* feat: simplify devnet and testnet configurations

* refactor: update import path for didcrypto package

* docs(networks): Add README with project overview, architecture, and community links

* refactor: Move network configurations to deploy directory

* build: update golang version to 1.23

* refactor: move logger interface to appropriate package

* refactor: Move devnet configuration to networks/devnet

* chore: improve release process with date variable

* (chore): Move Crypto Library

* refactor: improve code structure and readability in DID module

* feat: integrate Trunk CI checks

* ci: optimize CI workflow by removing redundant build jobs

* feat: integrate Trunk CI checks, simplify devnet and testnet configurations, add docs and CI for onsonr.dev publishing, automate releases using Taskfile and GitHub Actions, and add Reddit release notification

* ci: Trigger release validation on pull requests

* ci: Migrate GoReleaser configuration to Makefiles

* chore: update CI workflow permissions and rename job

---------

Co-authored-by: Darp Alakun <i@prad.nu>
2025-01-06 17:24:48 +00:00
807b2e86ec
feature/1220 origin handle exists method (#1241)
* feat: add docs and CI workflow for publishing to onsonr.dev

* (refactor): Move hway,motr executables to their own repos

* feat: simplify devnet and testnet configurations

* refactor: update import path for didcrypto package

* docs(networks): Add README with project overview, architecture, and community links

* refactor: Move network configurations to deploy directory

* build: update golang version to 1.23

* refactor: move logger interface to appropriate package

* refactor: Move devnet configuration to networks/devnet

* chore: improve release process with date variable

* (chore): Move Crypto Library

* refactor: improve code structure and readability in DID module

* feat: integrate Trunk CI checks

* ci: optimize CI workflow by removing redundant build jobs

---------

Co-authored-by: Darp Alakun <i@prad.nu>
2025-01-06 17:06:10 +00:00
9bd5e41fa0 docs: add .gitignore entries for Aider generated files 2025-01-03 11:44:12 -05:00
2ae32b2f64 refactor: remove devcontainer configuration 2025-01-01 16:21:42 -05:00
ef7c33a011 chore: disable Reddit release announcement v0.6.1 2025-01-01 15:49:01 -05:00
ac8250557d refactor: simplify release workflow and remove unnecessary Taskfile includes 2025-01-01 15:42:11 -05:00
8764e93437 refactor: improve release process using goreleaser and taskfile 2025-01-01 15:34:51 -05:00
8224fd3683 fix: pass working directory to goreleaser task 2025-01-01 15:28:15 -05:00
a5dd620b17 feat: automate release process using Taskfile and GitHub Actions 2025-01-01 15:22:40 -05:00
57bce7d50e ci: Enable remote taskfiles in release workflow 2025-01-01 15:15:24 -05:00
5c5e909ffd refactor: simplify release workflow using a single task 2025-01-01 15:13:22 -05:00
0cf308016b ci: improve release workflow by adding task installation step 2025-01-01 15:12:46 -05:00
9787394d5a fix: correct release name template syntax 2025-01-01 14:58:02 -05:00
a90111907d refactor: improve release naming and environment variable handling 2025-01-01 14:52:37 -05:00
7c8fa0045c Merge branch 'feature/1232-create-vault-settings' into feature/1220-origin-handle-exists-method 2025-01-01 14:31:18 -05:00
0eb5530422 feat: add Reddit release notification 2025-01-01 14:30:34 -05:00
a90a553222 refactor: improve goreleaser archive and nfpms configuration 2025-01-01 14:11:36 -05:00
aee9af7b34 chore: update next milestone in scopes.json 2025-01-01 13:55:21 -05:00
571fb6100b refactor: remove outdated scopes 2024-12-30 14:18:33 -05:00
0a7b7d9fe2 refactor: remove unnecessary seed message 2024-12-30 12:31:55 -05:00
afc6343c21 fix: Handle only 500 errors in ErrorHandler 2024-12-29 13:19:21 -05:00