Wykres commitów

59 Commity (b65c9186dca5324d0f268ae51ead8a936d635009)

Autor SHA1 Wiadomość Data
Chris Brown da07e791ec Fixed error in Windows when server is restarted then the run button is clicked in the output pane from a previous run. 2016-04-29 01:11:52 +04:00
nightwing 49fb42964c fix resizing of output panes on windows 2016-04-04 03:29:43 +04:00
nightwing 2ed10b1b26 fix terminal resize on windows 2016-03-30 21:23:00 +04:00
Harutyun Amirjanyan 7eb38be6c6 Merge pull request +13073 from c9/ide-file-tree
fix issues with file tree
2016-03-30 11:55:16 +04:00
nightwing cb9466ae62 Revert "Revert "Merge branch 'master' of github.com:c9/newclient""
This reverts commit 223b4dfcc4.
2016-03-29 20:31:52 +04:00
nightwing 498a9b072f make file rename in the tree more robust 2016-03-27 04:49:15 +04:00
nightwing 92a7b39300 make exit code logging more robust 2016-03-22 01:55:44 +04:00
Lennart Kats 1286993eaa Fix workspaceDir during tests 2016-01-29 12:16:37 +01:00
Lennart Kats 8ddda4806f Don't trigger watcher on local analysis temp files 2016-01-23 11:58:24 +00:00
Fabian Jakobs 6d8530e05e was fixed in localfs 2016-01-15 11:38:52 +00:00
nightwing a12f51fe33 fix ctrl-arrow in terminal vim 2015-12-22 19:54:51 +04:00
nightwing 0f9c01289e c0-change-trigger option is removed in tmux 2.1 2015-12-13 20:08:41 +04:00
nightwing 8ff2aa9d1f fix loop when calling writeToWatchedFile on non editable file 2015-12-03 07:47:20 +00:00
nightwing 223b4dfcc4 Revert "Merge branch 'master' of github.com:c9/newclient"
This reverts commit 4c3e3af194, reversing
changes made to c2ab338d29.
2015-11-25 17:50:26 +04:00
Ruben Daniels bcfa932010 Add listening service for git status 2015-11-21 00:09:16 +00:00
nightwing b3c84e12a8 fix +10358: Object Error has no method 'indexOf' 2015-11-13 03:53:51 +04:00
Ruben Daniels 5b946753ed Fixes c9/core+96 - metadata support for ~ 2015-11-06 00:29:24 +04:00
Lennart Kats c6421a0820 Merge pull request +10025 from c9/localfs-env
wait for reading env before calling spawn
2015-11-05 12:28:38 +01:00
Ruben Daniels 584f9ea55b Merge pull request +10204 from c9/tmuxspawn
Fix tmux getting into restart loop when profile prints something
2015-11-04 09:02:38 -08:00
nightwing bd62f168b2 fix runners on windows 2015-11-04 20:49:03 +04:00
nightwing 265c6576ea fix issues with run button 2015-11-04 03:21:57 +04:00
c9bot 469dd34bdf better fix for predict_echo test 2015-11-04 03:21:56 +04:00
nightwing 7d254794dd remove watchfile 2015-11-04 03:21:56 +04:00
nightwing f61269a017 more reliable tmuxspawn for output tabs 2015-11-04 03:21:55 +04:00
Harutyun Amirjanyan a1b273b6e1 Revert "Revert "fix symlink loop detection"" 2015-11-03 03:24:34 +04:00
nightwing 01b9e2547f use bind 2015-11-03 03:20:58 +04:00
nightwing 915716e241 wait for reading env before calling spawn 2015-11-03 03:20:58 +04:00
Tim Robinson 40c010cffa Revert "fix symlink loop detection"
This reverts commit 7126015b1b.
2015-10-22 10:30:54 +00:00
nightwing 7126015b1b fix symlink loop detection 2015-10-17 18:35:09 +00:00
nightwing c3714fb7a8 fix debugger not working with misconfigured localhost 2015-10-01 19:27:08 +04:00
nightwing 6a6fdd6940 fix broken bashspawn on windows 2015-09-13 17:28:50 +04:00
nightwing ef11557828 use -ww instead of COLUMNS 1000 2015-07-08 17:32:56 +04:00
nightwing fa7496364c fix debugger not working on on FreeBSD 2015-07-08 16:12:17 +04:00
nightwing 0c2d81350e fix +7764 Runners do not work with tmux 2.0 2015-06-22 13:46:30 +00:00
Lennart Kats ef01bb068d Merge pull request +7617 from c9/fix/localfs
Set NODE_PATH via fsOptions
2015-06-12 13:59:41 +02:00
nightwing 585cc8a609 better way to kill runner process 2015-06-10 11:40:40 +00:00
nightwing bb6213e203 set node_path via fsOptions 2015-06-07 21:32:53 +00:00
Lennart Kats 6b3bda7586 Fix stdout maxBuffer exceeded 2015-06-05 11:06:12 +02:00
nightwing 9a865df0ec do not load pty.js when testing connection since that can crash node process 2015-05-16 03:09:24 +04:00
nightwing 6f7184c56b fix publish hanging because of not reading from tar stdout 2015-05-16 03:09:24 +04:00
nightwing 8a6d9ac4b9 send more errors from worker to raygun 2015-05-13 18:40:23 +04:00
nightwing 8091c4b789 use runInThisContext instead of runInNewContext 2015-05-12 17:57:09 +04:00
nightwing 2c273b97a9 fsOptions.homeDir is missing on ssh workspaces 2015-05-11 07:52:10 +04:00
nightwing 84a371f9d9 fix regression in sdk 2015-05-10 18:52:26 +04:00
nightwing bf92cc54e7 remove stray console.log 2015-05-10 04:26:22 +04:00
nightwing 9e1bb472c6 use node from c9 dir 2015-05-10 04:26:21 +04:00
Ruben Daniels d499d6c198 Merge branch 'master' of github.com:c9/newclient into fix/bridge
Conflicts:
	package.json
2015-05-01 16:32:54 +00:00
Ruben Daniels 71f2d769d9 Fixed tests 2015-05-01 16:31:49 +00:00
Ruben Daniels dd8ed52b4f Add setting for the default editor 2015-05-01 01:53:12 +00:00
Ruben Daniels 21b75cb86b Add editor to the terminal 2015-05-01 01:44:12 +00:00