Dmitry Popov
2e9c1c170c
chore: Get rid of tracking pauses
2025-08-14 22:56:08 +02:00
Dmitry Popov
c7138a41ee
feat(Signatures): Sync signature temporary name with system on link signature to system
2025-08-12 13:20:03 +02:00
Dmitry Popov
96f04c70a9
Merge branch 'main' into sig-temp-names
2025-08-11 19:20:46 +02:00
guarzo
8831b3e970
fix: restore security audit
2025-08-11 03:37:33 +00:00
Dmitry Popov
ab8baeedd1
fix(core): Fixed character tracking issues
2025-08-11 00:16:52 +02:00
Dmitry Popov
c60c16e56a
chore: Fix issues with ash resources
2025-08-10 17:45:29 +02:00
Dmitry Popov
7efe11a421
chore: Fix issues with ash resources
2025-08-10 17:21:36 +02:00
Dmitry Popov
954108856a
chore: Fix issues with ash resources
2025-08-10 16:55:45 +02:00
Dmitry Popov
cbca745ec4
Merge branch 'main' into default-settings
2025-08-10 16:19:59 +02:00
DanSylvest
556fb33223
fix(Map): Remote map setting refactoring
2025-08-10 09:57:50 +03:00
guarzo
d81e2567cc
fix: unable to cancel ping from right click context menu
2025-07-30 03:12:27 +00:00
Dmitry Popov
cecfbb5375
Merge pull request #471 from wanderer-industries/develop
...
Develop
2025-07-30 02:07:03 +04:00
Dmitry Popov
5dad5d8e03
fix(Core): Fixed issue with callback url
2025-07-29 17:11:28 +02:00
guarzo
9d7d4fad2e
feature: provide default settings interface
2025-07-27 14:27:45 -04:00
Dmitry Popov
1c211a8667
Merge pull request #474 from guarzo/guarzo/devfix
...
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
🧪 Test Suite / Test Suite (push) Has been cancelled
fix: update broken links and remove verbose logging
2025-07-23 15:43:30 +02:00
Dmitry Popov
da1762934b
Merge pull request #474 from guarzo/guarzo/devfix
...
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
🧪 Test Suite / Test Suite (push) Has been cancelled
fix: update broken links and remove verbose logging
2025-07-22 14:32:24 +04:00
guarzo
511457c761
fix: update broken length and remove verbose logging
2025-07-21 23:21:07 +00:00
Dmitry Popov
29b4cedb81
chore: fixed user settings missing methods
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
🧪 Test Suite / Test Suite (push) Has been cancelled
2025-07-22 00:01:09 +02:00
Dmitry Popov
585de15e6b
chore: fixed compile errors
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
🧪 Test Suite / Test Suite (push) Has been cancelled
2025-07-18 17:41:38 +02:00
Dmitry Popov
74f7ad155d
Merge branch 'develop' into sig-temp-names
2025-07-18 13:52:07 +02:00
Dmitry Popov
6d5a432bad
Merge pull request #450 from wanderer-industries/develop
...
Develop
2025-07-18 15:46:44 +04:00
Dmitry Popov
f1f12abd16
Merge pull request #469 from guarzo/guarzo/devmerge
...
refactor: merge develop branch
2025-07-18 15:45:19 +04:00
Dmitry Popov
0f6847b16d
fix(Map): Fixed remove pings for removed systems
2025-07-18 13:39:36 +02:00
guarzo
36b393dbde
Merge branch 'develop' into guarzo/frig
2025-07-17 19:36:21 -04:00
guarzo
524c283a0d
refactor: use constants for ship size
2025-07-17 23:36:11 +00:00
guarzo
afda53a9bc
Fix test failures after merge
...
- lib/wanderer_app/map/operations/systems.ex: Restore async system creation behavior
Returns immediate success without waiting for DB fetch, which was the original
intended behavior before the merge
- lib/wanderer_app/kills/storage.ex: Fix killmail storage to handle missing IDs gracefully
Filter out killmails without killmail_id instead of returning errors,
allowing valid killmails to be stored successfully
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-17 23:28:25 +00:00
guarzo
1310d75012
Merge main into develop
...
Resolved merge conflicts in multiple files:
- lib/wanderer_app/application.ex: merged kills service config logic
- lib/wanderer_app/map/map_audit.ex: kept security audit functionality
- lib/wanderer_app/map/operations/connections.ex: preserved time_status support
- lib/wanderer_app/map/operations/owner.ex: kept type guard for map_id
- lib/wanderer_app/map/operations/structures.ex: preserved structure type handling
- lib/wanderer_app/map/operations/systems.ex: unified system creation approach
- lib/wanderer_app_web/controllers/map_connection_api_controller.ex: kept time_status in allowed fields
- lib/wanderer_app_web/controllers/map_system_api_controller.ex: unified delete approach
- lib/wanderer_app_web/controllers/plugs/check_map_api_key.ex: kept owner character fetching
- test/unit/kills_storage_test.exs: unified test approach for killmail handling
- test/unit/character_api_controller_test.exs: removed as intended
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-17 23:19:18 +00:00
guarzo
ecd626f105
fix: removed unneeded api, and fixed data comparision bug
2025-07-17 15:25:06 +00:00
guarzo
123b312965
feat: autoset connection size for c4->null and c13
2025-07-17 01:55:55 +00:00
guarzo
956a5a04ca
fix: test updates
2025-07-16 23:17:47 +00:00
guarzo
affeb7c624
feat: apiv1 and tests
2025-07-16 20:39:30 +00:00
Dmitry Popov
89c14628e1
chore: mix format
2025-07-15 14:48:20 +02:00
guarzo
33f710127c
feature: add duplicate map api
2025-07-13 21:12:32 -04:00
guarzo
9f75ae6b03
feature: add rallypoint external events
2025-07-12 23:43:19 +00:00
Dmitry Popov
a1f28cd245
Merge pull request #458 from guarzo/guarzo/test_merge
...
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
refactor: add test coverage for api and operations
2025-07-13 02:53:34 +04:00
guarzo
9f6e6a333f
fix: properly send sse events
2025-07-12 22:43:49 +00:00
guarzo
7b9e2c4fd9
fix: add test coverage for api
2025-07-12 22:28:59 +00:00
DanSylvest
14be9dbb8a
Merge branch 'main' into unified-settings
...
# Conflicts:
# assets/js/hooks/Mapper/components/map/components/LocalCounter/LocalCounter.tsx
2025-07-09 19:55:29 +03:00
Dmitry Popov
b2767e000e
chore: release version v1.74.5
2025-07-09 17:43:14 +02:00
Dmitry Popov
81f70eafff
chore: release version v1.74.5
2025-07-09 16:33:04 +02:00
guarzo
4764c25eb1
fmt
2025-07-09 01:49:14 -04:00
guarzo
d390455cf2
refactor: add tests and ci gates for quality
2025-07-09 01:47:24 -04:00
Dmitry Popov
7ca4eb3b8f
feat(Signatures): add support for signature temp names
2025-07-08 14:03:22 +02:00
Dmitry Popov
472dbaa68b
Merge branch 'main' into develop
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
2025-07-08 10:41:16 +02:00
DanSylvest
f03448007d
Merge branch 'main' into unified-settings
2025-07-07 17:22:03 +03:00
Dmitry Popov
618cca39a4
fix(Core): Fixed issue with update system positions
2025-07-07 15:59:23 +02:00
Dmitry Popov
f23f2776f4
chore: release version v1.72.1
2025-07-06 11:33:29 +02:00
Dmitry Popov
9848f49b49
fix(Core): Fixed issues with map subscription component
2025-07-06 10:55:21 +02:00
Dmitry Popov
679bd782a8
Merge branch 'main' into develop
Build Test / 🚀 Deploy to test env (fly.io) (push) Has been cancelled
Build Test / 🛠 Build (1.17, 18.x, 27) (push) Has been cancelled
2025-07-06 10:37:09 +02:00
Dmitry Popov
c129db8474
Merge pull request #452 from guarzo/guarzo/tracking
...
fix: add more logging around character online and tracking
2025-07-06 12:04:15 +04:00