https://github.com/department-of-veterans-affairs/Leo

sort by:
Revision Author Date Message Commit Date
95d94b9 [maven-release-plugin] prepare for next development iteration 27 April 2016, 18:28:35 UTC
b838c06 [maven-release-plugin] prepare release leo-2016.04.1 27 April 2016, 18:28:31 UTC
2f6b4cd Updated service dependency 27 April 2016, 18:23:10 UTC
1ee7a98 Changed the module order. 27 April 2016, 18:01:25 UTC
c35aa53 Merge remote-tracking branch 'origin/master' 27 April 2016, 17:50:39 UTC
e19b70d Removed the WhitespaceTokenizer dependency. For the Client added the service module as a test dependency only. Updated the WhitespaceTokenizer annotator to conform to the new leo service. 27 April 2016, 17:50:31 UTC
74a62b0 [maven-release-plugin] prepare for next development iteration 25 April 2016, 20:49:33 UTC
12b7ea4 [maven-release-plugin] prepare release leo-2016.04.0 25 April 2016, 20:49:32 UTC
20128d3 Updated path in LeoRemoteAEDescriptorTest 25 April 2016, 20:47:02 UTC
6112627 adding test exception for SimpleXmiListenerTest when first file in the directory found is not one of the output xmi files. 25 April 2016, 19:43:24 UTC
2364e05 Adding error message in test to diagnose issue with test failure in Jenkins. 25 April 2016, 19:31:38 UTC
41709f1 removed redundant commons-lang3 dependancy 25 April 2016, 19:23:57 UTC
a2db6bb Updated dependency information to add commons-lang3 to the core package and changed the imports accordingly in SimpleCsvListenerTest, SimpleXmiListenerTest, and GenerateDescriptorsTest. 25 April 2016, 19:09:47 UTC
eabaab8 Updated dependency information to add commons-lang3 to the core package and changed the imports accordingly in LeoAEDescriptorTest and JdbcScriptRunnerTest. 25 April 2016, 19:03:02 UTC
cb7c0b1 Updating the version information in the POMs 25 April 2016, 18:44:50 UTC
002ee38 Completed updating the user guide documentation. Will need to perform some additional changes once the leo-example project has been updated. 25 April 2016, 18:23:25 UTC
21851b6 Part way through updating documentation. Starting the BaseLeoCollectionReader section. Updated the README. Updated the Service to improve deployment options. 22 April 2016, 17:48:32 UTC
2688baf adding clover directory to ignore file 11 April 2016, 18:36:39 UTC
cffdbc5 Completed tests for the Service class. Up to 80.1% overall. 08 April 2016, 23:36:10 UTC
a5fd8cb Updated tests for LeoRemoteAEDescriptor 08 April 2016, 23:21:13 UTC
1555ccf Added testing for BaseFileCollectionReader and the LeoDeployDescriptor. We are tantalizingly close to 80% overall, currently 79.6% 08 April 2016, 22:51:06 UTC
c0725fc Updated unit tests to augment the CSI type testing. 08 April 2016, 21:54:06 UTC
da4dbb0 Updated unit tests for the tools package and the BaseListenerTest. 07 April 2016, 22:51:16 UTC
4a8d69e Updated the LeoPropertiesTest and JdbcScriptRunnerTest classes. 07 April 2016, 21:17:54 UTC
7fa4150 Completed the model tests coverage now at 100% 07 April 2016, 15:43:49 UTC
ec7a289 Finished updating the listener unit tests. 05 April 2016, 23:26:07 UTC
2808ec4 Simple CSV and Xmi Listener tests. 04 April 2016, 21:59:14 UTC
39c03ac Updated unit tests for the collection readers and descriptors whose packages are now 80%+ 04 April 2016, 19:35:47 UTC
ceadb09 Modified the SimpleXmiListener to serialize a type system to the output directory. Regenerated a new xmi-corpus and created unit tests for the reader to both the old bad corpus and the new good corpus. Completed the unit tests for the XmiFileCollectionReader. The cr package is now at 82.3% 01 April 2016, 19:08:36 UTC
6b2bbca Updated ExternalCollectionReaderTests 31 March 2016, 22:11:11 UTC
babe443 Updated SQLServerPagedDatabaseReaderTests to improve coverage. 31 March 2016, 21:50:35 UTC
3192a57 BatchDatabaseCollectionReader unit tests. 31 March 2016, 21:21:51 UTC
84c8ab7 Added tests for the BaseDatabaseCollectionReader and DatabaseCollectionReader. 31 March 2016, 20:02:27 UTC
3f3ecf7 CommandLineClient unit tests created. Only static methods not covered. 31 March 2016, 16:40:11 UTC
8b764c2 Created unit tests for the Client as well as supporting classes. Code reformatting and a few other unit tests added for the AsciiService, XMLSerializer, TypeLibrarian, and GenerateDescriptors classes. 30 March 2016, 23:30:10 UTC
6350e4a Finished the AE package unit tests coverage for that package now a min. 80+% for all Classes and 88.1% for the package as a whole. 25 March 2016, 20:15:24 UTC
4152c1d Fixed a minor bug I discovered after modifying the LeoRemoteAnnotator constructor and subsequent unit test. 24 March 2016, 22:46:26 UTC
136521e Made all the rest of the changes for the filters implementation per the architectural review. Implemented unit tests for invalid type names in the filter list, include filter, exclude filter, and input types checking. https://www.pivotaltracker.com/story/show/88255052 24 March 2016, 22:03:19 UTC
d818f1b Updated the LeoBaseAnnotator per the review of the annotation filter. Added a collection reader descriptor method to the BaseLeoCollectionReader so that the description could be captured and output when needed. 23 March 2016, 23:27:56 UTC
412104e Modified the SimpleXmiListenerTest so that it would pass unit tests on the command line as well as in IDEA. Updated packages and dependencies in Maven POMs. Implemented annotation filter beta code for architectural review. 22 March 2016, 21:34:29 UTC
47621ff Completed work on the listeners and unit tests. All tests now passing. Updated BaseDatabaseListener to correct field getters and setters that were missed. 17 March 2016, 19:53:54 UTC
f06173c Still working on updating the listeners and readers to implement the Builder pattern. Added scope to the generic return types of the setters so the compiler could do the right thing and not default to Object as the return type. Working on the unit tests. 16 March 2016, 20:14:43 UTC
baf7528 Created initilization utilities in ConfigurationParameterUtils. Moved LeoBaseAnnotator and BaseFileCollectionReader to the Utils configuration. Fixed error in initializing FilenameFilter in the BaseFileCollectionReader. Completed changes to support the builder pattern in the readers and fixed unit tests for the new pattern. 15 March 2016, 16:55:33 UTC
f328032 Implementing changes to the way the readers are initialized. In the process of adding getters and setters for the builder pattern. Once this is complete will modify the unit tests next. 11 March 2016, 23:00:56 UTC
e0f7fdc Created the ConfigurationParameterUtils class to handle retrieval of parameter names and values for the LeoConfigurationParameter annotations. Updated the LeoBaseAnnotator and BaseLeoCollectionReader to use the ConfigurationParameterUtils to get parameters instead of handling them on their own. Changed the BaseLeoCollectionReader to do all initialization. Next will update extending readers. 10 March 2016, 23:48:14 UTC
a545419 After investigation of uimaFit made some initial changes to the Annotation. Will create a leo-2016-release branch next. 10 March 2016, 20:25:13 UTC
26342b1 TODO items from architectural review 10 March 2016, 16:00:36 UTC
eb15312 Deprecated the Param class and removed parameters from there. Added getters and setters for input types and output type. Removed legacy parameters list. 19 February 2016, 16:56:50 UTC
755201a Merge branch 'annotation_changes' into merge_201602 # Conflicts: # service/src/main/java/gov/va/vinci/leo/ae/LeoBaseAnnotator.java 18 February 2016, 20:32:04 UTC
bd28841 Adding presentation 04 January 2016, 13:18:12 UTC
a6dfe5c Removing .releaseBackup files 29 October 2015, 17:45:44 UTC
4689442 [maven-release-plugin] prepare for next development iteration 29 October 2015, 17:31:02 UTC
8c63ee5 [maven-release-plugin] prepare release leo-2015.10.1 29 October 2015, 17:31:02 UTC
8414644 Still updating dependency strings trying to get the versions to synch for a release build. 29 October 2015, 17:29:14 UTC
edc54ce Updating versions to prepare for release. 29 October 2015, 17:20:04 UTC
ed2319f Updated Client to implement type system description retrieval from the service, static methods as well as instance methods. Updated version string in the POM. 28 October 2015, 23:26:17 UTC
faf8be3 Updated Leo build and reports sections for the parent POM to get the latest plugins. Fixed minor bug in the ServiceTest class. 28 October 2015, 16:49:56 UTC
b265d2e [maven-release-plugin] prepare for next development iteration 27 April 2015, 21:32:04 UTC
c341622 [maven-release-plugin] prepare release leo-2015.04.0 27 April 2015, 21:32:02 UTC
bb18984 added first and max offsets for paged query reader. 27 April 2015, 21:17:09 UTC
baa6b6a [maven-release-plugin] prepare for next development iteration 30 March 2015, 19:38:11 UTC
1af3210 [maven-release-plugin] prepare release leo-2015.03.1 30 March 2015, 19:38:10 UTC
b3fbe1e PT 87325488 - Added the getListeners method to the LeoClient class. Returns the list of listeners. If no listeners have been registered then the list will be empty. 30 March 2015, 19:27:22 UTC
c7b2604 [maven-release-plugin] prepare for next development iteration 20 March 2015, 20:53:00 UTC
30ad584 [maven-release-plugin] prepare release leo-2015.03.0 20 March 2015, 20:52:59 UTC
4f90901 PT #88870022 - Modified the BatchDatabaseCollectionReader to continue batch processing when blank batches are returned until the number of batches have been exhausted. Cleaned up the batch checking logic. SQLServerPagedDatabaseCollectionReader could not be modified to accommodate this change because there is no set number of batches. By definition when a query is empty we have reached the end of the number of rows in the view/table. Recommend we add a feature for an upper limit on the number of batches in order to be able to split data between multiple clients. 20 March 2015, 20:49:19 UTC
9d65736 [maven-release-plugin] prepare for next development iteration 13 March 2015, 20:04:56 UTC
0984f93 [maven-release-plugin] prepare release leo-2015.02.0 13 March 2015, 20:04:55 UTC
83d0512 [maven-release-plugin] prepare for next development iteration 13 March 2015, 19:51:34 UTC
60cf7f6 [maven-release-plugin] prepare release leo-2015.01.8 13 March 2015, 19:51:32 UTC
1927e4b implementing getParameters for backwards compatibility. Marked as deprecated. 13 March 2015, 19:41:36 UTC
0da772a [maven-release-plugin] prepare for next development iteration 29 January 2015, 17:49:13 UTC
c240161 [maven-release-plugin] prepare release leo-2015.01.7 29 January 2015, 17:49:10 UTC
523d1db updated to snapshot from failed release build 29 January 2015, 17:46:36 UTC
64702c6 [maven-release-plugin] prepare for next development iteration 29 January 2015, 17:42:52 UTC
4d11941 [maven-release-plugin] prepare release leo-2015.01.6 29 January 2015, 17:42:50 UTC
306d1a1 updated to snapshot from failed release build 29 January 2015, 17:36:22 UTC
eb5bff9 updated to snapshot from failed release build 29 January 2015, 17:35:48 UTC
17ee194 updated to snapshot from failed release build 29 January 2015, 17:35:07 UTC
af45029 updated to snapshot from failed release build 29 January 2015, 17:33:04 UTC
04f4682 [maven-release-plugin] prepare release leo-2015.01.5 29 January 2015, 17:31:07 UTC
c9fea47 another attempt at fixing javadoc:aggregate issue that prevents release 29 January 2015, 17:28:45 UTC
82c305a [maven-release-plugin] prepare for next development iteration 29 January 2015, 16:29:17 UTC
e4752a9 [maven-release-plugin] prepare release leo-2015.01.4 29 January 2015, 16:29:17 UTC
cd98e73 fix javadoc site issue 29 January 2015, 16:26:52 UTC
fd28fd5 [maven-release-plugin] prepare for next development iteration 29 January 2015, 16:12:07 UTC
4945738 [maven-release-plugin] prepare release leo-2015.01.3 29 January 2015, 16:12:07 UTC
e3ea956 adding empty class so mvn site deploy will work on jenkins. 29 January 2015, 16:06:20 UTC
44ab361 [maven-release-plugin] prepare for next development iteration 29 January 2015, 15:56:12 UTC
8da9c77 [maven-release-plugin] prepare release leo-2015.01.2 29 January 2015, 15:56:11 UTC
4799087 Merge branch 'master' of http://decipher.chpc.utah.edu/gitblit/r/bones/leo 29 January 2015, 15:53:54 UTC
a42b9a4 fixed distribution management for local install 29 January 2015, 15:53:51 UTC
6dcc209 [maven-release-plugin] prepare for next development iteration 29 January 2015, 15:50:19 UTC
0906696 [maven-release-plugin] prepare release leo-2015.01.1 29 January 2015, 15:50:18 UTC
9b7cf6b [maven-release-plugin] prepare for next development iteration 29 January 2015, 15:47:09 UTC
698767c [maven-release-plugin] prepare release leo-2015.01.0 29 January 2015, 15:47:06 UTC
07be341 sql server page query commit 26 January 2015, 17:12:46 UTC
dceffbd added SQL Paged Query support and the associated collection reader. PT# 85020774 20 January 2015, 21:53:55 UTC
a74c9c2 better logging of errors in the listener. PT #85920162 20 January 2015, 17:38:34 UTC
2978e3e test fix, and DatabaseCollectionReader fix when column returns null. (PT: 85745520) 20 January 2015, 16:26:43 UTC
back to top