Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bump-agent-js
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Nov 1, 2024
2 parents 6540acd + 302a925 commit 4fb90a9
Show file tree
Hide file tree
Showing 424 changed files with 8,992 additions and 10,983 deletions.
16 changes: 0 additions & 16 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,27 @@
/hosting/static-website/ @dfinity/sdk
/hosting/unity-webgl-template/ @dfinity/sdk

/motoko/actor_reference/ @dfinity/languages
/motoko/auth_client_demo/ @dfinity/sdk
/motoko/basic_bitcoin/ @dfinity/execution
/motoko/basic_dao/ @dfinity/languages
/motoko/calc/ @dfinity/languages
/motoko/canister_logs/ @dfinity/execution
/motoko/cert-var/ @dfinity/trust
/motoko/classes/ @dfinity/languages
/motoko/composite_query/ @dfinity/languages
/motoko/counter/ @dfinity/languages
/motoko/defi/ @dfinity/networking
/motoko/dip721-nft-container/ @dfinity/languages
/motoko/echo/ @dfinity/languages
/motoko/encrypted-notes-dapp-vetkd/ @dfinity/crypto-team
/motoko/encrypted-notes-dapp/ @dfinity/crypto-team
/motoko/factorial/ @dfinity/languages
/motoko/hello-world/ @dfinity/languages
/motoko/hello/ @dfinity/languages
/motoko/hello_cycles/ @dfinity/languages
/motoko/http_counter/ @dfinity/networking
/motoko/ic-pos/ @dfinity/div-Crypto
/motoko/icp_transfer/ @dfinity/growth
/motoko/icrc2-swap/ @dfinity/div-Crypto
/motoko/internet_identity_integration/ @dfinity/gix
/motoko/ios-notifications/ @dfinity/trust
/motoko/life/ @dfinity/languages
/motoko/minimal-counter-dapp/ @dfinity/growth
/motoko/parallel_calls/ @dfinity/languages
/motoko/persistent-storage/ @dfinity/growth
/motoko/phone-book/ @dfinity/growth
/motoko/pub-sub/ @dfinity/growth
/motoko/query_stats/ @dfinity/sdk
/motoko/quicksort/ @dfinity/growth
/motoko/random_maze/ @dfinity/languages
/motoko/send_http_get/ @dfinity/networking
/motoko/send_http_post/ @dfinity/networking
/motoko/simple-to-do/ @dfinity/growth
/motoko/superheroes/ @dfinity/growth
/motoko/threshold-ecdsa/ @dfinity/crypto-team
/motoko/threshold-schnorr/ @dfinity/crypto-team
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-photo-storage-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
hosting-photo-storage-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-static-website-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
hosting-unity-static-website-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosting-unity-webgl-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
hosting-unity-webgl-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/motoko-actor_reference-example.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/motoko-basic-bitcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
rust-basic-bitcoin-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-basic-dao-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-dao-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/motoko-calc-example.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/motoko-canister-logs-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-canister-logs-example-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-darwin.sh
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Canister Logs Darwin
run: |
dfx start --background
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Provision Linux
run: DFX_VERSION="0.21.0-beta.0" bash .github/workflows/provision-linux.sh
run: bash .github/workflows/provision-linux.sh
- name: Motoko Canister Logs Linux
run: |
dfx start --background
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-cert_var-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-cert-var-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-classes-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-classes-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-composite-query-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-composite-query-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-counter-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-counter-example-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/motoko-defi-example.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/motoko-dip721-example.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/motoko-echo-example.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/motoko-encrypted-notes-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-encrypted-notes-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-encrypted-notes-vetkd-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true
jobs:
motoko-encrypted-notes-darwin:
runs-on: macos-12
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Provision Darwin
Expand Down
Loading

0 comments on commit 4fb90a9

Please sign in to comment.