Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix premature connection closure #1525

Draft
wants to merge 114 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
730007f
GitHub actions fixes (#1433)
SpacemanPaul Apr 6, 2023
ab1c06b
Remove duplicate GHA Workflow for docs
omad Mar 26, 2023
082933f
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Apr 24, 2023
04ffcd6
Display error message instead of help message if a required argument …
May 8, 2023
c435a91
update whats_new
May 8, 2023
8c259c1
print error message as well as usage info
May 8, 2023
84691de
add license hook to pre-commit
May 8, 2023
08c6d70
update license template and instructions, and whats_new
May 8, 2023
9074c89
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 8, 2023
a94629c
add > and < to lark grammar
May 9, 2023
305b90f
refine logic
May 9, 2023
0e9c2b8
use timestamp 0 as lowest bound instead of hardcoded date
May 9, 2023
583901d
update whats_new
May 9, 2023
18c1f2c
update doco
May 10, 2023
df7f48f
update whats_new
May 10, 2023
cae9c04
Merge pull request #1437 from opendatacube/better_cli_errors
Ariana-B May 10, 2023
801c482
Merge branch 'develop' into pre_commit_license_hook
Ariana-B May 10, 2023
e001515
Merge pull request #1438 from opendatacube/pre_commit_license_hook
Ariana-B May 10, 2023
11e9dc6
Merge branch 'develop' into search_open_ranges
Ariana-B May 10, 2023
72ccd88
Merge pull request #1439 from opendatacube/search_open_ranges
Ariana-B May 10, 2023
3506cff
Allow open date range in dc load and find_datasets (#1443)
Ariana-B May 22, 2023
032265a
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] May 22, 2023
00ce7fe
add archive_less_mature option to add and update
May 30, 2023
6a20bfb
update whats_new
May 30, 2023
0639c58
add warning message in memory driver
May 31, 2023
691e689
Pass X and Y Scale factors through to rasterio.warp.project. (#1450)
SpacemanPaul May 31, 2023
e572834
Merge branch 'develop' into cli_maturity_model
Ariana-B May 31, 2023
f95ae0e
remove lineage from docs
May 31, 2023
e964ed1
move archive_less_mature to abstract and allow for postgres
May 31, 2023
b34d375
Merge pull request #1451 from opendatacube/cli_maturity_model
Ariana-B May 31, 2023
6d4dee7
move find dupes logic into a separate function
May 31, 2023
e3fab2b
update whats_new
May 31, 2023
2807c44
allow for a bit of leniency in datetime comparison when searching for…
Jun 5, 2023
1e65f38
update whats_new
Jun 5, 2023
1b9b89a
properly add new files
Jun 6, 2023
11af4db
fix failing tests
Jun 6, 2023
c6f73fe
refactor doc_to_ds without adding dataset logic
Jun 6, 2023
ec00a7f
Merge pull request #1452 from opendatacube/cli_maturity_model_2
Ariana-B Jun 6, 2023
0dd8292
Add missing PR's to whats_new.rst and prepare for 1.8.13 release. (#1…
SpacemanPaul Jun 6, 2023
c8795e3
Fix gha pypi publishing condition (#1454)
Ariana-B Jun 7, 2023
e3acb39
update ubntu installation instructions
Jun 7, 2023
26ee1b9
update wordlist
Jun 7, 2023
e063f05
update readme
Jun 7, 2023
5a33ad7
update wordlist again
Jun 7, 2023
f8f29c0
add a bit more info on db env variables; other misc improvements
Jun 9, 2023
1a07383
update barebones metadata type requirements
Jun 13, 2023
4d7d587
fix typos, update wordlist
Jun 13, 2023
3a7c322
fix some wording
Jun 14, 2023
c60daae
update integration db names
Jun 14, 2023
075bcda
rename agdcintegration.conf
Jun 14, 2023
7c7f460
Always use XSCALE=1,YSCALE=1 in warp. (#1457)
SpacemanPaul Jun 19, 2023
e632f9a
remove data preparation page, add links to indexing guide
Jun 19, 2023
acac9c0
fix typo, del data preparation scripts page
Jun 20, 2023
d8ccecd
Merge pull request #1455 from opendatacube/doco_improvements
Ariana-B Jun 20, 2023
d7e20c9
increase buffer to 500ms
Jun 21, 2023
148e296
Merge pull request #1458 from opendatacube/increase_maturity_buffer
Ariana-B Jun 21, 2023
137d51b
allow for a ms delta to be specified as part of the archive-less-matu…
Jun 21, 2023
7f24aa0
change default to be 500ms
Jun 21, 2023
2ce5daf
fix test, update whats_new
Jun 21, 2023
212961c
add timedelta to wordlist
Jun 21, 2023
8b2d884
Merge pull request #1460 from opendatacube/archive_time_buffer_option
Ariana-B Jun 22, 2023
9d91cb9
Mark executors as deprecated
Jun 22, 2023
8403447
remove build docker condition
Jun 22, 2023
d0cd7d3
update whats_new
Jun 22, 2023
8326d85
Merge branch 'develop' into deprecate_executor_api
Ariana-B Jun 22, 2023
1df017d
deprecation warnings in worker.py, remove celery worker
Jun 22, 2023
30b2367
remove celery from help message
Jun 22, 2023
074f494
Merge pull request #1461 from opendatacube/deprecate_executor_api
Ariana-B Jun 22, 2023
38c6294
mark ingestion as deprecated
Jun 23, 2023
9ecf558
update whats_new
Jun 23, 2023
3b586ce
mark 'managed' property as deprecated
Jun 23, 2023
0c7d777
fix deprecat decorator
Jun 23, 2023
3ea56f3
replace pkg_resources
Jun 23, 2023
b427d7c
fix error, update whats_new
Jun 23, 2023
4f30fff
update wordlist
Jun 23, 2023
3affff3
Merge pull request #1463 from opendatacube/deprecate_ingestion
Ariana-B Jun 26, 2023
16e65ac
Merge branch 'develop' into rm_pkg_resources
Ariana-B Jun 26, 2023
1e62323
Merge pull request #1466 from opendatacube/rm_pkg_resources
Ariana-B Jun 26, 2023
5fed4a6
Update whats_new.rst for release. (#1467)
SpacemanPaul Jun 28, 2023
353bb99
Use entry_points selection interface for <3.10 compatibility (#1469)
Ariana-B Jul 3, 2023
b3bc535
Update whats_new.rst for 1.8.15 release. (#1470)
SpacemanPaul Jul 11, 2023
95b6f43
Various minor improvements (#1472)
Ariana-B Jul 18, 2023
53eb54d
Fix deprecation warnings (#1476)
SpacemanPaul Jul 24, 2023
0acd2a9
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Aug 7, 2023
24b046e
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Aug 14, 2023
5ffbb78
give better error msg if dataset is not compatible with archive-less-…
Sep 8, 2023
60b23a6
give better error msg if dataset is not compatible with archive-less-…
Sep 8, 2023
b507f9c
update whats_new
Sep 8, 2023
ee8551f
fix typo >:(
Sep 8, 2023
9924bac
Merge pull request #1491 from opendatacube/better_archiving_error
Ariana-B Sep 13, 2023
62e4b9b
attempt to fix push to pypi
Sep 21, 2023
e6d3fb8
2nd try
Sep 21, 2023
59f3fc6
try with upterm
Sep 21, 2023
afef8a7
fix test pypi condition
Sep 21, 2023
809161b
try with generic refs/heads
Sep 21, 2023
ebfa7f8
fix bash syntax
Sep 22, 2023
d14a681
actually fix bash syntax this time
Sep 22, 2023
a91d863
ahh typo
Sep 22, 2023
e4541c1
remove testing trigger for test pypi
Sep 22, 2023
f45ba8c
udpate whats_new
Sep 22, 2023
1ac445c
support "like=<geobox>" in virtual products
uchchwhash Sep 21, 2023
a6a0cb8
Account for bools in archive_less_mature (#1498)
Ariana-B Oct 10, 2023
584db42
Require Python 3.9 at minimum. (#1500)
SpacemanPaul Oct 12, 2023
b6181fe
For 1.8.16 release (#1501)
SpacemanPaul Oct 16, 2023
7d02232
move schema creation logic out of if with_permissions
Oct 20, 2023
0cfe300
update whats_new
Oct 20, 2023
43903ea
Upgrade jsonschema (#1477)
SpacemanPaul Nov 6, 2023
9fb8c8c
Update whats_new.rst for 1.8.17 release. (#1510)
SpacemanPaul Nov 7, 2023
ed3d1a7
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 13, 2023
f3323b9
Bump conda-incubator/setup-miniconda from 2 to 3
dependabot[bot] Nov 27, 2023
7c738fd
Dataset CLI tool to find duplicates (#1517)
Ariana-B Dec 4, 2023
b872aff
Make solar_date() timezone aware. (#1521)
SpacemanPaul Dec 12, 2023
6aaea5f
Warn if non-eo3 dataset has eo3 metadata type (#1523)
Ariana-B Dec 19, 2023
b427ca7
make execution_options compatible with sqlalchemy 1.4, hopefully fix …
Dec 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update whats_new
  • Loading branch information
Ariana Barzinpour committed May 30, 2023
commit 6a20bfb19eb347496260f0158bc987593aec15d3
1 change: 1 addition & 0 deletions docs/about/whats_new.rst
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ v1.8.next
- ``datacube dataset`` cli commands print error message if missing argument (:pull:`1437`)
- Add pre-commit hook to verify license headers (:pull:`1438`)
- Support open-ended date ranges in `datacube dataset search`, `dc.load`, and `dc.find_datasets` (:pull:`1439`, :pull:`1443`)
- Add `archive_less_mature` option to `datacube dataset add` and `datacube dataset update` (:pull:`1451`)


v1.8.12 (7th March 2023)