Wykres commitów

1230 Commity (d07c43737589dae4f08bc36e6f0ed1c5c8cb5293)

Autor SHA1 Wiadomość Data
c9bot 448dafcb30 c9-auto-bump 3.0.2608 2015-09-07 12:41:19 +02:00
c9bot ea7f1ea382 c9-auto-bump 3.0.2607 2015-09-07 12:14:01 +02:00
c9bot bbd7fdf6f4 c9-auto-bump 3.0.2606 2015-09-07 11:23:22 +02:00
Matthijs van Henten 57dd58a41c Revert "[Trivial] fix sdk issues" 2015-09-07 11:19:50 +02:00
c9bot dd83803b41 c9-auto-bump 3.0.2605 2015-09-07 11:12:35 +02:00
c9bot 3fbbc6933c c9-auto-bump 3.0.2604 2015-09-07 11:12:17 +02:00
c9bot cc8991e302 c9-auto-bump 3.0.2603 2015-09-07 11:08:08 +02:00
c9bot cbea40801c c9-auto-bump 3.0.2602 2015-09-07 11:02:19 +02:00
c9bot d8d3c4b43c c9-auto-bump 3.0.2601 2015-09-07 10:59:39 +02:00
Matthijs van Henten 5f40543701 Merge pull request +9167 from c9/sdk
[Trivial] fix sdk issues
2015-09-07 10:59:32 +02:00
c9bot 290ddeda13 c9-auto-bump 3.0.2600 2015-09-07 10:57:28 +02:00
c9bot b5b0a93b13 c9-auto-bump 3.0.2599 2015-09-07 10:50:48 +02:00
Dan Armendariz cb1d2fb1e9 remove auto-advance in function-end due to inconsistent behavior 2015-09-07 12:46:16 +04:00
Dan Armendariz f53f2cb859 prevent null args from crashing plugin 2015-09-07 12:46:16 +04:00
Dan Armendariz e4d1844309 flush local varobj cache 2015-09-07 12:46:15 +04:00
Dan Armendariz eab9cb064c dump varobj cache during segfault to prevent GDB from using too much memory on var-update 2015-09-07 12:46:15 +04:00
Dan Armendariz 140b634d19 in the event that GDB was killed, notify plugin 2015-09-07 12:46:15 +04:00
Dan Armendariz 0249d0bcd0 refined pointer check so arrays aren't counted as pointers and improved comments 2015-09-07 12:46:15 +04:00
Dan Armendariz 01b128ec63 add alert dialog for segfault 2015-09-07 12:46:15 +04:00
Dan Armendariz 8b7f3514be cache computed varobjs for pointers to prevent infinite loops for circularly linked lists 2015-09-07 12:46:14 +04:00
Dan Armendariz fd6e837cbc gdb auto-advances step-outs on void functions; detect void and do not auto-advance 2015-09-07 12:46:14 +04:00
Dan Armendariz 673e955936 for null pointers, do not ask GDB for children to prevent infinite loops in linked lists 2015-09-07 12:46:14 +04:00
Dan Armendariz ebbeb92f6e use setTimeout instead of linux sleep command while waiting for gdbserver 2015-09-07 12:46:14 +04:00
Dan Armendariz 8a42932860 remove unnecessary code; covered elsewhere 2015-09-07 12:46:13 +04:00
Dan Armendariz 92fa077c1b uniqueness in variable object cache requires stack depth 2015-09-07 12:46:13 +04:00
Dan Armendariz 542af97f4d auto-advance function completions and step-outs 2015-09-07 12:46:13 +04:00
Dan Armendariz 53190769d9 wait for gdbserver before loading gdb so it can load executable before connecting to server, fixes obscure vsyscall errors 2015-09-07 12:46:13 +04:00
Dan Armendariz a69cd448d0 stack overflow and corrupt exec env detection 2015-09-07 12:46:12 +04:00
Dan Armendariz 6591fd0778 protect against infinite loops 2015-09-07 12:46:12 +04:00
Dan Armendariz 2e12afa662 help GDB if there's an unknown file 2015-09-07 12:46:12 +04:00
Dan Armendariz 18fe2c6d57 remove debug messages 2015-09-07 12:46:12 +04:00
Dan Armendariz ef4bd47e0c disable debug 2015-09-07 12:46:12 +04:00
Dan Armendariz 93269ea06a doh, bp conds must be eval'd on host, not target 2015-09-07 12:46:11 +04:00
Dan Armendariz efd18e02fa cache gdb var objs and request updates to limit gdb requests during break 2015-09-07 12:46:11 +04:00
Dan Armendariz 322e1739e7 set bkpt eval command can be parallelized 2015-09-07 12:46:11 +04:00
Dan Armendariz 54a0337102 eliminate symbol load race condition by loading symbols only after gdbserver running 2015-09-07 12:46:11 +04:00
Dan Armendariz 5e896bce30 fix shutdown and use varobjs for setval 2015-09-07 12:46:10 +04:00
Dan Armendariz 33dbf73dc7 proxy manages its own sequence IDs for easier serial cmds and future multi-client 2015-09-07 12:46:10 +04:00
Dan Armendariz 84a1da9c9f support for setting variable values for complex types 2015-09-07 12:46:10 +04:00
Dan Armendariz 1a9b9a93bd more sensible error message on eval for users 2015-09-07 12:46:10 +04:00
Dan Armendariz 490b7dbeaf fetch complex variables like arrays 2015-09-07 12:46:10 +04:00
Dan Armendariz 3a746daff2 ask gdb to execute conditional breakpoints on target and fix evaluation handling 2015-09-07 12:46:09 +04:00
Dan Armendariz 2fcfc1e476 cleanup 2015-09-07 12:46:09 +04:00
Dan Armendariz ff83e9d990 adhere more closely to API specs for socket state changes 2015-09-07 12:46:09 +04:00
Dan Armendariz 74ccac6f93 create new json parser on reconnect, flush queue only after reconnect 2015-09-07 12:46:09 +04:00
Dan Armendariz 813ca6f1c6 pause GDB when reconnecting to fetch state information 2015-09-07 12:46:08 +04:00
Dan Armendariz a07ab41a1b better gdbserver shutdown 2015-09-07 12:46:08 +04:00
Dan Armendariz 70c9e077c9 fix state update issue and gdb error detection 2015-09-07 12:46:08 +04:00
Dan Armendariz a413b7c47e fixed breakpoint parsing 2015-09-07 12:46:08 +04:00
Dan Armendariz a3e7773a88 improved breakpoint creation from gdb state 2015-09-07 12:46:08 +04:00
Dan Armendariz e007219bea breakpoint sync after reconnect 2015-09-07 12:46:07 +04:00
Dan Armendariz d6a7762696 begin groundwork for syncing breakpoint state after client disconnect (e.g., page reload) 2015-09-07 12:46:07 +04:00
Dan Armendariz df19405719 improved error handling 2015-09-07 12:46:07 +04:00
Dan Armendariz 718db6621d capture upstream exception to allow debugger to reconnect 2015-09-07 12:46:07 +04:00
Dan Armendariz a1e12d068c better handling of breakpoint change events, initial implementation to handle conditional breakpoints 2015-09-07 12:46:06 +04:00
nightwing 5cf8a279d9 sort runners and builders alphabetically 2015-09-07 04:17:48 +04:00
nightwing 945322734b start adding test for log view 2015-09-07 04:12:29 +04:00
nightwing cadf10ec1c add support for runner["cleanup-cmd"] which runs after process is stopped 2015-09-07 03:58:19 +04:00
nightwing d314dcef04 do not throw if runner arguments are undefined 2015-09-07 03:57:24 +04:00
Lennart kats 79f44e5529 Cleanup error message 2015-09-06 19:44:07 +00:00
Lennart kats f63fb2f5b2 Treat caption as undefined when invisible 2015-09-06 19:28:28 +00:00
Lennart kats d63ba4c81a Fix reserved key 2015-09-06 16:39:18 +00:00
Lennart kats f8dce6bcda Remove console.log 2015-09-06 15:01:20 +00:00
Lennart kats 0f0b4e15fb Show caption when setting value 2015-09-06 14:58:36 +00:00
Lennart kats 837ac1c942 Add methods to control saving caption UI 2015-09-05 10:14:57 +00:00
c9bot a1b90ab235 c9-auto-bump 3.0.2598 2015-09-05 02:54:45 +02:00
c9bot 4c3479e7f8 c9-auto-bump 3.0.2597 2015-09-05 02:43:36 +02:00
Ruben Daniels ab852dcffb make the forms dark 2015-09-04 22:03:25 +04:00
Ruben Daniels 3e23fbacf6 Dark stuff for diff editor 2015-09-04 22:03:24 +04:00
Ruben Daniels 7fc06fc76f some more dark theme tweaks
# Conflicts:
#	plugins/c9.ide.layout.classic/themes/default-dark.less
#	plugins/c9.ide.layout.classic/themes/default-flat-light.less
2015-09-04 22:03:24 +04:00
nightwing 58c108aedb scm dialogs should be mutually exclusive 2015-09-04 21:58:13 +04:00
nightwing 9e4163fc58 convert branch tree to datagrid 2015-09-04 21:58:13 +04:00
nightwing b93b789bf7 add authorname to commit detail view 2015-09-04 21:58:13 +04:00
Ruben Daniels 6072fc1739 first fixes for dark theme
# Conflicts:
#	plugins/c9.ide.layout.classic/themes/default-dark-gray.less
#	plugins/c9.ide.layout.classic/themes/default-dark.less
#	plugins/c9.ide.layout.classic/themes/default-flat-light.less
#	plugins/c9.ide.layout.classic/themes/default-light-gray.less
#	plugins/c9.ide.layout.classic/themes/default-light.less
#	plugins/c9.ide.test/service.js
2015-09-04 21:53:14 +04:00
nightwing c9b6eb8ae1 fix diff_gutter background in dark theme 2015-09-04 21:49:24 +04:00
Ruben Daniels 9ba3f96562 Styling tweaks 2015-09-04 21:49:13 +04:00
Ruben Daniels fdc2d7b544 updated todo and fix typo 2015-09-04 21:49:04 +04:00
Ruben Daniels da9b96381f Updated todo, small tweaks 2015-09-04 21:49:04 +04:00
nightwing f2b6ad3bf7 fix issues with compare view session 2015-09-04 21:49:03 +04:00
nightwing d887715325 do not use long fold widgets in compare view 2015-09-04 21:49:03 +04:00
nightwing 41c5664142 fix parsing of branch names in log view 2015-09-04 21:49:03 +04:00
Ruben Daniels fa2b97210b Add fetch button to the pull dialog 2015-09-04 21:49:02 +04:00
Ruben Daniels 03cee96cb6 Add pull button 2015-09-04 21:49:02 +04:00
Ruben Daniels d4877bdb17 disable buttons during actions 2015-09-04 21:48:34 +04:00
Ruben Daniels 499b14d082 Now push actually works 2015-09-04 21:48:34 +04:00
Ruben Daniels 05c867e449 Add git push button and styling tweaks 2015-09-04 21:48:33 +04:00
Ruben Daniels 65cfdff90e Move the commit box to inside the panel and move add/unstage to the commit menu
# Conflicts:
#	plugins/c9.ide.scm/style.css
2015-09-04 21:48:33 +04:00
Ruben Daniels 2d276a2740 Better styling for split button 2015-09-04 21:48:18 +04:00
Ruben Daniels bb18847009 importing splitbutton changes
# Conflicts:
#	plugins/c9.ide.layout.classic/less/splitbutton.less
#	plugins/c9.ide.test/test.js
2015-09-04 21:47:40 +04:00
Ruben Daniels 2a2262af15 Show the current commit and hash in the detail view 2015-09-04 21:45:52 +04:00
Ruben Daniels 1e845610ed Tweaked interaction with diff viewer 2015-09-04 21:45:52 +04:00
Ruben Daniels 1497a9b20f Fixed staged file compare 2015-09-04 21:45:52 +04:00
Ruben Daniels cf19b98aa7 Tweak styling of branch indication 2015-09-04 21:45:51 +04:00
Ruben Daniels 984cc5dc7f Tweak diff view 2015-09-04 21:45:51 +04:00
Ruben Daniels 561e0fcde8 Keep session information for compare view 2015-09-04 21:45:51 +04:00
Ruben Daniels 0606852ab7 Styling for the editor 2015-09-04 21:45:50 +04:00
nightwing c2278353d4 restore branches in log view 2015-09-04 21:45:50 +04:00
nightwing 4d82bf1caf show wip as child of HEAD commit
# Conflicts:
#	plugins/c9.ide.test/test.js
2015-09-04 21:45:49 +04:00
Ruben Daniels c1b6d39abe Small tweaks 2015-09-04 21:45:49 +04:00
nightwing d1d62910dd fix loading diff 2015-09-04 21:45:49 +04:00
nightwing 8e6d106f12 fix log graph misalignment 2015-09-04 21:45:48 +04:00
Ruben Daniels 45d4c0545c test change 2015-09-04 21:45:48 +04:00
Ruben Daniels 0bb738131d Diff view loads, but no content, no error eiher. 2015-09-04 21:45:48 +04:00
Ruben Daniels ec1a0f6da4 Add git push 2015-09-04 21:45:47 +04:00
Ruben Daniels c13ca11d0c Connect log view to detail view 2015-09-04 21:45:47 +04:00
Ruben Daniels 67322e18d0 Lots of tweaks 2015-09-04 21:45:47 +04:00
Ruben Daniels d408cba81e Refactored scm panel. Pre-testing 2015-09-04 21:45:46 +04:00
Ruben Daniels f03c7bf0a3 Use proc instead of vfs 2015-09-04 21:45:46 +04:00
Ruben Daniels d863afcf47 Added TODO 2015-09-04 21:45:46 +04:00
nightwing 118716be79 wip 2015-09-04 21:45:45 +04:00
c9bot 5043c7a8ca c9-auto-bump 3.0.2596 2015-09-04 18:22:09 +02:00
Lennart kats 3021c7d7d6 Make property instead 2015-09-04 14:49:05 +00:00
Lennart kats 5f905c9f70 Add isMaster() when ?collab=0 is used 2015-09-04 14:44:52 +00:00
c9bot 6e96946342 c9-auto-bump 3.0.2595 2015-09-04 16:41:08 +02:00
c9bot 0004f1b428 c9-auto-bump 3.0.2594 2015-09-04 16:35:04 +02:00
c9bot d794deb961 c9-auto-bump 3.0.2593 2015-09-04 16:31:54 +02:00
c9bot b75d137b4e c9-auto-bump 3.0.2592 2015-09-04 15:19:01 +02:00
c9bot 94b53fd2b1 c9-auto-bump 3.0.2591 2015-09-04 14:57:19 +02:00
c9bot e807245f0c c9-auto-bump 3.0.2590 2015-09-04 14:46:32 +02:00
c9bot a077e48393 c9-auto-bump 3.0.2589 2015-09-04 14:12:10 +02:00
c9bot a2cb6a3261 c9-auto-bump 3.0.2588 2015-09-04 13:57:15 +02:00
Harutyun Amirjanyan 6b38a82a15 Merge pull request +8895 from c9/testpanel
Generic test panel with mocha plugin
2015-09-04 15:56:59 +04:00
nightwing 452303859e fix logic in disableing liveupdate from the runner 2015-09-04 15:50:15 +04:00
c9bot 7bd408d7fa c9-auto-bump 3.0.2587 2015-09-04 12:17:16 +02:00
Harutyun Amirjanyan 8463439378 Merge pull request +9135 from c9/revert-9129-revert-9109-fix/various
Revert "Revert "Fix various sdk issues""
2015-09-04 14:17:04 +04:00
c9bot 5315d73864 c9-auto-bump 3.0.2586 2015-09-04 11:59:25 +02:00
Harutyun Amirjanyan e9999595ac Merge pull request +9048 from c9/fix-installer
Fix ssh installer and improve error logging in vfs-ssh
2015-09-04 13:59:16 +04:00
c9bot 34ceeecf60 c9-auto-bump 3.0.2585 2015-09-04 11:58:47 +02:00
Harutyun Amirjanyan 0557212f4f Merge pull request +9124 from c9/fix-outline
Fix outline composition
2015-09-04 13:58:38 +04:00
c9bot a34df245cb c9-auto-bump 3.0.2584 2015-09-04 11:47:46 +02:00
c9bot 00db29b66c c9-auto-bump 3.0.2583 2015-09-04 11:41:33 +02:00
Matthijs van Henten c235f9cb37 Merge pull request +9137 from c9/pull/c9.ide.run.debug/12
[trivial] change "Scope Variables" caption to the more common "Local Variables"
2015-09-04 11:41:25 +02:00
c9bot 1b0f48157a c9-auto-bump 3.0.2582 2015-09-04 11:39:32 +02:00
c9bot 4ac565bf31 c9-auto-bump 3.0.2581 2015-09-04 11:24:13 +02:00
Lennart Kats 61a2dc3313 Ignore generic outline after we have a non-generic one 2015-09-04 11:21:34 +02:00
Harutyun Amirjanyan 2ee3cbf307 Revert "Revert "Fix various sdk issues"" 2015-09-04 12:24:07 +04:00
c9bot ef3fa6ccc9 c9-auto-bump 3.0.2580 2015-09-04 01:19:14 +02:00
Alex Brausewetter 1fa1c01ddd Revert "Fix various sdk issues" 2015-09-03 15:59:24 -07:00
c9bot bf5472f95d c9-auto-bump 3.0.2579 2015-09-03 23:11:52 +02:00
c9bot 18ef537c4e c9-auto-bump 3.0.2578 2015-09-03 23:09:31 +02:00
Alex Brausewetter 3977deb02a Merge pull request +9109 from c9/fix/various
Fix various sdk issues
2015-09-03 14:09:23 -07:00
c9bot f25da5feff c9-auto-bump 3.0.2577 2015-09-03 23:04:46 +02:00
Alex Brausewetter 89a7dba0df Merge pull request +9120 from c9/salesforce-update
Salesforce-related fixes
2015-09-03 14:04:33 -07:00
Dan Armendariz 1f605ab145 change "Scope Variables" caption to the more common "Local Variables" 2015-09-03 16:28:37 +00:00
Lennart Kats 3237d65c37 Fix outline composition
Likely fixes +9115
2015-09-03 18:07:09 +02:00
c9bot b56aab5a7e c9-auto-bump 3.0.2576 2015-09-03 16:55:38 +02:00
c9bot f1c7166191 c9-auto-bump 3.0.2575 2015-09-03 16:16:34 +02:00
Lennart kats a244d8cd8e Ignore Mocha globals
</hack>
2015-09-03 13:38:49 +00:00
c9bot a556fe6858 c9-auto-bump 3.0.2574 2015-09-03 14:26:33 +02:00
c9bot 1e04005106 c9-auto-bump 3.0.2573 2015-09-03 14:24:34 +02:00