log

age author description
2016-11-07 Raimund Renkert Authorize messprogramm - messmethode.
2016-11-07 Raimund Renkert Export entnahme ort and ursprungs orte.
2016-11-07 Raimund Renkert Fixed hibernate model for stammdaten.ort.
2016-11-07 Raimund Renkert Added hibernate model for ortszusatz.
2016-11-07 Raimund Renkert Parse, map and merge orte.
2016-11-07 Raimund Renkert Implemented merge process for orte.
2016-11-07 Raimund Renkert Updated hibernate model.
2016-11-07 Raimund Renkert Updated stammdaten schema.
2016-11-03 Raimund Renkert Fixed namespace for stammdaten ort in authorization.
2016-11-01 Tom Gottfried Next version planned is 2.4.1.
2016-11-01 Tom Gottfried Added tag 2.4.0 for changeset fb90e4d8bd0d
2016-11-01 Tom Gottfried Prepare tag. 2.4.0
2016-11-01 Raimund Renkert Stop the import if the parser has detected an error.
2016-11-01 Raimund Renkert Let the database control the tree_modified column for StatusProtokoll
2016-11-01 Raimund Renkert merged.
2016-11-01 Raimund Renkert Let the database control the tree_modified column (disable insert and update)
2016-11-01 Tom Gottfried Use any identifier because idAlt might be null.
2016-11-01 Tom Gottfried Add and use helper function for identification.
2016-11-01 Tom Gottfried Remove verbose debug logging.
2016-11-01 Tom Gottfried Tell the user its a Messstelle.
2016-11-01 Tom Gottfried Output more comprehensive message instead of token number.
2016-11-01 Tom Gottfried Adapt definition to LAF and validate uniqueness of idAlt.
2016-11-01 Tom Gottfried Remove misleading comment.
2016-10-31 Tom Gottfried Do not try to persist Probe objects with validation errors.
2016-10-31 Tom Gottfried Fix UNIQUE-constraint and respective validation.
2016-10-31 Tom Gottfried Avoid NPE on trying to delete non-existent Probe object.
2016-10-31 Tom Gottfried Response is not unsuccessful itself because of any single error.
2016-10-31 Tom Gottfried Set Messstelle as default for Messlabor in LAF import.
2016-10-28 Tom Gottfried Do not allow empty string for media descriptor.
2016-10-28 Tom Gottfried StatusWertService: accept comma separated list of Messung IDs.
2016-10-28 Tom Gottfried Rev d1d7d684800c missed to adapt default FK value.
2016-10-28 Tom Gottfried Switch back to 1-based id of betriebsart.
2016-10-28 Raimund Renkert Changed from primitive datatype to class to make attribtes nullable.
2016-10-28 Raimund Renkert merged.
2016-10-28 Raimund Renkert Fixed query that uses status_wert to filter messungen.
2016-10-27 Tom Gottfried Client and server now expect these combinations to be modelled, too.
2016-10-27 Tom Gottfried Replace code duplicating validation rule with validation.
2016-10-27 Tom Gottfried Persist errors intended to be shown to the user.
2016-10-27 Raimund Renkert Removed debug output
2016-10-27 Raimund Renkert Made importer a bit more error resistent.
2016-10-27 Raimund Renkert Adjusted laf exporter to fit the new specifications.
2016-10-27 Raimund Renkert merged.
2016-10-27 Raimund Renkert Added antlr4 dependencies to pom.xml and war archive in tests.
2016-10-26 Tom Gottfried Fix identification of identifier for error report.
2016-10-26 Tom Gottfried Fix setting sequences in test data.
2016-10-26 Raimund Renkert Fixed error handling for importer.
2016-10-24 Raimund Renkert Added method to authorize new objects.
2016-10-24 Raimund Renkert Fixed NPE in error listener.
2016-10-24 Raimund Renkert Fixed merging objects during import.
2016-10-24 Raimund Renkert Added method to get the object found in the db.
2016-10-24 Raimund Renkert Updated importer.
2016-10-24 Raimund Renkert Removed column 'datenbasis_id' from messprogramm_transfer table.
2016-10-14 Tom Gottfried Close branch schema-update after being merged to default. schema-update
2016-10-14 Tom Gottfried Merged branch schema-update into default.
2016-10-14 Tom Gottfried Ignore TAGS file.
2016-10-14 Tom Gottfried Adapt version name.
2016-10-14 Tom Gottfried Added tag 2.3.0 for changeset effef57f3f7e
2016-10-14 Tom Gottfried Complement and correct data model and docs for queries. 2.3.0
2016-10-13 Tom Gottfried Fix IDs vs. sequence.
2016-10-13 Tom Gottfried Apply database seeding only once and run all tests in sequence.
2016-10-13 Tom Gottfried Untabify config file and improve logging.
2016-10-13 Tom Gottfried Fix regression of Rev 37952c111f71.
2016-10-13 Tom Gottfried Code style.
2016-10-13 Tom Gottfried Remove obsolete query configuration.
2016-10-13 Tom Gottfried Prepare for easier schema update testing.
2016-10-13 Tom Gottfried Run psql quietly when running large SQL scripts.
2016-10-13 Michael Stanko update stammdaten.deskriptor_umwelt schema-update
2016-10-11 Tom Gottfried Use Intervall-class for generation of yearly Probe objects.
2016-10-10 Tom Gottfried Fix validation of subintervall for yearly samples.
2016-10-10 Tom Gottfried Remove unused private methods.
2016-10-07 Michael Stanko update db_schema/stammdaten_data.sql schema-update
2016-10-01 Tom Gottfried Use Intervall class for generation of weekly Probe objects.
2016-09-30 Tom Gottfried Remove verbose logging in potentially heavily used function.
2016-09-30 Tom Gottfried Calendar.DAY_OF_YEAR is 1-based.
2016-09-30 Tom Gottfried Avoid repeating potentially lengthy download of shapefiles.
2016-09-30 Tom Gottfried Use Intervall class for daily Probe objects.
2016-09-30 Tom Gottfried Adjust end to end of the day.
2016-09-30 Tom Gottfried Remove obsolete TODO comment.
2016-09-30 Tom Gottfried Authorize generation of Probe objects by Messprogramm.
2016-09-30 Tom Gottfried Do not authorize everything unknown.
2016-09-30 Tom Gottfried Add minimalistic authorization for Messprogramm.
2016-09-30 Raimund Renkert Removed old importer stuff and added new Importer based on antlr4 grammar. schema-update
2016-09-30 Tom Gottfried Avoid ISE if invalid datetime values are provided.
2016-09-30 Tom Gottfried A period with end before start is meaningless.
2016-09-29 Tom Gottfried A period with end before start is meaningless.
2016-09-29 Tom Gottfried Validate against possible maxima.
2016-09-29 Tom Gottfried Generalize generation of Proben for (multiples of) months.
2016-09-27 Tom Gottfried Complement data model and validation of sub-intervalls.
2016-09-27 Tom Gottfried Make generation of monthly Probes respect actual lenght of months.
2016-09-27 Tom Gottfried Avoid detour via Date object.
2016-09-23 Tom Gottfried Improve readability for easier debugging.
2016-09-23 Tom Gottfried Set default in data model instead of on generation of Probe objects.
2016-09-23 Tom Gottfried Remove null-checks for already validated mandatory fields.
2016-09-23 Tom Gottfried Remove unused redundant arguments.
2016-09-28 Michael Stanko extend docker envireoment to load geographical data of german comunities
2016-09-28 Michael Stanko ange ShibbolethFilter to accept non-ldap-formated roles (without cn=..)
2016-09-23 Tom Gottfried Remove wrong period check.
2016-09-22 Maximilian Krambach fixed some nullpointers in messproramm validator rules
2016-09-20 Raimund Renkert Fixed data input for messporgramm_transfer table. schema-update
2016-09-20 Raimund Renkert Added new table for messprogramm mappings. schema-update
2016-09-19 Raimund Renkert Added unit tests for importer update path. schema-update
2016-09-19 Raimund Renkert Added class to merge/update objects coming from the importer. schema-update
2016-09-09 Raimund Renkert Added unit tests for probe- and messung identifier. schema-update
2016-09-09 Raimund Renkert Added identifier for probe and messung objects for use in LAF importer. schema-update
2016-09-09 Raimund Renkert Added unique constraint for probe.id_alt schema-update
2016-09-08 Tom Gottfried A period with end before start is not meaningful.
2016-09-07 Tom Gottfried A period with end before start is not meaningful.
2016-09-05 Raimund Renkert Added json export. schema-update
2016-09-05 Raimund Renkert Fixed warnings. schema-update
2016-09-05 Raimund Renkert Organized imports and removed unused logger. schema-update
2016-09-02 Raimund Renkert Updated unit tests to fit the new data model. schema-update
2016-09-02 Raimund Renkert Added Annotation to set the id to generated value. schema-update
2016-09-02 Raimund Renkert Fixed model and its dependencies. schema-update
2016-09-02 Raimund Renkert Fixed datatype for ba_id attribute. schema-update
2016-08-31 Raimund Renkert Removed verbose logging. schema-update
2016-08-31 Raimund Renkert Updated status workflow. schema-update
2016-08-31 Raimund Renkert Make dynamic inserts on probe and messung objects to avoid 'not null'-constraint error. schema-update
2016-08-31 Raimund Renkert Added additional attributes to complete the model. schema-update
2016-08-31 Raimund Renkert Updated sql query strings to match the new schema. schema-update
2016-08-31 Raimund Renkert Removed schema bund from setup_db script. schema-update
2016-07-08 Raimund Renkert merged. schema-update
2016-07-08 Raimund Renkert Moved referenced tables. schema-update
2016-07-08 Raimund Renkert Updated server application to new database model. THIS IS STILL WIP!!! schema-update
2016-07-04 Raimund Renkert Updated probe data. schema-update
2016-07-04 Raimund Renkert Added FK to probe and messprogramm. schema-update
2016-07-04 Raimund Renkert Added table betriebsart schema-update
2016-07-04 Raimund Renkert Updated references. schema-update
2016-07-04 Raimund Renkert Updated values. schema-update
2016-07-04 Raimund Renkert Added filter and query type table. schema-update
2016-07-04 Raimund Renkert Update data files. schema-update
2016-07-07 Michael Stanko add stammdaten.kta and stammdaten.ortszusatz schema-update
2016-07-05 Tom Gottfried Introduce default value vor Messregime in Messprogramm.
2016-07-04 Raimund Renkert Fixed typos. schema-update
2016-07-04 Raimund Renkert Made most constraints inline. schema-update
2016-07-04 Raimund Renkert Added inline FK constraints. schema-update
2016-07-04 Raimund Renkert Reordered tables. schema-update
2016-07-04 Raimund Renkert Replaced explicid sequences with serials. schema-update
2016-07-04 Raimund Renkert Fixed column names in constraints. schema-update
2016-07-04 Raimund Renkert Fixed names and typos. schema-update
2016-07-04 Raimund Renkert Renamed/Removed some columns. schema-update
2016-07-04 Raimund Renkert Use status_kombi as FK in status_protokol schema-update
2016-07-04 Raimund Renkert Added FK constraints. schema-update
2016-07-04 Raimund Renkert Removed column name, added column kommentar in messprogramm schema-update
2016-07-04 Raimund Renkert Renamed erzeuger to mst_id. schema-update
2016-07-04 Raimund Renkert Removed duplicated netzbetreiber column. (mst_id already contains the schema-update
2016-07-01 Raimund Renkert Moved comments to the end of the file. schema-update
2016-07-01 Raimund Renkert Added index for "child"-tables and removed index for probe. schema-update
2016-07-01 Raimund Renkert Moved messung.status FK constraint. schema-update
2016-07-01 Raimund Renkert Updated trigger and functions. schema-update
2016-07-01 Raimund Renkert Moved trigger creation to table definition. schema-update
2016-07-01 Raimund Renkert Moved FK constraints into table definition. schema-update
2016-07-01 Raimund Renkert Reordered table creation to allow inline definition of FKs. schema-update
2016-07-01 Raimund Renkert Moved unique constraints into table definition. schema-update
2016-07-01 Raimund Renkert Removed duplicated defaults. schema-update
2016-07-01 Raimund Renkert Declare primary keys in tabel definition. schema-update
2016-07-01 Raimund Renkert Removed obsolete search_path statements. schema-update
2016-07-01 Raimund Renkert Replaced explicit sequences by serials. schema-update
2016-07-01 Raimund Renkert Replaced translation tables for probe and messung with id_alt columns. schema-update
2016-07-01 Raimund Renkert Removed schema 'bund'. schema-update
2016-07-01 Tom Gottfried Make ID for Messregime an integer.
2016-07-01 Raimund Renkert Updated description how to create filters.
2016-07-01 Tom Gottfried Complement mandatory fields for messprogramm.
2016-07-01 Tom Gottfried Fix CHECK-Constraint definition.
2016-06-29 Raimund Renkert Added unique constraint to result.query_id and result.data_index and fixed data
2016-06-29 Raimund Renkert Added instructions for messung queries. Fixed typo.
2016-06-29 Raimund Renkert Beschreibung zur Erstellung von Filtern zu README hinzugefügt.
2016-06-28 Tom Gottfried Remove API that should not be used since rev 9121d99a471e.
2016-06-27 Tom Gottfried Removed code duplicated database trigger since rev 9121d99a471e.
2016-06-27 Tom Gottfried Check mandatory fields before saving a Messprogramm.
2016-06-17 Raimund Renkert Refactored probe generation.
2016-06-15 Tom Gottfried Correct comment.
2016-06-14 Tom Gottfried Deactivate tests for validators and land-interfaces.
2016-06-14 Tom Gottfried Avoid duplicate entries in interface tests.
2016-06-14 Tom Gottfried Use a minimal set of master data based on empty database for tests.
2016-06-08 Tom Gottfried Adapt LADA version in Dockerfile.
2016-06-08 Tom Gottfried Fix statusFilter query.
2016-06-08 Tom Gottfried Fix multiselect delimiter.
2016-06-07 Tom Gottfried Make tests more verbose on failure.
2016-06-07 Tom Gottfried New version number.
2016-06-07 Tom Gottfried Get version from pom.xml instead of hard coded.
2016-06-06 Tom Gottfried Merged.
2016-06-06 Tom Gottfried By convention, use client-i18n-strings for data_index.
2016-06-02 Tom Gottfried Add missing FK-constraint.
2016-06-02 Michael Stanko fix multiselect query
2016-06-02 Tom Gottfried Add option to create database with schema only.
2016-06-01 Tom Gottfried Authorize status change only for matching user.
2016-05-30 Tom Gottfried Explain with comments and remove conditions each applied by one above.
2016-05-30 Tom Gottfried IDs should be equal, not just contain each other.
2016-05-27 Tom Gottfried Improve readability.
2016-05-27 Raimund Renkert Fixed ldap group names in auth table.
2016-05-27 Raimund Renkert Fixed authorization issues.
2016-05-26 Raimund Renkert Use the netzbetreiber id value instead of casting data to ort and request
2016-05-26 Michael Stanko fix query config for messungs query
2016-05-25 Tom Gottfried Allow a user only to manipulate Ort with own Netzbetreiber.
2016-05-25 Tom Gottfried Avoid NPE if requested object does not exist.
2016-05-25 Tom Gottfried The database might refuse to delete an object e.g. due to FK constraints.
2016-05-24 Tom Gottfried Use ON DELETE CASCADE to ease removing queries from database.
2016-05-24 Tom Gottfried Sample data: Fix setting of query_id_seq.
2016-05-25 Raimund Renkert merged.
2016-05-25 Raimund Renkert Allow users to create a stammdaten ort.
2016-05-24 Tom Gottfried Correct Typo.
2016-05-24 Tom Gottfried Return correct response if update failed.
2016-05-23 Tom Gottfried Round some values to three digits, breaking ties half to even, before storing.
2016-05-18 Tom Gottfried statusStufe should be governed by the server only.
2016-05-18 Tom Gottfried Fix typo.
2016-05-18 Tom Gottfried Backed out changeset af0883b73551
2016-05-18 Tom Gottfried Fix typo.
2016-05-12 Michael Stanko change 'similar to' to 'IN' Conditions in filter queries
2016-05-11 Michael Stanko redesign messung query
2016-05-10 Tom Gottfried Fix query for messungen.
2016-05-10 Raimund Renkert Avoid NPE in status service.
2016-05-10 Raimund Renkert Removed check for duplicates in stammdatenservices (method: PUT).
2016-05-09 Tom Gottfried Fix IDs vs. sequence values.
2016-05-09 Raimund Renkert merged.
2016-05-09 Raimund Renkert Fixed database attribute name.
2016-05-06 Tom Gottfried Remove PostgreSQL 9.5-specific client parameter (again).
2016-05-06 Tom Gottfried A bit of cleanup.
2016-05-06 Tom Gottfried Stop on error.
2016-05-06 Tom Gottfried Remove wrong test operator and prepare for more options.
2016-05-04 Michael Stanko remove debug switch from setup-db.sh
2016-05-04 Michael Stanko add initialze sequences in lada_data.sql
2016-05-04 Michael Stanko erase mpr_id values in lada_data.sql
2016-05-04 Michael Stanko erase mpr_id values in lada_data.sql
2016-04-29 Raimund Renkert merged.
2016-04-29 Raimund Renkert Use databse triggers for update on field 'letzteAenderung'.
2016-04-28 Michael Stanko fix db-setup and stammdaten_data.sql
2016-04-15 Tom Gottfried Added missing UNIQUE-Constraint.
2016-04-13 Raimund Renkert Fixed typos and added simple query config for messung objects.
2016-04-13 Raimund Renkert Removed timestamp update (letzte_aenderung) from server code.
2016-04-13 Raimund Renkert Use authorization in status service.
2016-04-13 Raimund Renkert Always set statusEdit attribute for messung objects.
2016-04-13 Raimund Renkert Updated stammdaten services: allow multiselect filters and check duplicates
2016-04-08 Raimund Renkert merged.
2016-04-08 Raimund Renkert Fixed NPE for messungen without status.
2016-04-08 Raimund Renkert Added posible qid parameter to request messungen via query.
2016-04-08 Raimund Renkert Added service to request messung queries.
2016-04-08 Tom Gottfried We need a wider range to allow arbitrary input formated +-9.99e+-99
2016-04-08 Tom Gottfried Sequences in bund schema have to be set to correct values.
2016-04-08 Tom Gottfried netzbetreiber_id is mandatory for ort.
2016-04-08 Tom Gottfried Replace reference on non-existent dataset.
2016-04-08 Tom Gottfried Remove PostgreSQL 9.5-specific client parameter.
2016-04-07 Raimund Renkert Order result colums by the index stored in the db.
2016-04-07 Raimund Renkert Added data dumps.
2016-04-06 Raimund Renkert merged.
2016-04-06 Raimund Renkert Fixed authorization. Avoids NPE for users/roles without mst_id
2016-04-05 Tom Gottfried Set netzbetreiber-specific IDs UNIQUE per netzbetreiber.
2016-04-05 Tom Gottfried Set known mandatory fields in stammdaten NOT NULL.
2016-03-24 Tom Gottfried Fix automatic tests.
2016-03-24 Tom Gottfried Improve readability of DDL for editable stammdaten tables.
2016-03-23 Tom Gottfried probe and messprogramm always need a mst_id and labor_mst_id.
2016-03-23 Tom Gottfried Improve readability of DDL for messprogramm table.
2016-03-23 Tom Gottfried Improve readability of DDL for probe tables.
2016-03-14 Raimund Renkert Added labor_mst_id column to messprogramm.
2016-03-14 Raimund Renkert Add the initial status to generated messung objects.
2016-03-14 Raimund Renkert Use the laborMstId in generated probe objects.
2016-03-11 Raimund Renkert Fixed IAE on messung create.
2016-03-11 Raimund Renkert Load probe attribute 'laborMstId' from db and use this field to authorize
2016-03-09 Raimund Renkert Replaced replaceable character for 'SIMILAR TO' clause in queries
2016-02-19 Tom Gottfried Remove unused outdated API.
2016-02-19 Raimund Renkert Removed column 'query_id' from filter_value table.
2016-02-19 Raimund Renkert Added 'funktionen' as attribute to user service response.
2016-02-18 Raimund Renkert Check messung status to authorize GET requests on Messung objects.
2016-02-15 Tom Gottfried Use correctly working Postgres-JDBC-driver.
2016-02-15 Tom Gottfried Move auto-setting 'fertig' to correct block.
2016-02-15 Tom Gottfried There is no way from LAND-Rückfrage to LST-*.
2016-02-15 Tom Gottfried There are only two clear-cut cases where 'fertig' should be set.
2016-02-15 Tom Gottfried Allow 'editing' of status 'Rückfrage'
2016-02-12 Tom Gottfried Avoid NPE by rejecting invalid requests.
2016-02-12 Raimund Renkert merged
2016-02-11 Raimund Renkert Use lock mechanism for messung objects on status POST.
2016-02-11 Tom Gottfried These values can and should never be set.
2016-02-11 Tom Gottfried Available status values need to be filtered by the users functions.
2016-02-11 Tom Gottfried Allow filtering of columns of any type with IN().
2016-02-11 Tom Gottfried Use equals() to compare int-values of Integer objects.
2016-02-11 Tom Gottfried Fix copy-paste error.
2016-02-11 Raimund Renkert Use updated messung to evaluate authorization attributes.
2016-02-11 Raimund Renkert Permit users to add or reset a status on lower level.
2016-02-09 Tom Gottfried Remove unused VIEWs.
2016-02-08 Tom Gottfried Add necessary constraints for status workflow.
2016-02-08 Tom Gottfried Status workflow definitions are needed and assumed to be given by the server.
2016-02-08 Tom Gottfried Put status workflow definitions in one place.
2016-02-08 Tom Gottfried Functions are needed and assumed to be given by the server.
2016-02-05 Tom Gottfried Use inline primary key definitions and remove autogenerated comments.
2016-02-05 Tom Gottfried Whitespace cleanup.
2016-02-05 Tom Gottfried Reorganise database setup scripts.
2016-02-05 Tom Gottfried MessungAuthorizer decides about statusEdit.
2016-02-04 Raimund Renkert Allow users with funktion 1 to edit status if statuswert = 4.
2016-02-04 Raimund Renkert Set empty text as comment in copied status.
2016-02-04 Raimund Renkert Check if current status stufe is lower or equal to the users funktion.
2016-02-04 Raimund Renkert Since LST has no netzbetreiberId, check if the user belongs to a LST in
2016-02-03 Raimund Renkert Allow GET for status objects with messungsId.
2016-02-02 Raimund Renkert merged.
2016-02-02 Raimund Renkert Added services for favorites and filter.
2016-02-02 Raimund Renkert Create a new user object if not exists and use user authorization for queries.
2016-02-02 Raimund Renkert Avoid NPEs.
2016-02-02 Raimund Renkert Updated model for query, filter, result, etc.
2016-02-02 Tom Gottfried Allow setting variables via commandline.
2016-01-28 Raimund Renkert send all orte objects if limit param is '0'.
2016-01-27 Dustin Demuth Added lighttpd to Dockerfile in order to serve apidoc is necessary
2016-01-27 Raimund Renkert Updated tests.
2016-01-27 Raimund Renkert Fixed code style.
2016-01-27 Raimund Renkert Added missing file header.
2016-01-27 Raimund Renkert Services no use the database based query filter.
2016-01-27 Raimund Renkert Moved and updated the query service.
2016-01-27 Raimund Renkert Added model for filter queries.
2016-01-27 Raimund Renkert Updated db schema for filter queries.
2016-01-27 Tom Gottfried Close outdated branch. prototype-1.0
2016-01-21 Raimund Renkert Allow paging for editable stammdaten and set readonly attribute.
2016-01-21 Raimund Renkert Added 'readonly' attribute to model.
2016-01-21 Raimund Renkert Get the correct user function from auth infos.
2016-01-21 Raimund Renkert Merged branches.
2016-01-14 Raimund Renkert Updated statusworkflow and use new value 'zurückgesetzt'. statusworkflow
2016-01-14 Raimund Renkert Use auth objects in user info to keep mst <-> function association. statusworkflow
2016-01-08 Raimund Renkert Fixed request methods.
2016-01-08 Raimund Renkert Added services for stammdaten and updated models.
2016-01-08 Raimund Renkert Added tests for stammdaten
2016-01-08 Raimund Renkert Moved base class for tests to package 'test'.
2016-01-08 Raimund Renkert Refactored Authorization.
2015-12-18 Raimund Renkert Refactored test environment.
2015-12-18 Raimund Renkert Updated stammdaten test.
2015-12-18 Raimund Renkert Updated base test.
2015-12-18 Raimund Renkert Updated test configs for arquillian persistence extension.
2015-12-18 Raimund Renkert Added persistence extension for arquillian and downgraded junit to have a
2015-12-18 Raimund Renkert !!!CAUTION!!! changed services path!
2015-12-18 Raimund Renkert !!!CAUTION!!! Changed persistence unit JNDI name!
2015-12-18 Raimund Renkert Fixed and completed ort and ortzuordnung model.
2015-12-18 Raimund Renkert Fixed database function.
2015-12-14 Raimund Renkert Fixed POST for status and use PUT to reset the current status. statusworkflow
2015-12-14 Raimund Renkert Update "fertig" flag on status changes. statusworkflow
2015-12-09 Tom Gottfried No authorization is given if all objects are requested. statusworkflow
2015-12-09 Tom Gottfried When editing status, record resulting new entry with current time. statusworkflow
2015-12-08 Tom Gottfried Test failed because used messungsId was not authorized. statusworkflow
2015-12-08 Tom Gottfried Fix typos statusworkflow
2015-12-08 Tom Gottfried Test failed because used messungsId was not authorized. statusworkflow
2015-12-08 Tom Gottfried Fix typos. statusworkflow
2015-12-08 Tom Gottfried Test failed because used mkommentar was not authorized. statusworkflow
2015-12-08 Tom Gottfried Fix typo. statusworkflow
2015-12-03 Raimund Renkert Added stammdaten queries.
2015-12-03 Raimund Renkert Added attribute 'type' to query configs.
2015-12-03 Raimund Renkert Removed geometries from stammdaten ort since they are not used.
2015-12-03 Raimund Renkert Added and updated model, services, etc for to fit the new db schema.
2015-12-02 Raimund Renkert merged.
2015-12-02 Raimund Renkert Updated database schema.
2015-11-25 Tom Gottfried Fix typos in query config.
2015-11-25 Raimund Renkert merged.
2015-11-25 Raimund Renkert Fixed encoding problem for query configuration.
2015-11-20 Tom Gottfried Do not trace SQL statements to lada-server.log.
2015-11-19 Raimund Renkert merged.
2015-11-19 Raimund Renkert Authorize messwert, kommentar and status.
2015-11-19 Raimund Renkert Updated the authorization to fit the needs of the new status workflow.
2015-11-19 Raimund Renkert Addedd method to authorize a messung using the id and the status.
2015-11-19 Tom Gottfried Whitespace-cleanup in schema definitions.
2015-11-19 Tom Gottfried Remove outdated duplicate VIEW definition.
2015-11-19 Tom Gottfried Do not create database objects in case of erroneous definitions.
2015-11-19 Raimund Renkert Added test cases for 'status kombi'.
2015-11-19 Raimund Renkert Added copyright header.
2015-11-19 Raimund Renkert Fixed 'statusfolge' validator.
2015-11-19 Raimund Renkert Removed debug output.
2015-11-18 Raimund Renkert Added view for reachable status values.
2015-11-18 Raimund Renkert mergedmerged..
2015-11-18 Raimund Renkert Added, reordered and fixed tests.
2015-11-18 Raimund Renkert Set the previous status as active status.
2015-11-18 Raimund Renkert Added 'order by' for multiple columns.
2015-11-18 Raimund Renkert Validate status objects.
2015-11-18 Raimund Renkert return the violation on error.
2015-11-18 Raimund Renkert Added new rule for status validation.
2015-11-16 Tom Gottfried Mention setup script and Dockerfiles in README.
2015-11-16 Tom Gottfried Fix setting symlink (file exists).
2015-11-13 Tom Gottfried Mention timezone setting in install docs.
2015-11-13 Tom Gottfried Add custom standalone.conf with timezone set to UTC.
2015-11-13 Raimund Renkert Added validator and first rule for status.
2015-11-13 Raimund Renkert Use status to get readonly flag for messungen.
2015-11-13 Raimund Renkert Fixed status and messung services.
2015-11-12 Raimund Renkert Fixed PersistenceException in PUT status.
2015-11-12 Raimund Renkert merged.
2015-11-12 Raimund Renkert Fixed status values on messung create.
2015-11-12 Raimund Renkert Search the next StatusStufe and create a new copy of a Status in on PUT.
2015-11-12 Raimund Renkert Return only reachable status values.
2015-11-12 Raimund Renkert Authorize messungen with status and not the "fertig"-flag.
2015-11-12 Raimund Renkert Added fields for status and user roles/functions.
2015-11-12 Raimund Renkert Added methods to get plain objects.
2015-11-12 Raimund Renkert Updated and added model for status workflow.
2015-11-12 Raimund Renkert Updated database schema for status workflow.
2015-11-05 Raimund Renkert Fixed stammdaten.ort service.
2015-11-11 Tom Gottfried Adapt version of test dependencies.
2015-11-11 Tom Gottfried Set auth headers for Stammdaten tests and reactivate them.
2015-11-11 Tom Gottfried Hibernate needs nextval to insert new datasets.
2015-11-05 Tom Gottfried Symlinks allow editing module config in place.
2015-11-04 Tom Gottfried Tests should not depend on actual data nor order of attributes in JSON.
2015-11-03 Tom Gottfried Package versions of Postgres and Postgres-JDBC do not match in jessie.
2015-11-03 Raimund Renkert Removed log message.
2015-11-03 Raimund Renkert Skip status and location tests.
2015-11-03 Raimund Renkert Build war file in validator test to turn off the shibboleth filter.
2015-11-03 Raimund Renkert Added authentication information to all requests.
2015-11-03 Raimund Renkert Simply delete a messung object (the db uses on delete cascade)
2015-11-02 Raimund Renkert Added stub to filter reachable status values.
2015-11-02 Raimund Renkert Added "parentModified" attribute to status protocol.
2015-10-30 Raimund Renkert merged.
2015-10-30 Raimund Renkert Added grant to all sequences.
2015-10-30 Raimund Renkert Updated lada schema: Added status workflow model and cleaned up some triggers.
2015-10-28 Tom Gottfried Improve install doc.
2015-10-28 Tom Gottfried Dockerfile: add comment where server is reachable.
2015-10-27 Tom Gottfried Add dockerised setup for running the server.
2015-10-27 Raimund Renkert Set the new created status protocol at messung.
2015-10-27 Raimund Renkert merged.
2015-10-27 Raimund Renkert Updated model and services for the new status workflow.
2015-10-27 Raimund Renkert Added model and services for statusstufe and statuswert.
2015-10-26 Tom Gottfried Add Dockerfile for dockerised DB-server.
2015-10-26 Tom Gottfried Add script to set up database as user postgres.
2015-10-26 Tom Gottfried Add initial DB schema script.
2015-10-09 Michael Stanko add new entry in probenquery
2015-09-22 Michael Stanko add new search 'HP-Nr-Filter'
2015-09-18 Michael Stanko fix set media_from_mediadesk
2015-09-14 Raimund Renkert Added tag 2.2.0 for changeset d4d43d846a60
2015-09-14 Raimund Renkert Removed tag 2.2.0 2.2.0
2015-09-14 Raimund Renkert Set fixed size for first deskriptoren request.
2015-09-14 Raimund Renkert Added tag 2.2.0 for changeset d7c0b950c1ce
2015-09-14 Raimund Renkert Removed tag 2.2.0
2015-09-14 Raimund Renkert Fixed size of main descriptor fields and return 'null' instead of "" for empty
2015-09-11 Raimund Renkert Added tag 2.2.0 for changeset 00aaa48d37fe
2015-09-11 Raimund Renkert Updated version number.
2015-09-11 Raimund Renkert Fixed validator for descriptor to umwelt.
2015-08-27 Dustin Demuth Added tag 2.1.2 for changeset 2ba85d14160e
2015-08-27 Dustin Demuth Increased Version Number to 2.1.2 2.1.2
2015-08-25 Dustin Demuth Filter the group string. This should be tidied...
2015-08-14 Dustin Demuth removed -dev from artifact id
2015-08-14 Dustin Demuth Added tag 2.1.1 for changeset 9ff0882d73d8
2015-08-14 Dustin Demuth Version 2.1.1 2.1.1
2015-08-14 Raimund Renkert Switch to shibboleth authorization in all REST-services.
2015-08-14 Raimund Renkert Added shibboleth authorization.
2015-08-14 Raimund Renkert Removed the OpenId authentorization files and dependencies.
2015-08-06 Raimund Renkert Added tag 2.1.0 for changeset 1fa184bc2768
2015-08-06 Raimund Renkert Updated version numbers. 2.1.0
2015-08-06 Raimund Renkert Fixed probe object delete service.
2015-07-27 Raimund Renkert Added README file.
2015-07-27 Raimund Renkert Fixed some tests to fit the changed database.
2015-07-27 Raimund Renkert Fixed possible NPE.
2015-07-27 Raimund Renkert Fixed possible NPE.
2015-07-22 Raimund Renkert Fixed NPE in probe validation rule.
2015-07-22 Raimund Renkert Code style and documentation.
2015-07-20 Raimund Renkert get all netzbetreiber without filtering.
2015-07-15 Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 added autofill Mediadescription
2015-07-15 Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 fixed lower case search field
2015-07-14 Marco Lechner, Bundesamt fuer Strahlenschutz, SW 2.1 added intellij project stuff to hgignore
2015-07-10 Raimund Renkert Added tag 2.0.2 for changeset 3f21fd768c5e
2015-07-10 Raimund Renkert Updated version. 2.0.2
2015-07-10 Raimund Renkert Removed tag 2.0.2
2015-07-10 Raimund Renkert Added tag 2.0.2 for changeset aa04157e4a60
2015-07-10 Raimund Renkert Updated version number.
2015-07-10 Raimund Renkert Fixed deskriptor validation.
2015-07-10 Raimund Renkert fixed delete probe service.
2015-07-10 Raimund Renkert Added owner attribute to probe listing.
2015-07-10 Raimund Renkert Fixed ort generation from messprogramme.
2015-07-10 Raimund Renkert Refactored finding the umwelt id to be able to use it for messprogramme.
2015-07-10 Raimund Renkert Find the correct umweltbereich.
2015-07-09 Raimund Renkert Find the umw_id for probe objects.
2015-07-08 Raimund Renkert Filter messgroessen by messmethode if mmtId is set.
2015-07-08 Raimund Renkert Added logical or for integer lists.
2015-07-07 Raimund Renkert Fixed descriptor validation.
2015-07-07 Raimund Renkert Documentation.
2015-07-01 Michael Stanko probequery.json extended
2015-06-17 Raimund Renkert Added missing dependency 'openid4java'
2015-06-17 Raimund Renkert Configuration for remote deployment in CI process.
2015-05-29 Raimund Renkert Added tag 2.0 for changeset 6dd008066756
2015-05-29 Raimund Renkert Set version to 2.0 2.0
2015-05-29 Raimund Renkert Fixed or supressed warnings.
2015-05-29 Raimund Renkert Removed unused loggers.
2015-05-29 Raimund Renkert Organized imports.
2015-05-29 Raimund Renkert Fixed validation rules for messung objects.
2015-05-29 Raimund Renkert Check if the messung object has child objects in delete service.
2015-05-29 Raimund Renkert Reload the created probe object to have the 'probeIdAlt' field available.
2015-05-29 Raimund Renkert Fixed LAF exporter.
2015-05-22 Raimund Renkert Validate messung, messwert and ort objects.
2015-05-22 Raimund Renkert Fixed validation rules.
2015-05-22 Raimund Renkert Do not send deskriptor fields with sn = '00'.
2015-05-22 Raimund Renkert Removed plain sql statements.
2015-05-22 Raimund Renkert Added AND NOT to query builder.
2015-05-22 Raimund Renkert Use Postgis dialect to talk to the database.
2015-05-22 Raimund Renkert Validate imported Ort objects.
2015-05-22 Raimund Renkert Create SOrt objects in importer and removed plain sql statements.
2015-05-22 Raimund Renkert Updated hibernate model.
2015-05-20 Raimund Renkert Send mst and netzbetreiber in login response.
2015-05-20 Raimund Renkert Removed filtering of messstellen.
2015-05-20 Raimund Renkert New REST service delivering the server version.
2015-05-13 Raimund Renkert Added tag 2.0-beta2 for changeset 3b1755df4f33
2015-05-13 Raimund Renkert Increased version number. 2.0-beta2
2015-05-13 Raimund Renkert Fixed Index out of Bounds exception in validation.
2015-05-13 Raimund Renkert Removed tag 2.0-beta2
2015-05-13 Raimund Renkert Added tag 2.0-beta2 for changeset fa149968e60d
2015-05-13 Raimund Renkert Added validation rules for probe deskriptor.
2015-05-12 Raimund Renkert Code doc.
2015-05-12 Raimund Renkert Added REST interface for deskriptoren.
2015-05-12 Raimund Renkert Updated deskriptoren model.
2015-05-12 Raimund Renkert New REST interface to create probe objects from messprogramm.
2015-05-12 Raimund Renkert Added probe factory. This factory creates probe objects(and its childs) from
2015-05-12 Raimund Renkert Use the new usertype in messprogramm_messmethode.
2015-05-12 Raimund Renkert Use the extended dialect for lada datasources.
2015-05-12 Raimund Renkert Implemented new hibernate usertype: integer array; registered new type in dialect.
2015-05-05 Raimund Renkert Added empty validation rules for ort objects.
2015-05-05 Raimund Renkert Added validator for ort objects.
2015-05-05 Raimund Renkert Renamed package for messwert validation rules.
2015-05-05 Raimund Renkert Added new validation rules for messwert objects.
2015-05-05 Raimund Renkert Added validator for messwert objects.
2015-05-05 Raimund Renkert Added new validation rules for messung objects.
2015-04-30 Raimund Renkert Added tests for messprogramm service.
2015-04-30 Raimund Renkert Updated messprogramm model.
2015-04-30 Raimund Renkert Updated tests to fit the new requirements (authorization).
2015-04-30 Raimund Renkert Removed old filter query configuration.
2015-04-30 Raimund Renkert Added resources for filter queries to test env.
2015-04-30 Raimund Renkert Fixed project dependencies and openid authentication/authorization for tests.
2015-04-30 Raimund Renkert Added authorization class for test env.
2015-04-30 Raimund Renkert Fixed path for POST requests on kommentarm service.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)