3c09b06393more work on the broker
Stefano Mazzocchi
2010-06-25 07:03:41 +0000
7fa9d1d812more work on the broker
Stefano Mazzocchi
2010-06-25 07:03:30 +0000
5193630b9aupdating to the latest butterfly (and remove the version number that is a pain to maintain for now)
Stefano Mazzocchi
2010-06-25 07:03:16 +0000
777e4ce0e8more work on the broker
Stefano Mazzocchi
2010-06-25 06:52:12 +0000
058e86b4c8First pass in trying to generalize standard reconciliation service UI. A lot of pieces are still Freebase-centric.
David Huynh
2010-06-24 20:13:51 +0000
f0ed50e468issue 69 fixed. ControlFunctionRegistry now correctly registers Chomp expression as "chomp" key.
Iain Sproat
2010-06-23 17:53:29 +0000
a9f77d0f51Minor bug.
David Huynh
2010-06-22 21:29:15 +0000
8046c63a8aMoved data-table view's files into its own sub-directory.
David Huynh
2010-06-21 22:14:17 +0000
52f1e2ba53Updated butterfly jar. Extracted several dialogs' html fragments from their .js files out to .html files.
David Huynh
2010-06-21 21:59:53 +0000
0d7b3b0e9cProjectManager is now partially unit tested.
Iain Sproat
2010-06-21 19:57:31 +0000
2237ec2335Added lib folder to sample-extension/module/MOD-INF as the build file was looking for it. Gridworks now builds from fresh checkout.
Iain Sproat
2010-06-21 05:58:44 +0000
c9aecc016aFixed paths in build.xml files so a fresh checkout would build now (Issue 79)
David Huynh
2010-06-20 20:27:04 +0000
dcf6919900Functionality which didn't need to be moved to FileProjectManager as it wasn't file system specific has been moved back to ProjectManager. importProject function is now named loadProjectMetadata to avoid confusion.
Iain Sproat
2010-06-20 16:32:49 +0000
7ced0cb31eNew feature for importing text files (CSV and TSV). By selecting the checkbox in index.html it allows the effects of quotation marks around data values to be ignored.
Iain Sproat
2010-06-20 14:47:45 +0000
619f914b80first import of gridworks project broker with two implementations, a local one that uses BerkeleyDB and a cloud one that uses Google App Engine NOTE: code has not yet been tested but it's functionally complete and compiles
Stefano Mazzocchi
2010-06-20 08:46:09 +0000
0663b898e8removing appengine (which will be soon obsoleted by the broker)
Stefano Mazzocchi
2010-06-20 08:45:38 +0000
778873957fUpdated butterfly to r25, which now initializes modules in order based on their dependencies.
David Huynh
2010-06-20 01:06:47 +0000
df6a62a2cfRemove extensions/jython/jython/, which has already been replaced by extensions/jython/module/; same for extensions/sample-extension/sample-extension/. Added build.xml for extensions/ and made the root build.xml file call all the extension build.xml files. Updated extensions' module.properties files to require the core module.
David Huynh
2010-06-20 00:44:06 +0000
ba60780fa3avoid the double naming problem in modules
Stefano Mazzocchi
2010-06-19 02:32:12 +0000
1418a5dd09add names to the modules
Stefano Mazzocchi
2010-06-19 02:31:44 +0000
4c28f616f7updating butterfly to the latest trunk (now allows modules to change their name with properties)
Stefano Mazzocchi
2010-06-19 02:31:36 +0000
4a94c22412Eclipse was complaining about the @override
Stefano Mazzocchi
2010-06-19 02:31:32 +0000
0af7e5fcf5More functionality which didn't need to be moved to FileProjectManager, as it wasn't file system specific, has been moved back to ProjectManager.
Iain Sproat
2010-06-18 20:47:15 +0000
c72b4571a5Functionality which didn't need to be moved to FileProjectManager as it wasn't file system specific has been moved back to ProjectManager.
Iain Sproat
2010-06-18 19:16:30 +0000
367c86fdd4Fixed absolute jar path.
David Huynh
2010-06-17 17:06:17 +0000
846cf1d57eFixed bug in CsvExporter, all unit tests for CsvExporter and TsvExporter now working.
Iain Sproat
2010-06-17 15:37:28 +0000
e7d0fc5ed6Implemented a generic preference store for both the whole workspace and each project.
David Huynh
2010-06-17 02:15:26 +0000
0fedad047bRenamed projects to remove spaces in their names.
David Huynh
2010-06-16 20:23:56 +0000
18e319bb76Moved call to FileHistoryEntryManager from ProjectManager to FileProjectManager.
Iain Sproat
2010-06-16 14:17:17 +0000
f92fc2d056Internal refactor for IO - HistoryEntry is now a concrete class, so can be instantiated (reverting Operations classes back to r972 which were changed as a result of HistoryEntry being abstract).
Iain Sproat
2010-06-16 12:35:37 +0000
280daad2f6Refactored ImportProjectCommand and ExportProjectCommand. These are no longer dependent on the File System, and all file system related work is done in FileProjectManager.
Iain Sproat
2010-06-16 07:44:46 +0000
f47cb75525Fixed ImportProjectCommand so it no longer contains references to project.html, a file previously removed from the project.
Iain Sproat
2010-06-16 07:06:52 +0000
1f67cca3ebAdded Java code to sample extension.
David Huynh
2010-06-16 00:09:12 +0000
ffbe7c9c76Fixed up reference to moved jars.
David Huynh
2010-06-15 23:42:26 +0000
0bdd2cfe96Renamed module subdir.
David Huynh
2010-06-15 23:41:04 +0000
6a3da4116aSample extension is wired up properly now.
David Huynh
2010-06-15 23:33:15 +0000
aeb320b97cRenamed module subdir.
David Huynh
2010-06-15 23:26:49 +0000
7ba97c61adMore work on the sample extension
David Huynh
2010-06-15 23:21:08 +0000
17f1dc2e6fThe file system coupled method getProjectDirectory is now removed from ProjectManager.
Iain Sproat
2010-06-15 22:11:35 +0000
b07075bed5FileProjectManager and portions of Project and ProjectMetadata classes which deal with io are moved to an io directory.
Iain Sproat
2010-06-15 20:55:38 +0000
c94957b6a0CreateProjectCommand no longer contains references to project.html, a file previously removed from the project.
Iain Sproat
2010-06-15 20:28:18 +0000
dc7060d390portion of ProjectManager which interacts with File System has been moved to FileProjectManager, which extends ProjectManager. ProjectManager is now abstract.
Iain Sproat
2010-06-15 19:34:40 +0000
ca5d5ea828Fixed bug when opening existing project - javascript was referring to nonexistent project.html file, which was previously replaced by project.vt file.
Iain Sproat
2010-06-15 18:37:57 +0000
b5228f9c58Started adding a sample extension.
David Huynh
2010-06-15 17:46:30 +0000
a671551289Two more XmlImport tests now work. Some documentation stubs were added to XmlImporterUtilities.
Iain Sproat
2010-06-15 16:22:53 +0000
8a87ddaf3fIgnored jython cachedir.
David Huynh
2010-06-15 00:46:46 +0000
f7fe44dcccConverted project.html to project.vt and added a client side resource manager, where extensions can register scripts and styles to be included in .vt files
David Huynh
2010-06-15 00:35:23 +0000
b0389d8c6aJython integration has been moved out to an extension.
David Huynh
2010-06-14 22:11:34 +0000
b05d9a336cIgnored classes dir.
David Huynh
2010-06-14 22:10:20 +0000
3f58d88922Yet a lot more python files that somehow svn just refused to add
David Huynh
2010-06-14 21:59:17 +0000
7767536292Lots more python files that somehow svn just refused to add
David Huynh
2010-06-14 21:53:02 +0000
fc16f10913Manually add the jython sub-dir.
David Huynh
2010-06-14 21:36:20 +0000
2acda17f39More files to commit for jython extension
David Huynh
2010-06-14 21:28:48 +0000
2a11f716c7Added extensions directory with the jython extension to start
David Huynh
2010-06-14 21:22:04 +0000
d6c9efcedamore appengine infra
Stefano Mazzocchi
2010-06-08 22:27:59 +0000
92d170d059Ignored netbeans' private/ sub-dir.
David Huynh
2010-06-07 22:20:43 +0000
6b744f354cMoved netbeans project stuff into IDEs/netbeans/.
David Huynh
2010-06-07 22:20:13 +0000
4694316c93Ignored netbeans' private/ sub-dir.
David Huynh
2010-06-07 22:17:18 +0000
ecce4db53fMoved netbeans project stuff into IDEs/netbeans/.
David Huynh
2010-06-07 22:16:36 +0000
fd55c47cdaMoved netbeans project into the sub-projects.
David Huynh
2010-06-07 18:03:37 +0000
75f2c8cab1Ignore private subdir
David Huynh
2010-06-06 21:57:34 +0000
34b09a452eOops, private shouldn't be committed
David Huynh
2010-06-06 21:46:11 +0000
53d62ab84aAdded NetBeans project files thanks to Thad Guidry
David Huynh
2010-06-06 21:42:09 +0000
ef6f03694dmake all tests pass
Stefano Mazzocchi
2010-06-05 01:30:12 +0000
eff2d95cd1no reason to check for junit when we use testng
Stefano Mazzocchi
2010-06-05 01:30:07 +0000
0f9bd923e6removing comments that are no longer true
Stefano Mazzocchi
2010-06-05 01:29:58 +0000
4bd7f60ac4fixed old defaults
Stefano Mazzocchi
2010-06-05 01:29:55 +0000
3668dde0d1forgot to add the module descriptor
Stefano Mazzocchi
2010-06-05 00:55:03 +0000
af48cb799emoving Griworks to use the Butterfly webapp framework (this will allow us to make gw more extensible without excessive complexity... as a bonus we gain server side javascript support which might end up being useful)
Stefano Mazzocchi
2010-06-05 00:50:18 +0000
0648e8725eadding regexp group capturing GEL function
Stefano Mazzocchi
2010-06-01 08:54:17 +0000
5e0acf28d0forgot to add the ngram class itself
Stefano Mazzocchi
2010-06-01 08:04:40 +0000
b3173211e3adding an ngram function to GEL
Stefano Mazzocchi
2010-06-01 08:02:28 +0000
6dbab84ba6make sure that servlet configurations are injected even upon reloading the servlet context
Stefano Mazzocchi
2010-06-01 08:02:16 +0000
ba2d94cc63make sure that pywin32 extensions are available on windows when executing windmill
Stefano Mazzocchi
2010-06-01 06:56:58 +0000
82d3730568no need for this anymore
Stefano Mazzocchi
2010-06-01 06:56:54 +0000
13399a48eemake sure to build the server when building the tests (this is needed for the client-side testing that needs to be able to launch the server)
Stefano Mazzocchi
2010-05-31 17:56:03 +0000
b288f41854another gitignore for eclipse git support
Stefano Mazzocchi
2010-05-31 09:00:37 +0000
7ce78776c6refactored tests to avoid using static initialization which conflicts with our ability to have special log4j configurati ons for testings. Also tagged all broken tests as broken so that the tree is now green. Also used the test class as the logger name so that it's easier to groupt the logger verbosity based on java packages.
Stefano Mazzocchi
2010-05-31 08:51:51 +0000
fc2a044767this file is useful only on windows so it must have the CRLF line ending style
Stefano Mazzocchi
2010-05-31 06:05:16 +0000
2edda3f193fixing linux distro
Stefano Mazzocchi
2010-05-30 19:27:41 +0000
97842fabddstarting GAE support
Stefano Mazzocchi
2010-05-30 18:48:14 +0000
f92ecfb715make the clean refactor become the new trunk
Stefano Mazzocchi
2010-05-30 18:24:30 +0000
e3fc7ab603bringing the refactor branch up to speed with trunk (everything works like in trunk for now, although some tests still fail)
Stefano Mazzocchi
2010-05-30 18:18:59 +0000