Fix theme caching #647

병합
elegaanz fix-theme-caching 에서 master 로 1 commits 를 머지했습니다 5 년 전
elegaanz 코멘트됨, 5 년 전 (Migrated from github.com)
  • The directory was wrong, which led to 404 errors
  • reads_to_string was consuming the File, so the response was always empty

Fixes #645

- The directory was wrong, which led to 404 errors - `reads_to_string` was consuming the `File`, so the response was always empty Fixes #645
codecov[bot] 코멘트됨, 5 년 전 (Migrated from github.com)

Codecov Report

Merging #647 into master will increase coverage by 0.04%.
The diff coverage is 75%.

@@            Coverage Diff             @@
##           master     #647      +/-   ##
==========================================
+ Coverage   35.06%   35.11%   +0.04%     
==========================================
  Files          68       68              
  Lines        7945     7943       -2     
  Branches     1890     1889       -1     
==========================================
+ Hits         2786     2789       +3     
+ Misses       4383     4374       -9     
- Partials      776      780       +4
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/647?src=pr&el=h1) Report > Merging [#647](https://codecov.io/gh/Plume-org/Plume/pull/647?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/a6c84daa1a242246ac01260eb9bc201dd6e47830?src=pr&el=desc) will **increase** coverage by `0.04%`. > The diff coverage is `75%`. ```diff @@ Coverage Diff @@ ## master #647 +/- ## ========================================== + Coverage 35.06% 35.11% +0.04% ========================================== Files 68 68 Lines 7945 7943 -2 Branches 1890 1889 -1 ========================================== + Hits 2786 2789 +3 + Misses 4383 4374 -9 - Partials 776 780 +4 ```
igalic (Migrated from github.com) 이 변경사항을 승인하였습니다. 5 년 전
igalic (Migrated from github.com) left a comment

🤔👍

🤔… 👍

리뷰어

The pull request has been merged as 28fb50438e.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix-theme-caching master
git pull origin fix-theme-caching

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff fix-theme-caching
git push origin master
로그인하여 이 대화에 참여
No reviewers
마일스톤 없음
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: Plume/Plume#647
불러오는 중...
아직 콘텐츠가 없습니다.