Commit Graph

111 Commits

Author SHA1 Message Date
karliatto
aae8b2a17a chore(suite): use updateConnectSettings
Using the new consolidated API to change/update connect settings
2026-02-13 17:02:13 +01:00
Jiri Zbytovsky
cecc777744 chore(suite-desktop-core): better distinguish request-managers 2026-02-12 16:12:31 +01:00
Vojtěch Tranta
797583e096 feat(suite): DEV - add option to have react deve tools in electron desktop app 2025-09-25 15:10:27 +02:00
Peter Sanderson
a4f8b09e38 fix: add depcheck scripts for all the package.json-s 2025-09-18 13:04:25 +02:00
Peter Sanderson
067db47640 fix: re-add removed packages, that are used, but not direcly imported 2025-09-18 13:04:25 +02:00
Peter Sanderson
f91e6eb685 fix: weird fix for tests 2025-06-05 10:37:36 +02:00
Peter Sanderson
9aac9a4733 fix: make test not-dependant on real URLs 2025-06-05 10:37:36 +02:00
Martin Varmuza
f98edd9186 chore(deps): update socks-proxy-agent from 8.0.4 to 8.0.5 2025-03-11 17:58:03 +01:00
Martin Varmuza
3187da7bf4 chore(deps): unify ts-node version 2025-02-24 12:02:18 +01:00
tomasklim
f208780927 chore: remove unit test noise 2025-02-10 20:25:16 +01:00
Tomas Martykan
f4b8c913a0 fix(request-manager): options may be undefined in interceptor 2025-01-30 21:31:08 +01:00
yanas
b96c899ebb chore(packages): autofix for sort-imports eslint rule 2025-01-30 16:34:04 +01:00
Carlos Garcia Ortiz karliatto
8993081ae9 test(request-manager): make tests retry 2025-01-24 14:47:36 +01:00
Carlos Garcia Ortiz karliatto
65d6d6eb39 test(request-manager): native fetch interceptor-whitelist 2025-01-23 18:18:13 +01:00
Carlos Garcia Ortiz karliatto
c038e93c6d test(request-manager): essentials and less flaky 2025-01-23 18:18:13 +01:00
Carlos Garcia Ortiz karliatto
9ef2793650 feat(request-manager): support proxy for nodejs fetch 2025-01-23 18:18:13 +01:00
Peter Sanderson
3fe7b9bd57 feat: implement request blocking based on whitelist for the main process of the electrum 2025-01-21 10:13:20 +01:00
Peter Sanderson
dff2584778 chore: code-split of the long (interceptor.ts) file into smaller pieces 2025-01-10 11:24:15 +01:00
Peter Sanderson
9100c99e7a chore: rename interceptor whitelist option to prevent confusion 2025-01-10 11:24:15 +01:00
Carlos Garcia Ortiz karliatto
f73521e750 feat(request-manager): add updatePort method 2025-01-06 13:32:25 +01:00
Carlos Garcia Ortiz karliatto
1b192a582f chore(request-manager): remove snowflake direct support 2024-12-16 18:37:07 +01:00
Carlos Garcia Ortiz karliatto
ba6e82d8fc feat(request-manager): support external Tor 2024-12-16 18:37:07 +01:00
Peter Sanderson
763f9b5fd4 chore: reintroduce no-shadow in minimal form 2024-11-13 19:36:56 +01:00
Peter Sanderson
c806924eac chore: better comment 2024-11-13 10:36:38 +01:00
Peter Sanderson
abb41f8033 chore: remove glboal nx/workspace link scripts (it shall be run only globally) + resolve ugly igonores for devDependencies in import/no-extraneous-dependencies 2024-11-13 10:36:38 +01:00
Peter Sanderson
6b8e9ab6d2 chore: Upgrade ESLint and all plugis & revalidate the config and ALL of the rules 2024-11-13 10:36:38 +01:00
Peter Sanderson
1ad7b6f9b1 chore: get rid of '@typescript-eslint/no-unused-vars': 'off', and enforce it everywhere 2024-11-06 19:59:37 +01:00
Peter Sanderson
e22b683733 chore: enable import/order rule for whole codebase 2024-11-06 18:20:26 +01:00
Carlos Garcia Ortiz karliatto
881e1d677e chore(request-manager): update SocksProxyAgent to new API 2024-10-17 12:20:27 +02:00
Carlos Garcia Ortiz karliatto
2d3edbcc89 chore: update socks-proxy-agent from 6.1.1 to 8.0.4 2024-10-17 12:20:27 +02:00
Carlos Garcia Ortiz karliatto
38285d05c2 feat(request-manager): check if snowflake binary exists before using it 2024-08-03 07:46:17 +02:00
Carlos Garcia Ortiz karliatto
4ce59ce188 feat(request-manager): support for snowflake Tor pluggable transport 2024-08-03 07:46:17 +02:00
Carlos Garcia Ortiz karliatto
f4f1aa5d6e chore: update ws from 8.17.1 to 8.18.0 2024-08-02 10:58:23 +02:00
dependabot[bot]
bc5b787f3e chore(deps): bump ws from 8.16.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 14:24:08 +02:00
Jan Komarek
22afc71c27 chore: remove cross-fetch from tests
-It is no longer needed since Node 18 and Jest 28
2024-03-05 14:10:10 +01:00
Peter Sanderson
c82455e746 chore(suite): autofix newlines 2024-02-20 14:54:29 +01:00
Jan Komarek
84bc9b8bd3 chore: update typescript and use global tsc 2024-02-12 11:56:09 +01:00
Jan Komarek
5a6759eff0 chore: use global rimraf 2024-02-12 11:56:09 +01:00
Jan Komarek
a7e68797da chore: use global jest 2024-02-12 11:56:09 +01:00
Jan Komarek
3c656dc0b2 chore: upgrade jest to 29.7.0 2024-02-12 11:56:09 +01:00
Jan Komarek
004938e24b chore: upgrade jest 2024-02-12 11:56:09 +01:00
Daniel Suchý
acf9a7f19c chore(repo): config cleanups and improvements (TS, Nx...) (#11096)
* chore(repo): config cleanups and improvements (TS, Nx...)

* fix connect e2e

* chore: add eslin cache file to nx cache

* chore: add stylelint cache file to nx

* chore: add ts-node config for to base.tsconfig.json
2024-02-09 13:11:35 +01:00
Marek Polak
bd1e5ec81b chore: bump ws to 8.16.0 2024-01-10 09:57:52 +01:00
Daniel Suchý
7277f9d0f8 chore(repo): Upgrade TS 5.3 (#10017) 2023-11-21 12:15:06 +01:00
tomasklim
7458ab20f0 chore(jest): update jest in packages without issues 2023-11-20 09:19:59 +01:00
Daniel Suchý
bf8d0fe80f chore(repo): upgrade to TS 5.2 (#9989) 2023-11-20 07:54:30 +01:00
tomasklim
7e0584c511 feat(deps): update deps without breaking changes 2023-11-11 14:28:55 +01:00
tomasklim
af412cfb5c chore(desktop): update deps related to desktop packages 2023-10-30 14:58:29 +01:00
Nodonisko
0a5d8267c4 chore: remove some unecessary build:lib 2023-08-03 09:33:42 +02:00
Marek Polak
6fb2964a77 feat(request-manager): reset identity on password change 2023-07-26 13:21:18 +02:00