2829 Commits

Author SHA1 Message Date
b44866b36e document LOG_TO_CONSOLE to True in .env-sample 2025-05-20 20:59:41 +02:00
a717151b50 document LOG_TO_CONSOLE in .env-sample 2025-05-20 16:43:20 +02:00
f9028c287a remove os import 2025-05-20 16:43:20 +02:00
e81c1fb3d4 read LOG_TO_CONSOLE with decouple 2025-05-20 16:43:20 +02:00
e71b307a38 allow logging to file and setting LOGGER_LEVEL 2025-05-20 16:43:20 +02:00
aabff0ae95 Discard jest in action 2025-05-20 15:49:22 +02:00
6c5872d860 Merge pull request #1947 from RoboSats/v0.7.8-alpha
v0.7.8-alpha
2025-05-20 13:45:47 +00:00
00b1b4524a v0.7.8-alpha 2025-05-20 15:44:49 +02:00
7b42f06b8c Merge pull request #1942 from RoboSats/dependabot/gradle/mobile/android/org.jetbrains.kotlin-kotlin-gradle-plugin-2.1.21
chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.1.21 in /mobile/android
2025-05-20 12:25:38 +00:00
2e5ab426f2 Merge pull request #1946 from RoboSats/fix-relay-connection
Fix relay connection
2025-05-20 12:08:04 +00:00
d2a1a74a1c Check protocol 2025-05-20 14:07:37 +02:00
ac0c489da2 Check protocol 2025-05-20 14:06:24 +02:00
5fd0758308 Fix relay conection 2025-05-20 11:54:35 +02:00
4fd1821a11 Merge pull request #1941 from RoboSats/dependabot/pip/ruff-0.11.10
chore(deps-dev): bump ruff from 0.11.6 to 0.11.10
2025-05-20 09:22:01 +00:00
b0cff96807 Merge pull request #1945 from RoboSats/bump-frontend
Bump frontend
2025-05-20 09:20:14 +00:00
af4c951316 Bump frontend 2025-05-20 11:17:53 +02:00
89c829a6c3 Merge pull request #1944 from RoboSats/run-test-in-prs
Run tests in PRs
2025-05-20 09:05:54 +00:00
d544510b66 Run tests in PRs 2025-05-20 11:05:21 +02:00
7b6cfb846e Merge pull request #1937 from jerryfletcher21/increase-test-trade-range
increase tests trade range
2025-05-20 08:59:12 +00:00
3a1b743745 Merge pull request #1938 from jerryfletcher21/fix-typo-tests
fix typo in tests and update api-latest.yaml
2025-05-20 08:54:38 +00:00
35677b3cf6 Merge pull request #1939 from jerryfletcher21/redis-url-option-config-2
read REDIS_URL with decouple
2025-05-20 08:54:19 +00:00
ed6fd74533 Merge branch 'main' into redis-url-option-config-2 2025-05-20 08:52:08 +00:00
c19d7b76b4 Merge branch 'main' into fix-typo-tests 2025-05-20 08:51:45 +00:00
74f90153c1 Merge branch 'main' into increase-test-trade-range 2025-05-20 08:50:55 +00:00
15af26b557 Merge pull request #1936 from jerryfletcher21/fix-ruff-warning
fix ruff warning in telegram_watcher
2025-05-20 08:46:21 +00:00
a00f2e7060 chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.1.20 to 2.1.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.1.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 07:58:11 +00:00
b150c552c8 chore(deps-dev): bump ruff from 0.11.6 to 0.11.10
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.6 to 0.11.10.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.6...0.11.10)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-18 07:30:30 +00:00
c8a95b087b read REDIS_URL with decouple 2025-05-17 17:43:09 +02:00
fffb12e66d fix typo in tests and update api-latest.yaml 2025-05-17 15:51:15 +02:00
564073430a increase tests trade range 2025-05-17 15:43:39 +02:00
5fe80c9b44 fix ruff warning in telegram_watcher 2025-05-16 18:26:56 +02:00
7e1d69fc49 Merge pull request #1929 from jerryfletcher21/telegram-watcher-check-result
fix result not present in telegram api response
2025-05-14 21:10:04 +00:00
0557dd6b89 fix result not present in telegram api response 2025-05-14 00:08:50 +02:00
1758896d4d Merge pull request #1928 from p-manoel/feature/add-nomad-payment-method
Add Nomad payment method
2025-05-13 20:23:43 +00:00
8925474801 Merge branch 'main' into feature/add-nomad-payment-method 2025-05-13 20:23:31 +00:00
b34d22f4f0 Merge pull request #1927 from jerryfletcher21/librebazaar-robosats-client-typo
fix typo in nodeapp/robosats-client.sh
2025-05-13 20:22:41 +00:00
e5c6a46420 Refactor Nomad payment method icon to use single quotes for consistency
Updated the Nomad payment method icon in Icons/index.tsx to use single quotes for string literals, aligning with the project's coding style. This change enhances code readability and maintains consistency across the codebase.
2025-05-13 15:12:02 -03:00
cf00fc6e09 Add Nomad payment method and associated icon
Introduced a new payment method 'Nomad' in MethodList.ts and added its corresponding icon in Icons/index.tsx. Included the Nomad icon as a binary file in the project.
2025-05-13 15:04:19 -03:00
9037776d2d fix typo in nodeapp/robosats-client.sh 2025-05-13 18:22:22 +02:00
42434ed7d4 Merge pull request #1925 from RoboSats/fix-nodeapp
Fix nodeapp nostr relay
2025-05-13 10:30:34 +00:00
a1ca8b4ce2 Fix nodeapp nostr relay 2025-05-13 12:29:04 +02:00
477c4960d6 Merge pull request #1923 from RoboSats/librebazaar-coordinator
LibreBazaar nostr
2025-05-13 09:13:15 +00:00
a60798975e Merge pull request #1909 from RoboSats/librebazaar-coordinator
LibreBazaar coordinator
2025-05-13 09:04:43 +00:00
68b6dd0059 Merge pull request #1922 from dennisreimann/android-adaptive-icons
Android: Add Adaptive Icons support
2025-05-13 09:04:12 +00:00
53491df7f1 Update ic_launcher_round.xml 2025-05-13 08:53:43 +02:00
39913d6eb4 Android: Add Adaptive Icons support
Adds [Adaptive Icons](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive) support on Android. Closes #1919.
2025-05-13 07:04:16 +02:00
6f68db41b3 nostr 2025-05-12 23:36:34 +02:00
ea80e39011 Rebase 2025-05-11 17:13:13 +02:00
56213e7f3d LibreBazaar coordinator 2025-05-11 17:05:58 +02:00
ace31956f3 Merge pull request #1921 from RoboSats/revert-1913-redis-url-option-config
Revert "fix REDIS_URL config instead of environment variable"
2025-05-11 14:48:46 +00:00