Tom Kralidis
d4063f360e
fix EDR HTML breadcrumbs ( #1764 )
...
* fix EDR HTML breadcrumbs
* add translations
* do not include CoverageJSON to format types
* set JSON-LD link for HTML templating
* add Locations and Instances to translations
2024-08-06 06:03:00 -04:00
Tom Kralidis
4b28de6d42
fix breadcrumbs again (follow on of #1769 ) ( #1770 )
2024-08-05 13:13:44 +01:00
Tom Kralidis
491ceaff48
fix collection breadcrumbs on queryables and schemas HTML Jinja2 templates ( #1769 )
2024-08-02 09:07:47 -04:00
Moritz Langer
d1dfa179b3
Add Wallet for Session pool connections in oracle.py ( #1768 )
...
* Added Wallet to Connection Pool
* Flake8 changes
* Flake8 changes
* Feedback from Pull Request
* Flake8
2024-07-31 11:04:02 -04:00
Tom Kralidis
0a7bb7f5f4
fix various deprecation warnings ( #1761 )
2024-07-25 14:13:20 -04:00
Tom Kralidis
86390a6f12
OAProc: fix response: document encoding for results ( #1579 ) ( #1759 )
2024-07-24 21:27:04 -04:00
Tom Kralidis
b2a8e0678d
safeguard OpenAPI detection on startup ( #1650 ) ( #1758 )
2024-07-24 18:26:00 -04:00
Benjamin Webb
3adfdb2341
Describe required collection level metadata about EDR Queries ( #1744 )
...
* Add data_queries to describe EDR Queries
* Fix flake8
* Use covjson media type
* Update pygeoapi-config-0.x.yml
Update schema definition to match https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/extent.yaml
* Add data_queries to describe EDR Queries
* Fix flake8
* Use covjson media type
* Update pygeoapi-config-0.x.yml
Update schema definition to match https://schemas.opengis.net/ogcapi/edr/1.1/openapi/schemas/collections/extent.yaml
* Enable query type registration
* Update base_edr.py
* Add GeoJSON as a valid response type
* Preserve query_types as list
* Revert changes to min required by EDR spec
2024-07-24 18:25:23 -04:00
Tom Kralidis
6c538ca330
raise error for collections without queryables ( #1757 )
2024-07-24 16:11:44 -04:00
Tom Kralidis
af8483a25b
OAProc: handle binary data when response: document ( #1285 ) ( #1756 )
2024-07-24 14:58:27 -04:00
Tom Kralidis
0281732c5c
add CORS expose headers setting ( #1689 ) ( #1755 )
2024-07-24 11:08:15 -04:00
Tom Kralidis
7bb7b38016
fix pagination for features/records ( #1658 ) ( #1754 )
...
* fix pagination for features/records (#1658 )
* remove given tests already existing
2024-07-24 08:56:50 -04:00
francescoingv
d600f55214
Update test_postgresql_manager.py ( #1751 )
...
* Update test_postgresql_manager.py
Test issue #1750 is fixed
* Update test_postgresql_manager.py
* Update test_postgresql_manager.py
* Update postgresql.py
* Update requirements-manager.txt
* Update postgresql.py
* Update test_postgresql_manager.py
* Update test_postgresql_manager.py
* Update test_postgresql_manager.py
* Update postgresql.py
Initialization problem with search path in case of exception.
* Update requirements-manager.txt
2024-07-24 06:12:43 -04:00
Benjamin Webb
bbb5035508
Render covjson and geojson in EDR HTML view ( #1749 )
2024-07-22 18:06:23 -04:00
Benjamin Webb
31480af845
Use consistent get_field ref in providers ( #1727 )
...
* Use consistent get_field ref in providers
* Fix flake8
* Update remaining providers
* Fix recursive call
* Fix recursive call
* Fix tinydb_.py
* Refresh TinyDB catalog fields
* s/self.fields_/self._fields/g
* Update BaseProvider.fields based on feedback
* Fix flake8
2024-07-22 17:58:06 -04:00
Benjamin Webb
f55aa875c2
Remove spatial parameter from OAS for single location ( #1747 )
2024-07-22 16:52:42 -04:00
Benjamin Webb
274646b6ae
Add TRS to pygeoapi config schema ( #1743 )
...
* Add TRS to pygeoapi config schema
* Update configuration.rst
---------
Co-authored-by: Tom Kralidis <tomkralidis@gmail.com >
2024-07-21 11:05:56 -04:00
Tom Kralidis
a000fe558f
port PostgreSQL process manager to SQLAlchemy ( #1745 )
2024-07-20 13:19:08 +02:00
Tom Kralidis
298f069ffa
update jobs endpoint link title ( #1739 ) ( #1742 )
2024-07-19 12:34:58 -04:00
Paul Tomasula
9d53f1b8f7
Fix for Starlette CORS ( #1741 )
...
* Fix for Starlette CORS
The Starlette app with setting cors=true enables all origins, but only permits requests with the GET method. The CORSMiddleware for Starlette requires specifying `allow_methods=['*']` to enable all common request methods.
* Add noqa to break line break
This line was flagged by flake 8 for being 81 characters. I think that this line it more readable as is rather than splitting up into multiple lines.
* Revise indentation on CORS middleware
2024-07-19 18:12:57 +02:00
francescoingv
c322d3fb40
Release Process Manager backed by Postgresql ( #1730 )
...
* Release Process Manager backed by Postgresql
* Update postgresdb_.py
* Changes as for Tom comment on 16.7
* Update postgresql.py
* Included further Tom suggestions
* Renamed Manager requirements file
* renamed table job_info -> jobs
* Update postgres_manager_full_structure.backup.sql
* Update postgresql.py
* Update requirements-manager.txt
Accepted @Tom requirement.
I found the issue about compiling psycopg2:
it was a bug in my configuration.
* Modified to adhere to CI
* Update postgresql.py
---------
Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com >
2024-07-19 09:10:21 -04:00
francescoingv
e91f051ea0
Update processes.py ( #1738 )
...
Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com >
2024-07-19 06:00:59 -04:00
Tom Kralidis
510875027e
EDR: add HTML table of parameters for collections with EDR support ( #1733 ) ( #1736 )
2024-07-17 10:13:17 -04:00
Benjamin Webb
533151831c
Add CRS transform to remaining providers ( #1729 )
...
* Add CRS transform to remaining providers
* Update tinydb_.py
---------
Co-authored-by: Tom Kralidis <tomkralidis@gmail.com >
2024-07-16 12:42:33 -04:00
Tom Kralidis
d9adbbd817
add support for TinyDB feature provider ( #1724 )
...
* add support for TinyDB as a feature provider (#1723 )
* add tests
* update CITE setup
* add/update docs
* update sample CITE config
* update copyright year
* reorder imports
* fix formatting
* delineate features/records via overloading
* remove now unused test data
* move CITE data to tests/data
* fix ref
* remove HYDAT from GitHub Actions
* remove print statement
2024-07-16 11:40:50 -04:00
Tom Kralidis
e8ce02167f
OAProc: fix response type on delete_job ( #1721 ) ( #1726 )
2024-07-15 21:17:51 -04:00
Tom Kralidis
6d4237a7f6
use identification.url as about link on landing page ( #1716 )
2024-07-09 01:01:35 -04:00
Tom Kralidis
b30465c147
OAProc: test hello-world process evaluation of None and empty dict ( #1714 )
2024-07-06 15:15:03 -04:00
Piotr Zaborowski
f6c33d7a3c
EDR generic layers UI ( #1713 )
...
default template supports only SST parameter, this change allow to present any property and several at once.
2024-07-05 06:17:34 -04:00
Angelos Tzotsos
11b9480204
switch back to dev
2024-07-04 11:50:48 +03:00
Angelos Tzotsos
2575c03aa5
update release version
2024-07-04 11:29:45 +03:00
Tom Kralidis
0af1df9a62
fix CSV provider paging ( #1703 ) ( #1710 )
...
* fix CSV provider paging (#1703 )
* update tests
2024-07-04 11:15:12 +03:00
Bernhard Mallinger
2b00cf2eaf
Disable generic format check for collection_coverage ( #1705 )
...
* Disable generic format check for collection_coverage
This view can and must handle custom format
* Remove trailing comma
2024-07-04 02:53:28 -04:00
Tom Kralidis
d5bf314288
update translation labels ( #1704 ) ( #1706 )
...
* update translation labels (#1704 )
* fix
2024-07-03 11:38:28 -04:00
Vincent Privat
cbab803c0d
Fix typos ( #1701 )
2024-07-02 02:28:13 -04:00
Vincent Privat
db0dc5053d
Fix 'proceses' typo ( #1699 )
2024-06-28 06:15:26 -04:00
Tom Kralidis
47f529361e
PostgreSQL: support numeric types ( #1695 ) ( #1696 )
...
* PostgreSQL: support numeric types (#1695 )
* improve string format error
* add tests/test data
* remove unused test data
2024-06-27 08:30:58 -04:00
Tom Kralidis
61bc84c532
fix items collection link href
2024-06-26 22:13:30 -04:00
Tom Kralidis
722f846b64
Merge pull request #1694 from Boren/uuid-id
...
Support UUID serialization
2024-06-24 20:51:49 -04:00
Tom Kralidis
b19960bdf5
reorder imports
2024-06-24 19:22:23 -04:00
Fredrik Bore
e7050b633d
Support using UUID as id
2024-06-24 13:25:26 +02:00
Tom Kralidis
3790b45b90
fix ref
2024-06-24 07:20:39 -04:00
Tom Kralidis
b14baafd0c
fix OpenAPI
2024-06-24 06:47:32 -04:00
Tom Kralidis
58fd68cf96
add support for item schema string format ( #1691 )
2024-06-23 12:24:39 -04:00
Moritz Langer
c607be7ed2
Oracle Connection Pooling implementation of issues/1655 ( #1688 )
...
* Implemented Connection Pooling
First part of collection pooling, improve by making pool size and other params configurable in YAML file of pygeoapi
* updated session pooling with more robust creation of dsn
* Further changes for releasing connections
* further little tweaks
* Added Thread Lock and building of DSN
* Session Pooling now only happens when ENV VAR ORACLE_POOL_MIN and ORACLE_POOL_MAX are set. Else usual behaviour is restored and single connections are opened and closed. Added a Lock for avoiding race conditions and threat safety.
* Flake8 changes
* More Flake8
* Added integer type to env variables
* Added Tests for Session Pooling
* Flake 8 changes for tests
* More Flake8 fun
* Fixed typo for env vars
* Fixed typo for env var and added noqa for variables
* More Typos
* More Flake8
* Added documentation to the oracle section for session pooling
* Review and Feedback with @totycro
* Update oracle.py
Added Author
* Added feedback from review
---------
Co-authored-by: root <root@els01entw.ama.at >
Co-authored-by: xlanger <moritz.langer@ama.gv.at >
2024-06-21 07:15:34 -04:00
Tom Kralidis
fef8df120e
add translation markers ( #1681 ) ( #1687 )
2024-06-18 17:37:19 -04:00
Tom Kralidis
7aca472b4f
fix Django routes ( #1685 ) ( #1686 )
2024-06-18 17:36:49 -04:00
francescoingv
7218d95feb
1676 Manager pass job_id to processor ( #1680 )
...
* Allow the processor to know the process_id
Solve issue #1676
* Update base.py
* Cleared blanc lines
* Added set_job_id() function description
* Update base.py
* Update base.py
---------
Co-authored-by: FrancescoIngv <FrancescoIngv@users.noreply.github.com >
Co-authored-by: Tom Kralidis <tomkralidis@gmail.com >
2024-06-14 07:35:50 -04:00
Tom Kralidis
50ad801acb
support lists as output ( #1674 ) ( #1675 )
2024-06-13 09:37:42 -04:00
Pascal Bourgault
eb321aa276
Add job before returning any response ( #1672 )
2024-06-10 08:32:17 -04:00