log

age author description
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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)