Commit Graph
100 Commits
Author SHA1 Message Date
James Murdza a41cdff55f fix: close the SSH channel when a Dokku command is finished 2024-12-31 18:22:31 -08:00
James Murdza 182d527416 chore: add dokku-daemon instructions to README 2024-12-31 13:13:59 -08:00
James Murdza f3f91ea16f feat: hide the deploy button when the Dokku server is not connected 2024-12-31 10:40:45 -08:00
James Murdza 093a4e9758 fix: correctly generate remoteFileId for paths without a leading slash 2024-12-09 13:59:47 -08:00
James Murdza ee51ae7a33 feat: correctly show whether a project has been deployed 2024-12-01 20:07:01 -08:00
James Murdza 1630a5a9cd docs: add OpenAI API key to README 2024-11-30 18:53:24 -08:00
James Murdza ffdcdef56c docs: remove AI worker row from README 2024-11-30 18:53:24 -08:00
James Murdza fbc56dc7fd docs: remove AI worker in the setup process 2024-11-26 22:30:24 -05:00
James Murdza 1b06f6cd51 docs: add PHP template to the README 2024-11-24 21:55:32 -05:00
James Murdza 9c3787b99d docs: add section about Prettier to the README 2024-11-17 20:00:41 -05:00
James Murdza 5d4a34e7ad chore: format the README 2024-11-17 19:49:56 -05:00
James Murdza f93af371dc chore: add Prettier as a recommended extension 2024-11-17 19:47:39 -05:00
James Murdza 534b285ff4 fix: load all project files before deploying to Dokku 2024-11-17 17:20:50 -05:00
James Murdza ed8c970e16 fix: use relative paths when adding files to git 2024-11-17 16:56:07 -05:00
James Murdza 07d3802baa fix: reload the entire file list after adding or deleting files 2024-11-17 13:25:16 -05:00
James Murdza 5216a9d897 chore: configure Prettier to use spaces for indentation 2024-11-17 12:33:36 -05:00
James Murdza 6b4fbe6a13 chore: upgrade E2B to latest version 2024-11-17 10:07:18 -05:00
James Murdza 7ecbd02fef chore: format backend server code 2024-11-16 21:35:06 -05:00
James Murdza 87d311a5d1 chore: use Prettier as the default formatter 2024-11-16 21:33:28 -05:00
James Murdza 81399cd351 docs: update README 2024-11-08 14:42:53 -05:00
James Murdza 96812027d0 docs: add custom template instructions 2024-11-04 17:57:25 -06:00
James Murdza 9c98e41ebb chore: delete unused files 2024-11-03 12:50:58 -06:00
James Murdza c669babb2f fix: use posix paths when converting paths to relative format 2024-11-03 12:28:17 -06:00
James Murdza 474102aa14 fix: use new project directory path to find tsconfig files 2024-11-02 13:28:48 -06:00
James Murdza 5a63ab7265 feat: load project templates from custom E2B sandboxes instead of from Cloudflare 2024-11-02 13:28:48 -06:00
James Murdza 5633727bdb chore: update template types 2024-11-02 13:28:48 -06:00
James Murdza 39911e9ef2 fix: add jszip to frontend 2024-11-02 05:55:50 -06:00
James Murdza f35330ba4f chore: add missing entries to .env.example 2024-11-02 05:55:50 -06:00
James Murdza 95154af074 docs: add note about Cloudflare Worker URLs 2024-11-01 07:59:35 -06:00
James Murdza b64913a8f3 Merge branch 'refs/heads/refactor-server' 2024-10-26 18:43:08 -06:00
James Murdza 0809eaca4e refactor: rename SandboxManager to Sandbox 2024-10-26 18:41:10 -06:00
James Murdza 224d190468 refactor: improve readability of connection manager code 2024-10-26 18:41:10 -06:00
James Murdza 7ace8f569a fix: forward filesystem change notifications to all relevant connections 2024-10-26 18:40:50 -06:00
James Murdza a87a4b5160 fix: call event handlers when there is no callback 2024-10-26 18:38:09 -06:00
James Murdza e229dab826 fix: wait until the owner is disconnected from all sockets to close terminals and file manager 2024-10-26 18:38:09 -06:00
James Murdza 3ad7e5d9bc refactor: improve names of server variables 2024-10-26 18:38:09 -06:00
James Murdza 935c314357 chore: add comments to backend server 2024-10-26 18:38:09 -06:00
James Murdza 0b6085c57c refactor: create connection manager class 2024-10-26 18:38:09 -06:00
James Murdza 87a74d40d6 refactor: simplify server error handling 2024-10-26 18:38:09 -06:00
James Murdza aa554fa39d fix: use entire file paths when pushing files to Dokku 2024-10-26 18:38:09 -06:00
James Murdza 28e6e2f889 refactor: simplify file manager properties 2024-10-26 18:38:09 -06:00
James Murdza dc4be6392a refactor: restructure try...catch blocks in server 2024-10-26 18:38:09 -06:00
James Murdza 3e891e6ab1 refactor: move initialization code to SandboxManager 2024-10-26 18:38:09 -06:00
James Murdza 16e0c250d6 refactor: create sandboxManager class 2024-10-26 18:38:09 -06:00
James Murdza fcc7a836a6 refactor: export all event handlers as one object 2024-10-26 18:38:09 -06:00
James Murdza 09ab81f5bd refactor: move rate limiting to handler functions 2024-10-26 18:38:09 -06:00
James Murdza 5ba6bdba15 fix: fix problems with event handler arguments 2024-10-26 18:38:02 -06:00
James Murdza 1479d25d49 refactor: reuse try...catch and rate limiting code across handlers 2024-10-26 18:35:29 -06:00
James Murdza 1de980cdd6 refactor: pass event handler arguments as a single object 2024-10-26 18:35:29 -06:00
James Murdza c644b0054e refactor: add callback usage to all event handlers 2024-10-26 18:35:21 -06:00
James Murdza 33c8ed8b32 chore: change Dokku errors to warnings 2024-10-26 18:19:37 -06:00
James Murdza 162da9f7ce refactor: move socket authentication middleware to a separate file 2024-10-26 18:19:37 -06:00
James Murdza af83b33f51 refactor: pass context as object to event handlers 2024-10-26 18:19:37 -06:00
James Murdza 98eda3b080 refactor: move event handlers to a separate file 2024-10-26 18:19:28 -06:00
James Murdza 67f3efa038 refactor: move DokkuResponse to types 2024-10-26 06:44:30 -06:00
James Murdza 76f6e4b0bb refactor: format Cloudflare Worker code 2024-10-26 06:44:10 -06:00
James Murdza 52aa9d92fd chore: format Cloudflare Worker code 2024-10-24 12:45:21 -06:00
James Murdza 63aa2b1e09 chore: enable code formatting for Cloudflare Worker code 2024-10-24 12:45:03 -06:00
James Murdza 3b93090d97 Merge pull request #11 from Code-Victor/feat/light-theme
Feat/light theme
2024-10-24 12:11:00 -06:00
James Murdza 0dc9a4ae96 chore: upload preview GIF to GitHub 2024-10-24 11:38:20 -06:00
James Murdza 5b72799046 chore: use downsized preview GIF 2024-10-23 07:52:39 -06:00
James Murdza e6642514a3 chore: update README with new instructions and references to GitWit 2024-10-23 07:45:31 -06:00
James Murdza 7563df85a7 chore: add ANTHROPIC_API_KEY to wranger.example.toml 2024-10-22 14:19:44 -06:00
James Murdza 06070a6b2f fix: use socket.emit instead of io.emit for errors 2024-10-22 03:39:50 -06:00
James Murdza f299f2ee3d fix: use normal button component for AI copilot buttons 2024-10-21 18:24:21 -06:00
James Murdza 4f7a4a5312 Merge branch 'refs/heads/main' into feature/ai-chat
# Conflicts:
#	frontend/components/dashboard/newProject.tsx
#	frontend/components/editor/AIChat/ChatMessage.tsx
#	frontend/components/editor/AIChat/ContextDisplay.tsx
#	frontend/components/editor/AIChat/index.tsx
#	frontend/components/editor/index.tsx
#	frontend/components/editor/sidebar/index.tsx
#	frontend/components/editor/terminals/terminal.tsx
2024-10-21 18:16:26 -06:00
James Murdza 305939c15c chore: enable code formatting for frontend code
# Conflicts:
#	.prettierignore
2024-10-21 13:53:51 -06:00
James Murdza 2897b908fd chore: add code formatting settings 2024-10-21 13:51:18 -06:00
James Murdza c2156021f7 Merge branch 'refs/heads/refactor-server'
# Conflicts:
#	backend/server/src/index.ts
2024-10-20 17:26:44 -06:00
James Murdza 428d2366ff Merge branch 'refs/heads/feature/ai-chat'
# Conflicts:
#	frontend/components/editor/index.tsx
2024-10-20 17:22:16 -06:00
James Murdza a08848148b chore: add GitWit copyright to MIT License 2024-10-20 17:20:59 -06:00
James Murdza a459da6e6f chore: create separate functions to manage file structure and file data 2024-10-19 18:42:44 -06:00
James Murdza 4221d7d09a chore: use fixed path for the project directory 2024-10-19 16:44:36 -06:00
James Murdza ae38a77759 chore: refactor into RemoteFileStorage 2024-10-19 16:23:31 -06:00
James Murdza fe0adb8e84 chore: refactor into AIWorker class 2024-10-19 15:48:59 -06:00
James Murdza 7722c533a4 chore: add comments 2024-10-19 15:48:55 -06:00
James Murdza 54706314ea chore: refactor into FileManager and TerminalManager classes 2024-10-19 15:12:52 -06:00
James Murdza ce4137d697 chore: increase timeout for E2B sandboxes 2024-10-19 05:45:35 -06:00
James Murdza cc8e0ce187 fix: close all E2B terminals when a sandbox is closed 2024-10-19 05:44:30 -06:00
James Murdza ad9457b157 chore: format backend server code 2024-10-19 05:25:26 -06:00
James Murdza 1416c225a2 chore: add code formatting settings 2024-10-19 05:22:42 -06:00
James Murdza 930519515c Merge pull request #10 from Code-Victor/feat/ui-fixes-n-updates
Feat/UI fixes n updates
2024-10-14 07:43:51 -07:00
James Murdza 08fccdd506 Merge pull request #8 from jamesmurdza/fix/editor-file-cache
Fix buggy editor behavior related to file cache
2024-10-03 06:40:12 -07:00
James Murdza 645ff5b119 Merge branch 'refs/heads/sync-container-files'
# Conflicts:
#	backend/server/src/index.ts
2024-10-02 13:47:45 -07:00
James Murdza 7e48faa1b5 fix: prevent the file sync from timing out after the default timeout 2024-10-02 13:44:55 -07:00
James Murdza 9d06808137 feat: keep containers alive for 60s of inactivity instead of killing them on disconnect 2024-10-02 05:22:37 -07:00
James Murdza 63f3b082d5 fix: don't limit the number of terminals on the backend 2024-10-02 05:20:18 -07:00
James Murdza 8e3a6d1aa6 fix: recreate timed out E2B sandboxes on page load 2024-10-02 05:20:14 -07:00
James Murdza 023b3bdc5e fix: add missing await keywords 2024-09-30 04:20:14 -07:00
James Murdza 01fb3ab921 feat: keep containers alive for 60s of inactivity instead of killing them on disconnect 2024-09-30 04:15:26 -07:00
James Murdza 13be78dee8 fix: don't exit the script when exceptions occur 2024-09-30 02:55:30 -07:00
James Murdza 7a00d24ab9 feat: sync changes to the filesystem 2024-09-30 02:55:28 -07:00
James Murdza 69b1287349 fix: handle errors when fixing permissions 2024-09-29 17:40:09 -07:00
James Murdza 09b3cf1862 fix: don't limit the number of terminals on the backend 2024-09-29 17:23:31 -07:00
James Murdza f4c79bbb07 fix: recreate timed out E2B sandboxes on page load 2024-09-26 05:34:14 -07:00
James Murdza 55fde2f648 Merge pull request #7 from Code-Victor/feat/editor-fix-n-ui-updates
Feat/editor fix n UI updates
2024-09-26 05:32:19 -07:00
James Murdza 0a99eda5ec chore: split up default terminal commands 2024-09-16 15:43:41 -07:00
James Murdza c5b197f41c chore: add missing await 2024-09-16 15:43:41 -07:00
James Murdza 70cfb5dc3f fix: remove unneeded pty.wait 2024-09-16 15:43:41 -07:00
James Murdza 6bfff62513 fix: skip creating a directory in the container when it already exists 2024-09-16 08:57:44 -07:00