Commit Graph

386 Commits

Author SHA1 Message Date
weboko 29f5441731
update README, bump version and fix bin command 2023-01-19 20:05:59 +01:00
Danish Arora a0ff2445b8
Merge pull request #190 from waku-org/danisharora/dns-disc-web-chat
feat: use dns-discovery instead of predefined list
2023-01-18 18:16:50 +05:30
danisharora099 c1b5e8ec14
update cspell.json 2023-01-18 17:47:53 +05:30
danisharora099 3a122aeb35
use dns-discovery instead of predefined list 2023-01-18 17:38:36 +05:30
Danish Arora acec67f97f
Merge pull request #188 from waku-org/danisharora/change-commitment-end
fix: change endianness on idCommitment
2023-01-18 17:23:12 +05:30
danisharora099 0c53f95a2d
fix: change endianness on idCommitment
ref: waku-org/js-rln#37
2023-01-18 15:46:14 +05:30
Sasha a977e27b20
Merge pull request #182 from waku-org/weboko/pwa
Improve PWA for examples
2023-01-17 21:14:07 +01:00
Jakub Sokołowski 012ef6089b
ci: simplify overcomplicated file copying
Overcomplicated for no reason.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-01-17 11:43:31 +01:00
Jakub Sokołowski 622aecb422
readme: drop wakuconnect.dev domain, use waku.org
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-01-17 10:38:35 +01:00
Sasha 718f545ebc
Merge pull request #184 from waku-org/weboko/improve-ci
fix: copy json and image files in CI for examples
2023-01-14 03:03:11 +01:00
weboko d5427b882e
copy other types of files 2023-01-14 02:55:15 +01:00
Sasha 3f77b3e1a6
Merge pull request #183 from waku-org/weboko/fix-ci
fix: remove sh check for files
2023-01-12 18:51:22 +01:00
weboko f4ef91deed
remove sh check for files 2023-01-12 18:47:13 +01:00
Sasha 2d803d667e
Merge pull request #181 from waku-org/weboko/fix-ci
Fix Jenkins CI
2023-01-12 18:30:17 +01:00
weboko 1f723f4d8e
improve manifest and add background to png image 2023-01-11 23:04:42 +01:00
weboko e1de9ba205
add try block 2023-01-11 22:30:35 +01:00
weboko 9aacfdcf3e
split cp command and test if files exist before copying them 2023-01-11 22:21:56 +01:00
Sasha cfe6462e06
Merge pull request #180 from waku-org/weboko/fix-ci
Fix Jenkins CI: add escape on back slash
2023-01-11 21:48:36 +01:00
weboko d3df6f7b7f
escape backslash 2023-01-11 21:45:08 +01:00
Sasha d8a3d6647e
Merge pull request #179 from waku-org/weboko/jenkins-ci
Fix Jenkins CI by escaping brackets
2023-01-11 21:26:47 +01:00
weboko dcdcd12ed3
escape braket to avoid collision with groovy syntax 2023-01-11 21:22:01 +01:00
Sasha 53fcfb53ff
Merge pull request #178 from waku-org/weboko/fix-ci
Fix Jenkins CI
2023-01-11 20:26:17 +01:00
weboko 4011baf6cf
fix syntax of command 2023-01-11 20:22:32 +01:00
Sasha 266916be74
Merge pull request #170 from waku-org/weboko/create-waku-imp
Follow-up improvements to @waku/app
2023-01-04 22:43:31 +01:00
weboko 86b6d1e400
move cspell to examples that use it 2023-01-04 22:39:26 +01:00
weboko a29127e9a0
use other standard to ci.yml 2023-01-04 22:19:35 +01:00
weboko aafa185591
quote expression in ci 2023-01-04 22:17:36 +01:00
weboko 395bc7f210
remove pnpm artifacts and update package-lock files 2023-01-04 22:14:55 +01:00
weboko f2d7ecf491
remove pnpm-lock 2023-01-04 21:59:37 +01:00
weboko 6093d95b3a
merge with master 2023-01-04 21:57:56 +01:00
Sasha 6016beece8
Merge pull request #174 from waku-org/weboko/npm
Migrate to npm
2023-01-04 21:54:09 +01:00
weboko 76701dadac
remove old pictures 2023-01-04 21:50:13 +01:00
weboko fb56e9d91d
merge with master 2023-01-04 21:41:13 +01:00
weboko 637e8328a6
use node 18 in github ci 2023-01-04 21:36:54 +01:00
Sasha 699ec4135c
Merge pull request #173 from waku-org/weboko/pwa
Enable PWA functionality to examples.
2023-01-04 21:14:07 +01:00
weboko 950fb698bc
add overrides to prevent npm failures 2022-12-27 22:30:40 +01:00
weboko fab00de3bc
use install in ci.yml 2022-12-24 02:11:04 +01:00
weboko 1d097814ec
move eth-pm to npm 2022-12-24 02:09:09 +01:00
weboko 562b5aadfe
use npm instead of pnpm 2022-12-24 01:05:22 +01:00
weboko cb46ccd13e
add package-lock to ligth-chat 2022-12-24 01:00:21 +01:00
weboko 96233540e2
add package-lock to @waku/app 2022-12-24 00:49:51 +01:00
weboko e14dc4fe34
move relay-angular to npm 2022-12-24 00:47:07 +01:00
weboko 1065dd6e89
move relay-reactjs to npm 2022-12-24 00:44:06 +01:00
weboko b786673f1b
move rln-js to npm 2022-12-24 00:39:15 +01:00
weboko 3fa0a409a5
move store-reactjs to npm 2022-12-24 00:38:02 +01:00
weboko 681ae6933a
move web chat example to npm 2022-12-24 00:34:22 +01:00
weboko 7e02520111
use npm in Jenkins 2022-12-23 23:11:39 +01:00
weboko 9a8800980b
use npm in ci.yml 2022-12-23 23:10:06 +01:00
weboko b795b35248
remove dependency of pnpm in docker file 2022-12-23 23:07:44 +01:00
weboko 3d3f75bb64
use npx in husky 2022-12-23 23:05:50 +01:00