168 Commits

Author SHA1 Message Date
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
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
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
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
f458df70fc chore: add release date to merge workflow 2025-01-06 14:23:37 -05:00
b95e2ee08e feat: Add release date to workflow environment 2025-01-06 14:23:15 -05: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
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
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
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
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
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
aa8f8c004f chore(dependabot): update dependabot configuration 2024-12-27 06:23:10 +00:00
d8e5bc9f37 chore(scripts): improve new issue script confirmation 2024-12-26 19:32:23 +00:00
75adb6200d refactor(scopes): simplify scopes.json structure 2024-12-26 19:20:32 +00:00
92df0375dd feat(scopes): add Web Authentication API documentation 2024-12-24 23:38:00 +00:00
d6f6023d8b chore(.github): update keywords in scopes.json 2024-12-24 23:36:05 +00:00
3c450ad795 docs(scopes.json): add more specific keywords to documentation links 2024-12-24 23:33:27 +00:00
4ce9a45912 refactor(scopes): rename and reorganize scopes 2024-12-24 23:07:44 +00:00
e2735d5cd1 refactor: remove unused AI PR body generator step 2024-12-24 11:49:42 -05:00
5eb1f0d0a9 ci: improve CI workflow efficiency by removing merge 2024-12-24 11:46:10 -05:00
a3652e3f2f chore: upgrade actions to latest versions 2024-12-24 11:44:15 -05:00
378d259895 fix: prevent automatic version bumps from dependabot 2024-12-24 11:40:15 -05:00
4c9919f0a0 fix: correct merge workflow to increment patch version 2024-12-24 11:32:47 -05:00
143053e355
test: Add commitizen dry run step to checks workflow (#1217) 2024-12-24 16:24:04 +00:00
0ec2f7d86a
feature/1214 session fetch refactor (#1215)
* chore(docs): remove token economy guide

* refactor(context): update GatewayContext to use Querier interface

* chore(database): update schema path

* docs: Update READMEs for x/did, x/dwn, and x/svc with UCAN integration

* chore(pkg): update database scope name

* refactor(did): optimize GenesisState proto methods

* refactor(svc): update Service proto to use repeated fields

* refactor(api): rename MsgSpawn to MsgInitialize
2024-12-24 15:38:17 +00:00
398864fc6b refactor: rename DID, DWN, and SVC modules to core-dids, core-dwns, and core-svcs respectively 2024-12-24 03:37:27 -05:00
7e50d7f76d refactor: rename scopes in .github/scopes.json for better clarity 2024-12-23 20:35:34 -05:00
9dfb8634bc chore(workflows): improve CI/CD workflow names 2024-12-23 18:42:34 +00:00
9556faabb9 feat: Add option to create draft issues from the new-issue script 2024-12-23 13:35:52 -05:00