- Feb 28, 2022
-
-
Stefan Hynek authored
-
Ubbo Veentjer authored
Resolve "refactor dav and named_dav providers to duplicate less code" Closes #15, #23, and #24 See merge request !17
-
Ubbo Veentjer authored
-
Ubbo Veentjer authored
-
- Feb 25, 2022
-
-
Ubbo Veentjer authored
-
Stefan Hynek authored
## [1.1.1](1.1.0...1.1.1) (2022-02-25) ### Bug Fixes * **dockerfile:** move pyicu library build to own docker build stage ([09e5fd1d](09e5fd1d))
-
Stefan Hynek authored
Resolve "move py icu lib build to docker build stage" Closes #25 See merge request !16
-
Stefan Hynek authored
reduces image size and leaves g++ package behind
-
Stefan Hynek authored
-
Stefan Hynek authored
# [1.1.0](1.0.2...1.1.0) (2022-02-25) ### Bug Fixes * **dav-provider:** correct log call string interpolation ([42ece562](42ece562)) ### Features * **textgrid_named_dav_provider.py:** dav provider which shows titles from metadata in filenames and paths ([1520f464](1520f464)) * **textgrid_named_dav_provider.py:** show project names in dav root ([fe73736e](fe73736e))
-
Ubbo Veentjer authored
Resolve "Show titles and format in repdav listing" Closes #19 See merge request !14
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
possible solutions: download a pre-compiled binary; build in a pre-stage; replace icu with another lib
-
- Feb 24, 2022
-
-
Ubbo Veentjer authored
-
Ubbo Veentjer authored
-
Stefan Hynek authored
Resolve "init reuse" Closes #13 and #11 See merge request !15
-
Stefan Hynek authored
-
Stefan Hynek authored
resolves !15 (comment 592925)
-
Ubbo Veentjer authored
-
Ubbo Veentjer authored
-
Ubbo Veentjer authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
Stefan Hynek authored
-
- Feb 23, 2022
-
-
Ubbo Veentjer authored
-
Ubbo Veentjer authored
feat(textgrid_named_dav_provider.py): dav provider which shows titles from metadata in filenames and paths
-
Stefan Hynek authored
## [1.0.2](1.0.1...1.0.2) (2022-02-23) ### Bug Fixes * **wsgidav:** update wsgidav to 4.0.1; remove requests, zeep; rename config key that has changed with the update ([834901e6](834901e6))
-
Stefan Hynek authored
Resolve "update wsgidav to 4.0.1" Closes #12 See merge request !12
-
Stefan Hynek authored
fix(wsgidav): update wsgidav to 4.0.1; remove requests, zeep; rename config key that has changed with the update
-
- Feb 22, 2022
-
-
Stefan Hynek authored
## [1.0.1](1.0.0...1.0.1) (2022-02-22) ### Bug Fixes * **dav-provider:** use TextgridSearch from tgclients lib instead of own tgapi module ([c88fcaa2](c88fcaa2)), closes [#20](#20)
-
Stefan Hynek authored
Resolve "use tgsearch from tgclients lib" Closes #20 See merge request !11
-
Stefan Hynek authored
-
Stefan Hynek authored
refactor TextgridProject, TextgridAggregation accordingly close #20
-
- Feb 21, 2022
-
-
Stefan Hynek authored
# 1.0.0 (2022-02-21) ### Bug Fixes * **errors:** set env_name in error message correctly ([06b0b4d8](06b0b4d8)) * **textgrid_dav_provider:** use tgclients for `TextgridAuth` ([81c60487](81c60487)) * **tgapi:** take textgridUri from metadata, not from result element ([88079e8c](88079e8c)), closes [#6](#6) ### Features * **config:** add AppConfig with property "dsn" for sentry initialization ([4cebb95a](4cebb95a)) * **config:** add properties for host and nav_address ([564bad89](564bad89)) * **dav_provider:** provide access to Textgrid projects, aggregations and resources ([bd80a81b](bd80a81b)) * implement basic textgrid DomainController and DAVProvider ([86859a07](86859a07)) * **main.py:** initialize and launch the wsgi server process ([4fca5087](4fca5087)) * **main:** init sentry very early if dsn is set ([2c3e76ed](2c3e76ed)) * provide modules for config, errors and textgrid api ([be42d0f8](be42d0f8)) * **stream_tools:** add a modified version of wsgidav's FileLikeQueue ([1b551e9b](1b551e9b)) * **textgrid_dav_provider:** implement `begin_write` for `TextgridResource`s ([5ad6f4d2](5ad6f4d2)) * **textgrid_dav_provider:** provide streamed write to resources with FileLikeQueue and threaded worker ([49f8b4f6](49f8b4f6)) * **tgapi:** provide access to the Textgrid Search and CRUD services ([61ce9f7a](61ce9f7a))
-
Stefan Hynek authored
-
Stefan Hynek authored
# 1.0.0 (2022-02-21) ### Bug Fixes * **errors:** set env_name in error message correctly ([06b0b4d8](06b0b4d8)) * **textgrid_dav_provider:** use tgclients for `TextgridAuth` ([81c60487](81c60487)) * **tgapi:** take textgridUri from metadata, not from result element ([88079e8c](88079e8c)), closes [#6](#6) ### Features * **config:** add AppConfig with property "dsn" for sentry initialization ([4cebb95a](4cebb95a)) * **config:** add properties for host and nav_address ([564bad89](564bad89)) * **dav_provider:** provide access to Textgrid projects, aggregations and resources ([bd80a81b](bd80a81b)) * implement basic textgrid DomainController and DAVProvider ([86859a07](86859a07)) * **main.py:** initialize and launch the wsgi server process ([4fca5087](4fca5087)) * **main:** init sentry very early if dsn is set ([2c3e76ed](2c3e76ed)) * provide modules for config, errors and textgrid api ([be42d0f8](be42d0f8)) * **stream_tools:** add a modified version of wsgidav's FileLikeQueue ([1b551e9b](1b551e9b)) * **textgrid_dav_provider:** implement `begin_write` for `TextgridResource`s ([5ad6f4d2](5ad6f4d2)) * **textgrid_dav_provider:** provide streamed write to resources with FileLikeQueue and threaded worker ([49f8b4f6](49f8b4f6)) * **tgapi:** provide access to the Textgrid Search and CRUD services ([61ce9f7a](61ce9f7a))
-