438 Commits

Author SHA1 Message Date
nightwing
80c06144f9 jsonalyzer calls initDB before checkInstall 2015-05-13 14:24:11 +00:00
Fabian Jakobs
608fe30de7 improve billing error handling and reporting 2015-05-13 11:01:04 +00:00
Lennart Kats
2fb3b36dca Merge pull request +7316 from c9/fix/test-redis
[WIP] Adding logging to track down redis failures and why they're happening
2015-05-13 12:33:01 +02:00
Lennart Kats
e47d7de387 Merge pull request +6614 from c9/fix/vfs-multi-attempt
Make vfs client use 2 parallel calls to find a vfs serer
2015-05-13 12:28:20 +02:00
Tim Robinson
91eb6a5d55 Renaming things 2015-05-13 10:12:56 +00:00
Tim Robinson
a4e8ee0e48 More functions, less comments 2015-05-13 10:10:56 +00:00
Tim Robinson
6c388233a9 Adding logging to track down redis failures and why they're happening 2015-05-13 09:38:16 +00:00
nightwing
793bacb276 prevent infinite recursion from tabpreview in navigate 2015-05-12 01:48:15 +04:00
Tim Robinson
7279d926f1 Only 2 parallel runners. Don't make both go to the same server 2015-05-11 14:24:40 +00:00
Tim Robinson
747ab7f543 Merge remote-tracking branch 'origin/master' into fix/vfs-multi-attempt
Conflicts:
	plugins/c9.vfs.client/endpoint.js
2015-05-11 13:03:57 +00:00
Alex Brausewetter
8b36b051d3 Rename defaultEditor to defaultEnvEditor 2015-05-11 13:02:09 +00:00
Alex Brausewetter
a6552c1659 Do not set c9 as EDITOR by default 2015-05-11 12:34:21 +00:00
Fabian Jakobs
b1cf0470a1 Merge pull request +7190 from c9/fix/string-errors
properly encode string errors when accept is application/json
2015-05-11 12:45:01 +02:00
Harutyun Amirjanyan
d7ab6da51f Merge pull request +7252 from c9/sdk
More tweaking of sdk
2015-05-10 22:46:22 +04:00
Harutyun Amirjanyan
bacef4fd52 Merge pull request +7244 from c9/fix/tree-pagedown
fix +7206 pressing pagedown screws up the layout of ace trees
2015-05-10 19:28:15 +04:00
nightwing
84a371f9d9 fix regression in sdk 2015-05-10 18:52:26 +04:00
nightwing
9e1bb472c6 use node from c9 dir 2015-05-10 04:26:21 +04:00
nightwing
e8025bc4bd fix local version on windows 2015-05-10 04:26:20 +04:00
nightwing
0b8cc06019 fix +7206 pressing pagedown screws up the layout of ace trees 2015-05-08 17:31:08 +04:00
nightwing
86c5ce5910 address review comments 2015-05-08 14:41:15 +04:00
nightwing
23096581b2 fix loading modes from plugins 2015-05-08 14:39:33 +04:00
nightwing
5913d69152 prevent most of caught exceptions when loading ide 2015-05-08 14:39:33 +04:00
Harutyun Amirjanyan
876eb083bc Merge pull request +7156 from c9/install-spawn
c9-install: Refactor process spawn
2015-05-08 13:59:34 +04:00
Lennart kats
620a77769f Hide unfinished feature 2015-05-07 14:14:01 +00:00
Nikolai Onken
685cf701e0 properly encode string errors when accept is application/json 2015-05-06 15:18:58 +02:00
Alex Brausewetter
c1b4e2630f Refactor spawn; always show stderr messages 2015-05-05 17:33:13 +00:00
Harutyun Amirjanyan
787182b0aa Merge pull request +7153 from c9/fix/sfdc-installer
Install SFDC plugin dependencies
2015-05-05 20:51:39 +04:00
Alex Brausewetter
9ef0ac251d Allow installation of most recent version 2015-05-05 15:45:55 +00:00
Harutyun Amirjanyan
5231b7870a Merge pull request +7152 from c9/update-eslint
Update eslint
2015-05-05 19:42:56 +04:00
Alex Brausewetter
d9235bff30 Fix verbose tar command getting stuck 2015-05-05 15:26:57 +00:00
Lennart Kats
18c03d5486 Support new eslint 0.20.0 2015-05-05 17:21:13 +02:00
Lennart Kats
6aacc02211 Make exception explicit 2015-05-05 16:48:57 +02:00
Lennart Kats
a0387fe43a Fix "close all tabs" / "close other tabs"
Fixes +6011
Fixes +5764
2015-05-05 15:50:46 +02:00
nightwing
e7c56ee45c fix failing tests 2015-05-04 02:29:17 +04:00
nightwing
ce06798521 fix inconsistency between getState and setState 2015-05-04 02:28:03 +04:00
nightwing
cef4157eb3 revert changeSync event 2015-05-04 02:28:01 +04:00
nightwing
3644d203c2 use same undo manager for multiple sessions 2015-05-04 02:27:59 +04:00
nightwing
8312d3d5ac fix save test 2015-05-04 02:27:57 +04:00
nightwing
873143a725 fix metadata tests 2015-05-04 02:27:52 +04:00
nightwing
caad98e5d2 use the new undoManager in ace.js 2015-05-04 02:27:51 +04:00
nightwing
9405b78dce do not group local edits with remote ones 2015-05-04 02:27:45 +04:00
nightwing
cc252235b0 do not undo edits of other users 2015-05-04 02:27:38 +04:00
Ruben Daniels
1d662c99d1 Merge branch 'master' of github.com:c9/newclient into fix/cli
Conflicts:
	package.json
2015-05-03 19:20:15 +00:00
Ruben Daniels
9039709080 Some small cli fixes 2015-05-03 17:08:40 +00:00
Ruben Daniels
0f2745a33c Merge pull request +7139 from c9/fix/various
Fix several small issues
2015-05-03 09:53:57 -07:00
Ruben Daniels
ed19e9c37b Fix typo and error reporting 2015-05-03 15:27:16 +00:00
nightwing
68a6a14d90 fix clearUndo 2015-05-03 15:06:06 +04:00
Ruben Daniels
04fec89a2f Fixes typo in debug 2015-05-03 03:08:43 +00:00
Ruben Daniels
608a86c05c A proper fix for help 2015-05-03 00:18:05 +00:00
Ruben Daniels
d8d798d6da Added help to the cli 2015-05-02 23:35:04 +00:00