This website requires JavaScript.
Explore
Help
Sign In
team-board
/
tracker
Watch
3
Star
0
Fork
0
You've already forked tracker
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy.yml
Actor
All actors
markov
Status
All status
success
failure
waiting
running
Phase 1: agent streaming WS events + thinking field in messages
deploy.yml #74
:
Commit
c2c595224c
pushed by
markov
main
2026-02-27 06:55:44 +01:00
4s
Fix #4 hotfix: restore missing router = APIRouter in steps.py
deploy.yml #73
:
Commit
0c44a8b384
pushed by
markov
main
2026-02-26 15:17:42 +01:00
4s
Fix #18: Add comment explaining token query param in download_project_file
deploy.yml #72
:
Commit
73c4ace9e9
pushed by
markov
main
2026-02-26 15:16:58 +01:00
4s
Fix #17: Add comment explaining token query param in download_attachment
deploy.yml #71
:
Commit
b6f12c2a56
pushed by
markov
main
2026-02-26 15:16:48 +01:00
4s
Fix #16: Use explicit 'online' key in auth_ok instead of StrEnum value
deploy.yml #70
:
Commit
19bb797856
pushed by
markov
main
2026-02-26 15:16:18 +01:00
4s
Fix #15: Remove empty services/ directory
deploy.yml #69
:
Commit
21199dd4e3
pushed by
markov
main
2026-02-26 15:16:06 +01:00
5s
Fix #14: broadcast_message excludes by session_id, not slug (multi-tab support)
deploy.yml #68
:
Commit
e842149a23
pushed by
markov
main
2026-02-26 15:15:57 +01:00
4s
Fix #13: Basic RBAC — only owners can delete projects and members
deploy.yml #67
:
Commit
8a54a2d609
pushed by
markov
main
2026-02-26 15:15:31 +01:00
4s
Fix #12: Remove duplicate _to_member_out, use converters.member_out
deploy.yml #66
:
Commit
7360c79eeb
pushed by
markov
main
2026-02-26 15:15:07 +01:00
4s
Fix #11: Remove dead config (redis, authentik, gitea, agent_max_restarts)
deploy.yml #65
:
Commit
872699647f
pushed by
markov
main
2026-02-26 15:14:35 +01:00
5s
Fix #10: list_tasks API now accepts project_slug query param (used by Picogent)
deploy.yml #64
:
Commit
b930ca1155
pushed by
markov
main
2026-02-26 15:14:24 +01:00
4s
Fix #9: Validate sender exists and is active in WS chat.send
deploy.yml #63
:
Commit
5dfd83c28f
pushed by
markov
main
2026-02-26 15:14:06 +01:00
4s
Fix #8: Remove author_type/author_id from MessageCreate — always resolve from auth
deploy.yml #62
:
Commit
607f822b4e
pushed by
markov
main
2026-02-26 15:13:56 +01:00
5s
Fix #7: Implement update_my_status endpoint (was TODO stub)
deploy.yml #61
:
Commit
7233d3f507
pushed by
markov
main
2026-02-26 15:13:37 +01:00
4s
Fix #6: Remove useless _record_action in delete_task (CASCADE deletes it)
deploy.yml #60
:
Commit
3228b4c290
pushed by
markov
main
2026-02-26 15:13:17 +01:00
4s
Fix #5: reject_task now uses _system_message for proper WS broadcast
deploy.yml #59
:
Commit
901f54f790
pushed by
markov
main
2026-02-26 15:13:05 +01:00
4s
Fix #4: Remove duplicate step_out and import in steps.py
deploy.yml #58
:
Commit
05b56dbdae
pushed by
markov
main
2026-02-26 15:12:53 +01:00
4s
Fix #3: Avoid detached SQLAlchemy objects in middleware — store member_id, re-fetch in endpoints
deploy.yml #57
:
Commit
b67587b647
pushed by
markov
main
2026-02-26 15:12:43 +01:00
5s
Fix #2: Use broadcast_all for task system messages instead of broadcast_task_event
deploy.yml #56
:
Commit
dc6556074e
pushed by
markov
main
2026-02-26 15:12:06 +01:00
4s
Fix #1: SELECT FOR UPDATE on task_counter to prevent race condition
deploy.yml #55
:
Commit
5e3ec5e7c5
pushed by
markov
main
2026-02-26 15:11:54 +01:00
5s
Switch all imports to relative paths
deploy.yml #54
:
Commit
c7b073b36c
pushed by
markov
main
2026-02-26 10:46:15 +01:00
3s
fix: _to_message_out → message_out, _to_step_out → step_out, убраны сломанные алиасы
deploy.yml #53
:
Commit
659454c2e6
pushed by
markov
main
2026-02-25 16:15:14 +01:00
3s
типизация: единые схемы везде, убраны ручные dict-ы из broadcasts, удалён дублирующий schemas.py
deploy.yml #52
:
Commit
d0c0c87120
pushed by
markov
main
2026-02-25 14:14:35 +01:00
4s
Унифицированная типизация данных через Pydantic схемы
deploy.yml #51
:
Commit
be5fc6e99e
pushed by
markov
main
2026-02-25 14:08:41 +01:00
3s
Строгая типизация: единые Pydantic-схемы и конвертеры для REST/WS
deploy.yml #50
:
Commit
67eecc079f
pushed by
markov
main
2026-02-25 14:03:42 +01:00
4s
fix: unified message format (author object), CASCADE delete tasks, author_id nullable
deploy.yml #49
:
Commit
a4fcfe91b3
pushed by
markov
main
2026-02-25 13:56:20 +01:00
3s
security: path traversal fix, bcrypt passwords, OPTIONS preflight skip
deploy.yml #48
:
Commit
2e36b26b05
pushed by
markov
main
2026-02-25 12:21:35 +01:00
4s
fix: system messages author=None (actor tracked in task_actions, not message author)
deploy.yml #47
:
Commit
9bf66a88b2
pushed by
markov
main
2026-02-25 12:04:25 +01:00
4s
enforce: auth required on ALL API endpoints except login
deploy.yml #46
:
Commit
0840e38849
pushed by
markov
main
2026-02-25 11:24:09 +01:00
4s
fix: support ?token= query param for auth (downloads from browser)
deploy.yml #45
:
Commit
8b993abc37
pushed by
markov
main
2026-02-25 11:16:17 +01:00
4s
First
Previous
1
2
3
4
Next
Last