Commit Graph

  • ba442ec201 Started to implement UI redesign for project.vt page. In the process, converted all of our .css files to .less (we don't convert thirdparties ones). David Huynh 2010-10-02 02:06:01 +0000
  • 083b9ba737 we need to indicate we're actually loading to sandbox Stefano Mazzocchi 2010-10-01 19:49:46 +0000
  • 2d47885182 Tests in ProjectManagerTests.java and RefineServletTests.java have had minor fixes to update them to the current code. Iain Sproat 2010-10-01 11:53:27 +0000
  • 4c3cdabad2 Add a launch config with some extensions included as a model to follow Tom Morris 2010-09-30 23:39:17 +0000
  • 9ac79a50ed Updated change list David Huynh 2010-09-30 17:22:59 +0000
  • 72060575bc Fixed Issue 146: In "Cluster and Edit Column", clicking on entry value to set "Merge?" checkbox does not reflect the final value of operation David Huynh 2010-09-30 17:18:19 +0000
  • 7aa2c28a48 Put system-dependent MacOS build last Tom Morris 2010-09-30 06:53:00 +0000
  • 33a616687a and with this, the 'gridworks->refine' renaming is done. yay! Stefano Mazzocchi 2010-09-30 01:54:15 +0000
  • 2b9b38368f use the new FreeQ 'refine' queue instead of the old 'gridworks' one Stefano Mazzocchi 2010-09-30 00:26:02 +0000
  • fad9b3415c adding the latest contributors Stefano Mazzocchi 2010-09-29 23:21:01 +0000
  • b8548c49a4 adding the new icons (on behalf of Heather) Stefano Mazzocchi 2010-09-29 23:07:56 +0000
  • b62e63306a - make the correct version + revision available also to the java side (thru web.xml) - add @Override metadata to the commands that were missing it - make the version information appear even when using trunk (Fixes Issue 136) Stefano Mazzocchi 2010-09-29 01:50:57 +0000
  • cb19cb4f43 Updated change list David Huynh 2010-09-29 00:17:03 +0000
  • 3429595b0d Fixed Issue 138: Numbers should be right-justified David Huynh 2010-09-29 00:16:17 +0000
  • 935355cb50 Comments in XML file caused the record detection code to fail. So we added ignorable element type that we can skip over. David Huynh 2010-09-28 19:16:43 +0000
  • bd3ded0828 Correcting JsonImporter to use the correct parser. Iain Sproat 2010-09-28 14:19:19 +0000
  • 855df20481 XmlImportUtilities no longer relies on XMLStreamConstants, and is now independent of any specific type of tree data (Xml or otherwise). Iain Sproat 2010-09-28 10:46:33 +0000
  • b21961be89 Another small step towards making XmlImportUtilities generic for all tree structured data, and less XML centric. Some calls to XMLStreamConstant in XmlImportUtilities are now working with a generic TreeParserToken, with methods to converter between TreeParserToken and XMLStreamConstant/JsonToken in the respective parsers. Iain Sproat 2010-09-28 10:04:56 +0000
  • 740caedf46 Updated to version 2.0 David Huynh 2010-09-28 06:03:07 +0000
  • d6e0160295 Updated change list David Huynh 2010-09-28 05:17:20 +0000
  • 43f16fd2f8 Fixed Issue 135: Hangs when setting cell value to large JSON string David Huynh 2010-09-28 04:41:05 +0000
  • e587614c22 Fixed Issue 126: Large integers formatted in scientific notation in formulas David Huynh 2010-09-28 04:21:44 +0000
  • bc6f05f41b Issue 140 - Fix Open Workspace command for non-Mac platforms (requires Java 6) Tom Morris 2010-09-28 03:54:54 +0000
  • 9c6097a065 Fix working directory reference to match project name Tom Morris 2010-09-28 03:49:11 +0000
  • 194fb5e706 Fixed Issue 122: Exporting to Excel on attached project raises server exception David Huynh 2010-09-28 03:44:30 +0000
  • f2ce1b7161 Fixed Issue 121: Importing attached file strips backslashes David Huynh 2010-09-28 03:35:42 +0000
  • c976091624 new hooks to the Freebase Refinery Stefano Mazzocchi 2010-09-28 02:19:50 +0000
  • 823fe989a4 Fixed Issue 110: Import of single column text file with Postal Codes shows only 1 row with lots of � chars (?). (by enforcing a confidence threshold on the encoding guessing) David Huynh 2010-09-28 00:26:53 +0000
  • 14d046bb7a silence velocity's logs Stefano Mazzocchi 2010-09-28 00:01:53 +0000
  • c7d421969e ignore test output Stefano Mazzocchi 2010-09-27 23:56:26 +0000
  • ad1db143c9 more info on how to run the tests in eclipse Stefano Mazzocchi 2010-09-27 23:45:25 +0000
  • c44dd68f92 remove duplication Stefano Mazzocchi 2010-09-27 23:39:10 +0000
  • c3c23a87b0 The renaming of TreeImporter to TreeImportUtilities didn't seem to get committed last time. Trying again. Iain Sproat 2010-09-27 22:57:26 +0000
  • d285999da8 New JsonImporter, JsonParser and JsonImporterTests (copy of XmlImporterTests with syntax of the example data altered for Json). Iain Sproat 2010-09-27 22:53:17 +0000
  • 8cd6476fa4 remove empty dir Stefano Mazzocchi 2010-09-27 22:13:38 +0000
  • 565e3b6e90 adding default code style info to eclipse projects Stefano Mazzocchi 2010-09-27 22:11:38 +0000
  • 81c112e315 removing empty dirs Stefano Mazzocchi 2010-09-27 22:06:04 +0000
  • 86f810a324 hardening the timeline facet Stefano Mazzocchi 2010-09-27 21:59:17 +0000
  • e5ddfa6fdc All methods in XmlImportUtilities now use the TreeParser interface. Iain Sproat 2010-09-27 17:59:53 +0000
  • d71c563831 XmlImportUtilities.detectPathFromTag and XmlImportUtilities.detectRecordElement methods now use a generic TreeParser interface. A lightweight wrapper XmlParser wraps XMLStreamReader to provide parsing for xml data. Iain Sproat 2010-09-27 17:40:51 +0000
  • 1bda46d40f Methods which are generic to any tree structured data and don't rely on an XmlParser have been moved to a new TreeImporter class. This is a small step towards supporting importers for other tree structured data. Iain Sproat 2010-09-27 16:09:44 +0000
  • 2df0d1ac3a Eclipse .launch file for tests now correctly points to project 'grefine' rather than incorrect 'refine'. Iain Sproat 2010-09-27 14:47:06 +0000
  • 6273332cef the sandbox->freebase loading conduit is now named "refinery" Stefano Mazzocchi 2010-09-25 01:57:56 +0000
  • 289d4e4c57 Ignore classes/ sub-dirs. David Huynh 2010-09-23 00:47:29 +0000
  • 64727ebd03 Somehow this fell out of a previous checkin. David Huynh 2010-09-23 00:45:18 +0000
  • 8b115f67ff Stray renaming David Huynh 2010-09-23 00:42:08 +0000
  • a112ffa9ab Caught a stray rename miss. Added more generic support for renaming old Java classes so that extensions could remain backward-compatible, too David Huynh 2010-09-22 23:59:57 +0000
  • 289f46bbf5 Removed yet another old empty Java package dir. David Huynh 2010-09-22 23:36:34 +0000
  • 6ee94132f9 Removed another old empty Java package dir. David Huynh 2010-09-22 23:34:03 +0000
  • b45506b787 If refine data dir doesn't exist, try to find and move gridworks data dir over David Huynh 2010-09-22 23:30:14 +0000
  • d15fe661fa Renamed in client-side code. Refine should start and existing projects should still work. David Huynh 2010-09-22 22:55:28 +0000
  • 22cbcddd78 Renamed in build scripts. ./refine build, ./refine, and ./refine dist all work. David Huynh 2010-09-22 21:47:35 +0000
  • fe855c3aae Removed old empty Java packages David Huynh 2010-09-22 18:49:08 +0000
  • 1367ce301e More renaming, except for: client-side code, build scripts, anything to do with data loading and QA, workspace path. Refine can still run, and undo/redo on existing projects is working. David Huynh 2010-09-22 18:36:33 +0000
  • e6bc603a11 Renamed Java classes whose names contain 'Gridworks'. Refine is still able to start. But don't check out the code just yet. David Huynh 2010-09-22 17:46:39 +0000
  • edb23eb263 Changed Java packages com.google.gridworks.* to com.google.refine.* and modified other code just enough to start grefine up without error. Much remains to be done. Do not check out the code just yet. David Huynh 2010-09-22 17:04:10 +0000
  • a40a09b391 Renamed sub-projects as they are known to Eclipse David Huynh 2010-09-22 16:40:46 +0000
  • 65dbb5a2dc Removed RDF Exporter extension as its authors have agreed to host it themselves. For more information on that extension, see http://lab.linkeddata.deri.ie/2010/dcat/ David Huynh 2010-09-22 15:49:45 +0000
  • 871bd356f6 swapping extensions Stefano Mazzocchi 2010-09-21 17:43:50 +0000
  • 06e83a66ff Issue-134: make sure the {build.dir} directory actually exist (it normally gets created by the invoking ./gridworks shell file, but only when calling a build, not a dist, so act more defensively here) Stefano Mazzocchi 2010-09-19 17:08:39 +0000
  • 0a0add9e8e Issue-135: d'oh, stupid mistake Stefano Mazzocchi 2010-09-19 16:44:04 +0000
  • 362a277c58 Added main menu command to open system file explorer at the workspace directory. Made project manager more careful at disposing projects, in case any of them is null. David Huynh 2010-09-17 06:52:10 +0000
  • 2609c4049d Fixed issue 114: "Refactor project manager api to allow importers to create project metadata" by incorporating tfmorris' patch. David Huynh 2010-09-17 01:00:23 +0000
  • 8d1f2d44b9 Patched the json lib to allow up to 100 levels of nesting. Fixed ImportProjectCommand to redirect from the error page back to /index rather than /index.html. David Huynh 2010-09-17 00:21:54 +0000
  • eee4514643 fixing Issue-125 Stefano Mazzocchi 2010-09-16 23:05:53 +0000
  • 9c5eda343a last of the bashisms (hopefully) Stefano Mazzocchi 2010-09-16 22:00:54 +0000
  • 3667806e3a does not belong in version control Stefano Mazzocchi 2010-09-16 21:59:31 +0000
  • 81190b1e50 fixing bashisms Stefano Mazzocchi 2010-09-16 21:53:38 +0000
  • 221504e2da - removed all bash-isms (hopefully) - hardened FULL_VERSION calculation (used only in the win32 exe, btw) - made windows_dist run on all operating systems, not just mac Stefano Mazzocchi 2010-09-16 18:16:46 +0000
  • df0a30e22d this is really a debug log Stefano Mazzocchi 2010-09-10 21:52:02 +0000
  • 9acd3dbe05 Fixed issue 127 - Add column from Freebase raises exception. Made sure DataExtensionChange saves properly. David Huynh 2010-09-10 04:53:37 +0000
  • e6d293bcc8 make it compile again Stefano Mazzocchi 2010-09-05 06:07:32 +0000
  • 4af3a4cbf5 allow gridworks to load extensions also from the same place where data is stored (in the 'extension' subfolder') Stefano Mazzocchi 2010-09-02 01:17:54 +0000
  • 089105a997 turns out people are having problems with this in Ubuntu... so let's avoid it for now Stefano Mazzocchi 2010-09-01 00:23:56 +0000
  • e973fd3e89 d'oh, wrong object counter (thanks again to knut.forkalsrud for spotting my mistakes) Stefano Mazzocchi 2010-08-31 23:25:16 +0000
  • 3bb0d3918c adding the latest butterfly with the ability to avoid loading specific extensions (selected with strings or regexps on their names) via a property Stefano Mazzocchi 2010-08-31 23:08:47 +0000
  • 86ee119c44 more changes Stefano Mazzocchi 2010-08-31 19:47:06 +0000
  • df19fc2065 Fixed ISSUE-29 Stefano Mazzocchi 2010-08-31 19:47:01 +0000
  • 21ac857a50 more changes Stefano Mazzocchi 2010-08-31 19:33:10 +0000
  • e5c6dda178 Fixed Issue-116 Stefano Mazzocchi 2010-08-31 19:33:05 +0000
  • 7df259008b more whitespace Stefano Mazzocchi 2010-08-31 19:32:59 +0000
  • 900b173d99 keep track of changes Stefano Mazzocchi 2010-08-31 19:32:54 +0000
  • cf66d00854 only whitespace (no functional changes) Stefano Mazzocchi 2010-08-31 19:32:48 +0000
  • 860d6c4ee2 a little more solid (it's possible to have both Dates and Calendars in there) Stefano Mazzocchi 2010-08-31 19:12:11 +0000
  • 3648883e0c ISSUE-99 thanks to knut.forkalsrud for providing the patch! Stefano Mazzocchi 2010-08-31 18:56:35 +0000
  • 8bff031c1c increasing permgen and enabling garbage collection of classes in debug mode Stefano Mazzocchi 2010-08-31 17:58:15 +0000
  • 5d788c9260 added timeline facet (like the numeric binning facet but working on dates instead of numbers and with date-specific binning logic) Stefano Mazzocchi 2010-08-31 17:57:54 +0000
  • 37099b4c9f new butterfly version: mount extensions in their own subdirectory in the URL space Stefano Mazzocchi 2010-08-31 01:14:47 +0000
  • 6c75b8102e clean up extensions too when cleaning up the code Stefano Mazzocchi 2010-08-31 01:14:37 +0000
  • e809642464 Fixed link to index David Huynh 2010-08-27 14:59:01 +0000
  • bd7453adba Made sure to strip off charset from content-type when importing from URLs before looking up for the right importer. David Huynh 2010-08-25 17:35:16 +0000
  • 996eb4d310 Updated change list David Huynh 2010-08-25 06:18:06 +0000
  • 367796488e Fixed xml importer: subgroups should now line up properly by rows. Added command to reorder columns using drag and drop. David Huynh 2010-08-25 06:17:08 +0000
  • 1106d07282 - added build extension dependency when creating the distro - removed and ignore extension classes Stefano Mazzocchi 2010-08-24 21:04:59 +0000
  • fc4f43e7ec make sure to copy extensions when building the webapp for distribution Stefano Mazzocchi 2010-08-24 19:25:10 +0000
  • 2ca12f5771 Switched to version 2 of standard-reconcile service, which returns MIDs instead of IDs. David Huynh 2010-08-24 18:46:26 +0000
  • 276fae8938 Save templating exporter's template. David Huynh 2010-08-24 06:36:49 +0000
  • baa4e0db8c Added command to browse to the data load page on the Gridworks QA dashboard. Save the data load job name and fill it in the next time the Load into Freebase dialog is opened. David Huynh 2010-08-24 06:06:07 +0000
  • bd3ce8e36d Updated to include the module while registering operations. David Huynh 2010-08-24 04:03:46 +0000
  • e4af19f8a6 Namespaced operations' names by their modules' names. David Huynh 2010-08-24 04:02:36 +0000