Skip to content

Commit 23d1d9e

Browse files
author
Jason
authored
Merge branch 'master' into skaestle/query-stats
2 parents 2c25735 + ebef624 commit 23d1d9e

File tree

328 files changed

+34934
-9021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+34934
-9021
lines changed

.github/CODEOWNERS

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,87 @@
11
* @dfinity/editorial
2+
3+
/c/adventure/ @dfinity/growth
4+
/c/qr/ @dfinity/growth
5+
/c/reverse/ @dfinity/growth
6+
7+
/hosting/godot-html5-template/ @zhangwei983
8+
/hosting/photo-storage/ @dfinity/sdk
9+
/hosting/static-website/ @dfinity/sdk
10+
/hosting/unity-webgl-template/ @zhangwei983
11+
12+
/motoko/actor_reference/ @dfinity/languages
13+
/motoko/auth_client_demo/ @dfinity/sdk
14+
/motoko/basic_bitcoin/ @dfinity/execution
15+
/motoko/basic_dao/ @dfinity/languages
16+
/motoko/calc/ @dfinity/languages
17+
/motoko/cert-var/ @dfinity/trust
18+
/motoko/classes/ @dfinity/languages
19+
/motoko/composite_query/ @dfinity/languages
20+
/motoko/counter/ @dfinity/languages
21+
/motoko/defi/ @rumenov
22+
/motoko/dip721-nft-container/ @dfinity/languages
23+
/motoko/echo/ @dfinity/languages
24+
/motoko/encrypted-notes-dapp-vetkd/ @dfinity/div-Crypto
25+
/motoko/encrypted-notes-dapp/ @dfinity/div-Crypto
26+
/motoko/factorial/ @dfinity/languages
27+
/motoko/hello-world/ @dfinity/languages
28+
/motoko/hello/ @dfinity/languages
29+
/motoko/hello_cycles/ @dfinity/languages
30+
/motoko/http_counter/ @rumenov
31+
/motoko/ic-pos/ @dfinity/div-Crypto
32+
/motoko/icrc2-swap/ @dfinity/div-Crypto
33+
/motoko/internet_identity_integration/ @dfinity/gix
34+
/motoko/invoice-canister/ @dfinity/FinInt
35+
/motoko/ios-notifications/ @dfinity/trust
36+
/motoko/ledger-transfer/ @dfinity/FinInt
37+
/motoko/life/ @dfinity/languages
38+
/motoko/minimal-counter-dapp/ @dfinity/growth
39+
/motoko/persistent-storage/ @dfinity/growth
40+
/motoko/phone-book/ @dfinity/growth
41+
/motoko/pub-sub/ @dfinity/growth
42+
/motoko/quicksort/ @dfinity/growth
43+
/motoko/random_maze/ @dfinity/languages
44+
/motoko/send_http_get/ @rumenov
45+
/motoko/send_http_post/ @rumenov
46+
/motoko/simple-to-do/ @dfinity/growth
47+
/motoko/superheroes/ @dfinity/growth
48+
/motoko/threshold-ecdsa/ @dfinity/div-Crypto
49+
/motoko/vetkd/ @dfinity/div-Crypto
50+
/motoko/whoami/ @dfinity/growth
51+
52+
/native-apps/unity_ii_applink/ @zhangwei983
53+
/native-apps/unity_ii_deeplink/ @zhangwei983
54+
55+
/rust/basic_bitcoin/ @dfinity/execution
56+
/rust/basic_dao/ @dfinity/testing-verification
57+
/rust/canister-info/ @dfinity/testing-verification
58+
/rust/composite_query/ @dfinity/execution
59+
/rust/counter/ @dfinity/growth
60+
/rust/defi/ @dfinity/div-Crypto
61+
/rust/dip721-nft-container/ @dfinity/sdk
62+
/rust/encrypted-notes-dapp-vetkd/ @dfinity/div-Crypto
63+
/rust/encrypted-notes-dapp/ @dfinity/div-Crypto
64+
/rust/hello/ @dfinity/sdk
65+
/rust/nft-wallet/ @dfinity/growth
66+
/rust/performance_counters/ @dfinity/runtime
67+
/rust/periodic_tasks/ @dfinity/runtime
68+
/rust/pub-sub/ @dfinity/growth
69+
/rust/qrcode/ @dfinity/runtime
70+
/rust/send_http_get/ @dfinity/growth
71+
/rust/send_http_post/ @dfinity/growth
72+
/rust/threshold-ecdsa/ @chmllr
73+
/rust/tokens_transfer/ @dfinity/div-Crypto
74+
/rust/vetkd/ @dfinity/div-Crypto
75+
76+
/svelte/svelte-motoko-starter/ @dfinity/sdk
77+
/svelte/svelte-starter/ @dfinity/sdk
78+
/svelte/sveltekit-starter/ @dfinity/sdk
79+
80+
/wasm/counter @dfinity/languages
81+
82+
83+
84+
85+
86+
87+

.github/workflows/hosting-static-website-skip.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/hosting-unity-webgl-skip.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/motoko-actor_reference-skip.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/motoko-basic-bitcoin-skip.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/motoko-basic-dao-skip.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/motoko-calc-example.yaml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,33 @@ on:
44
branches:
55
- master
66
pull_request:
7-
paths:
8-
- motoko/calc/**
9-
- .github/workflows/provision-darwin.sh
10-
- .github/workflows/provision-linux.sh
11-
- .github/workflows/motoko-calc-example.yaml
127
concurrency:
138
group: ${{ github.workflow }}-${{ github.ref }}
149
cancel-in-progress: true
1510
jobs:
11+
# JOB to run change detection
12+
changes:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
pull-requests: read
16+
# Set job outputs to values from filter step
17+
outputs:
18+
sources: ${{ steps.filter.outputs.sources }}
19+
steps:
20+
- uses: actions/checkout@v4
21+
if: github.event_name == 'push'
22+
- uses: dorny/paths-filter@v3
23+
id: filter
24+
with:
25+
filters: |
26+
sources:
27+
- motoko/calc/**
28+
- .github/workflows/provision-darwin.sh
29+
- .github/workflows/provision-linux.sh
30+
- .github/workflows/motoko-calc-example.yaml
1631
motoko-calc-example-darwin:
32+
needs: changes
33+
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
1734
runs-on: macos-12
1835
steps:
1936
- uses: actions/checkout@v1
@@ -26,6 +43,8 @@ jobs:
2643
make test
2744
popd
2845
motoko-calc-example-linux:
46+
needs: changes
47+
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
2948
runs-on: ubuntu-20.04
3049
steps:
3150
- uses: actions/checkout@v1

.github/workflows/motoko-calc-skip.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/motoko-cert_var-skip.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/motoko-classes-skip.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)