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.
|