1505 Commits

Author SHA1 Message Date
Alper Özışık
b7af16c313 Fix for undefined error log in console
When css|less build fails it is logging as undefined in console.
In that case err object does not have any stack property.
Printing the error itself in that case will be sufficient.
2016-11-21 08:57:45 +02:00
Lennart C. L. Kats
bfd9818702 Merge pull request +14962 from c9/ide-code-formatting
Support custom code formatters
2016-11-16 11:35:46 +01:00
Lennart Kats
8045127da8 Add onchange event handler 2016-11-12 17:08:18 +00:00
Lennart Kats
106f91e9a9 Don't show cancel button if it won't fit
Fixes +14890
2016-11-11 12:01:14 +00:00
Fabian Jakobs
53fe708d8c unblacklist metadata test. wasn't broken in v3 2016-11-04 07:56:52 +00:00
Fabian Jakobs
e70af4e4a6 blacklist metadata test 2016-11-01 15:50:51 +00:00
Fabian Jakobs
f53ecd06c5 move statics back to AWS 2016-10-31 13:32:29 +00:00
nightwing
5dbe2f2aaf add command-left/right support to terminal 2016-10-21 12:13:36 +00:00
nightwing
9ff54845e1 fix terminal contextmenu positioning 2016-10-17 10:11:32 +00:00
Tim Robinson
bcc678a1c0 Merge pull request +14911 from c9/all-workspace-load-metrics
Refactor and monitor more workspace loading metrics
2016-10-11 07:42:20 -07:00
Tim Robinson
4593f2ecb9 Fixing broken tests 2016-10-07 18:37:48 +00:00
Bas
d45a27807e Merge pull request +14899 from c9/test-fix-pricing-coreflows
Fix PR test jobs
2016-10-07 14:58:52 +02:00
Tim Robinson
6370f2ede2 Remove debug logs 2016-10-06 23:49:32 +00:00
Tim Robinson
9696045ab0 Add more vfs connection metrics. Make metrics more DRY 2016-10-06 23:43:30 +00:00
Tim Robinson
17de8dd1d3 Merge remote-tracking branch 'origin/master' into all-workspace-load-metrics
Conflicts:
	.c9/project.settings
2016-10-06 22:09:00 +00:00
Nikolai Onken
c594097adf Merge pull request +14879 from c9/ide-cs50
update cs50
2016-10-06 13:53:08 +02:00
basdewachter
7aa88dbeeb change tmux name to prevent it from failing 2016-10-06 11:49:28 +02:00
Tim Robinson
5f45ea38f4 Merge pull request +14878 from c9/api-collab-dont-reveal-member-emails
Don't reveal collab member emails
2016-10-05 17:08:59 -07:00
basdewachter
b7e2142d2a add missing test to sdk config 2016-10-04 15:36:36 +02:00
Tim Robinson
5374effc0f Adding more vfs metrics, fixing bugs 2016-10-04 00:19:52 +00:00
Tim Robinson
1ddffa375d Merge remote-tracking branch 'origin/master' into all-workspace-load-metrics 2016-10-03 17:49:54 +00:00
nightwing
5687328206 Merge remote-tracking branch 'remotes/origin/pull/core/355' 2016-10-02 22:24:39 +04:00
nightwing
740ef7edf7 handle git conflict status in terminal hover_link 2016-10-02 22:16:36 +04:00
Tim Robinson
b7bae15ec2 Adding md5 of collab users emails for gravatar pictures 2016-09-30 19:09:05 +00:00
Tim Robinson
6cd0202b41 Need a timeout of 100ms for the message to show 2016-09-29 20:55:02 +00:00
Tim Robinson
820ff42781 Add tests. Kill the vfs connection when a users access level is changed too. 2016-09-29 20:41:28 +00:00
Tim Robinson
586ea62b29 When a user is removed from a project, kill their VFS session 2016-09-29 00:04:24 +00:00
Tim Robinson
76630bcf52 Move the save tab after the conflict is resolved to not trigger many change dialogs 2016-09-13 15:50:49 +00:00
Tim Robinson
fb18f56fa4 Don't need to change the context 2016-09-13 13:40:30 +00:00
Tim Robinson
ed56a8ea11 Make removedPaths object consistent with changedPaths 2016-09-13 12:54:35 +00:00
Tim Robinson
d4d9fb8699 Merge remote-tracking branch 'origin/master' into gui-fixes 2016-09-13 12:43:23 +00:00
Tim Robinson
ad3c00acb3 Don't check the queue at the start of showXXDialog, check it in the correct location 2016-09-13 12:20:29 +00:00
Tim Robinson
6093c80529 Pass arguments to resolve 2016-09-13 11:47:50 +00:00
Tim Robinson
ab6a92a753 it's tab.document 2016-09-13 11:06:25 +00:00
Tim Robinson
e04e89178a Renaming functions to be clearer 2016-09-13 10:28:32 +00:00
Lennart C. L. Kats
f604ec4bcd Merge pull request +14694 from c9/disable-unpacked-helper
Disable multi-port logic to make V3 work with the new VPN
2016-09-12 12:24:17 +02:00
Tim Robinson
347441397d Moving variables out of closures and passing into functions instead. Only show one dialog at a time 2016-09-10 00:52:00 +00:00
Tim Robinson
5c91f36191 more changes? 2016-09-09 23:51:31 +00:00
Tim Robinson
75a5cc1277 Refactoring Gui 2016-09-09 23:50:59 +00:00
Alper Özışık
e2267dfb28 Correct retina icons on a forked debugger plugin
When a custom debugger plugin is used, order of the css compilation changes and causing wrong display on a forked debugger with retina display.
Removing this important flag solves the issue.
I have not seen any side effects of removing this important flag
2016-09-06 00:24:24 +03:00
Harutyun Amirjanyan
f45ebbb948 Merge pull request +14736 from c9/pull/core/353
Update default-flat-light.less
2016-08-31 01:08:51 +04:00
ozcanovunc
9547f64ecd Update default-flat-light.less 2016-08-30 16:57:31 +03:00
nightwing
612f6714e7 add show authorship info option to the gutter context menu 2016-08-28 13:25:27 +04:00
Lennart Kats
c4f25e7f81 Disable multi-port logic to make V3 work with the new VPN 2016-08-18 14:55:04 +00:00
nightwing
1a999f4769 remove extra padding when line numbers are hidden 2016-08-10 14:33:29 +04:00
nightwing
ac5b4d490f add gutter options to the context menu 2016-08-09 20:03:13 +04:00
nightwing
117ece00ef add showLineNumbers option 2016-08-09 18:29:45 +04:00
nightwing
345aaac349 update cs50 2016-07-25 09:30:51 +00:00
Tim Robinson
c6cae9c254 Merge remote-tracking branch 'origin/master' into all-workspace-load-metrics 2016-07-22 19:10:34 +00:00
nightwing
cf41234af0 include restore plugin in sdk core 2016-07-22 01:58:04 +04:00