Tags

Tags bieten die Möglichkeit, bestimmte Punkte in dem Verlauf als wichtig zu markieren
  • 1.0.23

    4b0702f9 Bugfix: processReporter can restart its runner, process.doExecute connections are closed
    c1f08578 Bugfix: Dependent conversions could not be executed on their own
    169f1cda Bugfix: Streaming responses from process server to processInspector
    9b4f6cf8 Feature: Make caching cursor available for use in geodjango. Not enabled yet
    31f3d94a Bugfix: With an empty database, redirect index to initDopTet
    9c9111c0 Tests: check joined queryables
    5dcab2cd Bugfix: Allowing access to geometry columns from cql-annotations. Very much experimental
    745e0c0d feat(service): output every function overload
    d03b4299 fix(cql): correctly parse null and numeric values
    f7a52574 Feature: Annotations for items without joins
    ec88019e Bugfix: Various small things concering annotations and fields
    70d86322 Feature: cql2 annotations
    615e0679 Bugfix: Separate annotation sqlParams from condition params to ignore them for count(*) selects
    731678b0 Split constructAnnotaions from constructJoins. No functional change
    270a7ee9 Generalized cql expression construction. No functional change
    56e8878f feat(features): default hide non described default fields
    
  • 1.0.25

    38c93daf · feat: update wording ·
    38c93daf feat: update wording
    8c331960 feat: migrate bootstrap to v5.3.3
    8194af38 fix(conversions): editing the object conversion results in correct adjustment of attribute and link conversion
    1d04870b Feature: separate streaming thread for loading items asynchronously from DB
    dcbe3fe1 Feature: Streaming csv export for limit>=1000
    8503850f Feature: Streaming shape export for limit>=1000
    3ccee19a Bugfix: When streaming, the full count is available form an explicit select count(*), compute len(allItems) from that
    1a276764 Feature: Make apiservice.views.items.items streaming capable for large (>=1000) results
    7f211ee6 Feature: Loading attribute counts in one select instead of one each per attribute
    2cd9644b Feature: FIELDS_JOINS_KIND for O-Views can be set from settings.py
    7553fe91 Bugfix: Updated install instructions for submodule init
    36a19019 feat(data): use feature edit form to create import tables
    
  • 0.9.14

    73b530e2 Feature: collections/<id>/queryables can return joined class queryables
    86655264 Feature: more debugging info
    1669c272 Refactor: moved constructJoins from views.items.helpers to views.helpers. No functional change
    5578ee61 API-Service feature: objjoin label and join kind ui elements
    ad4628b3 Buxfix: watch scripts need to check for new graph submodule folders
    1e06d352 fix(table): obsolete reference to features
    8d9d9baf chore(gitignore): remove static/graph
    ee26d9f9 refactor: update repo structure
    c231975d Bugfix: Uploaded shape bundles need to have the bundle name appended to the storage directory
    4d95c4b8 Bugfix: Zero-division error on calculating attribute percentages for empty classes
    221f0809 fix(conversions): improve dependency management
    5545e157 fix(table): visibility and reset
    34bc9feb fix: show geometries in import table view
    712617a3 feat: import table table view
    aaa4fd1c fix(data): add missing import
    4edc1275 refactor(table): create a reusable table module
    
  • 0.9.16

    e3fda9d4 Bugfix: process manager can be restarted using SIGHUP on the gunicorn master process
    2e5d54ee Feature: Limiting the number of concurrent DB accesses for API service item get requests
    9a9fc760 jsonDumper can be enabled via options to speed up geoJson API service export
    02cbe1b1 fix(links): only use bi-link-45deg icons
    6a2af3c7 Feature: Separate processRunner python instance to allow for worker parallelism
    ad30e849 fix(conversion): copy object conversions
    f76a4784 Bugfix: API Service part 4 tests used incorrect service URL
    8b8d5fb9 Bugfix: Changing API Service spec examples for API Service tests
    3d0ed827 Feature: Importing CSVs as pivoted importTable for easy value import
    c19b5347 ci: nunjucks-precompile wrapper
    38062a14 Bugfix: functions need to be present in scenarios/<id>/ to be API-Feature service Part 3 conforming.
    40bc59b8 Feature: Choosing a line count limit for CSV. More consistent line insert reporting
    98b759a0 Feature: Allow choice of header line for CSV import
    5097f6b4 feat(service): functions endpoint
    bfa79fd2 Bugfix: apiservice itemObj joins should only be constructed for items or collections resources
    e49e928f Bugfix: geoview process needs to run non-Atomic such that the geoserver can see the views when they are registered
    5d22c048 Feature: Processes may choose to run non-Atomic
    1d8f3ffe refactor(doptet): remove obsolete pages
    b4058123 Bugfix: Updating geoviews creator process to modern world
    535eac9e fix(shortcuts): rename and move form fields
    
  • 1.0.17

    e3fda9d4 Bugfix: process manager can be restarted using SIGHUP on the gunicorn master process
    2e5d54ee Feature: Limiting the number of concurrent DB accesses for API service item get requests
    9a9fc760 jsonDumper can be enabled via options to speed up geoJson API service export
    02cbe1b1 fix(links): only use bi-link-45deg icons
    6a2af3c7 Feature: Separate processRunner python instance to allow for worker parallelism
    ad30e849 fix(conversion): copy object conversions
    f76a4784 Bugfix: API Service part 4 tests used incorrect service URL
    8b8d5fb9 Bugfix: Changing API Service spec examples for API Service tests
    3d0ed827 Feature: Importing CSVs as pivoted importTable for easy value import
    
  • 1.0.46

    8a81c567 Feature: API Service may yield values directly from M-Table via valuesdirect query parameter
    742a3c00 Feature: API-service provides linkIndex n2 and joins can consume them
    
  • 1.0.45

    9763b4b2 Bugfix: Modifying value class attributes should reCreate value views, not O-Views
    6a864b16 Bugfix: value classes should not delete their object views
    
  • 1.0.40

    cb742d18 Feature: Sorting by multiple fields, alias "sortby" according to API Feature Service Part 8 (draft)
    fef9cd8e Feature: dumping HTTPError exceptions that are not caught in tests
    
  • 1.0.41

    4060eeba Bugfix: Transform geometry fields to filterSrid instead of GeometryLiterals to 4326. Postgis does not check internally for consistency
    
  • 1.0.43

    38268898 · Add "id" as sortable ·
    38268898 Add "id" as sortable
    1723a763 fix(statistics): only query attribute counts if there are attributes
    
  • 1.0.44

    f5a81b05 fix(table): do not send order=null param
    
  • 1.0.47

    b96300f0 fix(ci):  checkout full history
    8b00172e fix: error on missing value in attribute conversions
    6e5a620f fix(ci): always clone the correct revision
    d13d536f trans(doptet): add translations for schema load feature
    54083f42 feat(ci): automatic build and push
    
  • 1.0.39

    89740aa4 Feature: existing source tables may have names with characters that require quoting.
    eaf4e885 Feature: Cloner can copy link classes with missing target object classes