Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
2254289
Fixes git history (#429) (#430)
elliotBraem Jun 20, 2024
2aa67b9
Fixes git history (#429)
elliotBraem Jun 20, 2024
e03b62b
Fixes git history (#429) (#430)
elliotBraem Jun 20, 2024
1a61177
Added styles to handle fullscreen on near.social and properly display…
Jikugodwill Jun 24, 2024
a346057
fix: gateway url, swap
elliotBraem Jun 25, 2024
1e37bae
Fixes flaky tests (#453)
elliotBraem Jul 1, 2024
f7f6560
Activity page tests (#454)
Eren-Yeaager Jul 1, 2024
3462ba2
Fix failing tests, add share post link tests (#455)
Megha-Dev-19 Jul 2, 2024
c358c44
show loader on create of a project (#461)
Megha-Dev-19 Jul 6, 2024
0691162
Hid project location and team size when it's empty (#463)
Jikugodwill Jul 8, 2024
bce333f
added upload statuses (#464)
Jikugodwill Jul 8, 2024
33e3ddd
Adds web4 contract (#457)
elliotBraem Jul 8, 2024
139a506
linked to new app Index (#467)
Jikugodwill Jul 8, 2024
c3c10e4
Fix task project ID for new project title (#471)
Megha-Dev-19 Jul 8, 2024
0def610
fix tests
Megha-Dev-19 Jul 8, 2024
c158188
Add NEAR Catalog Import (#474)
itexpert120 Jul 15, 2024
2920f1d
fix formatting
elliotBraem Jul 16, 2024
ddbe9ae
fmt
elliotBraem Jul 16, 2024
b72f9b3
Merge branch 'main' into develop
elliotBraem Jul 16, 2024
559b953
fmt
elliotBraem Jul 16, 2024
a063a08
rename workflows
elliotBraem Jul 16, 2024
b9a9620
removes trial account generator (#477)
elliotBraem Jul 17, 2024
8b6e4c7
Fix flaky tests (#478)
elliotBraem Jul 17, 2024
da3ed01
Adds danger variant to button (#479)
elliotBraem Jul 17, 2024
9e2d369
Removes migrated files (#480)
elliotBraem Jul 18, 2024
fe169f0
weekly promotion of develop to main (#473)
github-actions[bot] Jul 16, 2024
7dfd37a
Fixes git history (#429) (#430)
elliotBraem Jun 20, 2024
e6a4867
Fixes git history (#429)
elliotBraem Jun 20, 2024
2c8124c
Fixes git history (#429) (#430)
elliotBraem Jun 20, 2024
aeeec1b
Merge branch 'main' into develop
elliotBraem Jul 18, 2024
d1f770f
fix releases and tests
elliotBraem Jul 19, 2024
2c32ef9
fmt
elliotBraem Jul 19, 2024
d8c713f
tests use yarn
elliotBraem Jul 19, 2024
822f25d
playwright web server
elliotBraem Jul 19, 2024
b904657
fmt
elliotBraem Jul 19, 2024
9980bf3
use yarn instead of npx
elliotBraem Jul 19, 2024
67e7cba
Added Ariz button (#483)
Jikugodwill Jul 23, 2024
a989be0
fix import
elliotBraem Jul 23, 2024
6f5370c
disable hot reload
elliotBraem Jul 23, 2024
32c3899
upgrade VM
elliotBraem Jul 24, 2024
a9253ca
remove duplicates (#487)
elliotBraem Jul 26, 2024
5b409f1
Merge branch 'main' into develop
elliotBraem Jul 26, 2024
f1de56a
increment version
elliotBraem Jul 26, 2024
604b677
Upgrades bw to fix tests (#488)
elliotBraem Jul 29, 2024
875eec9
Replace gateway with web component, in both vercel and web4 (#484)
elliotBraem Aug 1, 2024
9e0bd55
Improve documentation (#485)
elliotBraem Aug 8, 2024
74c1aa5
Update README.md
elliotBraem Aug 8, 2024
d07d993
update issue templates
elliotBraem Aug 9, 2024
6dcba4a
Create vercel.json
elliotBraem Oct 4, 2024
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 .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

File renamed without changes.
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: How can we reproduce the bug?
description: If you can make the bug happen again, please share the steps involved. If possible please also include a screenshot or a screen recording to help us better understand and resolve the issue.
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature request
description: File a feature request
title: "[Feature]: "
labels: ["enhancement"]
assignees: []
body:
- type: markdown
attributes:
value: |
Have an idea for a feature or change?
- type: textarea
id: description
attributes:
label: What's the feature?
description: Describe the feature, who it would help, and link to any examples from other apps.
validations:
required: true
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: "yarn"
- name: Install dependencies
run: |
yarn add bos-workspace@1.0.0-alpha.32
yarn add bos-workspace
yarn playwright install-deps
yarn playwright install
- name: Run tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Deploy web4 contract to production
name: Deploy contract to production
on:
push:
branches: [main]
paths:
- web4contract/**
- contract/**

defaults:
run:
working-directory: ./web4contract
working-directory: ./contract

jobs:
test:
uses: ./.github/workflows/web4-test.yml
uses: ./.github/workflows/contract-test.yml

deploy-staging:
contract-deploy-staging:
name: Deploy to production
needs: [test]
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name: Deploy web4 contract to staging
name: Deploy contract to staging
on:
pull_request:
paths:
- web4contract/**
- contract/**

defaults:
run:
working-directory: ./web4contract
working-directory: ./contract

jobs:
test:
uses: ./.github/workflows/web4-test.yml
uses: ./.github/workflows/contract-test.yml

deploy-staging:
contract-deploy-staging:
name: Deploy to staging subaccount
permissions:
pull-requests: write
needs: [test]
runs-on: ubuntu-latest
env:
NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID: gh-${{ github.event.number }}.${{ vars.BOS_TESTNET_SIGNER_ACCOUNT_ID }}
BOS_BUILDDAO_TESTNET_SIGNER_PUBLIC_KEY: "ed25519:6ycWXZES2zEGPurZqP35AUQx92aAzuS7r9ea1GcSQQiT"

steps:
- name: Checkout repository
Expand All @@ -30,12 +31,12 @@ jobs:
- name: Create staging account
if: github.event.action == 'opened' || github.event.action == 'reopened'
run: |
near account create-account fund-myself "${{ env.NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID }}" '10 NEAR' \
use-manually-provided-public-key "${{ vars.BOS_TESTNET_SIGNER_PUBLIC_KEY }}" \
near account create-account fund-myself "${{ env.NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID }}" '3 NEAR' \
use-manually-provided-public-key "${{ env.BOS_BUILDDAO_TESTNET_SIGNER_PUBLIC_KEY }}" \
sign-as "${{ vars.BOS_TESTNET_SIGNER_ACCOUNT_ID }}" \
network-config "testnet" \
sign-with-plaintext-private-key \
--signer-public-key "${{ vars.BOS_TESTNET_SIGNER_PUBLIC_KEY }}" \
--signer-public-key "${{ env.BOS_BUILDDAO_TESTNET_SIGNER_PUBLIC_KEY }}" \
--signer-private-key "${{ secrets.BOS_BUILDDAO_TESTNET_SIGNER_PRIVATE_KEY }}" \
send

Expand All @@ -47,7 +48,7 @@ jobs:
without-init-call \
network-config "testnet" \
sign-with-plaintext-private-key \
--signer-public-key "${{ vars.BOS_TESTNET_SIGNER_PUBLIC_KEY }}" \
--signer-public-key "${{ env.BOS_BUILDDAO_TESTNET_SIGNER_PUBLIC_KEY }}" \
--signer-private-key "${{ secrets.BOS_BUILDDAO_TESTNET_SIGNER_PRIVATE_KEY }}" \
send

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test web4 contract
name: Test contract
on:
workflow_call:

defaults:
run:
working-directory: ./web4contract
working-directory: ./contract

jobs:
code-formatting:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
name: Undeploy web4 contract from staging
name: Undeploy contract from staging
on:
pull_request:
types: [closed]
paths:
- web4contract/**
- contract/**

defaults:
run:
working-directory: ./web4contract
working-directory: ./contract

jobs:
cleanup-staging:
name: Cleanup staging account
runs-on: ubuntu-latest
env:
NEAR_CONTRACT_PR_STAGING_ACCOUNT_ID: gh-${{ github.event.number }}.${{ vars.BOS_TESTNET_SIGNER_ACCOUNT_ID }}
BOS_BUILDDAO_TESTNET_SIGNER_PUBLIC_KEY: "ed25519:6ycWXZES2zEGPurZqP35AUQx92aAzuS7r9ea1GcSQQiT"

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -26,6 +28,6 @@ jobs:
beneficiary "${{ vars.BOS_TESTNET_SIGNER_ACCOUNT_ID }}" \
network-config "testnet" \
sign-with-plaintext-private-key \
--signer-public-key "${{ vars.BOS_TESTNET_SIGNER_PUBLIC_KEY }}" \
--signer-public-key "${{ env.BOS_BUILDDAO_TESTNET_SIGNER_PUBLIC_KEY }}" \
--signer-private-key "${{ secrets.BOS_BUILDDAO_TESTNET_SIGNER_PRIVATE_KEY }}" \
send
19 changes: 19 additions & 0 deletions .github/workflows/web4-deploy-mainnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy web4 to mainnet contract
on:
push:
branches: [main]
paths:
- public/**

jobs:
web4-deploy-mainnet:
name: Deploy web4 to mainnet contract
runs-on: ubuntu-latest
env:
NEAR_SIGNER_KEY: ${{ secrets.BOS_BUILDDAO_SIGNER_PRIVATE_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Call web4-deploy
run: |
yarn web4:deploy:mainnet
19 changes: 19 additions & 0 deletions .github/workflows/web4-deploy-testnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy web4 to testnet contract
on:
push:
branches: [develop]
paths:
- public/**

jobs:
web4-deploy-mainnet:
name: Deploy web4 to mainnet contract
runs-on: ubuntu-latest
env:
NEAR_SIGNER_KEY: ${{ secrets.BOS_BUILDDAO_TESTNET_SIGNER_PRIVATE_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Call web4-deploy
run: |
yarn web4:deploy:testnet
Loading