source: trunk/grails-app/services/dbnp/importer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1553   13 years robert First version of a simple wizard
(edit) @1536   13 years t.w.abma - fixed refresh of first page in import wizard, to fix: …
(edit) @1527   13 years t.w.abma - Importermappings can now be fully retrieved and stored in step 2 of …
(edit) @1515   13 years t.w.abma - added load/save button to mappings page - fuzzy button applies fuzzy …
(edit) @1499   13 years t.w.abma - removed some debug statements
(edit) @1492   13 years t.w.abma - corrected StringList? items in the mappings page are now also …
(edit) @1489   13 years t.w.abma - improved missing values in stringlist fields, still to fix: make …
(edit) @1471   13 years work - double imports
(edit) @1469   13 years t.w.abma - importer doesn't crash on empty (null) rows in an Excel sheet …
(edit) @1457   13 years work - fixed missing imports caused by Intellij's smart refactoring... …
(edit) @1456   13 years business moved gdt package to org.dbnp, moved tests for RelTime?, …
(edit) @1430   13 years work - set keyword expansion
(edit) @1426   13 years work - Resolved part of improvement #225 - refactored the template model …
(edit) @1422   13 years work - fixed importer issue with the authentication service not being …
(edit) @1421   13 years work - fixed importer issue with the authentication service not being …
(edit) @1417   13 years work - did some extreme programming with Tjeerd to fix issues in the …
(edit) @1416   13 years t.w.abma - again fixed the importer, persisting seemed to work fine, but …
(edit) @1411   13 years t.w.abma - cleaned up importer service and controller (and removed flow …
(edit) @1402   13 years t.w.abma - minor fix in saveDatamatrix method in ImporterService?, by adding …
(edit) @1376   13 years t.w.abma - casting errors are nog being ignored, but are at least logged, …
(edit) @1367   13 years t.w.abma - added dialog (based on study wizard) for more detailed information …
(edit) @1326   13 years t.w.abma - indendation fix
(edit) @1318   13 years t.w.abma - removed obsolete code
(edit) @1317   13 years t.w.abma - seems that depending on the Excel-sheet type a XSSFCell or HSSFCell …
(edit) @1316   13 years t.w.abma - trigger for restart (committed too fast between to commits?)
(edit) @1315   13 years t.w.abma - replaced HSSFCell by XSSFCell-object (returned when getting a cell …
(edit) @1311   13 years t.w.abma - removed parent-setters from saveDatamatrix-method in ImporterService?
(edit) @1277   13 years t.w.abma - rewrite of the Importer Wizard into an Ajaxflow
(edit) @1223   13 years t.w.abma - improved error messaging in the last step of the wizard
(edit) @1207   13 years t.w.abma - added an initial simple overview in last step of import wizard …
(edit) @1202   13 years t.w.abma - removed extra step and implemented a failed cells check in step 3 …
(edit) @1190   13 years t.w.abma - removed debugging info
(edit) @1187   13 years t.w.abma - fixed transient and samples.name error (the latter was caused by …
(edit) @1171   13 years t.w.abma - added add / modify to date template chooser - added some JS to …
(edit) @1164   13 years t.w.abma - removed INTEGER/FLOAT support in the Import Wizard and replaced them …
(edit) @1143   13 years t.w.abma - import wizard: fuzzy matching for column properties (step 2) implemented
(edit) @1141   13 years t.w.abma - added fuzzy matching to importer tag library
(edit) @1126   13 years t.w.abma - initial fuzzy logic incorporated in Importer service
(edit) @1122   13 years t.w.abma - preview fixed (sometimes didn't show all values read from Excel), …
(edit) @1121   13 years t.w.abma - rewrote part of the importer and added a ImportRecord? and ImportCell?
(edit) @1103   13 years t.w.abma - added error page for importer - empty ontologies detected in Excel …
(edit) @1093   13 years t.w.abma - failed cells correction now implemented in an extra step which …
(edit) @1087   13 years s.h.sikkema Added xlsx import functionality
(edit) @1083   13 years t.w.abma - added logic for cleaning up 'failed cells' in the imported datamatrix
(edit) @1058   13 years t.w.abma - added failed cells view/logic - fixed Study-owner bug
(edit) @1050   13 years t.w.abma - initial "failed cells" logic figured out, now extracts cells from …
(edit) @1045   13 years t.w.abma - temporary removed addition of failed cells to when using …
(edit) @1044   13 years t.w.abma - added record which contains failed columns, should be passed to an …
(edit) @1028   13 years t.w.abma - fixed NPE when empty cells were read from Excel and the property, …
(edit) @1002   13 years t.w.abma - added functionality to check for existing entities when importing …
(edit) @999   13 years t.w.abma - fixed constraint violation error by adding parent to the entities
(edit) @993   13 years t.w.abma - fixed exception which came when trying to import data which cannot …
(edit) @897   13 years keesvb fixed multiple bugs in importer, really implemented the header and …
(edit) @735   13 years tabma - improved partial missing code documentation
(edit) @732   13 years tabma - added ability to choose sheet, header index and datamatrix index
(edit) @729   13 years tabma - removed duplicate import
(edit) @725   13 years keesvb enabled boolean field recognition of 'x', added SamplingEvent? field …
(edit) @724   13 years tabma - fixed break at SamplingEvent?
(edit) @723   13 years tabma - enabled SamplingEvent?
(edit) @706   13 years keesvb updated import logic to add events and samples to the study
(edit) @686   13 years tabma - improved validation in importerservice, now skips faulty entities …
(edit) @684   13 years tabma - integer column is now correctly returned as an integer …
(edit) @669   13 years tabma - added "Don' t import" functionality which ignores columns
(edit) @666   13 years tabma - unparsable values from Excel will be ignored
(edit) @655   13 years tabma - fixed header and column import with mouse test dataset
(edit) @634   13 years tabma - improved Excel cell type detection again, decimal values in an …
(edit) @632   13 years tabma - extra step for Simple Import Wizard implemented for easy adding and …
(edit) @589   13 years duh - removed debug line cluttering the catalina.out tomcat output…
(edit) @545   14 years tabma - fixed Advanced Import Wizard (preferredIdentifier issues)
(edit) @534   14 years tabma - rewrote MappingColumn? (and underlying methods) to have a String …
(edit) @489   14 years tabma - simple wizard, tag library for properties added with a …
(edit) @485   14 years tabma - refactored (now using configuration file where entities to be used …
(edit) @415   14 years tabma - refactored code and templates of the Importer Wizard, now makes use …
(edit) @359   14 years duh - set keyword expansion
(edit) @350   14 years keesvb added ontology/term properties, getting code to work from clean build: …
(edit) @334   14 years tabma - removed debugging info
(edit) @333   14 years tabma - changed search for Stringlist items to case-insensitive (reading …
(edit) @328   14 years tabma - study can be selected, imported data fancier postview, lazy loading …
(edit) @322   14 years tabma - highlight columns which are null (unused fields and/or values could …
(edit) @321   14 years tabma - identifying columns get stored using 'name' attribute of entities as …
(edit) @312   14 years tabma - uniquely identified column selection moved to first page and changed …
(edit) @307   14 years tabma - dynamic finder used instead of getTerm-method to retrieve a term
(edit) @297   14 years tabma - imported data is now being saved in the database (be sure that you …
(edit) @284   14 years tabma - entities functionally persisted (TODO: conversion of String to Float …
(edit) @283   14 years tabma - final step in the wizard, implemented method in the ImporterService?
(edit) @274   14 years tabma - Excel data file data is parsed completely and entities are …
(edit) @273   14 years tabma - Excel file is parsed, per row a record is created containing …
(edit) @268   14 years tabma - identifier column added
(edit) @259   14 years tabma - Entity record creator implemented (using MappingColumn?)
(edit) @255   14 years tabma - rewrite of celltype detection
(edit) @247   14 years duh - set keyword expansion
(edit) @245   14 years tabma - columnmapping added
(edit) @231   14 years tabma - property page contains columns and field identifiers combined in the …
(edit) @203   14 years tabma - rewrote to HashMap? based columns (columns are always unique, storing …
(edit) @169   14 years tabma - created taglibrary for importer and first implementation detection …
(add) @147   14 years tabma - basic skeleton for the importer/previewer
Note: See TracRevisionLog for help on using the revision log.