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

ci: main 배포 #625

Merged
merged 37 commits into from
Oct 3, 2024
Merged

ci: main 배포 #625

merged 37 commits into from
Oct 3, 2024

Commits on May 5, 2024

  1. fix: 사용 불가능 카메라 목록에서 삭제 등

    listVideoInputDevices()로 불러들인 디바이스 중 사용불가능한 것을 목록에서 제거
    카메라 변경시마다 reset()을 호출
    jhj9109 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9eb3d3e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request #611 from jhj9109/610-바코드리더-사용불가디바이스-제거

     fix: 바코드리더 사용불가디바이스 제거
    nyj001012 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    94c2804 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    2033102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab61ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #614 from jiphyeonjeon-42/scarf005-patch-1

    ci: semantic PR 기준 완화
    chanhihi authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    68581cc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. WIP

    hyeunkim42 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2a1079f View commit details
    Browse the repository at this point in the history
  2. wip: Rending Confirm에서 사서가 자신의 책을 대출할 때 4권까지 대출 허용

    lendingLimit 변수의 값이 selectedUser가 librarian(현재 로그인한 유저)인 경우 4로 설정됨
    - prop으로 넘겨받고 있는데, Atom 에서 받아와서 설정하도록 다시 변경해야함
    hyeunkim42 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6655d5e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: 책을 2권 초과하여 선택하는 경우 삭제 대상만 리스트에 남아있는 버그 수정

    setSelectedBooks내부에서 불러오는 함수를  splice에서 filter로 변경
    hyeunkim42 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    426c95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c10729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea9ec7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afbbcbe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b612710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b344a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24613f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e0e2ee View commit details
    Browse the repository at this point in the history
  5. fix: penalty 표시에 괄호 안닫히던 bug 수정

    Rent Modal User List와 Rent Inquire Box User 모두 연체인 경우만 괄호를 닫아주고 있어서 책 권수 초과에도 닫도록 조건 추가
    hyeunkim42 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db632ed View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix: 책 비고 작성시 2~4번째 책 비고란 묶여있던 거 각각 작성되도록 수정

    remark(비고) array를 만들어서 selectedBooks의 index 이용하도록 설정
    hyeunkim42 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e56f1ff View commit details
    Browse the repository at this point in the history
  2. fix: 이전 커밋 적용 된 뒤 "대출하기" 버튼 안눌리던 현상 수정

    TextareaWithLabel에서 setState를 다시 생성해서 관리하고 있던 부분을 받아온 state를 이용하도록 변경
    hyeunkim42 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5de1deb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    314ccc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed99a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702403f View commit details
    Browse the repository at this point in the history
  4. fix: 변수 이름 수정, lending limit 함수 사용

    피드백 반영해서
    1. 변수 이름을 librarian에서 currUser로 수정했습니다.
    2. lending limit의 경우 constant 폴더의 status에서 가져와서 사용하도록 했습니다.
    hyeunkim42 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c53f6fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd2e37b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: using optional chaning

    undefined 접근 에러를 예방하기 위해 옵셔널 체이닝을 추가합니다.
    
    추후 필요에 따라 리팩토링과정에서 타입이 추가 될 수 있습니다.
    YeonSeong-Lee authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    516754d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d499d5a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. build: install react-helmet-async

    for SEO
    YeonSeong-Lee committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    224e802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bb590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4c5f4 View commit details
    Browse the repository at this point in the history
  4. build: install puppeteer

    for prerendeing, SEO
    YeonSeong-Lee committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    efbc2e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20cbebe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7775c08 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. Merge pull request #621 from jiphyeonjeon-42/618-책-링크-공유시-해당책에-이미지와-설…

    …명-미리보기로-보여주기
    
    feat: 책 링크 공유시 해당책에 이미지와 설명 미리보기로 보여주기
    YeonSeong-Lee authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3834f5f View commit details
    Browse the repository at this point in the history
  2. ci: 자동배포용 스크립트

    using codedeploy
    YeonSeong-Lee committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0005166 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #624 from jiphyeonjeon-42/623-ci-자동배포-기능

    ci: 자동배포용 스크립트
    YeonSeong-Lee authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9f426fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef85bfe View commit details
    Browse the repository at this point in the history
  5. fix: install chrome

    YeonSeong-Lee committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e8620b5 View commit details
    Browse the repository at this point in the history