• Joined on 2025-09-21
aetos pushed to main at services/codebase 2025-12-16 21:03:11 +00:00
3769f3c097 fixes to persist packages in pypi-server
aetos pushed to main at services/codebase 2025-12-16 12:20:42 +00:00
b1abed4f94 fixes to persist packages in pypi-server
aetos pushed to main at services/codebase 2025-12-16 12:17:11 +00:00
63523216e5 changed runner to 1
aetos pushed tag 0.3.1 to apps/blog 2025-12-13 14:02:24 +00:00
aetos pushed to main at apps/blog 2025-12-13 14:02:24 +00:00
14b43cb3c5 hotfix for build args and bumped up version
aetos pushed tag 0.3.0 to apps/blog 2025-12-13 13:34:10 +00:00
aetos deleted branch jwt from apps/blog 2025-12-13 13:15:23 +00:00
aetos pushed to main at apps/blog 2025-12-13 13:15:23 +00:00
8f398c35df Auth / Author Flow Hardening and Client Separation (#1)
aetos merged pull request apps/blog#1 2025-12-13 13:15:21 +00:00
Auth / Author Flow Hardening and Client Separation
aetos pushed to jwt at apps/blog 2025-12-13 13:13:56 +00:00
d61415236a bumped up version to 0.3.0
aetos pushed to jwt at apps/blog 2025-12-13 13:08:47 +00:00
80992f89ad added AUTH_BASE_URL in .drone.yml
aetos created pull request apps/blog#1 2025-12-13 12:42:31 +00:00
jwt
aetos pushed to jwt at apps/blog 2025-12-13 12:42:15 +00:00
8fe75b161b disabled changing username
aetos pushed to jwt at apps/blog 2025-12-11 15:30:21 +00:00
c23145f338 feat(auth): separate auth and blog API clients and integrate author auto-creation
aetos created branch jwt in apps/blog 2025-12-11 15:30:21 +00:00
aetos pushed to main at services/traefik 2025-12-10 11:03:46 +00:00
5d7dee1473 added auth api svc
aetos pushed to main at aetos/docs 2025-12-10 10:52:10 +00:00
239064f088 bumped up to 0.1.6
03de5cd2b4 ## Commit Message
Compare 2 commits »
aetos pushed to code-restructing at lila-games/tic-tac-toe-ui 2025-12-04 14:35:26 +00:00
b00519347a cleanup
8436cdbcdd refactor(game): unify move handling using typed payloads and remove UI-driven handlers
135fdd332d refactor(types): rename interfaces with *Model suffix and update references across codebase
8dc41fca2c using correct props instead of internal props for TicTacToeGame.tsx and BattleshipGame.tsx
fc7cb8efb6 renamed BattleShipGame.tsx to BattleshipGame.tsx to match props name. using props interface for both instead of using commonProps
Compare 6 commits »
aetos pushed to code-restructing at lila-games/tic-tac-toe-ui 2025-12-04 13:29:16 +00:00
650d7b7ed6 Revert "refactored PlayerModel to Player"
aetos pushed to code-restructing at lila-games/tic-tac-toe-ui 2025-12-04 13:28:43 +00:00
68c2e3a8d9 refactored PlayerModel to Player