Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hc 0.2 into develop #124

Merged
merged 60 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
c245d30
Merge pull request #78 from holochain/main
guillemcordoba Feb 27, 2023
7b6ae72
Bump to holochain 0.1.4
Apr 19, 2023
043ec69
flake.lock
Apr 19, 2023
f7c5ac4
Pin the holochain_integrity_types dependency
ThetaSinner Apr 18, 2023
b92b92a
bump scaffolded holochain_integrity_types to 0.1.2
Apr 19, 2023
e93bfcd
hard code hdi + hdk versions
Apr 19, 2023
ac4886e
revert hard coded versions
Apr 19, 2023
ee4bdca
fix entry and link validation
Apr 19, 2023
64e6b2b
bump scaffold version
Apr 19, 2023
9229623
Remove `_version` from generated dna manifest
robbiecarlton Apr 19, 2023
6039c36
Revert "Remove `_version` from generated dna manifest"
Apr 19, 2023
d4f65cb
fix comment
Apr 19, 2023
389a87a
Add TODO to remove sqlite
Apr 20, 2023
8b13e75
Add extend-space action for CI
Apr 20, 2023
85997cb
Merge pull request #89 from holochain/holochain-0.1.4
robbiecarlton Apr 20, 2023
c304525
wip
Apr 24, 2023
601e397
update flake.nix
Apr 24, 2023
1587f40
clean up flake.nix
Apr 24, 2023
1b35089
Update link validation
Apr 25, 2023
6628a80
Fix missing variable
Apr 25, 2023
bb60a33
More hash conversions
Apr 25, 2023
dd7a7ed
Some links
Apr 25, 2023
191c15e
Last compiler fix
Apr 25, 2023
8b1f781
pin scaffolded holochain version to 0.2.0-beta-rc.6
Apr 26, 2023
4390846
Remove tmp versions folder
Apr 26, 2023
a2e8d82
feat(flake,nix): bump to 0_2; feat(ci/test): use nix to build scaffol…
steveej May 2, 2023
1ca1092
Merge pull request #93 from holochain/pr_nix_flake_updates_for_holoch…
steveej May 12, 2023
bf0b317
bump to hc 0.2.1-beta-dev.0
May 15, 2023
56e53ea
Add `hc run-local-services` to scripts
May 16, 2023
f1d4a96
add bootstrap server
May 16, 2023
683d73a
Bump versions
May 16, 2023
ff00888
Tryorama v0.14.0-rc.0
May 23, 2023
7282069
add holochain-0.2 to CI
May 23, 2023
fecd466
add holochain-0.2 to check-lockfile action
May 23, 2023
ea5b855
Bump to holochain 0.3.0-beta-dev.9
Jul 17, 2023
ce7a60c
Merge branch 'holochain-0.2.1-beta-dev.0' into holochain-0.3.0-beta-d…
Jul 17, 2023
92ecae3
Fix URLs in AppAgentWebsocket.connect
Jul 17, 2023
39201f7
Fix flake and update flake.lock
Jul 24, 2023
6001b8e
Update nix.rs inputs
Jul 25, 2023
e46e92d
bump to holochain 0.2.1
Jul 25, 2023
d7be5fb
use new-port to find unused ports for bootstrap and signal servers
Jul 26, 2023
dfac899
Merge pull request #108 from holochain/holochain-0.2.1
robbiecarlton Jul 26, 2023
3075bc6
Pin serde 1.0.166
Aug 15, 2023
03b1e85
Pin time and rmpv
Aug 15, 2023
8a63d35
Merge pull request #112 from holochain/serde-fix-02
robbiecarlton Aug 16, 2023
a44156b
pass hashes, not records, from FoosForBar template to FooDetail template
pdaoust Sep 15, 2023
88aaedb
remove loading spinner after foos for bar are loaded
pdaoust Sep 15, 2023
a2f6217
correct path to dna_role_name in FoosForBar template
pdaoust Sep 15, 2023
53cf5cd
Flake and workflow changes
Sep 18, 2023
07a712d
update flake.lock
Sep 18, 2023
465b031
standardize flake.nix
Sep 18, 2023
f0b878c
Merge pull request #121 from holochain/update-ci-and-flake-hc-0.2
robbiecarlton Sep 18, 2023
8c49a56
get actual hash type for linked entries
pdaoust Sep 19, 2023
46b4e88
Merge branch 'holochain-0.2' into 2023-09-15-fix-linked-collection-te…
pdaoust Sep 20, 2023
f49002a
import newentryaction into barsforfoo template
pdaoust Sep 19, 2023
34fb08b
Merge pull request #120 from holochain/2023-09-15-fix-linked-collecti…
robbiecarlton Sep 20, 2023
7a15e0e
Merge branch 'develop' into add-holo-and-hello-world-hc-0.2
Sep 20, 2023
6dc7730
remove lockfile check
Sep 20, 2023
d956507
Remove duplicate extend-space
Sep 20, 2023
f12dab7
fix hello world template
Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/extend-space/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Extends disk space on github hosted runners


name: "Extend space"
description: "Teases out as much free space as possible"

Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/check-offline.yaml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches: [ main, develop, holochain-0.1 ]
branches: [ main, develop, holochain-0.1, holochain-0.2 ]
pull_request:
branches: [ main, develop, holochain-0.1 ]
branches: [ main, develop, holochain-0.1, holochain-0.2 ]

jobs:
testbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Extend space
uses: ./.github/actions/extend-space

- name: Install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v23
with:
install_url: https://releases.nixos.org/nix/nix-2.12.0/install
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
extra_nix_config: |
experimental-features = flakes nix-command

- uses: cachix/cachix-action@v12
with:
name: holochain-ci

- name: Install and test
- name: Build and test
run: |
cd $GITHUB_WORKSPACE
nix develop --command bash -c "cargo install --path . && sh run_test.sh"
nix develop --override-input "versions/scaffolding" . .#ci --command ./run_test.sh

Loading