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

🚚 Chore : ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” #9

Merged
merged 20 commits into from
Mar 24, 2024
Merged

Conversation

ooMia
Copy link
Contributor

@ooMia ooMia commented Mar 22, 2024

κ°œμš”

초기 ν”„λ‘œμ νŠΈ λΉŒλ”©μ— ν•„μš”ν•œ 기반 섀정듀을 ν¬ν•¨ν•©λ‹ˆλ‹€.

λ³€κ²½ 사항

μΆ”κ°€ 정보

κ΄€λ ¨ 이슈

Close #3 #4 #7 #11

ooMia added 5 commits March 22, 2024 11:42
- import from `spring-templates/java-lotto`
- λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •
- import from `spring-templates/java-lotto`
- λ‚΄μš© κ°„μ†Œν™”

resolve #4
- enable build caching
- enable CDS while execution
@ooMia ooMia requested a review from haxr369 March 22, 2024 08:26
@ooMia ooMia assigned ooMia and haxr369 and unassigned ooMia and haxr369 Mar 22, 2024
@ooMia ooMia added the good first issue Good for newcomers label Mar 22, 2024
ooMia added 13 commits March 22, 2024 17:33
- `.gradle/caches`에 μ˜μ‘΄μ„± λ‚˜μ—΄
- GitHub Actions의 자체 캐싱 ν™œμš©
- `main` 브랜치만 clean test μˆ˜ν–‰
- 캐싱
- λΈŒλžœμΉ˜λ³„ ν…ŒμŠ€νŠΈ μ „λž΅

resolve #6
- Add `.github/PULL_REQUEST_TEMPLATE.md`

Closes #11
- `.gitmessage` ν˜•μ‹μ„ μ‰½κ²Œ ν™œμš©ν•  수 μžˆλ„λ‘ 주석 μΆ”κ°€
haxr369

This comment was marked as duplicate.

@ooMia ooMia enabled auto-merge (squash) March 24, 2024 12:49
Copy link
Contributor Author

@ooMia ooMia left a comment

Choose a reason for hiding this comment

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

κ°œμ„  μ œμ•ˆ 반영

@ooMia ooMia disabled auto-merge March 24, 2024 13:02
@ooMia ooMia merged commit d72767f into main Mar 24, 2024
1 check passed
ooMia added a commit that referenced this pull request Mar 27, 2024
* 🚚 Chore : ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” (#9)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •

* 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* πŸ› Fix : κ²½κ³  μ–΅μ œλ₯Ό μœ„ν•œ λΉŒλ“œ μ„€μ •

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 톡합 ν…ŒμŠ€νŠΈ

* πŸ› Fix : μœ νš¨ν•˜μ§€ μ•Šμ€ μΊμ‹œν‚€ 이슈

- `.gradle/caches`에 μ˜μ‘΄μ„± λ‚˜μ—΄

* πŸ› Fix : remove redundancy

- GitHub Actions의 자체 캐싱 ν™œμš©

* ✨ Feat : test μ •μ±… λ³€κ²½

- `main` 브랜치만 clean test μˆ˜ν–‰

* πŸ› Fix : 캐싱 κΈ°λŠ₯

* πŸ› Fix : `main` 이외 브랜치 캐싱

* πŸ“ Docs : PR template

* πŸ› Fix : `.gitmessage` format μΆ”κ°€

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco

* πŸ”§ Modify : codecov-action ν…ŒμŠ€νŠΈ

[codecov-action](https://github.com/codecov/codecov-action)
ooMia added a commit that referenced this pull request Mar 27, 2024
* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •

* 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* πŸ› Fix : κ²½κ³  μ–΅μ œλ₯Ό μœ„ν•œ λΉŒλ“œ μ„€μ •

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 톡합 ν…ŒμŠ€νŠΈ

* πŸ› Fix : μœ νš¨ν•˜μ§€ μ•Šμ€ μΊμ‹œν‚€ 이슈

- `.gradle/caches`에 μ˜μ‘΄μ„± λ‚˜μ—΄

* πŸ› Fix : remove redundancy

- GitHub Actions의 자체 캐싱 ν™œμš©

* ✨ Feat : test μ •μ±… λ³€κ²½

- `main` 브랜치만 clean test μˆ˜ν–‰

* πŸ› Fix : 캐싱 κΈ°λŠ₯

* πŸ› Fix : `main` 이외 브랜치 캐싱

* πŸ“ Docs : PR template

* πŸ› Fix : `.gitmessage` format μΆ”κ°€

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco (#15)

* 🚚 Chore : ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” (#9)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •

* 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* πŸ› Fix : κ²½κ³  μ–΅μ œλ₯Ό μœ„ν•œ λΉŒλ“œ μ„€μ •

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 톡합 ν…ŒμŠ€νŠΈ

* πŸ› Fix : μœ νš¨ν•˜μ§€ μ•Šμ€ μΊμ‹œν‚€ 이슈

- `.gradle/caches`에 μ˜μ‘΄μ„± λ‚˜μ—΄

* πŸ› Fix : remove redundancy

- GitHub Actions의 자체 캐싱 ν™œμš©

* ✨ Feat : test μ •μ±… λ³€κ²½

- `main` 브랜치만 clean test μˆ˜ν–‰

* πŸ› Fix : 캐싱 κΈ°λŠ₯

* πŸ› Fix : `main` 이외 브랜치 캐싱

* πŸ“ Docs : PR template

* πŸ› Fix : `.gitmessage` format μΆ”κ°€

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco

* πŸ”§ Modify : codecov-action ν…ŒμŠ€νŠΈ

[codecov-action](https://github.com/codecov/codecov-action)
ooMia added a commit that referenced this pull request Mar 27, 2024
🚚 Chore : ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” (#18)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •

* 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* πŸ› Fix : κ²½κ³  μ–΅μ œλ₯Ό μœ„ν•œ λΉŒλ“œ μ„€μ •

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 톡합 ν…ŒμŠ€νŠΈ

* πŸ› Fix : μœ νš¨ν•˜μ§€ μ•Šμ€ μΊμ‹œν‚€ 이슈

- `.gradle/caches`에 μ˜μ‘΄μ„± λ‚˜μ—΄

* πŸ› Fix : remove redundancy

- GitHub Actions의 자체 캐싱 ν™œμš©

* ✨ Feat : test μ •μ±… λ³€κ²½

- `main` 브랜치만 clean test μˆ˜ν–‰

* πŸ› Fix : 캐싱 κΈ°λŠ₯

* πŸ› Fix : `main` 이외 브랜치 캐싱

* πŸ“ Docs : PR template

* πŸ› Fix : `.gitmessage` format μΆ”κ°€

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco (#15)

* 🚚 Chore : ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” (#9)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •

* 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* πŸ› Fix : κ²½κ³  μ–΅μ œλ₯Ό μœ„ν•œ λΉŒλ“œ μ„€μ •

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 톡합 ν…ŒμŠ€νŠΈ

* πŸ› Fix : μœ νš¨ν•˜μ§€ μ•Šμ€ μΊμ‹œν‚€ 이슈

- `.gradle/caches`에 μ˜μ‘΄μ„± λ‚˜μ—΄

* πŸ› Fix : remove redundancy

- GitHub Actions의 자체 캐싱 ν™œμš©

* ✨ Feat : test μ •μ±… λ³€κ²½

- `main` 브랜치만 clean test μˆ˜ν–‰

* πŸ› Fix : 캐싱 κΈ°λŠ₯

* πŸ› Fix : `main` 이외 브랜치 캐싱

* πŸ“ Docs : PR template

* πŸ› Fix : `.gitmessage` format μΆ”κ°€

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco

* πŸ”§ Modify : codecov-action ν…ŒμŠ€νŠΈ

[codecov-action](https://github.com/codecov/codecov-action)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

GitHub Actions Gradle Integration Test
2 participants