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/item create #50

Closed
wants to merge 99 commits into from
Closed

Feature/item create #50

wants to merge 99 commits into from

Commits on Oct 1, 2023

  1. chore: add dummy class

    jimmy.lee committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    dcf8ad4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from hanghae-0001/feature/modify-cd-test

    chore: add dummy class
    e-build authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    189a994 View commit details
    Browse the repository at this point in the history
  3. feat(User): user 생성, user 쑰회 κΈ°λŠ₯ κ΅¬ν˜„

    - user 도메인 계측, μ‘μš© 계측, ν‘œν˜„ 계측 생성
    - createUser, getUser μ—”λ“œ 포인트 생성
    sm9171 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d607c48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faecbe0 View commit details
    Browse the repository at this point in the history
  5. feat(User): user validate 체크

    - name, email, address ν•„λ“œ 유무 체크
    - user 객체 λ‹¨μœ„ ν…ŒμŠ€νŠΈ μž‘μ„±
    sm9171 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ade090e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0aed98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb16061 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. chore: api application.yml μ„€μ •νŒŒμΌ μˆ˜μ •

    - κΈ°λ³Έ ν”„λ‘œνŒŒμΌ μΌλ•Œ logging.xml import μ œμ™Έ
    sm9171 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    79ca470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1405032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    587362b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96d321d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    28599f2 View commit details
    Browse the repository at this point in the history
  2. refactor(user): μ •μ νŒ©ν† λ¦¬λ©”μ†Œλ“œλͺ… λ³€κ²½

    - User.createUser -> User.of
    - UserEntity.toEntity -> userEntity.from
    sm9171 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e3d84d6 View commit details
    Browse the repository at this point in the history
  3. chore: commerce-infra:redis-main ꡬ성

    jimmy.lee committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cead8c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55da5a0 View commit details
    Browse the repository at this point in the history
  5. chore: Dummy μ‚­μ œ

    jimmy.lee committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fc21ec1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd06f4c View commit details
    Browse the repository at this point in the history
  7. test: testcontainer ꡬ성

    jimmy.lee committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2dbda6a View commit details
    Browse the repository at this point in the history
  8. test: order tc κ΅¬ν˜„ > when_stock_size_is_5

    jimmy.lee committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    92f3434 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d8f21a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    23d3cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    333b360 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #38 from hanghae-0001/feature/create-user

    Feature/create user
    e-build authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    46ef314 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    40555c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Merge branch 'develop' into feature/domain-order

    # Conflicts:
    #	commerce-api/build.gradle.kts
    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1a6d523 View commit details
    Browse the repository at this point in the history
  2. chore: dummy μ‚­μ œ

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d86a9e2 View commit details
    Browse the repository at this point in the history
  3. fix: compile μˆ˜μ •

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3b5f160 View commit details
    Browse the repository at this point in the history
  4. feat: item 도메인 μΆ”κ°€

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    8063f85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fa819f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6dab3e View commit details
    Browse the repository at this point in the history
  7. style: ktlint fix

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    0608093 View commit details
    Browse the repository at this point in the history
  8. chore: ulidcreator μ˜μ‘΄μ„± μΆ”κ°€

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fad7319 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #39 from hanghae-0001/feature/add-dependency-tx

    Feature/add dependency tx
    e-build authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    04d34a0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #41 from hanghae-0001/feature/domain-item

    Feature/domain item
    sm9171 authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3d4fe8d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    041ed9f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' into feature/domain-order

    # Conflicts:
    #	commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/common/PrimaryKeyEntity.kt
    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    548bdf1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dcba3a4 View commit details
    Browse the repository at this point in the history
  14. refactor: Order > Assembler -> Mapper

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    bd79727 View commit details
    Browse the repository at this point in the history
  15. style: ktlint fix

    jimmy.lee committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    6f1dc40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    73a1bc7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    382d70c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    44b98d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    1abfbce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dae6593 View commit details
    Browse the repository at this point in the history
  3. fix: Logback μ˜€νƒ€ μˆ˜μ •

    jimmy.lee committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d43d032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276a23b View commit details
    Browse the repository at this point in the history
  5. feat: μ£Όλ¬Έ 생성 둜직 λ¦¬νŒ©ν† λ§

    - 재고 검증 둜직 뢄리 -> facade
    jimmy.lee committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d4eff7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7e6719 View commit details
    Browse the repository at this point in the history
  7. Rename .java to .kt

    jimmy.lee committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d9c6538 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    714a0fc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feat(store): create Store

    sm9171 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c561933 View commit details
    Browse the repository at this point in the history
  2. feat: λ ˆλ””μŠ€ 락 κ΅¬ν˜„ λ³€κ²½

    - spring-data-redis -> redisson
    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1711cd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfaac74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b494bd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0269e19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d112815 View commit details
    Browse the repository at this point in the history
  7. feat(store): create store validate μΆ”κ°€

    - μŠ€ν† μ–΄ 이름 쀑볡 체크
    - μœ μ €νƒ€μž…μ΄ 판맀자 인지 체크
    sm9171 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d07378d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2b384e View commit details
    Browse the repository at this point in the history
  9. fix: redisson λ™μ‹œμ„± 처리 μˆ˜μ •

    - tryLock() -> lock()
    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ca4b880 View commit details
    Browse the repository at this point in the history
  10. fix: λ™μ‹œμ„± TC > exception 카운트 였λ₯˜ μˆ˜μ •

    - runnable -> callable
    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1c5df4b View commit details
    Browse the repository at this point in the history
  11. test: μ£Όλ¬Έ 성곡 TC μž‘μ„±

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ce2bf1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4754fe3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95e78fb View commit details
    Browse the repository at this point in the history
  14. feat: event wrapper component μΆ”κ°€

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3bf3c0d View commit details
    Browse the repository at this point in the history
  15. test: order tc > event λ°œν–‰ tc 주석

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9a9295c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2b7aee9 View commit details
    Browse the repository at this point in the history
  17. chore: ktlint

    sm9171 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d46ba60 View commit details
    Browse the repository at this point in the history
  18. test: order tc > event λ°œν–‰ tc μ‚­μ œ

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    51db6c0 View commit details
    Browse the repository at this point in the history
  19. test: payment tc μΆ”κ°€

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4dad105 View commit details
    Browse the repository at this point in the history
  20. feat: Payment 도메인 섀계

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    973ab48 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    82d5ef9 View commit details
    Browse the repository at this point in the history
  22. test: 결제 API TC μΆ”κ°€

    jimmy.lee committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b12c660 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fb26dad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6c83d0b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4dcf154 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    181eb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa8fbc4 View commit details
    Browse the repository at this point in the history
  3. feat: payment > db-infra κ΅¬ν˜„

    jimmy.lee committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    46c8284 View commit details
    Browse the repository at this point in the history
  4. feat: payment integration test κ΅¬ν˜„

    jimmy.lee committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    99f31d1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from hanghae-0001/feature/create-store

    Feature/create store
    sm9171 authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    eb7cc49 View commit details
    Browse the repository at this point in the history
  6. feat: payment completed event κ΅¬ν˜„

    jimmy.lee committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7b90840 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    380beac View commit details
    Browse the repository at this point in the history
  8. test: 결제 rate limiter tc κ΅¬ν˜„

    jimmy.lee committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    80da753 View commit details
    Browse the repository at this point in the history
  9. feat: 결제 rate limiter κ΅¬ν˜„

    jimmy.lee committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9ba3b15 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #47 from hanghae-0001/feature/cart

    Feature/cart
    5Hanui authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fd81076 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    539ec54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f12536 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. feat: 결제 circuit breaker κ΅¬ν˜„

    jimmy.lee committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    edc065b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/domain-order

    # Conflicts:
    #	commerce-api/src/test/kotlin/com/hanghae/commerce/user/domain/UserRepositoryTest.kt
    #	commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/JpaUserRepository.kt
    #	commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/UserEntityRepository.kt
    jimmy.lee committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e2ed35a View commit details
    Browse the repository at this point in the history
  3. feat: compile lint μˆ˜μ •

    jimmy.lee committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2c7d40f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from hanghae-0001/feature/domain-order

    Feature/domain order
    e-build authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b6fbed2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/domain-payment

    # Conflicts:
    #	commerce-api/src/test/kotlin/com/hanghae/commerce/user/domain/UserRepositoryTest.kt
    #	commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/JpaUserRepository.kt
    #	commerce-infra/db-main/src/main/kotlin/com/hanghae/commerce/data/domain/UserEntityRepository.kt
    jimmy.lee committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    05eea7f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into feature/domain-payment

    # Conflicts:
    #	commerce-api/src/test/kotlin/com/hanghae/commerce/order/application/OrderCreateFacadeTest.kt
    jimmy.lee committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    11d1b52 View commit details
    Browse the repository at this point in the history
  7. feat: 결제 test lint μˆ˜μ •

    jimmy.lee committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    19d8797 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08f2d5b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Merge pull request #48 from hanghae-0001/feature/domain-payment

    Feature/domain payment
    5Hanui authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fc304e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    2cecb4a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    1a8c5ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e09acc View commit details
    Browse the repository at this point in the history