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

v0.3.0 — First Heroku deployment #109

Merged
merged 1 commit into from
Mar 15, 2024
Merged

v0.3.0 — First Heroku deployment #109

merged 1 commit into from
Mar 15, 2024

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Mar 15, 2024

  • Respond to undecodable "Depth" header values with a 400 response instead of acting like no value was specified
  • Improve logging:
    • Log a message before & after each HTTP request made to the Dandi Archive, to datasets.datalad.org, or to S3 when determining a bucket's region
    • Emit logs on stderr instead of stdout
    • Disable log coloration when stderr is not a terminal
    • Suppress noisy & irrelevant log messages from various dependencies
    • Log errors that cause 404 and 500 responses
    • Use local timezone offset for log timestamps
  • Added breadcrumbs to HTML views of collections
  • FAST_NOT_EXIST components are now checked for case-insensitively
  • Add links to version & asset metadata to the web view
  • Adjust the format of timestamps in the web view: Always use UTC, show the timezone as "Z", prevent line breaking in the middle, wrap in <time> tag
  • Format sizes in the web view in "1.23 MiB" style
  • Zarr entries under /zarrs/ are now served with ".zarr" extensions
  • Use <thead> and <tbody> in collection tables in web view
  • Add --prefer-s3-redirects option for redirecting requests for blob assets directly to S3 instead of to Archive URLs that redirect to signed S3 URLs

- Respond to undecodable "Depth" header values with a 400 response instead of acting like no value was specified
- Improve logging:
    - Log a message before & after each HTTP request made to the Dandi Archive, to datasets.datalad.org, or to S3 when determining a bucket's region
    - Emit logs on stderr instead of stdout
    - Disable log coloration when stderr is not a terminal
    - Suppress noisy & irrelevant log messages from various dependencies
    - Log errors that cause 404 and 500 responses
    - Use local timezone offset for log timestamps
- Added breadcrumbs to HTML views of collections
- `FAST_NOT_EXIST` components are now checked for case-insensitively
- Add links to version & asset metadata to the web view
- Adjust the format of timestamps in the web view: Always use UTC, show the timezone as "Z", prevent line breaking in the middle, wrap in `<time>` tag
- Format sizes in the web view in "1.23 MiB" style
- Zarr entries under `/zarrs/` are now served with ".zarr" extensions
- Use `<thead>` and `<tbody>` in collection tables in web view
- Add `--prefer-s3-redirects` option for redirecting requests for blob assets directly to S3 instead of to Archive URLs that redirect to signed S3 URLs
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.01%. Comparing base (be23eb2) to head (92b0303).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   46.01%   46.01%           
=======================================
  Files          24       24           
  Lines        3710     3710           
=======================================
  Hits         1707     1707           
  Misses       2003     2003           

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

@jwodder jwodder merged commit 637d82b into main Mar 15, 2024
10 checks passed
@jwodder jwodder deleted the release branch March 15, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant