Skip to content
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

Merged
merged 18 commits into from
Jan 8, 2024
Merged

Feature/docker #33

merged 18 commits into from
Jan 8, 2024

Conversation

HyunJunSon
Copy link
Collaborator

๐Ÿ’ก Motivation and Context

์—ฌ๊ธฐ์— ์™œ ์ด PR์ด ํ•„์š”ํ–ˆ๋Š”์ง€, PR์„ ํ†ตํ•ด ๋ฌด์—‡์ด ๋ฐ”๋€Œ๋Š”์ง€์— ๋Œ€ํ•ด์„œ ์„ค๋ช…ํ•ด ์ฃผ์„ธ์š”


๐Ÿ”จ Modified

์—ฌ๊ธฐ์— ๋ฌด์—‡์ด ํฌ๊ฒŒ ๋ฐ”๋€Œ์—ˆ๋Š”์ง€ ์„ค๋ช…ํ•ด ์ฃผ์„ธ์š”

  • ์—ฌ๊ธฐ์— ์„ธ๋ถ€ ๋ณ€๊ฒฝ์‚ฌํ•ญ์„ ์„ค๋ช…ํ•ด์ฃผ์„ธ์š”
  • docker-compose, github-action CI

๐ŸŒŸ More

  • ์—ฌ๊ธฐ์— PR ์ดํ›„ ์ถ”๊ฐ€๋กœ ํ•ด์•ผ ํ•  ์ผ์— ๋Œ€ํ•ด์„œ ์„ค๋ช…ํ•ด ์ฃผ์„ธ์š”
  • ์ดํ›„ ๋ฐฐ์น˜์ž‘์—…, admin , replication db ์—ฐ๊ฒฐ์‹œ compose ํŒŒ์ผ์— ์ถ”๊ฐ€ํ•  ์˜ˆ์ •์ž…๋‹ˆ๋‹ค.
  • cd ๋Š” ec2๋กœ ์„œ๋ฒ„ ์˜ฎ๊ธฐ๊ฒŒ ๋˜๋ฉด ์ž‘์„ฑํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.
  • ๋กœ์ปฌ์—์„œ ํ…Œ์ŠคํŠธ ํ•˜์‹ค๋•Œ๋Š” gradle.yml ์˜ branch๋ฅผ ๋ณ€๊ฒฝํ•ด์ฃผ์…”์•ผ ํ•ฉ๋‹ˆ๋‹ค.


๐Ÿ“‹ ์ปค๋ฐ‹ ์ „ ์ฒดํฌ๋ฆฌ์ŠคํŠธ

  • ์ถ”๊ฐ€/๋ณ€๊ฒฝ์— ๋Œ€ํ•œ ๋‹จ์œ„ ํ…Œ์ŠคํŠธ๋ฅผ ์™„๋ฃŒํ•˜์˜€์Šต๋‹ˆ๋‹ค.
  • [o] ์ปจ๋ฒค์…˜์— ๋งž๊ฒŒ ์ž‘์„ฑํ•˜์˜€์Šต๋‹ˆ๋‹ค.

๐ŸคŸ๐Ÿป PR๋กœ ์™„๋ฃŒ๋œ ์ด์Šˆ

closes #

Copy link

cr-gpt bot commented Jan 5, 2024

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

@HyunJunSon HyunJunSon self-assigned this Jan 5, 2024
Copy link
Collaborator

@gunsight1 gunsight1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ˆ˜๊ณ ํ•˜์…จ์Šต๋‹ˆ๋‹ค member์ชฝ์€ ์ฝ”๋“œ ์ถฉ๋Œ์ด ๋งŽ์•„ ์ œ๊ฐ€ ์˜ฌ๋ฆฌ๋Š” ๋‹ค์Œ PR๋•Œ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์ด ๋งŽ์•„๋ณด์ผ ์ˆ˜ ์žˆ์Œ์„ ๋ฏธ๋ฆฌ ์•ˆ๋‚ด๋“œ๋ฆฝ๋‹ˆ๋‹ค.

Copy link
Collaborator

@chan99k chan99k left a 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
Copy link
Collaborator

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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

length๋ฅผ Integer.MAX_VALUE๋กœ ์žก์œผ์‹  ์ด์œ ๊ฐ€ ์žˆ๋‚˜์š”?

Copy link
Collaborator

@linglong67 linglong67 left a 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๋Š” ๊ธˆ๋ฐฉ ๋ ๊ฑฐ์—์š”ใ…Žใ…Ž!

@gunsight1 gunsight1 merged commit 50f520b into Kernel360:develop Jan 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants