Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

0.2.1bump #61

Merged
merged 5 commits into from
Nov 30, 2023
Merged

0.2.1bump #61

merged 5 commits into from
Nov 30, 2023

Conversation

mike-gangl
Copy link
Contributor

version bump
updated poetry, added python 3.8 to release actions

@coveralls
Copy link

Coverage Status

coverage: 84.257%. remained the same
when pulling 3356935 on 0.2.1bump
into b77f515 on develop.

@mike-gangl mike-gangl merged commit fccb285 into develop Nov 30, 2023
@mike-gangl mike-gangl deleted the 0.2.1bump branch November 30, 2023 16:31
mike-gangl added a commit that referenced this pull request Nov 30, 2023
* Downgrade38 (#59)

* downgrade to support python3.8

* updated poetry version

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Pytest (#57)

* adding pytest coverage commands

* remove unneeded python versions form testing

* updated poetry version

* updated coverate command

* Update python-app.yml

added coverall support

* fixed poetry lock

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* version bump and release fix to use python 3.8 and correct poetry version (#61)

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>
mike-gangl added a commit that referenced this pull request Dec 11, 2023
* Downgrade38 (#59)

* downgrade to support python3.8

* updated poetry version

---------



* Pytest (#57)

* adding pytest coverage commands

* remove unneeded python versions form testing

* updated poetry version

* updated coverate command

* Update python-app.yml

added coverall support

* fixed poetry lock

---------



* version bump and release fix to use python 3.8 and correct poetry version (#61)



---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>
mike-gangl added a commit that referenced this pull request Jan 3, 2024
* Downgrade38 (#59)

* downgrade to support python3.8

* updated poetry version

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Pytest (#57)

* adding pytest coverage commands

* remove unneeded python versions form testing

* updated poetry version

* updated coverate command

* Update python-app.yml

added coverall support

* fixed poetry lock

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* version bump and release fix to use python 3.8 and correct poetry version (#61)

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Added missing files and improved README (#55)

Co-authored-by: mike-gangl <59702631+mike-gangl@users.noreply.github.com>
Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* 0.2.1 merge (#62) (#63)

* Downgrade38 (#59)

* downgrade to support python3.8

* updated poetry version

---------



* Pytest (#57)

* adding pytest coverage commands

* remove unneeded python versions form testing

* updated poetry version

* updated coverate command

* Update python-app.yml

added coverall support

* fixed poetry lock

---------



* version bump and release fix to use python 3.8 and correct poetry version (#61)



---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Issues/58 (#64)

* removed un-needed mercury dashboard

* restructured environments to dev/test/prod values

* added environment settings, added process tests (high level) to ensure venue and project setting was successfully available.

* updated unity environments with correct endpoints

* updated changelog

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>
Co-authored-by: Rishi Verma <riverma@users.noreply.github.com>
mike-gangl added a commit that referenced this pull request Feb 12, 2024
* Downgrade38 (#59)

* downgrade to support python3.8

* updated poetry version

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Pytest (#57)

* adding pytest coverage commands

* remove unneeded python versions form testing

* updated poetry version

* updated coverate command

* Update python-app.yml

added coverall support

* fixed poetry lock

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* version bump and release fix to use python 3.8 and correct poetry version (#61)

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Added missing files and improved README (#55)

Co-authored-by: mike-gangl <59702631+mike-gangl@users.noreply.github.com>
Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* 0.2.1 merge (#62) (#63)

* Downgrade38 (#59)

* downgrade to support python3.8

* updated poetry version

---------



* Pytest (#57)

* adding pytest coverage commands

* remove unneeded python versions form testing

* updated poetry version

* updated coverate command

* Update python-app.yml

added coverall support

* fixed poetry lock

---------



* version bump and release fix to use python 3.8 and correct poetry version (#61)



---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>

* Issues/58 (#64)

* removed un-needed mercury dashboard

* restructured environments to dev/test/prod values

* added environment settings, added process tests (high level) to ensure venue and project setting was successfully available.

* updated unity environments with correct endpoints

* updated changelog

* fixed json encoding error

* Features/update asset roles (#73)

* Modified the way assets are catalogued so that the asset type is no longer used a key to group assets. Instead an asset role is a piece of metadata for an asset and the fileame of the asset is used as the key.

* Updated changelog and version number.

* We now use the href and not just the filename for the asset key to ensure keys are unique.

* Modified how to handle CMR assets that don't have an asset role specified as metadata key/value pair. In these situations we use the key as the asset role.

* Updated changelog.

* Fixed description in changelog

* added correct client ids for dev, prod

* Updated many methods in Collection to avoid conflating the values needing to be stored for the properties type and roles. Also added new property "roles" to Datafile to assist with the previously mentioned improvement.

* Fixed bug with to_stac method.

* Fixed pluralization with roles key in data_service

---------

Co-authored-by: mike-gangl <michael.e.gangl@jpl.nasa.gov>

* roles is already an array, removed "array of array" (#74)

* Filename key (#75)

* added conversion of asset key to filename if it starts with './'

* smarter basepath naming

---------

Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>
Co-authored-by: Rishi Verma <riverma@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants