5ffd3d14ee
fix: pin single web worker and use set_setting upsert to prevent spurious 429s in rate-limit tests
retoor2026-06-13 08:17:45 +00:00
207bbcd9ef
test: add deleted_at filter to count assertions across 12 test files for soft-delete consistency
retoor2026-06-13 07:40:08 +00:00
79900bfaf6
fix: rename bug card anchor to div with _card_link include and add admin role tests
retoor2026-06-12 20:50:27 +00:00
f486778884
chore: rename is_admin to viewer_is_admin in bug detail template and schema
retoor2026-06-12 20:29:02 +00:00
92784d8882
fix: add _tracker_unavailable helper and handle Gitea 404/503 in bug detail route
retoor2026-06-12 20:19:26 +00:00
ea715d7885
docs: update Gitea default repository name from pydevplace to devplacepy in config and docs
retoor2026-06-12 20:06:58 +00:00
42f5fccd9b
chore: remove trailing whitespace from blank lines in source files
retoor2026-06-12 19:55:20 +00:00
7fb027968d
feat: add cache-control headers for admin routes in security middleware
retoor2026-06-12 19:42:32 +00:00
370f833d09
fix: reorder validation check and add saved fields to service config response
retoor2026-06-12 19:28:54 +00:00
9003cf6570
feat: replace local bug store with Gitea-backed issue tracker and add AI-enhanced filing
retoor2026-06-12 18:31:40 +00:00
3ef1d02265
feat: add --changed fast mode to maintenance agents restricting scope to git-modified files under devplacepy/ and tests/
retoor2026-06-12 06:15:19 +00:00
425e9bdca1
chore: remove pytest-xdist parallel test infrastructure and switch to serial execution
retoor2026-06-12 05:43:33 +00:00
1e2f304935
fix: extend content delete authorization to allow administrators alongside owners across all endpoints
retoor2026-06-11 22:40:27 +00:00
9a93debfc9
chore: document project-wide soft delete pattern and add deleted_by column to all tables
retoor2026-06-11 20:36:47 +00:00
d0e2075e6d
feat: increase agent iteration limits and add stdin cleanup to maestro interactive loop
retoor2026-06-12 05:19:26 +00:00
acb3fb43ee
fix: correct typo in user authentication error message for invalid credentials
retoor2026-06-12 04:55:10 +00:00
d1dde73877
docs: document agent isolation and result caching in maintenance docs
retoor2026-06-12 04:37:12 +00:00
5e6b1c09df
feat: add tool scoping and orchestration markers to agent tool registry
retoor2026-06-12 04:30:08 +00:00
31841fece4
chore: add agents/reports to gitignore and update agent infrastructure with timestamp streaming, write budget, and codename generation
retoor2026-06-12 03:37:12 +00:00
7fc9b0f715
chore: add retoor header to all devplacepy source files and update style agent header rule
retoor2026-06-11 23:58:46 +00:00
fd64a6f1a7
feat: increase default max iterations and add seed-finding fix pipeline to maintenance agents
retoor2026-06-11 23:52:32 +00:00
c38e9c8bfa
feat: add autonomous maintenance agent fleet with shared engine and validator
retoor2026-06-11 23:35:31 +00:00
045c36bd38
fix: resolve merge conflict artifacts in docs_api and pagination templates by removing leftover conflict markers and aligning pagination_base usage
retoor2026-06-11 20:36:04 +00:00
85cc812893
fix: reduce comment indentation multipliers for mobile and desktop layouts
retoor2026-06-11 12:14:23 +00:00
5488008216
feat: add /stop and /reset chat commands and bots internals docs section
retoor2026-06-11 12:06:17 +00:00
3540bc8fa6
feat: add remote URL attachment support and project editing endpoint
retoor2026-06-10 22:17:25 +00:00
9b425b33a5
feat: add h2 database dependency and configure in-memory datasource for dev profile
retoor2026-06-10 07:21:05 +00:00
0dbe1def97
feat: switch ingress proxy to direct container IP routing and capture network metadata on launch
retoor2026-06-10 07:11:56 +00:00
5ae2f58aa0
feat: add port-in-use check and seed role overrides in test conftest, fix admin pagination assertion, and harden avatar fallback tests
retoor2026-06-10 03:22:44 +00:00
a0cb4ce7f2
feat: add CustomizationToggle class to handle enable/disable toggling via AJAX forms
retoor2026-06-09 21:12:22 +00:00
49d4f50f32
feat: enable parallel pytest-xdist test execution with isolated per-worker databases and data directories
retoor2026-06-09 21:11:37 +00:00
a3f9b949ca
feat: add per-user customization suppression toggles and API endpoints for profile
retoor2026-06-09 20:52:51 +00:00
c2c5166720
fix: remove project_set_private from confirm list and fix async test helpers for event loop safety
retoor2026-06-09 19:16:47 +00:00
19795c6a0a
refactor: remove unused imports and reorganize module-level constants across multiple routers
retoor2026-06-09 18:02:50 +00:00
d95541f3c1
feat: add click-to-open profile dropdown with z-index fix and mobile JS handler
retoor2026-06-09 17:38:44 +00:00
c89dbaf41e
style: add responsive CSS tweaks for very narrow screens, mobile fullscreen windows, and safe-area toast positioning
retoor2026-06-09 17:26:34 +00:00
671c42316b
fix: replace hardcoded pixel values with CSS custom properties and rem units across multiple stylesheets
retoor2026-06-09 17:03:16 +00:00
c4f2937415
fix: normalize unicode escape sequences and reformat multi-line expressions across codebase
retoor2026-06-09 16:48:08 +00:00
66dfda88bc
feat: replace raw setInterval polling with shared Poller utility across six frontend modules
retoor2026-06-09 16:37:49 +00:00
1ec011ecb2
chore: consolidate per-extension upload ignores into single directory rule in .gitignore
retoor2026-06-09 14:11:13 +00:00
05c6fa7f3b
feat: add project fork async job service with cli prune/clear commands and shared container image build target
retoor2026-06-09 14:06:02 +00:00
c565e3b55c
feat: add container manager CLI commands and docker-compose overlay for admin container lifecycle
retoor2026-06-09 04:41:27 +00:00
317126efc2
feat: add zip file extraction support with error handling for invalid archives
retoor2026-06-08 23:32:57 +00:00
547e4eda8c
docs: add CLAUDE.md with project guidelines and conventions, document new devii admin quota reset endpoints and CLI commands, update README with coverage CI and devii_admin_daily_usd config, add European date normalization to ProjectForm model
retoor2026-06-08 22:30:25 +00:00
841c1c7417
docs: add mistune dependency to pyproject.toml for Markdown parsing support
retoor2026-06-08 20:56:59 +00:00
97eb58fc19
feat: add project file system with CRUD, upload, inline editing, and video attachment support
retoor2026-06-08 20:51:09 +00:00
e0535bb7c5
feat: add api key auth, devii agent, openai gateway, and admin service management
retoor2026-06-08 15:38:33 +00:00