2017-01-27 |
Raimund Renkert |
Added services for stammdaten ort attributes.
|
2017-01-27 |
Raimund Renkert |
Updated stammdaten data types.
|
2017-01-27 |
Raimund Renkert |
Check for entnahmeOrt in messprogramm and add error if missing.
|
2017-01-27 |
Raimund Renkert |
Removed check for ort_id in messprogramm validation.
|
2017-01-27 |
Raimund Renkert |
Removed column ort_id from messprogramm in land_data.
|
2017-01-27 |
Raimund Renkert |
Filter orte by netzbetreiber.
|
2017-01-27 |
Raimund Renkert |
Changed ortszuordnungs model in messprogramm.
|
2017-01-27 |
Raimund Renkert |
Renamed OrtszuordnungService.
|
2017-01-27 |
Raimund Renkert |
Handle 'null' values in criteria queries.
|
2017-01-27 |
Raimund Renkert |
Make use of the ort factory in ort service.
|
2017-01-27 |
Raimund Renkert |
Moved rules to create an ort object to ort factory.
|
2017-01-27 |
Maximilian Krambach |
typo
|
2017-01-26 |
Michael Stanko |
fix bug in db_schema/stammdaten_data_ort_typ.sql
|
2017-01-25 |
Michael Stanko |
add code to stamdaten.ort_typ
|
2017-01-17 |
Raimund Renkert |
merged.
|
2017-01-17 |
Raimund Renkert |
Initialize map for ort attributes once and reset attribute indicator for entnahmeOrt.
|
2017-01-04 |
Michael Stanko |
enable new-line in sql text of queries
|
2016-12-19 |
Raimund Renkert |
Added model class for bertiebsart.
|
2016-12-19 |
Raimund Renkert |
merged.
|
2016-12-19 |
Raimund Renkert |
Added details for probe and zusatzwerte in json export.
|
2016-12-16 |
Tom Gottfried |
Its actually an property of an Ort that is validated here.
|
2016-12-16 |
Tom Gottfried |
Make transformed coordinates available for validation.
|
2016-12-16 |
Tom Gottfried |
Avoid having to handle missing shapes.
|
2016-12-16 |
Tom Gottfried |
Advance version.
|
2016-12-16 |
Tom Gottfried |
Added tag 2.4.1 for changeset 204fb75b0c06
|
2016-12-16 |
Tom Gottfried |
Prepare tag.
2.4.1
|
2016-12-16 |
Tom Gottfried |
Handle wrong parameter format and remove duplicate conditionals.
|
2016-12-16 |
Tom Gottfried |
Implement negation of query filter closer to underlying API.
|
2016-12-15 |
Tom Gottfried |
Add automatic tests for DeskriptorService.
|
2016-12-15 |
Tom Gottfried |
Silence DEBUG logging of geotools.
|
2016-12-15 |
Tom Gottfried |
Cleanup comments.
|
2016-12-14 |
Tom Gottfried |
Fix dependencies in test deployment.
|
2016-12-13 |
Tom Gottfried |
Test output latitude and longitude against input geometry.
|
2016-12-13 |
Tom Gottfried |
Keep the potential details in a log file.
|
2016-12-13 |
Tom Gottfried |
Handle errors in OrtFactory and pass them to the client.
|
2016-12-13 |
Tom Gottfried |
latitude and longitude are serialized from geom.
|
2016-12-13 |
Tom Gottfried |
mittelpunkt might be null.
|
2016-12-13 |
Tom Gottfried |
Enable deserialization of geometries with DBUnit.
|
2016-12-13 |
Tom Gottfried |
Cleanup GeoTools dependencies, add missing library for tests.
|
2016-12-13 |
Tom Gottfried |
Adapt tests to model changes in rev 1bc8ab13e1f7.
|
2016-12-09 |
Tom Gottfried |
Use validation rule on update as well.
|
2016-12-09 |
Tom Gottfried |
Correct package.
|
2016-12-09 |
Tom Gottfried |
Report errors in importing Ort as warning.
|
2016-12-09 |
Tom Gottfried |
Validate new Ort imported via LAF.
|
2016-12-09 |
Tom Gottfried |
Use reusable validation rule instead of in-service implementation.
|
2016-12-09 |
Tom Gottfried |
Adapt docs.
|
2016-12-09 |
Tom Gottfried |
We might want to serialize an object without geom.
|
2016-12-09 |
Tom Gottfried |
Rename validation of Ortszuordnung.
|
2016-12-09 |
Tom Gottfried |
Make all state identifiers unique.
|
2016-12-09 |
Tom Gottfried |
In memoriam Oracle.
|
2016-12-09 |
Tom Gottfried |
Use NULL instead of '-' for missing values.
|
2016-12-09 |
Tom Gottfried |
Do not try to create a new Ort if coordinate transformation failed.
|
2016-12-09 |
Tom Gottfried |
Adapt validation rule to changes in data model.
|
2016-12-09 |
Tom Gottfried |
Add missing annotations to avoid deserialisation errors.
|
2016-12-08 |
Tom Gottfried |
Put latitude and longitude in correct order for EPSG:4326.
|
2016-12-08 |
Tom Gottfried |
Add transient fields to be able to deserialize objects from client.
|
2016-12-08 |
Tom Gottfried |
The referencing column does not need to be wider than what it refereces.
|
2016-12-08 |
Tom Gottfried |
Avoid fetching the whole table from DB if we don't need it at all.
|
2016-12-08 |
Tom Gottfried |
An Ort always has a location which is created from respective input.
|
2016-12-08 |
Tom Gottfried |
Remove obsolete redundant attributes.
|
2016-12-08 |
Tom Gottfried |
Handle unknown and not yet implemented Koordinatenart.
|
2016-12-06 |
Tom Gottfried |
Added description of Docker dev environment to README.
|
2016-12-05 |
Tom Gottfried |
Add spatial index to speed up OrtFactory.findVerwaltungseinheit().
|
2016-12-05 |
Tom Gottfried |
Add missing FK constraint.
|
2016-12-02 |
Tom Gottfried |
Backout 2f9dfd292ff1 because it reverts d667092cc788.
|
2016-12-02 |
Tom Gottfried |
Add public schema to search path and remove obsolete data-source.
|
2016-12-02 |
Tom Gottfried |
Silence DEBUG-logging of geotools.
|
2016-12-02 |
Tom Gottfried |
That statement has surely never been successfully tested.
|
2016-12-02 |
Michael Stanko |
fix bug in setup-db.sh
|
2016-12-01 |
Tom Gottfried |
Separate build/deploy and javadoc.
|
2016-12-01 |
Tom Gottfried |
With Java 7 we have to use the 14.x-branch of GeoTools.
|
2016-12-01 |
Tom Gottfried |
Fix DB setup.
|
2016-11-30 |
Raimund Renkert |
Added missing geotools dependencies.
|
2016-11-30 |
Raimund Renkert |
Removed execution of not existing script...
|
2016-11-30 |
Raimund Renkert |
Fixed setup db script.
|
2016-11-29 |
Raimund Renkert |
merged.
|
2016-11-29 |
Raimund Renkert |
Added ort factory to generate and find attributes, updated model.
|
2016-11-29 |
Raimund Renkert |
Removed table de_vg and added verwaltungsgrenze.
|
2016-11-29 |
Raimund Renkert |
Import german administrative borders using EPSG:4326.
|
2016-11-29 |
Raimund Renkert |
Fixed setup-db script for use with docker.
|
2016-11-25 |
Michael Stanko |
reorganize db setup
|
2016-11-25 |
Evi Huber |
Add MPL to Messprogramm
|
2016-11-25 |
Evi Huber |
Add MPL to Messprogramm
|
2016-11-25 |
Michael Stanko |
redesign stammdaten.verwaltungseinheit
|
2016-11-21 |
Raimund Renkert |
Export the id according to the specification for PZB_S.
|
2016-11-21 |
Raimund Renkert |
merged
|
2016-11-21 |
Raimund Renkert |
Import HOEHE_NN and ORTS_ZUSATZCODE for new ort objects.
|
2016-11-18 |
Tom Gottfried |
LAF requires char sequences to be quoted in export.
|
2016-11-18 |
Tom Gottfried |
Do not try to export non-existant Probe objects.
|
2016-11-18 |
Tom Gottfried |
staatId might be null since rev 33dc7dc6b7bc.
|
2016-11-18 |
Tom Gottfried |
Add missing column.
|
2016-11-18 |
Raimund Renkert |
Check for data in ort attributes in laf import.
|
2016-11-16 |
Raimund Renkert |
Declared variable in db function set_ort_id.
|
2016-11-16 |
Raimund Renkert |
Fixed validation workflow in laf importer.
|
2016-11-16 |
Raimund Renkert |
Create a new ort object on demand while importing LAF data.
|
2016-11-16 |
Raimund Renkert |
Removed NOT NULL constraint from stammdaten.ort.staat_id.
|
2016-11-16 |
Raimund Renkert |
Added trigger to fill stammdaten.ort attributes.
|
2016-11-11 |
Tom Gottfried |
Integrate Audit Log Analyzer.
pgaudit
|
2016-11-11 |
Tom Gottfried |
Improbe audit trail configuration.
pgaudit
|
2016-11-10 |
Raimund Renkert |
merged.
|
2016-11-10 |
Raimund Renkert |
Avoid NPE in TimestampLocker.
|
2016-11-09 |
Tom Gottfried |
Log parameters in statements.
pgaudit
|
2016-11-09 |
Tom Gottfried |
Add hint for creation of schema objects for log analyzer.
pgaudit
|
2016-11-09 |
Tom Gottfried |
Let the database enforce,too, what rev 46db98d060ae introduced.
|
2016-11-09 |
Raimund Renkert |
Fixed rule to allow update of 'entnahmeOrt'.
|
2016-11-09 |
Raimund Renkert |
Allow update of "entnahme ort" in validation.
|
2016-11-09 |
Raimund Renkert |
Added validation to make sure a probe has only one 'entnahme ort'.
|
2016-11-09 |
Raimund Renkert |
Let the database generate id_alt and initial status for new messung objects.
|
2016-11-09 |
Raimund Renkert |
Write raw data on exit probe context in laf listener.
|
2016-11-08 |
Tom Gottfried |
Remove creation of unused superuser and create missing directory.
pgaudit
|
2016-11-08 |
Tom Gottfried |
Use pgaudit to generate an audit trail.
pgaudit
|
2016-11-08 |
Raimund Renkert |
Do not export empty 'deskriptoren' in json exporter.
|
2016-11-08 |
Raimund Renkert |
Do not export an empty HauptprobenNr.
|
2016-11-08 |
Raimund Renkert |
Fixed deskriptoren output in json export.
|
2016-11-08 |
Raimund Renkert |
Added plaintext attributes to json export.
|
2016-11-08 |
Raimund Renkert |
Fixed attribute key in laf export.
|
2016-11-08 |
Raimund Renkert |
Check for errors in probe objects and cancel import writing out the errors.
|
2016-11-08 |
Raimund Renkert |
Set labor_mst_id to mst_id if missing in laf import.
|
2016-11-08 |
Raimund Renkert |
Export ortstyp 'U' and 'E' only.
|
2016-11-08 |
Raimund Renkert |
Export messlabor as probe attribute.
|
2016-11-07 |
Raimund Renkert |
Moved probe validation to have all subobject available during validation.
|
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.
|