Datacube-explorer

Latest version: v2.11.0

Safety actively analyzes 622867 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2.11.0

What's Changed
This release contains two significant bug fixes:
- The first caused pagination failures of STAC API Responses to pystac-client (Thanks Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/578)
- The second is for crashes while updating the Explorer Summary Tables, which may also have affected some server responses. (Thanks pjonsson and jeremyh , see 581 and https://github.com/opendatacube/datacube-explorer/pull/587)

Bug Fixes
* Revert previous auto-modernise commits by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/587
* Fix pagination with pystac-client >= 0.7.4 by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/578
* setup.py: depend on lxml_html_clean by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/584

Security Updates
* Remove pip&git from Deployment Docker Images by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/585

Dependency Updates
* Bump peter-evans/dockerhub-description from 3 to 4 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/571
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/572
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/573
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/574
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/576
* Bump osgeo/gdal from ubuntu-small-3.8.3 to ubuntu-small-3.8.4 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/577

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/580
* Update to latest postgis 13 version by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/586

* Bump osgeo/gdal from ubuntu-small-3.8.4 to ubuntu-small-3.8.5 by dependabot in https://github.com/opendatacube/datacube-explorer/pull/583


**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.10.1...2.11.0

2.10.1

Minor fixes and updates
* Reverse dataset order by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/518
* Clarify instruction on configuring deployment by charalamm in https://github.com/opendatacube/datacube-explorer/pull/521
* Default timezone by pindge in https://github.com/opendatacube/datacube-explorer/pull/422
* make default timezone configurable and doc by pindge in https://github.com/opendatacube/datacube-explorer/pull/529
* fix flake8 warnings by pindge in https://github.com/opendatacube/datacube-explorer/pull/530
* Updated scanning pipeline by whatnick in https://github.com/opendatacube/datacube-explorer/pull/526
* added stac title if in metadata by clausmichele in https://github.com/opendatacube/datacube-explorer/pull/517
* Add basic /queryables endpoints by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/515
* Dockerfile: clean /code directory by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/540
* readthedocs: update config to current format by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/541
* setup.py: bump flask version by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/542
* Disable failing tests by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/543
* Dockerfile: base on GDAL 3.8.0+space savings by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/544
* CI: add dependabot configuration by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/545
* CI: fix docpreview permissions by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/556
* dependabot: update Dockerfile by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/558
* pre-commit-config: do not reformat schemas by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/548
* Dockerfile: build psycopg2 in separate container by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/561
* schemas/update.sh: auto-update STAC version by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/549
* schemas: update to stac-api 1.0.0 by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/554
* docker-compose: add healthcheck for postgres by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/555
* Update to jsonschema 4.18 by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/560
* Dockerfile: restore missing env vars by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/563
* Update to flask 3 by pjonsson in https://github.com/opendatacube/datacube-explorer/pull/564
* Update eodatasets3 min version by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/567

New Contributors
* charalamm made their first contribution in https://github.com/opendatacube/datacube-explorer/pull/521
* clausmichele made their first contribution in https://github.com/opendatacube/datacube-explorer/pull/517
* pjonsson made their first contribution in https://github.com/opendatacube/datacube-explorer/pull/540

**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.10.0...2.10.1

2.10.0

What's Changed

Improvements
* Stac v1 update by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/474
* Add dataset thumbnail by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/487
* Make it easier to browse dataset s3 files by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/488
* [UI] add product overview page by pindge in https://github.com/opendatacube/datacube-explorer/pull/497
* Increase zoom by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/501
* Replace Datacube Explorer Database Test Infrastructure by omad in https://github.com/opendatacube/datacube-explorer/pull/490
* add canonical ref to item links by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/510
* update shapely version pin by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/512
* Improve image overlay by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/506
* Implement stac extensions functionality by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/500
* Make field search capability more discoverable by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/505
* Add total number of measurements by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/503

Bug fix
* fix key error by pindge in https://github.com/opendatacube/datacube-explorer/pull/477
* Fix replace(tzinfo) bug by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/489
* Fix datetime comparison error by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/494
* fix css by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/509

Doc
* cleanup deployment doc by pindge in https://github.com/opendatacube/datacube-explorer/pull/483
* add instruction to deploy explorer with helm by pindge in https://github.com/opendatacube/datacube-explorer/pull/485
* fix typo and cleanup by pindge in https://github.com/opendatacube/datacube-explorer/pull/499
* add db diagram to doc by pindge in https://github.com/opendatacube/datacube-explorer/pull/496

Precommit changes
* ci/lint(cleanup): Don't do pre-commit in Docker by omad in https://github.com/opendatacube/datacube-explorer/pull/504
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/514
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/507
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/498

**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.9.2...2.10.0

2.9.2

What's Changed
Interface improvements
* add localised time and utc time on tooltip by pindge in https://github.com/opendatacube/datacube-explorer/pull/420
* Audit metadata UI improvement by pindge in https://github.com/opendatacube/datacube-explorer/pull/435
* render dataset count table as data table by pindge in https://github.com/opendatacube/datacube-explorer/pull/436

General library upkeep
* remove CUBEDASH_DEFAULT_PRODUCTS config by pindge in https://github.com/opendatacube/datacube-explorer/pull/427
* add ci to update dockerhub description by pindge in https://github.com/opendatacube/datacube-explorer/pull/430
* Sentry sdk by pindge in https://github.com/opendatacube/datacube-explorer/pull/447
* Upgrade GitHub action versions by pindge in https://github.com/opendatacube/datacube-explorer/pull/449
* set github action to test prod image by pindge in https://github.com/opendatacube/datacube-explorer/pull/458
* pypi publishing action by Ariana-B in https://github.com/opendatacube/datacube-explorer/pull/461
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/462
* simplify docker build by pindge in https://github.com/opendatacube/datacube-explorer/pull/455
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/opendatacube/datacube-explorer/pull/468

Bug Fixes
* fix key error reported by sentry by pindge in https://github.com/opendatacube/datacube-explorer/pull/440
* fix dataset time sort typeerror by pindge in https://github.com/opendatacube/datacube-explorer/pull/445

Documentation
* setup readthedocs by pindge in https://github.com/opendatacube/datacube-explorer/pull/426
* Docbuild by pindge in https://github.com/opendatacube/datacube-explorer/pull/443
* cleanup config doc by pindge in https://github.com/opendatacube/datacube-explorer/pull/442
* Grant permissions to RTD for PRs by omad in https://github.com/opendatacube/datacube-explorer/pull/470
* add cache_type to config doc by pindge in https://github.com/opendatacube/datacube-explorer/pull/450
* add doc build check by pindge in https://github.com/opendatacube/datacube-explorer/pull/463
* add cli cmd to doc by pindge in https://github.com/opendatacube/datacube-explorer/pull/464

Integration tests
* add unit test for template filter and revert unintended changes by pindge in https://github.com/opendatacube/datacube-explorer/pull/424
* setup test case for dataset common fields by pindge in https://github.com/opendatacube/datacube-explorer/pull/432

New Feature
* Add json-download option for timeline data by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/467

New Contributors
* pre-commit-ci made their first contribution in https://github.com/opendatacube/datacube-explorer/pull/462

**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.9.1...2.9.2

2.9.1

What's Changed

Interface Improvements
* hide hidden products from products page by pindge in https://github.com/opendatacube/datacube-explorer/pull/414
* fix bulk dataset page total product counts by pindge in https://github.com/opendatacube/datacube-explorer/pull/417
* add sister sites by pindge in https://github.com/opendatacube/datacube-explorer/pull/406
* Display no matching region product with grey color in product selection by pindge in https://github.com/opendatacube/datacube-explorer/pull/407
* [UI] add line-break anywhere to stack overflowing lines by pindge in https://github.com/opendatacube/datacube-explorer/pull/403
* [UI] hide duplicate field creation_dt from dataset page by pindge in https://github.com/opendatacube/datacube-explorer/pull/401
* Make empty product display normal font weight instead of bold by pindge in https://github.com/opendatacube/datacube-explorer/pull/409
* Fix products page jinja2 logic by pindge in https://github.com/opendatacube/datacube-explorer/pull/415
* set default cubedash-hide-product-list to empty list by pindge in https://github.com/opendatacube/datacube-explorer/pull/411
* add cubedash_hide_products_by_name_list config by pindge in https://github.com/opendatacube/datacube-explorer/pull/408

Summary bug fixes and improvements
* remove region from region table if all relating datasets are archived by pindge in https://github.com/opendatacube/datacube-explorer/pull/396
* fix find-years-needing-update logic where product count is none but residue years still recorded by pindge in https://github.com/opendatacube/datacube-explorer/pull/398

General Bug fixes
* force yaml to present float as scientific notation by pindge in https://github.com/opendatacube/datacube-explorer/pull/399

Integration tests
* fix run generate pytest fixture by pindge in https://github.com/opendatacube/datacube-explorer/pull/410
* [Test] Add test cases to check rendered yaml validity by pindge in https://github.com/opendatacube/datacube-explorer/pull/405

**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.9.0...2.9.1

2.9.0

What's Changed

Interface improvements
* Minor styling tweaks: table padding, touch-screen padding by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/363
* Add custom error pages, fix js type error by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/357
* Fix layout overflow issues on phone-sized screens by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/356
* Header implementation restructure: better wrapping and dynamic spacing by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/355
* More consistent spacing for thin screens by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/360
* make chart legend display diagonal by pindge in https://github.com/opendatacube/datacube-explorer/pull/390
* Handle yet more thin-screen layout edge cases by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/361
* add center_datetime template filter by pindge in https://github.com/opendatacube/datacube-explorer/pull/385
* Validate uuids in URLs by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/365


Summary bug fixes and improvements
* Fix utc date time for end of the year cut off by pindge in https://github.com/opendatacube/datacube-explorer/pull/374
* make explorer to record region_code in metadata as first preference by pindge in https://github.com/opendatacube/datacube-explorer/pull/394

Performance improvements
* Speed up provenance queries by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/358
* Improve derived-dataset querying for dataset with huge numbers by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/362

Stac improvements
* Minor Stac improvements by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/351

General library upkeep
* Fix minor deployment warnings by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/359
* Bump pre-commit versions by jeremyh in https://github.com/opendatacube/datacube-explorer/pull/366

Integration tests
* setup regex groupby unit test by pindge in https://github.com/opendatacube/datacube-explorer/pull/369
* refactor integration test setup to decouple from digitalearthau config by pindge in https://github.com/opendatacube/datacube-explorer/pull/377
* add unit test to check s3 location url by pindge in https://github.com/opendatacube/datacube-explorer/pull/393
* align datasets for high tide comp centre_dt 1995 to 2000 by pindge in https://github.com/opendatacube/datacube-explorer/pull/382
* remove http://localhost for integration test assertion by pindge in https://github.com/opendatacube/datacube-explorer/pull/379


**Full Changelog**: https://github.com/opendatacube/datacube-explorer/compare/2.8.1...2.9.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.