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 |
|
James Murdza
|
0b7cc51c6e
|
Merge pull request #6 from jamesmurdza/fix-ghost-terminals
fix: ghost terminals, spam HTTP requests on dashboard
|
2024-09-16 08:57:13 -07:00 |
|
James Murdza
|
c94678c430
|
feat: watch container for file changes
|
2024-09-15 13:11:59 -07:00 |
|
James Murdza
|
585dcb469e
|
fix: skip creating a directory in the container when it already exists
|
2024-09-15 10:47:00 -07:00 |
|
James Murdza
|
2f88ff6d58
|
feat: speed up new project creation by copying files concurrently
|
2024-09-15 10:29:23 -07:00 |
|
James Murdza
|
0509716f34
|
fix: select ReactJS template by default
|
2024-09-15 08:05:53 -07:00 |
|
James Murdza
|
06118e98e9
|
feat: remove the ai toggle switch
|
2024-09-06 18:14:54 -07:00 |
|
James Murdza
|
4ebd6dea96
|
fix: catch errors when copying files to the container
|
2024-09-06 18:14:11 -07:00 |
|
James Murdza
|
8921cd83bb
|
fix: encode line breaks when making requests to the AI generation worker
|
2024-09-06 15:28:36 -07:00 |
|
James Murdza
|
45097e0f20
|
fix: use latest instruction value when generating code
|
2024-09-06 15:28:33 -07:00 |
|
James Murdza
|
62e6d64a52
|
feat: change code generation to replace the selected code chunk and use Claude 3.5 Sonnet
|
2024-09-06 15:28:31 -07:00 |
|
James Murdza
|
0c6b2b0dfb
|
feat: increase the per user limit of generations to 1000
|
2024-09-06 14:19:14 -07:00 |
|
James Murdza
|
31d74ddc2d
|
Merge pull request #4 from Code-Victor/feat/ai-edit-selection-n-a11y
Feat/ai edit selection n a11y
|
2024-09-06 14:09:43 -07:00 |
|
James Murdza
|
4fe749daf2
|
Merge pull request #3 from Code-Victor/feat/syntax-highlighting-n-a11y
Feat/syntax highlighting n a11y
|
2024-09-05 16:09:23 -07:00 |
|
James Murdza
|
b01934bd20
|
fix: change to non-streaming input method for E2B terminals
|
2024-09-05 14:25:11 -07:00 |
|
James Murdza
|
a1990a189c
|
chore: migrate E2B SDK to beta version
|
2024-09-05 14:24:54 -07:00 |
|
James Murdza
|
7149925539
|
fix: remove useCallback, fixing null socket issue when reading files
|
2024-09-01 21:55:29 -07:00 |
|
James Murdza
|
665e36603f
|
Merge branch 'refs/heads/fix-files-loading'
|
2024-09-01 19:31:33 -07:00 |
|
James Murdza
|
2065814aaa
|
Merge branch 'refs/heads/fix-files-loading'
# Conflicts:
# frontend/components/editor/navbar/run.tsx
|
2024-09-01 18:31:15 -07:00 |
|
James Murdza
|
5132850cb0
|
fix: remove undefined type
|
2024-08-18 12:37:17 -07:00 |
|
James Murdza
|
5726cecb22
|
fix: remove undefined type
|
2024-08-18 12:37:08 -07:00 |
|
James Murdza
|
6b761cc490
|
fix: correctly detect files and folders from R2
|
2024-08-18 11:09:19 -07:00 |
|
James Murdza
|
c674c0cab6
|
fix: uncomment Dokku deployment code
|
2024-08-18 07:16:59 -07:00 |
|
James Murdza
|
08c131b52d
|
Merge branch 'refs/heads/feat/deploy-button-ui' into feat/deploy
|
2024-08-18 07:06:00 -07:00 |
|
James Murdza
|
618c1e81b1
|
fix: add @radix-ui/react-popover
|
2024-08-18 07:04:46 -07:00 |
|
James Murdza
|
c2f4f0b6ff
|
feat: add Streamlit, NextJS and VanillaJS templates
|
2024-08-18 06:57:26 -07:00 |
|
James Murdza
|
98da0487e4
|
feat: store templates in R2 instead of startercode.ts
|
2024-08-18 06:56:22 -07:00 |
|
James Murdza
|
71004c61b2
|
fix: remove enum for project types
|
2024-08-18 06:52:41 -07:00 |
|
James Murdza
|
170bb45143
|
feat: pipe deployment logs to stdout
|
2024-08-18 06:50:11 -07:00 |
|