Commit Graph

  • 61f8d4b949 Merge pull request 'feat(callfunc): callF inter-function call built-in' (#10) from feature/call-function-runtime into dev dev luna 2026-07-24 20:46:22 +02:00
  • 9368c9c9c7 feat(todos): add dynamic management for "Next Step" in documentation UI space 2026-07-24 20:43:57 +02:00
  • ee85d75fad docs(callfunc): document inter-function calls luna 2026-07-24 18:42:56 +00:00
  • 50ef7891cc fix(auth): retain IP cookie domain luna 2026-07-24 18:35:04 +00:00
  • 003431da21 fix(auth): preserve IP cookie domains luna 2026-07-24 18:23:15 +00:00
  • bd9628d7de feat(callfunc): implement callF inter-function call built-in luna 2026-07-24 17:51:20 +00:00
  • 6a72d9ce45 ticked off nodejs from TO space 2026-07-24 19:18:01 +02:00
  • 2a471036be Merge pull request 'feat(nodejs): add first-class Node.js runtime support' (#9) from feat/add-nodejs-runtime into dev luna 2026-07-24 19:16:36 +02:00
  • d75661f296 fix(review): address three PR #9 review findings luna 2026-07-24 15:15:47 +00:00
  • a1f47803e9 feat(nodejs): add Node.js runtime support in UI luna 2026-07-24 14:57:39 +00:00
  • f4d1c83400 feat(nodejs): add first-class Node.js runtime support (backend) luna 2026-07-24 14:57:29 +00:00
  • 09f7afee2d Merge pull request 'feat(remove-dotnet): remove .NET/C# runtime support entirely' (#7) from feature/remove-dotnet-support into dev space 2026-07-24 15:43:59 +02:00
  • 487427d376 Tick Todo space 2026-07-24 15:23:28 +02:00
  • 6378604543 fix(remove-dotnet): remove leftover mode option from executeFunction callers space 2026-07-24 15:22:15 +02:00
  • 4cd684ca8d feat(remove-dotnet): remove .NET/C# runtime support entirely space 2026-07-24 15:10:00 +02:00
  • b8630b0cba refactor(todos): update priority items and remove completed tasks space 2026-07-24 14:41:51 +02:00
  • dc076fd370 Merge pull request 'Feature/todo cleanup and fixes' (#6) from feature/todo-cleanup-and-fixes into dev space 2026-07-18 15:44:08 +02:00
  • 6ec95c6f41 chore: bump version to 2.1.0 and update TODO Space-Banane 2026-07-18 14:32:18 +02:00
  • d2c614463c fix(cache): stop caching failed dev runs and purge expired cache rows Space-Banane 2026-07-18 14:30:59 +02:00
  • d6e86c97f4 fix(crons): recover overdue triggers instead of dropping them forever Space-Banane 2026-07-18 14:29:25 +02:00
  • 37e0171bdf feat(ui): surface modal errors as toasts Space-Banane 2026-07-18 14:27:18 +02:00
  • 9211b4e95d fix(logs): make successful executions visible in function logs Space-Banane 2026-07-18 14:25:45 +02:00
  • b4d902ffb6 fix(global): require credentials for link-status and unlink endpoints Space-Banane 2026-07-18 14:20:19 +02:00
  • 83a467a65e test(ui): add unit tests for Modal and useShiftEnterSubmit hook Space-Banane 2026-07-18 14:17:13 +02:00
  • ea4b78542e test(backend): add unit tests for RunnerUtils helpers Space-Banane 2026-07-18 14:14:35 +02:00
  • 673e092414 test(backend): move tests to src/tests with standard .test.ts naming Space-Banane 2026-07-18 14:12:17 +02:00
  • c0e06a09a6 Merge pull request 'fix: restore HTTP request body in execution middleware' (#5) from fix/execution-middleware-body-regression into dev space 2026-07-13 09:12:59 +02:00
  • d321161892 fix(backend): accept arraybuffer body chunks in middleware luna 2026-07-13 06:40:53 +00:00
  • 38d58bb678 fix(backend): restore request body in execution middleware space 2026-07-13 06:31:03 +00:00
  • b17180f34c Merge pull request 'docs: fully rework all 26 built-in documentation pages' (#3) from feature/docs-rework into dev space 2026-07-10 23:09:23 +02:00
  • 6fa9c72b34 fix(docs): correct 7 factual inaccuracies found during accuracy audit Space-Banane 2026-07-10 23:07:29 +02:00
  • 6b30bacad7 docs: correct routing page — deep paths fully supported Space-Banane 2026-07-10 22:49:02 +02:00
  • 7f12abd1cb docs: fully rework all 26 built-in documentation pages Space-Banane 2026-07-10 22:41:41 +02:00
  • f196e19e26 Merge pull request 'Feature/cron mcp tools' (#2) from feature/cron-mcp-tools into dev space 2026-07-10 21:45:47 +02:00
  • 0a3782c545 feat: add MCP tools for cron trigger management Space-Banane 2026-07-10 21:43:00 +02:00
  • 8060c68882 update todo Space-Banane 2026-07-10 21:33:53 +02:00
  • 06a37ec09e feat: rename hydrateUpdateState to reconcileUpdateState and update logic for better state management Space-Banane 2026-07-10 21:29:41 +02:00
  • 01e35df0bc Merge pull request 'feat: manage function dependencies from UI' (#1) from feature/manage-function-dependencies into dev space 2026-07-10 21:02:14 +02:00
  • 6566374f85 feat: manage function dependencies from UI Space-Banane 2026-07-10 20:56:11 +02:00
  • 6837b686ae Add MCP tools for namespace and file management, enhance execution middleware, and implement agent management UI Space-Banane 2026-07-08 19:07:06 +02:00
  • ac56af2d43 todo update Space-Banane 2026-07-08 12:34:13 +02:00
  • 90cdf489d6 feat: implement auto-update feature with admin controls for checking and applying updates Space-Banane 2026-07-08 12:27:48 +02:00
  • aa5146a661 todo update Space-Banane 2026-07-07 23:04:41 +02:00
  • 9a466648c3 fix: use PUBLIC_BASE_URL for function execution URL in FunctionDetail component Space-Banane 2026-07-07 22:49:07 +02:00
  • 514859ffac fix: update TODO for managing runtimes & images to include pre-pulling images with live UI statuses Space-Banane 2026-07-07 22:30:00 +02:00
  • 8a5cb5d8b6 fix: correct volume path for shsf_data in docker-compose.yml [skip ci] Space-Banane 2026-07-07 22:29:36 +02:00
  • c220882eec fix: use relative API URL so Docker deployments work without REACT_APP_API_URL Space-Banane 2026-07-07 22:10:56 +02:00
  • a1ccab2d78 fix: copy prisma.config.ts into runtime Docker image Space-Banane 2026-07-07 21:41:34 +02:00
  • 0a2fe4b293 fix: correct package.json copy command in Dockerfile Space-Banane 2026-07-07 21:30:08 +02:00
  • bdcce39c97 fix: simplify container readiness check in isContainerReady function Space-Banane 2026-07-07 21:25:52 +02:00
  • 6f3e9e315b fix: update Prisma client generation command in deploy workflow Space-Banane 2026-07-07 21:24:30 +02:00
  • 4fc93605a4 chore: add package manager specification in package.json Space-Banane 2026-07-07 21:17:44 +02:00
  • fe49340fff Merge branch 'claude/brave-wright-62edd2' into dev Space-Banane 2026-07-07 21:08:21 +02:00
  • 25298dce2f fix: suppress git-configured file error toast in function editor Space-Banane 2026-07-07 21:08:15 +02:00
  • d28d7ae6aa Merge branch 'claude/practical-ramanujan-f8158d' into dev Space-Banane 2026-07-07 21:06:51 +02:00
  • 5d458e3d65 feat: block function execution while container is initializing Space-Banane 2026-07-07 21:06:44 +02:00
  • 382adb1ebd todo update Space-Banane 2026-07-07 20:57:34 +02:00
  • 4ee915f80d Merge branch 'claude/keen-wright-90a1b7' into dev Space-Banane 2026-07-07 20:56:56 +02:00
  • fbf4588586 feat: add InstanceSetting model and related database migration; refactor DataManager for instance settings management Space-Banane 2026-07-07 20:56:22 +02:00
  • d7436aa920 security: remove shared pip download cache for Python functions Space-Banane 2026-07-07 20:56:02 +02:00
  • a707f22d16 todo update Space-Banane 2026-07-07 20:41:36 +02:00
  • ee1c29c835 feat: update deployment configuration and enhance environment variable handling Space-Banane 2026-07-07 20:36:12 +02:00
  • 285bfb9021 Little CI update Space-Banane 2026-07-07 18:38:58 +02:00
  • a8cfb97f6c feat: add account-wide environment variables support and related API enhancements Space-Banane 2026-07-07 18:34:19 +02:00
  • 1bf4f7a9ec refactor: streamline storage service and RPC handling Space-Banane 2026-07-07 17:17:28 +02:00
  • 2addbe64a4 feat: enhance Git operations with new file handling and metadata removal functions Space-Banane 2026-07-07 16:56:05 +02:00
  • 4eafbe7d23 feat: refactor system cron management into dedicated module Space-Banane 2026-07-07 16:24:14 +02:00
  • 39a2a40639 Claude did "some" work Space-Banane 2026-07-07 16:08:40 +02:00
  • fefb815540 Added a baseline for TODO.md Space-Banane 2026-07-06 17:39:25 +02:00
  • f73577da4f feat. Clear Import & AI Gen Flags Button in UpdateFunctionModal Space-Banane 2026-05-26 17:46:18 +02:00
  • f9c821efac fix(backend): add ai_kicked_off to function update schema Space-Banane 2026-05-20 13:35:10 +02:00
  • ac28570784 improv. AI UI Improvements Space-Banane 2026-05-20 13:20:30 +02:00
  • c6199d79fe feat: navigate to function details after successful kickoff creation Space-Banane 2026-05-20 13:18:27 +02:00
  • f87bff377d feat: add ai_kicked_off property to Function model and related components Space-Banane 2026-05-20 13:18:20 +02:00
  • f9e7ec9511 feat: add support for uploading zip files and auto-unzip functionality Space-Banane 2026-05-19 23:20:27 +02:00
  • b46db8b99e feat: Multi File Select (deletion and upload) Space-Banane 2026-05-19 23:10:56 +02:00
  • bb744e02d5 feat: UI disable AI features when API Key not configured Space-Banane 2026-05-19 23:01:15 +02:00
  • b7d73f3639 Merge pull request #28 from Space-Banane/feat-l/zero-net Space 2026-05-17 14:09:34 +02:00
  • fc2b886e7a fix(ui): allow editing network restriction in update modal luna 2026-05-17 14:02:17 +02:00
  • 7c2be08267 feat: add per-function network restriction and container network isolation luna 2026-05-17 13:44:05 +02:00
  • 65379bb2e1 feat. Limit AI to specific files Space-Banane 2026-05-17 00:58:30 +02:00
  • 71c92a53b2 feat. esc button closes any result modal Space-Banane 2026-05-17 00:35:10 +02:00
  • f0dac12d49 feat. Note HTML Only functions in the function list Space-Banane 2026-05-17 00:32:09 +02:00
  • 56d808081f feat. support multiple html files Space-Banane 2026-05-17 00:31:50 +02:00
  • f42a9c4d8f feat. dont auto create python files on non python stuff Space-Banane 2026-05-17 00:05:01 +02:00
  • db4f1d5c9d feat. switch to function after creation of one Space-Banane 2026-05-17 00:01:55 +02:00
  • 0d2882d368 Isolate container node modules Space-Banane 2026-05-11 20:54:19 +02:00
  • 5222d67528 Fix pnpm build approvals for prod Space-Banane 2026-05-11 20:51:57 +02:00
  • 0a800bf73e feat: enhance file handling in favor of .NET support Space-Banane 2026-05-11 18:28:29 +02:00
  • 1c100c446b Added fill_examples for .NET Space-Banane 2026-05-11 18:27:58 +02:00
  • 4cdf9bb22b Merge pull request #25 from Space-Banane/add-dotnet-to-dev Space 2026-05-11 18:07:41 +02:00
  • b370308eaf Improved Windows Support Space-Banane 2026-05-11 17:54:49 +02:00
  • bf7e105fa6 [WIP] feat: add .NET runtime support and related documentation Space-Banane 2026-05-11 17:29:43 +02:00
  • 532fa2ebe7 feat: add last run metadata to function triggers including success status Space-Banane 2026-05-06 21:36:33 +02:00
  • 3c2632e236 feat: implement custom Function rate limiting Space-Banane 2026-05-05 20:26:22 +02:00
  • 23f9cfd3d0 Small changes to the NavBar Space-Banane 2026-05-05 12:34:31 +02:00
  • bd2707e40c feat: enhance editor functionality with save shortcut and unsaved changes indication Space-Banane 2026-05-05 12:29:50 +02:00
  • a0905bb58c Improvements to Storage Manager Space-Banane 2026-05-05 12:05:34 +02:00
  • 625c8dcf04 slight documentation redesign Space-Banane 2026-05-05 11:58:12 +02:00
  • 09f4052c77 feat: update CLI commands in documentation and function detail pages Space-Banane 2026-05-05 11:55:51 +02:00