Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 508788 - textStyler should not clear folding annotations that it did not ↵HEADorigin/masterorigin/HEADmaster | Grant Gayed | 2016-12-13 | 2 | -10/+30 |
| | | | | create | ||||
* | Bug 508846 - Grey hover popup should be blue in light theme | Eric Moffatt | 2016-12-07 | 1 | -1/+5 |
| | |||||
* | Bug 508792 - Typo in Formatting sections of Settings page | Carolyn MacLeod | 2016-12-06 | 3 | -4/+4 |
| | |||||
* | Bug 508703 - Cross file tests are broken by new resolver plugin | Curtis Windatt | 2016-12-06 | 2 | -2/+3 |
| | |||||
* | [nobug] Typo Charater in comment | Carolyn MacLeod | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Bug 508150 - Consider moving "info messagebox" to the bottom of the window | Eric Moffatt | 2016-12-06 | 1 | -16/+16 |
| | |||||
* | Bug 493582 - Make the resolver a proper Tern plugin | Curtis Windatt | 2016-12-06 | 9 | -298/+218 |
| | |||||
* | Bug 508550 - Update to the latest version of Electron | Mike Rennie | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Bug 508779 - project-nav does not honour resource filtering settings | Mike Rennie | 2016-12-06 | 3 | -36/+49 |
| | |||||
* | Bug 508765 - CodeEdit: Need an API to create folding annotation | Libing Wang | 2016-12-06 | 1 | -0/+17 |
| | |||||
* | Revert "Bug 493582 - Make the resolver a proper Tern plugin" | Curtis Windatt | 2016-12-06 | 12 | -235/+337 |
| | | | | This reverts commit c00ef89cbbb35f94914ed7a1f26de402198aa828 | ||||
* | Bug 508760 - [Electron app] Delete shortcut for "Open Recent" | Carolyn MacLeod | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | [nobug] Format code / remove bad whitespace | Mike Rennie | 2016-12-06 | 1 | -291/+289 |
| | |||||
* | Bug 493582 - Make the resolver a proper Tern plugin | Curtis Windatt | 2016-12-05 | 12 | -337/+235 |
| | |||||
* | Bug 507621 - The .git folder should be hidden by default | Mike Rennie | 2016-12-05 | 7 | -79/+137 |
| | | | | Change-Id: Iea3d09498be8eded49c7aca50d8f68e1676b02bb | ||||
* | [nobug] Remove bad whitespace / format | Mike Rennie | 2016-12-05 | 1 | -87/+107 |
| | |||||
* | Bug 508697 - Side by side compare waits forever | Mike Rennie | 2016-12-05 | 1 | -0/+4 |
| | |||||
* | Bug 508615 - Failed updates can prevent further updates - enable asar | Silenio Quarti | 2016-12-05 | 2 | -2/+1 |
| | |||||
* | Bug 508615 - Failed updates can prevent further updates | Silenio Quarti | 2016-12-05 | 1 | -0/+1 |
| | | | Temporary test (build asar) | ||||
* | Defect 64472 - The 'more' button on the Git page disappears when selected | Eric Moffatt | 2016-12-05 | 1 | -0/+1 |
| | |||||
* | Bug 502584 - [lsp] Consume socket.io for language server communication | Mike Rennie | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | [nobug] Minor code cleanup | Mike Rennie | 2016-12-05 | 1 | -5/+5 |
| | |||||
* | Bug 507797 - Viewing the compared content of an untracked file throws 404 | Remy Suen | 2016-12-02 | 3 | -10/+26 |
| | | | | | | | | | | | | When asking to look at a file in the Git index, read the 'read-if-exists' property in the XHR to determine whether it is acceptable or not for the file to not actually exist. If the property is 'true' and the file doesn't exist, respond back with a 204. In all other cases where the file doesn't exist, send a 404 response back to the client. Change-Id: If8b082814236c89587f7cd2ac0166d4f1465ba06 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507145 - 'Import' and 'Export' buttons styled as hovered even when mouse ↵ | Casey Flynn | 2016-12-02 | 2 | -2/+11 |
| | | | | | | | | | | | | | is not there Add blur command to the DOM elements after click so the elements no longer appear to be hovered. This defect is due to the buttons being styled the same way when focused, and hovered, and could be resolved by modifying css to style the two differently. Change-Id: Ib3b8bb8f9d1f0c307bc0b34965cd752e6dc14efe Signed-off-by: Casey Flynn <caseyflynn@google.com> | ||||
* | Bug 508550 - Update to the latest version of Electron | Silenio Quarti | 2016-12-02 | 1 | -2/+3 |
| | |||||
* | Bug 508550 - Update to the latest version of Electron | Silenio Quarti | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | Bug 507334 - 'git log' spins forever in Node/Electron | Remy Suen | 2016-12-02 | 1 | -35/+94 |
| | | | | | | | | | | | | | | | | The previous implementation of 'git log' was extremely inefficient in handling files. It would fetch every single commit in full and then check the diff to determine whether it affected the interested file. The new approach is to first iterate over all the commits quickly to get a count of how many commits are in the current branch. Once that has been recorded, use fileHistoryWalk(*) over the entire history to grab all the commits that affect the interested file. From there, we further trim it down to the paging size and only fetch the full commits of what we need for the JSON response. Change-Id: I104f98c51e25b8f31ce2578fb1ecebe054bcf615 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 508550 - Update to the latest version of Electron | Silenio Quarti | 2016-12-02 | 1 | -3/+3 |
| | |||||
* | Bug 508074 - Electron app needs a "new tab" button | Sidney | 2016-12-01 | 1 | -2/+7 |
| | | | | Change-Id: I17118da3915d3c6259975b0c59207305c3f0dc6c Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 508511 - 'git log' throws many exceptions that are ignored when looking ↵ | Remy Suen | 2016-12-01 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | for refs and tags When responding to a log request, we want to let the client know about any refs that a given commit is pointing to. We do this in getCommitRefs(*) by fetching all the references in the repository and checking if the commit that ref is pointing to is one of the commits that we are sending back to the client. The current code catches and ignores all errors when processing the refs. Since there are likely many refs in a repository that is pointing to commits both old and new, it is highly unlikely that all of them will be pointing at one of the commits to be included in the current response. We should check whether a given ref is pointing at a commit that is being sent back to the client before processing it instead of blatantly trying to process every single commit that a ref is pointing at. Change-Id: I8cbdd2f81f880395b0311d3a06306f501630dabb Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 508395 - CodeEdit: Webpack complains the code from "marked/marked". | Libing Wang | 2016-11-30 | 1 | -3/+3 |
| | |||||
* | Bug 508413 - Orion electron steals shortcuts from other apps | Sidney | 2016-11-30 | 2 | -28/+35 |
| | | | | Change-Id: I01d2213e79ff8862d3fe2a5a5f8906fce543862a Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 508074 - Electron app needs a "new tab" button | Sidney | 2016-11-30 | 2 | -3/+37 |
| | | | | Change-Id: I93c4c80203e00f1dc8709a8de89fe05ebe76f40e Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 505803 - Some patches can not be applied in Node server. | Sidney | 2016-11-30 | 2 | -2/+8 |
| | | | | | | need waiting for jsdiff release a new version with #144 pullrequest Change-Id: I09f6a2916c66972b731aded873a8284372a50893 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 508076 - [Electron app] Back, Forward, and Refresh buttons need tooltips ↵ | Mike Rennie | 2016-11-30 | 1 | -6/+14 |
| | | | | - add aria labels | ||||
* | Bug 508076 - [Electron app] Back, Forward, and Refresh buttons need tooltips | Sidney | 2016-11-30 | 1 | -0/+3 |
| | | | | Change-Id: I5e7756d4c85ce627c689335a0e4a2204c9f60606 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | [nobug] Add expected version of electron-prebuilt to devDependencies | Mike Rennie | 2016-11-30 | 1 | -0/+1 |
| | |||||
* | Bug 507924 - TypeError when trying to look at pull requests offline | Remy Suen | 2016-11-30 | 1 | -2/+2 |
| | | | | | | | Change the code to fail fast so that the status code isn't checked. Change-Id: I8301a0fc325632d7c56d1cfaba21ed67d6f8cec1 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Defect 64319 - Settings page: type down arrow in categories list moves down ↵ | Carolyn MacLeod | 2016-11-30 | 1 | -17/+19 |
| | | | | 3 times | ||||
* | Bug 508451 - Settings page Editor Styles: Sample TextView should not take ↵ | Carolyn MacLeod | 2016-11-30 | 1 | -0/+1 |
| | | | | focus when created | ||||
* | Bug 508449 - Settings page Editor Styles: Sample TextView should be read-only | Carolyn MacLeod | 2016-11-30 | 1 | -0/+1 |
| | |||||
* | [nobug] Format source / remove bad whitespace / unused NLS comments | Mike Rennie | 2016-11-29 | 1 | -70/+84 |
| | |||||
* | Bug 508409 - None of the JS config files are recognized as JSON any longer | Mike Rennie | 2016-11-29 | 2 | -104/+93 |
| | |||||
* | [nobug] Format source / remove bad whitespace / unused NLS comments | Mike Rennie | 2016-11-29 | 1 | -87/+88 |
| | |||||
* | [nobug] Format source / remove bad whitespace / unused NLS comments | Mike Rennie | 2016-11-29 | 1 | -70/+84 |
| | |||||
* | [nobug] Format source / remove bad whitespace | Mike Rennie | 2016-11-29 | 1 | -29/+31 |
| | |||||
* | [nobug] Format source code / remove unused NLS comments / remove bad whitespace | Mike Rennie | 2016-11-29 | 1 | -132/+132 |
| | |||||
* | [nobug] Format source code / remove unused NLS comments / bad whitespace | Mike Rennie | 2016-11-29 | 1 | -293/+364 |
| | |||||
* | Bug 508392 - [quickfix] Use isNaN fix breaks code logic | Mike Rennie | 2016-11-29 | 2 | -1635/+1731 |
| | |||||
* | [nobug] Colon at end of label for consistency | Carolyn MacLeod | 2016-11-29 | 2 | -2/+2 |
| | |||||
* | [nobug] Reference issue 116 from Escope | Mike Rennie | 2016-11-28 | 1 | -1/+2 |
| | |||||
* | Bug 508336 - Escope library is too big | Mike Rennie | 2016-11-28 | 3 | -2/+2197 |
| | |||||
* | Bug 508199 - Git support is broken if the folder handled by git is open ↵ | Sidney | 2016-11-25 | 1 | -1/+1 |
| | | | | | | using the nodejs server Change-Id: I97f9504476159b422698946ac0074b330034ef45 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Revert "Bug 493957 - Cannot create file in root directory -- Proof Of Concept" | Mike Rennie | 2016-11-25 | 2 | -25/+7 |
| | | | | This reverts commit cc36e31993b42f25c6bbd7630e142affe3f78a09. | ||||
* | 508149 - Info message in CF login prompt should be a warning so it will not hide | Steve Northover | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Bug 493957 - Cannot create file in root directory -- Proof Of Concept | Casey Flynn | 2016-11-24 | 2 | -7/+25 |
| | | | | | | | | | **This code is not meant to be merged to master** This is a proof of concept outlining changes required to save files at the root of the file system mocked out with "darklaunch" features. The hope is to generate discussion on whether the Orion community would be interested integrating this functionality driven by preferences or some other mechanism. Change-Id: I7495c6f69c25dd0da22af30ecfcf78a701a3680e Signed-off-by: Casey Flynn <caseyflynn@google.com> | ||||
* | Bug 507704 - Add a corresponding Icon for each tab based on the page's icon | Sidney | 2016-11-24 | 2 | -0/+18 |
| | | | | Change-Id: Id3e8a11cfa2ed769d081da20dc75e2ebf045e45f Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 507634 - plugin registry should not persist empty manifest | Sidney | 2016-11-24 | 1 | -0/+4 |
| | | | | Change-Id: I608058f9c52b4e0bbffb4d150f602d6ec84e14d0 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Defect 63459 -Help Reduce spacing in Settings Page Categories List | Eric Moffatt | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Bug 506854 - 'View on Site' site link is invisible | Casey Flynn | 2016-11-22 | 1 | -1/+0 |
| | | | | | | | | | Remove invalid sprite image so text is visible. Signed-off-by: Casey Flynn <caseyflynn@google.com> Change-Id: I37a90eb1efcbc9f2041623c6419b906343830f00 Signed-off-by: Casey Flynn <caseyflynn@google.com> | ||||
* | Bug 506848 - Convert to self-hosting button is not visible | Casey Flynn | 2016-11-22 | 1 | -1/+0 |
| | | | | | | | Remove imageClass so text is rendered as opposed to non-existent sprite. Change-Id: Ibd279314f3ab2a457ce041ce419f036dadfcdac6 Signed-off-by: Casey Flynn <caseyflynn@google.com> | ||||
* | Bug 507797 - Viewing the compared content of an untracked file throws 404 | Remy Suen | 2016-11-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | When looking at changes before staging or committing, the Git integration will render a diff between the index and the working directory. If a file is untracked, it will not exist in the index. If we try to query for the content of the file in the index to run the diff, nodegit won't find anything because an untracked file does not exist in the index. We should consider this case and return "" for the file's content in the index as it does not exist there Change-Id: Idcc6ba64c20c5b44daef2518b352eea2e75fa38c Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507690 - Trying to create a project with the same name as an existing ↵ | Remy Suen | 2016-11-19 | 1 | -1/+5 |
| | | | | | | | | | | | one yields strange error Instead of simply sending a raw, failed mkdir response back to the client, send a custom user-friendly message back to the client if the mkdir error is an EEXIST error. Change-Id: Ie27cff40bda15fa737829f88c991acc9c11ca004 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 506987 - JavaScript outline does not show class methods correctly ↵ | Mike Rennie | 2016-11-17 | 2 | -2/+36 |
| | | | | (improper handling of MethodDefinition nodes) | ||||
* | Bug 505737 - Passing in a search term that is unknown... node server changes | Mike Rennie | 2016-11-17 | 1 | -0/+3 |
| | |||||
* | Bug 507199 - Creating project with conflicting name should report its error ↵ | Remy Suen | 2016-11-17 | 1 | -3/+2 |
| | | | | | | | | | | | in red If you try to create a project with a name of a project that already exists on the Node server, you will get a green status message about the error. The status message should be in red instead. Change-Id: I513897bfbede2ff4376f1e180018a1d13dcc9806 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507003 - Add create Service extension when cf push | Sidney | 2016-11-17 | 3 | -35/+119 |
| | | | | | | Signed-off-by: Sidney <xinyij@ca.ibm.com> Change-Id: If31bd0b82afbf97a449645ca8452ed23f182fcf1 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 507558 - Formatting error when applying the 'unnecessary else' quickfix | Casey Flynn | 2016-11-17 | 2 | -5/+16 |
| | | | | | | | | | | | Update replacement text to a newline character. If the unnecessary else is within a block statement or if statement, preserve whitespace. *Note: I was unable to get coverage for the preservation of white space due as Finder does not display the same behavior it does in actual (perhaps it is mocked out?). Bug URL: https://bugs.eclipse.org/bugs/show_bug.cgi?id=507558 Change-Id: Ie08b701a93a81e956885009e10611b4db35fb4e7 Signed-off-by: Casey Flynn <caseyflynn@google.com> | ||||
* | Bug 506721 - Open specified folder or file from Orion with Mac Open Command. | Sidney | 2016-11-17 | 1 | -3/+31 |
| | | | | Change-Id: Ic3625e9c80f095bbe930336e37896c046ba64e8c Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 506941 - CF Manifest endpoint need to handle ${random-word} | Sidney | 2016-11-17 | 1 | -1/+17 |
| | | | | Change-Id: Ie29724297dd901e2490a49043d9cf24a883aa1d9 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Bug 507333 - TypeError when clicking on a file that's located in the ↵ | Remy Suen | 2016-11-16 | 1 | -1/+6 |
| | | | | | | | | | | workspace root Prevent Orion from trying to retrieve project data for a file that's located in the workspace root. Change-Id: I893efedeae413e2c3069c1ed4ebbf1bcf3ff8d18 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507382 - Operations dialog needs a title | Carolyn MacLeod | 2016-11-15 | 2 | -1/+5 |
| | |||||
* | Defect 63876 - Remove Projects section for root page | Silenio Quarti | 2016-11-14 | 1 | -17/+0 |
| | |||||
* | Bug 507375 - Operations button should be a button, not a progressbar | Carolyn MacLeod | 2016-11-10 | 4 | -4/+5 |
| | |||||
* | Defect 63461 - Starting up Web IDE "looks terrible" when there is no splash ↵ | Silenio Quarti | 2016-11-10 | 3 | -36/+5 |
| | | | | - cleanup unused code | ||||
* | Bug 507250 - Add light theme support to the electron tabs | Sidney | 2016-11-09 | 1 | -1/+33 |
| | | | | Change-Id: I022fbbbc49424e493c5011f92406ef11bedd9e53 Signed-off-by: Sidney <xinyij@ca.ibm.com> | ||||
* | Defect 63640 - IDE comes up dark with no banner... then fixes itself ↵ | Eric Moffatt | 2016-11-09 | 20 | -28/+28 |
| | | | | 15seconds later | ||||
* | fix splash step loading image position | Silenio Quarti | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | use CSS for progess instead of gif image | Silenio Quarti | 2016-11-07 | 2 | -6/+72 |
| | |||||
* | Bug 507125 - HTML outline spins forever | Mike Rennie | 2016-11-07 | 3 | -17/+216 |
| | |||||
* | Bug 507124 - Open resource dialog won't save recently opened filenames on ↵ | Remy Suen | 2016-11-07 | 1 | -1/+2 |
| | | | | | | | | | | | Firefox The srcElement property is a non-standard property of Event and is not implemented in Firefox. Changed the code to consider both the target property and the srcEvent property of an event. Change-Id: If0d338e590cec18ee905ccf4f13aab1050c0968c Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507089 - 'Toggle banner' and 'Toggle side panel' command names don't use ↵ | Remy Suen | 2016-11-07 | 3 | -8/+8 |
| | | | | | | | | | | title case The commands should be named 'Toggle Banner' and 'Toggle Side Panel' respectively. Change-Id: I9ad2b41196aca59460a25001decdaeaf810f0322 Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507087 - 'Generate Link' in compare editor diff page is useless | Remy Suen | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | Hide the 'Generate Link' button in the compare editor if Orion is running on Electron. On Electron the link will always be pointing to localhost so it cannot be shared with other users. Change-Id: Iec3297eb2d1575f9923dc3021034aa8c3b8c11df Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Defect 63461 - Starting up Web IDE "looks terrible" when there is no splash | Silenio Quarti | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Bug 507039 - Middle clicking should close tabs | Remy Suen | 2016-11-07 | 1 | -5/+15 |
| | | | | | | | When a user clicks on a tab with the middle mouse button, close it. However, if that is only tab that is currently open, do not close it. Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Bug 507028 - Electron does not remember maximized state across restarts | Remy Suen | 2016-11-07 | 1 | -0/+4 |
| | | | | | | | If the user closes Electron with the window maximized, the window should again be maximized the next time the user opens the application. Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Fix grammar and incorrect use of Markdown | Remy Suen | 2016-11-07 | 1 | -7/+6 |
| | | | | | | | Fixed some local section links that were not written in Markdown correctly. Signed-off-by: Remy Suen <remy.suen@gmail.com> | ||||
* | Defect 63461 - Starting up Web IDE "looks terrible" when there is no splash | Silenio Quarti | 2016-11-04 | 5 | -31/+60 |
| | |||||
* | [nobug] Add important note about development location to readme / contributing | Steve Northover | 2016-11-04 | 1 | -3/+7 |
| | |||||
* | [nobug] Add important note about development location to readme / contributing | Mike Rennie | 2016-11-04 | 2 | -0/+4 |
| | |||||
* | [nobug] Update contributing.md to link to dev wiki and mention gerrit | Mike Rennie | 2016-11-04 | 1 | -2/+8 |
| | |||||
* | temporary code: always show splash | Silenio Quarti | 2016-11-03 | 3 | -3/+3 |
| | |||||
* | make splash spinner similar to otc spinner | Silenio Quarti | 2016-11-03 | 1 | -59/+21 |
| | |||||
* | Bug 507000 - Hover does not work on class names in export statements | Mike Rennie | 2016-11-03 | 2 | -1/+8 |
| | |||||
* | Defect 63555 - RunBar light status is hard to see in light theme (the dark ↵ | Silenio Quarti | 2016-11-03 | 1 | -0/+18 |
| | | | | gray circle and progress) | ||||
* | Defect 58570 - Orion Web IDE gives a blank launch configuration dialog | Silenio Quarti | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Bug 506908 - Runbar "Open App" and "Open Logs" buttons need accessible names | Carolyn MacLeod | 2016-11-02 | 4 | -8/+18 |
| | |||||
* | Bug 506846 - Hide initial file selector input from keyboard and AT | Carolyn MacLeod | 2016-11-01 | 1 | -2/+2 |
| | |||||
* | Bug 506842 - Runbar combo needs to have a label even when disabled | Carolyn MacLeod | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | [nobug] Don't filter out start and end loc objects | Mike Rennie | 2016-10-31 | 1 | -1/+4 |
| |