-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/docker #33
Feature/docker #33
Conversation
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์๊ณ ํ์ จ์ต๋๋ค member์ชฝ์ ์ฝ๋ ์ถฉ๋์ด ๋ง์ ์ ๊ฐ ์ฌ๋ฆฌ๋ ๋ค์ PR๋ ๋ณ๊ฒฝ ์ฌํญ์ด ๋ง์๋ณด์ผ ์ ์์์ ๋ฏธ๋ฆฌ ์๋ด๋๋ฆฝ๋๋ค.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -31,10 +31,12 @@ jobs: | |||
|
|||
# Gradle Build๋ฅผ ์ํ ๊ถํ ๋ถ์ฌ | |||
- name: Grant execute permission for gradlew | |||
working-directory: ./module-api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working-directory์ depth ๋ฌธ์ ์๋ค๋ ๊ฒ์ด๊ตฐ์. ๊ณ ์ํ์ จ์ต๋๋ค.
@@ -15,12 +15,12 @@ public class Brand extends BaseEntity { | |||
@SequenceGenerator(name = "brand_id_gen", sequenceName = "brand_brand_no_seq") | |||
@Column(name = "brand_no", nullable = false) | |||
private Integer brandNo; | |||
@Column(name = "brand_name", nullable = false) | |||
@Column(name = "brand_name", nullable = false, length = Integer.MAX_VALUE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
length๋ฅผ Integer.MAX_VALUE๋ก ์ก์ผ์ ์ด์ ๊ฐ ์๋์?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์๊ณ ํ์
จ์ต๋๋ค ๐
api CI ์ฑ๊ณตํ์
จ์ผ๋ admin, batch๋ ๊ธ๋ฐฉ ๋ ๊ฑฐ์์ใ
ใ
!
๐ก Motivation and Context
์ฌ๊ธฐ์ ์ ์ด PR์ด ํ์ํ๋์ง, PR์ ํตํด ๋ฌด์์ด ๋ฐ๋๋์ง์ ๋ํด์ ์ค๋ช ํด ์ฃผ์ธ์
๐จ Modified
๐ More
๐ ์ปค๋ฐ ์ ์ฒดํฌ๋ฆฌ์คํธ
๐ค๐ป PR๋ก ์๋ฃ๋ ์ด์
closes #