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
* feat: convert errors.js to typescript fix: fix issue with ava test runner not identifying the error typescript file and finding temporary workaround during migration.
* feat: creating base STAC types fix: updating linter overrides fro typescript
* feat: convert geo-utils and logger to typescript feat: use BBox type from geojson lib
* feat: typing stac-utils fix: tweaking types based on experience in stac-utils.ts
* feat: deleted s3-utils.js which was slightly different from s3-utils.ts. Confirmed using s3-utils.ts passes all tests
* feat: rounding out typing for s3-utils.ts
* feat: typing sns file
* feat: typing aws clients
* feat: converting database clients to typescript
* complete typing of asset-proxy and asset-buckets files tests: flesh out input object in test to be a more complete StacItem to pass an expected logic gate
* feat: first quick pass at typing Searchparams and DbOperation
* feat: updating changelog
* logger: change to 'info' not 'error' in case of index already existing
* feat: typing database.ts and updating types as required
* feat: cleaning up types, remove unused, consolidating where appropriate
* updating changelog
* feat: typing a few remainig untyped params
* feat: moved some utils to api-utils.ts and typed them feat: changed api.js to api.ts
* feat: typing api.ts, adjusting types as needed
* feat: adding missing type, adding return type in a few spots where it was missing
* updating changelog
* PR feedback
* feat: typing ingest lambda and related files, adjusting types as needed
* converting lambdas to typescript
* feat: finishing typing lambdas, extending base express Request type, adding types as necessary
* updating changelog
* feat: converting test helpers to typescript
* typing unit tests
* feat: tweaking package and linter rules for typesript test conversion feat: some of the LLM converted tests
* feat: rest of the system tests converted to typescript
* fix: PR feedback
* merge changes from api PR
* PR feedback changs after reviewing Claude suggestions
* updating .nsprc file
* feat: partial commit of typed tests after setting config to typecheck tests as well
* feat: fixing typing issues from removing implictAny: true setting
* feat: more tidying up of tests typescript conversion, linter fixes
* linter fix
---------
Co-authored-by: Matthew Hanson <matt.a.hanson@gmail.com>
0 commit comments