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

weekly promotion of develop to main #481

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 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
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
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
yarn add bos-workspace@1.0.0-alpha.32
npx playwright install-deps
npx playwright install
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to production
name: Deploy web4 contract to production
on:
push:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to staging
name: Deploy web4 contract to staging
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test web4 contract
on:
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web4-undeploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Undeploy staging
name: Undeploy web4 contract from staging
on:
pull_request:
types: [closed]
Expand Down
3 changes: 2 additions & 1 deletion aliases.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"gateway_url": "https://nearbuilders.org",
"new": "builddao.near",
"old": "buildhub.near",
"potlock": "potlock.near"
"potlock": "potlock.near",
"every": "every.near"
}
3 changes: 2 additions & 1 deletion aliases.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"gateway_url": "https://test.nearbuilders.org",
"new": "builddao.testnet",
"old": "buildhub.testnet",
"potlock": "potlock.testnet"
"potlock": "potlock.testnet",
"every": "allthethings.testnet"
}
10 changes: 0 additions & 10 deletions apps/old/bos.config.json

This file was deleted.

204 changes: 0 additions & 204 deletions apps/old/widget/MetadataEditor.jsx

This file was deleted.

Loading
Loading