|
|
@1002
|
13 years |
t.w.abma |
- added functionality to check for existing entities when importing …
|
|
|
@999
|
13 years |
t.w.abma |
- fixed constraint violation error by adding parent to the entities
|
|
|
@993
|
13 years |
t.w.abma |
- fixed exception which came when trying to import data which cannot …
|
|
|
@983
|
13 years |
robert |
New type of authentication and authorization added to the rest …
|
|
|
@976
|
13 years |
robert |
Authentication and authorization for studies is added, according to …
|
|
|
@936
|
13 years |
t.w.abma |
- Nimble removed, AAAA-plugin installed (based on Spring Security), …
|
|
|
@898
|
13 years |
keesvb |
update authentication service for REST services to also accept SHA256 …
|
|
|
@897
|
13 years |
keesvb |
fixed multiple bugs in importer, really implemented the header and …
|
|
|
@831
|
13 years |
keesvb |
first implementation of user-based REST services, only checks whether …
|
|
|
@735
|
13 years |
tabma |
- improved partial missing code documentation
|
|
|
@732
|
13 years |
tabma |
- added ability to choose sheet, header index and datamatrix index
|
|
|
@729
|
13 years |
tabma |
- removed duplicate import
|
|
|
@725
|
13 years |
keesvb |
enabled boolean field recognition of 'x', added SamplingEvent? field …
|
|
|
@724
|
13 years |
tabma |
- fixed break at SamplingEvent?
|
|
|
@723
|
13 years |
tabma |
- enabled SamplingEvent?
|
|
|
@706
|
13 years |
keesvb |
updated import logic to add events and samples to the study
|
|
|
@686
|
13 years |
tabma |
- improved validation in importerservice, now skips faulty entities …
|
|
|
@684
|
13 years |
tabma |
- integer column is now correctly returned as an integer …
|
|
|
@669
|
13 years |
tabma |
- added "Don' t import" functionality which ignores columns
|
|
|
@666
|
13 years |
tabma |
- unparsable values from Excel will be ignored
|
|
|
@655
|
13 years |
tabma |
- fixed header and column import with mouse test dataset
|
|
|
@634
|
13 years |
tabma |
- improved Excel cell type detection again, decimal values in an …
|
|
|
@632
|
13 years |
tabma |
- extra step for Simple Import Wizard implemented for easy adding and …
|
|
|
@589
|
13 years |
duh |
- removed debug line cluttering the catalina.out tomcat output…
|
|
|
@545
|
14 years |
tabma |
- fixed Advanced Import Wizard (preferredIdentifier issues)
|
|
|
@534
|
14 years |
tabma |
- rewrote MappingColumn? (and underlying methods) to have a String …
|
|
|
@507
|
14 years |
roberth |
Implemented file upload template fields
|
|
|
@489
|
14 years |
tabma |
- simple wizard, tag library for properties added with a …
|
|
|
@485
|
14 years |
tabma |
- refactored (now using configuration file where entities to be used …
|
|
|
@415
|
14 years |
tabma |
- refactored code and templates of the Importer Wizard, now makes use …
|
|
|
@397
|
14 years |
duh |
- reformatted source code
- added mega huge big ASCII comments to …
|
|
|
@359
|
14 years |
duh |
- set keyword expansion
|
|
|
@350
|
14 years |
keesvb |
added ontology/term properties, getting code to work from clean build: …
|
|
|
@334
|
14 years |
tabma |
- removed debugging info
|
|
|
@333
|
14 years |
tabma |
- changed search for Stringlist items to case-insensitive (reading …
|
|
|
@328
|
14 years |
tabma |
- study can be selected, imported data fancier postview, lazy loading …
|
|
|
@322
|
14 years |
tabma |
- highlight columns which are null (unused fields and/or values could …
|
|
|
@321
|
14 years |
tabma |
- identifying columns get stored using 'name' attribute of entities as …
|
|
|
@312
|
14 years |
tabma |
- uniquely identified column selection moved to first page and changed …
|
|
|
@307
|
14 years |
tabma |
- dynamic finder used instead of getTerm-method to retrieve a term
|
|
|
@297
|
14 years |
tabma |
- imported data is now being saved in the database (be sure that you …
|
|
|
@284
|
14 years |
tabma |
- entities functionally persisted (TODO: conversion of String to Float …
|
|
|
@283
|
14 years |
tabma |
- final step in the wizard, implemented method in the ImporterService? …
|
|
|
@274
|
14 years |
tabma |
- Excel data file data is parsed completely and entities are …
|
|
|
@273
|
14 years |
tabma |
- Excel file is parsed, per row a record is created containing …
|
|
|
@268
|
14 years |
tabma |
- identifier column added
|
|
|
@259
|
14 years |
tabma |
- Entity record creator implemented (using MappingColumn?)
|
|
|
@255
|
14 years |
tabma |
- rewrite of celltype detection
|
|
|
@247
|
14 years |
duh |
- set keyword expansion
|
|
|
@245
|
14 years |
tabma |
- columnmapping added
|
|
|
@231
|
14 years |
tabma |
- property page contains columns and field identifiers combined in the …
|
|
|
@203
|
14 years |
tabma |
- rewrote to HashMap? based columns (columns are always unique, storing …
|
|
|
@187
|
14 years |
keesvb |
changed definition of clean data layer, implemented it for the …
|
|
|
@169
|
14 years |
tabma |
- created taglibrary for importer and first implementation detection …
|
|
|
@147
|
14 years |
tabma |
- basic skeleton for the importer/previewer
|
|
|
@106
|
14 years |
keesvb |
added first version of clean data layer specification and clinical …
|
|
|
@34
|
14 years |
duh |
-removed testing authorization code
-looking at 'apache shiro' and / …
|
|
|
@15
|
14 years |
duh |
-added initial implementation of authorization code
|
|
|
@14
|
14 years |
duh |
added keyword expansion
|
|
|
@13
|
14 years |
duh |
added some comments
|
|
|
@12
|
14 years |
duh |
Updated the BaseController? to incorporate basic authentication (not …
|
|
|
@4
|
14 years |
duh |
Initial check-in of a fresh grails application
|