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

Remove everything not hc launch related #2

Merged
merged 4 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 0 additions & 3 deletions .browserslistrc

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

24 changes: 0 additions & 24 deletions .eslintrc

This file was deleted.

11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,9 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Logs**
Please attach here the `launcher.log` file. To find it, go to `Holochain Admin` window of the Holochain Launcher, select the `Settings` menu, and select `Open Logs`. Attach that file to this issue.

> In Ubuntu, there is a weird error that prevents the upload of a file from inside a hidden folder. To work around it, you can copy the `launcher.log` file to another non-hidden location, and upload it from there.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
**Environment Details (please complete the following information):**

- OS: [e.g. MacOs v10.13]
- Holochain Launcher Version [e.g. 0.], you can find out in `Help` > 'About'

**Additional context**
Add any other context about the problem here.
155 changes: 0 additions & 155 deletions .github/workflows/release.yaml

This file was deleted.

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

jobs:
testbuild:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "16.x"
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: "1.71.1"
- name: install Go stable
uses: actions/setup-go@v4
with:
go-version: "stable"
- name: install webkit2gtk (ubuntu only)
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential curl wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev

- name: install Holochain
run: |
mkdir src-tauri/bins

cargo install --version 0.3.0 lair_keystore
LAIR_PATH=$(which lair-keystore)
cp $LAIR_PATH src-tauri/bins/lair-keystore-v0.3.0-x86_64-unknown-linux-gnu


cargo install holochain --version 0.3.0-beta-dev.34
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH src-tauri/bins/holochain-v0.3.0-beta-dev.34-x86_64-unknown-linux-gnu


# NEW_VERSION: install new holochain version and copy its binary to the tauri path

- name: install app dependencies and build it
run: npm install && npm run build
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY_0_2 }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

holochain_cli_launch:
strategy:
fail-fast: false
Expand Down
Empty file removed .npmignore
Empty file.
Loading
Loading