log

age author description
Wed, 25 May 2016 16:51:55 +0200 Tom Gottfried The database might refuse to delete an object e.g. due to FK constraints.
Tue, 24 May 2016 17:15:44 +0200 Tom Gottfried Use ON DELETE CASCADE to ease removing queries from database.
Tue, 24 May 2016 17:19:48 +0200 Tom Gottfried Sample data: Fix setting of query_id_seq.
Wed, 25 May 2016 15:07:12 +0200 Raimund Renkert merged.
Wed, 25 May 2016 15:06:02 +0200 Raimund Renkert Allow users to create a stammdaten ort.
Tue, 24 May 2016 15:06:14 +0200 Tom Gottfried Correct Typo.
Tue, 24 May 2016 11:46:17 +0200 Tom Gottfried Return correct response if update failed.
Mon, 23 May 2016 15:49:30 +0200 Tom Gottfried Round some values to three digits, breaking ties half to even, before storing.
Wed, 18 May 2016 18:21:33 +0200 Tom Gottfried statusStufe should be governed by the server only.
Wed, 18 May 2016 14:14:29 +0200 Tom Gottfried Fix typo.
Wed, 18 May 2016 14:13:33 +0200 Tom Gottfried Backed out changeset af0883b73551
Wed, 18 May 2016 14:12:41 +0200 Tom Gottfried Fix typo.
Thu, 12 May 2016 11:18:29 +0200 Michael Stanko change 'similar to' to 'IN' Conditions in filter queries
Wed, 11 May 2016 11:47:09 +0200 Michael Stanko redesign messung query
Tue, 10 May 2016 16:44:27 +0200 Tom Gottfried Fix query for messungen.
Tue, 10 May 2016 15:55:26 +0200 Raimund Renkert Avoid NPE in status service.
Tue, 10 May 2016 13:22:36 +0200 Raimund Renkert Removed check for duplicates in stammdatenservices (method: PUT).
Mon, 09 May 2016 15:19:22 +0200 Tom Gottfried Fix IDs vs. sequence values.
Mon, 09 May 2016 13:00:56 +0200 Raimund Renkert merged.
Mon, 09 May 2016 13:00:10 +0200 Raimund Renkert Fixed database attribute name.
Fri, 06 May 2016 12:24:55 +0200 Tom Gottfried Remove PostgreSQL 9.5-specific client parameter (again).
Fri, 06 May 2016 12:22:13 +0200 Tom Gottfried A bit of cleanup.
Fri, 06 May 2016 12:21:48 +0200 Tom Gottfried Stop on error.
Fri, 06 May 2016 12:13:15 +0200 Tom Gottfried Remove wrong test operator and prepare for more options.
Wed, 04 May 2016 16:04:50 +0200 Michael Stanko remove debug switch from setup-db.sh
Wed, 04 May 2016 16:00:41 +0200 Michael Stanko add initialze sequences in lada_data.sql
Wed, 04 May 2016 09:13:35 +0200 Michael Stanko erase mpr_id values in lada_data.sql
Wed, 04 May 2016 08:07:31 +0200 Michael Stanko erase mpr_id values in lada_data.sql
Fri, 29 Apr 2016 16:40:26 +0200 Raimund Renkert merged.
Fri, 29 Apr 2016 16:38:33 +0200 Raimund Renkert Use databse triggers for update on field 'letzteAenderung'.
Thu, 28 Apr 2016 15:26:12 +0200 Michael Stanko fix db-setup and stammdaten_data.sql
Fri, 15 Apr 2016 10:18:24 +0200 Tom Gottfried Added missing UNIQUE-Constraint.
Wed, 13 Apr 2016 20:34:37 +0200 Raimund Renkert Fixed typos and added simple query config for messung objects.
Wed, 13 Apr 2016 20:14:31 +0200 Raimund Renkert Removed timestamp update (letzte_aenderung) from server code.
Wed, 13 Apr 2016 18:46:43 +0200 Raimund Renkert Use authorization in status service.
Wed, 13 Apr 2016 18:45:58 +0200 Raimund Renkert Always set statusEdit attribute for messung objects.
Wed, 13 Apr 2016 17:37:12 +0200 Raimund Renkert Updated stammdaten services: allow multiselect filters and check duplicates
Fri, 08 Apr 2016 19:36:25 +0200 Raimund Renkert merged.
Fri, 08 Apr 2016 19:36:06 +0200 Raimund Renkert Fixed NPE for messungen without status.
Fri, 08 Apr 2016 19:35:49 +0200 Raimund Renkert Added posible qid parameter to request messungen via query.
Fri, 08 Apr 2016 19:35:12 +0200 Raimund Renkert Added service to request messung queries.
Fri, 08 Apr 2016 17:17:06 +0200 Tom Gottfried We need a wider range to allow arbitrary input formated +-9.99e+-99
Fri, 08 Apr 2016 12:32:34 +0200 Tom Gottfried Sequences in bund schema have to be set to correct values.
Fri, 08 Apr 2016 11:14:09 +0200 Tom Gottfried netzbetreiber_id is mandatory for ort.
Fri, 08 Apr 2016 11:12:03 +0200 Tom Gottfried Replace reference on non-existent dataset.
Fri, 08 Apr 2016 11:10:14 +0200 Tom Gottfried Remove PostgreSQL 9.5-specific client parameter.
Thu, 07 Apr 2016 15:56:14 +0200 Raimund Renkert Order result colums by the index stored in the db.
Thu, 07 Apr 2016 15:38:40 +0200 Raimund Renkert Added data dumps.
Wed, 06 Apr 2016 12:20:12 +0200 Raimund Renkert merged.
Wed, 06 Apr 2016 12:19:31 +0200 Raimund Renkert Fixed authorization. Avoids NPE for users/roles without mst_id
Tue, 05 Apr 2016 10:49:13 +0200 Tom Gottfried Set netzbetreiber-specific IDs UNIQUE per netzbetreiber.
Tue, 05 Apr 2016 10:29:55 +0200 Tom Gottfried Set known mandatory fields in stammdaten NOT NULL.
Thu, 24 Mar 2016 18:16:32 +0100 Tom Gottfried Fix automatic tests.
Thu, 24 Mar 2016 15:57:05 +0100 Tom Gottfried Improve readability of DDL for editable stammdaten tables.
Wed, 23 Mar 2016 18:52:09 +0100 Tom Gottfried probe and messprogramm always need a mst_id and labor_mst_id.
Wed, 23 Mar 2016 13:07:11 +0100 Tom Gottfried Improve readability of DDL for messprogramm table.
Wed, 23 Mar 2016 12:47:16 +0100 Tom Gottfried Improve readability of DDL for probe tables.
Mon, 14 Mar 2016 10:18:24 +0100 Raimund Renkert Added labor_mst_id column to messprogramm.
Mon, 14 Mar 2016 10:15:43 +0100 Raimund Renkert Add the initial status to generated messung objects.
Mon, 14 Mar 2016 10:15:06 +0100 Raimund Renkert Use the laborMstId in generated probe objects.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)