Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cdcad15
Merge pull request #83 from unity-sds/main
wphyojpl Dec 9, 2024
4ec08c9
feat: Coginto class Update (#84)
wphyojpl Dec 9, 2024
14904da
chore: update version + change log (#85)
github-actions[bot] Dec 9, 2024
313e481
feat: S3 delete (#86)
wphyojpl Dec 16, 2024
fedb70f
chore: update version + change log (#87)
github-actions[bot] Dec 16, 2024
42d1340
fix: Check bbox in Granules STAC (#88)
wphyojpl Jan 8, 2025
1f2b987
chore: update version + change log (#89)
github-actions[bot] Jan 8, 2025
9d51fb5
fix: Poetry error requires project.name (#90)
wphyojpl Jan 9, 2025
f9a0ef8
chore: update version + change log (#91)
github-actions[bot] Jan 9, 2025
a595a42
feat: Allow Es connection with no ssl for demo purposes ONLY (#92)
wphyojpl Jan 17, 2025
8c1b092
chore: update version + change log (#93)
github-actions[bot] Jan 17, 2025
826eedc
feat: DS Client Library (#94)
wphyojpl Feb 10, 2025
a7211c8
chore: update version + change log (#95)
github-actions[bot] Feb 10, 2025
3b48ac0
fix: Client updates (#98)
wphyojpl Mar 4, 2025
cf9af6e
chore: update version + change log (#99)
github-actions[bot] Mar 4, 2025
8a1b089
feat: new Client CLI methods (#100)
wphyojpl Mar 24, 2025
dd90348
chore: update version + change log (#101)
github-actions[bot] Mar 24, 2025
976b05b
feat: Item transfomer (#102)
wphyojpl Apr 7, 2025
7d8439e
chore: update version + change log (#103)
github-actions[bot] Apr 7, 2025
d0b5a09
feat: using single Collection endpoint to retrieve the collection det…
wphyojpl Apr 9, 2025
ec8ba60
chore: update version + change log (#105)
github-actions[bot] Apr 9, 2025
075defc
fix: case insensitivity (#106)
wphyojpl Apr 24, 2025
9b75406
chore: update version + change log (#107)
github-actions[bot] Apr 24, 2025
3f3ba3a
fix: Stage out error (#108)
wphyojpl May 13, 2025
c2f1d35
chore: update version + change log (#109)
github-actions[bot] May 13, 2025
d81bf0c
feat: Allow SNS to set external roles to publish messages (#110)
wphyojpl May 21, 2025
c05a1ee
chore: update version + change log (#111)
github-actions[bot] May 21, 2025
e1f96df
chore: Unit Client updates (#112)
wphyojpl Jun 3, 2025
be12ca7
chore: update version + change log (#113)
github-actions[bot] Jun 3, 2025
4451600
feat: stage-out MAAP use case (#114)
wphyojpl Aug 21, 2025
348f7d3
chore: update version + change log (#115)
github-actions[bot] Sep 9, 2025
b0b1cb1
feat: Using opensearch instead of elasticsearch (#116)
wphyojpl Sep 9, 2025
9a4b308
chore: update version + change log (#117)
github-actions[bot] Sep 9, 2025
18c0daf
feat: Dist utils is obsolete. Replace with shutil (#118)
wphyojpl Sep 24, 2025
02e7e65
chore: update version + change log (#119)
github-actions[bot] Sep 24, 2025
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
fix: Poetry error requires project.name (#90)
* feat: add AUDIT log level for upload

* chore: update outdated tests

* fix: allow empty str as RESULT_PATH_PREFIX & replace w/ default val

* fix: error during python3 -m poetry build in github
  • Loading branch information
wphyojpl authored Jan 9, 2025
commit 9d51fb57a85a2b51ef336cb86152f52750547e10
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ requests="2.31.0"
tenacity="8.2.3"
jsonschema = "^4.23.0"

[project]
name = "mdps-ds-lib"


[build-system]
requires = ["poetry-core"]
Expand Down