Post creation API #307

병합
elegaanz post-api 에서 master 로 9 commits 를 머지했습니다 5 년 전
elegaanz 코멘트됨, 6 년 전 (Migrated from github.com)
아직 콘텐츠가 없습니다.
codecov[bot] 코멘트됨, 6 년 전 (Migrated from github.com)

Codecov Report

Merging #307 into master will decrease coverage by 0.44%.
The diff coverage is 11.34%.

@@            Coverage Diff             @@
##           master     #307      +/-   ##
==========================================
- Coverage    28.3%   27.86%   -0.45%     
==========================================
  Files          63       63              
  Lines        5949     6280     +331     
==========================================
+ Hits         1684     1750      +66     
- Misses       4265     4530     +265
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/307?src=pr&el=h1) Report > Merging [#307](https://codecov.io/gh/Plume-org/Plume/pull/307?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/fdfeeed6d9fa9dec92862366a8b646eb27d17422?src=pr&el=desc) will **decrease** coverage by `0.44%`. > The diff coverage is `11.34%`. ```diff @@ Coverage Diff @@ ## master #307 +/- ## ========================================== - Coverage 28.3% 27.86% -0.45% ========================================== Files 63 63 Lines 5949 6280 +331 ========================================== + Hits 1684 1750 +66 - Misses 4265 4530 +265 ```
elegaanz 코멘트됨, 6 년 전 (Migrated from github.com)

Ah, yes, I should write tests…

Ah, yes, I should write tests…
elegaanz 코멘트됨, 6 년 전 (Migrated from github.com)

I think I will wait for #310 to be merged before adding tests, as it would probably create conflicts otherwise…

I think I will wait for #310 to be merged before adding tests, as it would probably create conflicts otherwise…
trinity-1686a 검토됨 6 년 전
trinity-1686a 코멘트됨, 6 년 전
소유자

anything after let conn = ... should be surrounded by a big

conn.test_transaction::<_, (), _>(|| { 
    [...]
    Ok(())
})

to prevent any side effect

anything after `let conn = ...` should be surrounded by a big ```rust conn.test_transaction::<_, (), _>(|| { [...] Ok(()) }) ``` to prevent any side effect
trinity-1686a 코멘트됨, 5 년 전
소유자

Is this still ready for review? If so you should fix the conflict with master

Is this still ready for review? If so you should fix the conflict with master
trinity-1686a 검토됨 5 년 전
trinity-1686a 이 변경사항을 승인하였습니다. 5 년 전

리뷰어

trinity-1686a 이 변경사항을 승인하였습니다. 5 년 전
The pull request has been merged as 4ec2480f50.
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 post-api master
git pull origin post-api

Step 2:

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

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

의존성

No dependencies set.

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