• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / tigerdata-app / ebca0341-36f1-4b8a-938a-9cee4739e3cb

12 Dec 2024 07:56PM UTC coverage: 84.252% (+0.08%) from 84.177%
ebca0341-36f1-4b8a-938a-9cee4739e3cb

push

circleci

web-flow
"Recent Downloads" in the projects dashboard (#1119)

* Changed the layout to make room for the right side panel for downloads

* Starting to prototype the layout

* Rubocop nitpicking

* Applying styles from figma

* Moved item details to their own partial. Fixed style in the sidebar.

Co-authored-by: Carolyn Cole <carolyncole@users.noreply.github.com>

* Update to show actual expiration dates
also removed size since we have no way of calculating it now.

* Made download link clickable.
Minor styling changes.

Co-authored-by: Carolyn Cole <carolyncole@users.noreply.github.com>

* Remove the Activity tab now that the sidebar displays the downloads

* Remove tests for Activity since we removed it

* Added test for the Latest Downloads sidebar

* Clean up

---------

Co-authored-by: Carolyn Cole <cac9@princeton.edu>
Co-authored-by: Carolyn Cole <carolyncole@users.noreply.github.com>

4 of 4 branches covered (100.0%)

3 of 4 new or added lines in 2 files covered. (75.0%)

2247 of 2667 relevant lines covered (84.25%)

339.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/app/models/file_inventory_request.rb
1
# frozen_string_literal: true
2
class FileInventoryRequest < UserRequest
1✔
3
  def output_file
1✔
4
    request_details["output_file"]
8✔
5
  end
6

7
  def expiration_date
1✔
NEW
8
    completion_time + 7.days
×
9
  end
10
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc