Proto commits in codingpot/pr12er

These 46 commits are when the Protocol Buffers files have changed:

Commit:dab82ec
Author:Mo
Committer:Mo Kweon

feat: define rpc Report(ReportRequest) returns (ReportResponse) Signed-off-by: Mo <kkweon@gmail.com>

The documentation is generated from this commit.

Commit:79c9a76
Author:Mo

feat: enable buf lint Signed-off-by: Mo <kkweon@gmail.com>

Commit:3ef1688
Author:Mo Kweon
Committer:GitHub

fix!: proto fields renames (#129) * fix!: proto fields renames - 여러 개체를 나타낼떼는 복수형(`papers`)을 씁니다. - 줄임말(`pub_date`)을 함부로 쓰면 가독성 떨어집니다. * chore: update database * fix: test (pub_date -> published_date) * chore: update database * chore: update database * chore: update database * chore: update database * chore: code formatter * chore: update database

Commit:dffb270
Author:Mo Kweon
Committer:GitHub

refactor: remove pr12_metadata (#130)

Commit:7914216
Author:Mo Kweon
Committer:GitHub

fix: GetDetails -> GetDetail for consistency (#110)

Commit:34e096f
Author:deep-diver

permission 0644 => 0600 for WriteFile

Commit:7c67fe0
Author:Chansung Park
Committer:GitHub

Update server/pkg/pr12er/database.proto Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:aec811e
Author:chansung park

youtube link, pr-id set

Commit:e6afd60
Author:Mark Hahn
Committer:GitHub

refactor: id to pr_id (#92) * style(proto): id to pr_id in #88, it's suggested to s/id/pr_id for better readability, this change the proto to generate new go client code. * update(proto): id to pr_id since in the message Video, we would like to s/id/pr_id/g this commit updates the proto genetated go client code due to latest proto update for #88 * chore(serv): id to prid for #88 * chore: run make install buf and gen all suggested https://github.com/codingpot/pr12er/pull/92#issuecomment-861766206 * style(client): id to prid

Commit:e65c27a
Author:Mo Kweon
Committer:Mo Kweon

fix: rename absract -> abstract in Proto fields

Commit:4e4e088
Author:Chansung Park
Committer:GitHub

feat: Abstract widget to detail view (#66) * add paper argument to detail screen * add FutureBuilder and getDetails for the service * clean up unnecessary widgets * add getKyewords method * update scroll view * add bookmark icon * add floating action button * add bookmark icon * add repository widget * remove sprintf dependency * test number reformatter * remove the training .0 * apply reformatNumbers to the view and like numbers * update proto for Timestamp and title in Paper message * replace placeholder values with the actual proto objects. * update dummy messages for GetDetails * add missing service.dart * resolve warnings by flutter analyze * exclude rule for mock files

Commit:388991f
Author:Mo Kweon

fix: use int64 except IDs - number of views/likes should be int64

Commit:2d4e9fb
Author:Mo Kweon
Committer:Mo Kweon

fix: use Timestamp type instead of string for datetime

Commit:bbba5e8
Author:Chansung Park
Committer:GitHub

feat: construct header section in detail view (#57) * construct header section in detail view * remove test server code * comment out unimplemented statements * Update client/lib/widgets/detail/header.dart Co-authored-by: Mo Kweon <kkweon@gmail.com> * Update client/lib/screens/detail_screen.dart Co-authored-by: Mo Kweon <kkweon@gmail.com> * Update client/lib/widgets/detail/youtube.dart Co-authored-by: Mo Kweon <kkweon@gmail.com> * part of information injected from Video object. * remove unused imports * update Video proto message * update header to use updated Video proto message Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:18c35bd
Author:Chansung Park
Committer:GitHub

Update server/pkg/pr12er/messages.proto Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:a35c52f
Author:Chansung Park
Committer:GitHub

Update server/pkg/pr12er/service.proto Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:853411f
Author:deep-diver

update proto message

Commit:d60ec23
Author:Chansung Park
Committer:GitHub

Update server/pkg/pr12er/messages.proto Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:63a2b23
Author:Chansung Park
Committer:GitHub

Update service.proto

Commit:99b1c7a
Author:deep-diver

adding rpc for detail view (#40)

Commit:c2fcec2
Author:Chansung Park
Committer:GitHub

feat: add keyword field in Video proto (#34)

Commit:a98f6d7
Author:Mo Kweon

Add metadata db

Commit:299a1f1
Author:Mo Kweon

Rename package name in proto

Commit:65e5758
Author:Mo Kweon

Fix proto path to meet the convention

Commit:159db1c
Author:chansung park

move all protos to service, messages protos

Commit:4ad1e4e
Author:chansung park

move Video Req/Res proto in hello.pb

Commit:000422c
Author:deep-diver

fix VideosRequest/Response message name

Commit:3bad143
Author:Chansung Park
Committer:GitHub

Apply suggestions from code review Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:0298f21
Author:Chansung Park
Committer:GitHub

Update server/pr12er/protos/video/video.proto Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:a1b43a5
Author:deep-diver

fix wrong import path

Commit:a449066
Author:deep-diver

remove required keyword, move GetVideos rpc to hello.proto

Commit:97c6b2c
Author:deep-diver

fix missing lines

Commit:93c6352
Author:deep-diver

defining GetVideos rpc

Commit:262b768
Author:Chanyub Park

move proto

Commit:e971234
Author:Chanyub Park

Merge remote-tracking branch 'origin' into feature/grpc-start

Commit:333ef76
Author:Chanyub Park

add make and change go mod path

Commit:c94e4cf
Author:chansung park

change package name, adopting the common protocol buffer

Commit:578a058
Author:chansung park

Merge branch 'main' of https://github.com/codingpot/pr12er into client_scaffolding

Commit:2e715de
Author:Chanyub Park

add proto first

Commit:bc135cf
Author:Chanyub Park

fix body hello request

Commit:ef01fd8
Author:Chanyub Park

Merge branch 'feature/grpc-start' of github.com:codingpot/pr12er into feature/grpc-start

Commit:16ab62a
Author:Chanyub Park

change folder to server

Commit:ff42c1a
Author:ChanYub Park
Committer:GitHub

Update pr12er/protos/pr12er.proto Co-authored-by: Mo Kweon <kkweon@gmail.com>

Commit:9a7f416
Author:Chanyub Park

change to github package add request body

Commit:e07f3ee
Author:chansung park
Committer:chansung park

feat. #2

Commit:719f10a
Author:Chanyub Park

server, client work check done