Skip to content

Commit

Permalink
Merge pull request #680 from hyperware-ai/develop
Browse files Browse the repository at this point in the history
develop 1.1.0
  • Loading branch information
nick1udwig authored Feb 18, 2025
2 parents 4c9002a + 34da2f0 commit ef362cc
Show file tree
Hide file tree
Showing 312 changed files with 1,050 additions and 1,093 deletions.
6 changes: 3 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ packages/**/pkg/*.wasm
packages/**/wit
*/**/node_modules
.env
kinode/src/bootstrapped_processes.rs
kinode/packages/**/wasi_snapshot_preview1.wasm
hyperdrive/src/bootstrapped_processes.rs
hyperdrive/packages/**/wasi_snapshot_preview1.wasm

LICENSE
pull_request_template.md
README.md
Dockerfile
Dockerfile
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Kinode version [e.g. v1.0.0]
- hyperdrive version [e.g. v1.0.0]
- process_lib version [e.g. v1.0.0]

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Docs Update

[Corresponding docs PR](https://github.com/kinode-dao/kinode-book/pull/my-pr-number)
[Corresponding docs PR](https://github.com/hyperware-ai/hyperware-book/pull/my-pr-number)

## Notes

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 60

steps:
- name: build and deploy kinode
- name: build and deploy hypedriver
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_PROD_API_HOST }}
Expand All @@ -19,4 +19,4 @@ jobs:
port: ${{ secrets.SSH_PROD_PORT }}
command_timeout: 60m
script: |
curl -X PUT http://localhost:8000/monitor/build-kinode
curl -X PUT http://localhost:8000/monitor/build-hyperdrive
35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 60

steps:
- name: build and deploy kinode
- name: build and deploy hyperdrive
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_API_HOST }}
Expand All @@ -19,4 +19,4 @@ jobs:
port: ${{ secrets.SSH_PORT }}
command_timeout: 60m
script: |
curl -X PUT http://localhost:8000/monitor/build-kinode
curl -X PUT http://localhost:8000/monitor/build-hyperdrive
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ wit/
/home
*/**/node_modules
.env
kinode/src/bootstrapped_processes.rs
kinode/packages/**/wasi_snapshot_preview1.wasm
hyperdrive/src/bootstrapped_processes.rs
hyperdrive/packages/**/wasi_snapshot_preview1.wasm

kinode/packages/app-store/pkg/ui/*
kinode/packages/homepage/pkg/ui/*
kinode/packages/settings/pkg/ui/*
kinode/src/register-ui/build/
kinode/src/register-ui/dist/
kinode/packages/docs/pkg/ui
hyperdrive/packages/app-store/pkg/ui/*
hyperdrive/packages/homepage/pkg/ui/*
hyperdrive/packages/settings/pkg/ui/*
hyperdrive/src/register-ui/build/
hyperdrive/src/register-ui/dist/
hyperdrive/packages/docs/pkg/ui
Loading

0 comments on commit ef362cc

Please sign in to comment.