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

feat: 충전기와 충전소를 주기적으로 업데이트하는 기능을 구현한다 #151

Merged
merged 22 commits into from
Jul 20, 2023

Commits on Jul 17, 2023

  1. feat: 업데이트 됐는지 확인하는 기능 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0c3810f View commit details
    Browse the repository at this point in the history
  2. test: 기능 테스트 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d511fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b10f92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94ebcdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3c91f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bea0cf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. feat: 업데이트 됐는지 확인하는 기능 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    79ac2de View commit details
    Browse the repository at this point in the history
  2. test: 기능 테스트 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b919d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea06ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f12d67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    501f3e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eadce5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    385d80b View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/feat/26' into feat/26

    # Conflicts:
    #	backend/src/main/java/com/carffeine/carffeine/domain/chargestation/ChargeStation.java
    #	backend/src/main/java/com/carffeine/carffeine/domain/chargestation/charger/Charger.java
    #	backend/src/main/java/com/carffeine/carffeine/service/chargerstation/ChargerStationUpdateService.java
    #	backend/src/test/java/com/carffeine/carffeine/service/chargerstation/ChargerStationUpdateServiceTest.java
    
    [#26]
    drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3075faa View commit details
    Browse the repository at this point in the history
  9. feat: 업데이트 됐는지 확인하는 기능 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e51f22f View commit details
    Browse the repository at this point in the history
  10. test: 기능 테스트 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    197c2b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c24d158 View commit details
    Browse the repository at this point in the history
  12. fix: 컨플릭트 해결

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    9e8cf06 View commit details
    Browse the repository at this point in the history
  13. refactor: 필요한 기능 제외하고 제거

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    00ccc88 View commit details
    Browse the repository at this point in the history
  14. test: 업데이트 기능 테스트 추가

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    861305a View commit details
    Browse the repository at this point in the history
  15. refactor: 안쓰는 클래스 제거

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    faa841b View commit details
    Browse the repository at this point in the history
  16. refactor: equals & hashcode 재정의

    Co-authored-by: drunkenhw <[email protected]>
    sosow0212 and drunkenhw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3b0fda0 View commit details
    Browse the repository at this point in the history