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

releasing 1.1.4 #205

Merged
merged 14 commits into from
Mar 31, 2024
Merged

releasing 1.1.4 #205

merged 14 commits into from
Mar 31, 2024

Conversation

keighrim
Copy link
Member

Overview

This release includes many changes regarding runtime parameters.

Additions

Changes

keighrim added 14 commits March 25, 2024 17:32
added support for `map` type runtime parameter
added methods that allows additional type-level descriptions
default values for `mutlivalued=True` params now must be lists
* updated to `mmif-python==1.0.11`
* parameter type casting now happens in `ClamsApp` class, instead of on the restifier wrapper layer (updated all test cases for this)
* all "raw" parameters passed to the app are now assumed to be a list of string values, directly from `flask.request.args.to_dict(flat=False)`
signing a view now auto-record `appConfiguration`
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

Attention: Patch coverage is 90.98361% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 73.87%. Comparing base (92641a2) to head (0daa225).
Report is 25 commits behind head on main.

Files Patch % Lines
clams/appmetadata/__init__.py 72.41% 8 Missing ⚠️
clams/app/__init__.py 96.55% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #205      +/-   ##
==========================================
- Coverage   74.30%   73.87%   -0.44%     
==========================================
  Files           9        9              
  Lines         724      758      +34     
==========================================
+ Hits          538      560      +22     
- Misses        186      198      +12     
Flag Coverage Δ
unittests 73.87% <90.98%> (-0.44%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@keighrim keighrim merged commit a5f8b4e into main Mar 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant