You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
* 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>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
--------
8
+
9
+
10
+
## Unreleased [0.3.0]
11
+
### Added
12
+
### Fixed
13
+
* fixed an issue with encoding a json deploy request twice [71](https://github.com/unity-sds/unity-py/issues/71)
14
+
### Changed
15
+
* We now use the asset URI/HREF as the key into the assets, and use the "metadata" and "data" types as asset-roles: [69](https://github.com/unity-sds/unity-py/issues/69)
16
+
### Removed
17
+
### Security
18
+
### Deprecated
19
+
20
+
9
21
## [0.2.2] - 2024-01-03
10
22
### Added
11
23
* Added project/venue support [5](https://github.com/unity-sds/unity-py/issues/58)
0 commit comments