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

Feedback #1

Open
wants to merge 217 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 217 commits into from

Commits on Jan 14, 2021

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

Commits on Jan 17, 2021

  1. Update README.md

    kimjenny authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    46b576d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Update README.md

    kimjenny authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4aa5ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Create index.html

    kimjenny authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    9d863ac View commit details
    Browse the repository at this point in the history
  2. Update index.html

    kimjenny authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5bbdccd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from kookmin-sw/frontend.add.text

    풀리퀘스트를 수락합니다
    kimjenny authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    847a11c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. backend skeleton init

    jenny ruby authored and jenny ruby committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    782d576 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. ignore 추가

    jenny ruby authored and jenny ruby committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    18c60ee View commit details
    Browse the repository at this point in the history
  2. .env 연동, app 폴더로 이동

    jenny ruby authored and jenny ruby committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    373ff7f View commit details
    Browse the repository at this point in the history
  3. dotenv 패캐지 추가

    jenny ruby authored and jenny ruby committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    ce1e544 View commit details
    Browse the repository at this point in the history
  4. VPC추가,삭제기능 추가 및 DB 연동

    jenny ruby authored and jenny ruby committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0bc7a3c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. skeleton frontend

    jenny ruby authored and jenny ruby committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    9100bc9 View commit details
    Browse the repository at this point in the history
  2. README 수정

    jenny ruby authored and jenny ruby committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    003861d View commit details
    Browse the repository at this point in the history
  3. readme 수정

    jenny ruby authored and jenny ruby committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    da145ef View commit details
    Browse the repository at this point in the history
  4. README 수정

    jenny ruby authored and jenny ruby committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    88c5ebc View commit details
    Browse the repository at this point in the history
  5. README 수정

    jenny ruby authored and jenny ruby committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    cb6adc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. javascript 함수가 겹치지 않도록 설계

    jenny ruby authored and jenny ruby committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f15fc80 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. keypair 뷰 추가, Cloud 추가 테스트 완료,VPC 연동 해야함

    jenny ruby authored and jenny ruby committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    ea84448 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. 클라우드 생성 구조 변경 - 유저 인증완료시 vpc, igw, routetable 구성

    jenny ruby authored and jenny ruby committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    44b5e7a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. 클라우드 생성 시 task queue 로 처리하도록 구조변경

    jenny ruby authored and jenny ruby committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f262ffe View commit details
    Browse the repository at this point in the history
  2. 구조 개선

    jenny ruby authored and jenny ruby committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f163a90 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. timezone asia/seoul

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    200ec74 View commit details
    Browse the repository at this point in the history
  2. AWS Api 호출 부분을 utils.py 로 분리

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d21c4cc View commit details
    Browse the repository at this point in the history
  3. views.py 와 awsutil 연동

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0c86c01 View commit details
    Browse the repository at this point in the history
  4. React와 연동 대비 RestAPI 호출을 위한 json화 준비

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    c7c7e21 View commit details
    Browse the repository at this point in the history
  5. 클라우드 terminate 기능 추가

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    9e83575 View commit details
    Browse the repository at this point in the history
  6. 사용자 토큰 로그인 기능 추가 예정

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    dae9048 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2c5032 View commit details
    Browse the repository at this point in the history
  8. 기타 util 파일 따로 뺌

    jenny ruby authored and jenny ruby committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d296f0f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. cloud detail - cloud console output, screenshot add

    EC2 Default User committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    5d10211 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

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

Commits on Feb 10, 2021

  1. landing, login init.

    parkhuijoo committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d136444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df679b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Update README.md

    kimjenny authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4249525 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. ci 설정 초기

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6906ecc View commit details
    Browse the repository at this point in the history
  2. mysql 없이 로컬에서 테스트할 수 있도록하는것

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0556d90 View commit details
    Browse the repository at this point in the history
  3. 보안 그룹 뷰, 백엔드 추가

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d29c203 View commit details
    Browse the repository at this point in the history
  4. 문자열오류 고침

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0bcebbd View commit details
    Browse the repository at this point in the history
  5. 보안그룹 연동

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    afc2340 View commit details
    Browse the repository at this point in the history
  6. 보안그룹 스키마 작성 및 다른 테이플 스키마 추가

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    139f1c4 View commit details
    Browse the repository at this point in the history
  7. 뷰 추가 및 연동

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    87db17d View commit details
    Browse the repository at this point in the history
  8. 테스트코드 작성 초기

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    53a6902 View commit details
    Browse the repository at this point in the history
  9. Rest API로도 호출 할 수 있도록 보강 예정(JWT는 테스트 완료)

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    889ac69 View commit details
    Browse the repository at this point in the history
  10. redis, worker ,JWT 추가

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5505610 View commit details
    Browse the repository at this point in the history
  11. 예외처리 작성

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    27e64e8 View commit details
    Browse the repository at this point in the history
  12. redis , task queue 실행 파일 작성

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d3d8436 View commit details
    Browse the repository at this point in the history
  13. readme 수정

    jenny ruby authored and jenny ruby committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9c20a4d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. test commit

    jenny ruby authored and jenny ruby committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5c03b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d342a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. security,setting init

    parkhuijoo committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    a891b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57f7f68 View commit details
    Browse the repository at this point in the history
  3. add NoCacheHTTPServer

    parkhuijoo committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    2796d2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7cfa03 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Feb 26, 2021

  1. Merge branch 'frontend'

    parkhuijoo committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    0aade7b View commit details
    Browse the repository at this point in the history
  2. conflict 해결

    parkhuijoo committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    46cd855 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. outbound traffic check with cloudwatch

    jenny ruby authored and jenny ruby committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    4836457 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. 샘플 플랜 추가(트래픽 많은것)

    jenny ruby authored and jenny ruby committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    6b4a649 View commit details
    Browse the repository at this point in the history
  2. sqlite 호환성.. 근데 MySQL에선 잘 됐었네...?

    jenny ruby authored and jenny ruby committed Feb 28, 2021
    1 Configuration menu
    Copy the full SHA
    88dfbf0 View commit details
    Browse the repository at this point in the history
  3. keypair 이름 형식 랜덤값으로 설정, 트래픽 outbound 추가 함

    jenny ruby authored and jenny ruby committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    376889c View commit details
    Browse the repository at this point in the history
  4. 나머지 화면 디테일 간단하게 구성, requirement 패캐지 추가

    jenny ruby authored and jenny ruby committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    6dc3737 View commit details
    Browse the repository at this point in the history
  5. db schema 조금 수정

    jenny ruby authored and jenny ruby committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    5b110b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. test commit circleci

    kimJenny committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6343dd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Modify Flow

    parkhuijoo committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3f55daa View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. traffic usage 변경

    jenny ruby authored and jenny ruby committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1b09277 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. frontend 붙이기 작업 중

    kimJenny committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    13512e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. support(게시판) 구현

    parkhuijoo committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0e87ddc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. 디자인 수정

    parkhuijoo committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cc2b5ef View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

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

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    cb1a17c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kimjenny authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    96bed61 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kimjenny authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    4d09f46 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. billing View 연동

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4092510 View commit details
    Browse the repository at this point in the history
  2. Billing, Support Routing 추가

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    e642ba8 View commit details
    Browse the repository at this point in the history
  3. Billing CSS,JS 연동

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4ad31bc View commit details
    Browse the repository at this point in the history
  4. Support View, Backend Route 연동

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    14c386d View commit details
    Browse the repository at this point in the history
  5. User profile 뷰 연동

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    00d35cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b61f814 View commit details
    Browse the repository at this point in the history
  7. alert 메세지 연동

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    36f60de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d2a196 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5aab61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61642ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2ff096 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    501261b View commit details
    Browse the repository at this point in the history
  13. readme수정 및 db schema 설계 준비..

    kimJenny committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    11e2a21 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    6630c1a View commit details
    Browse the repository at this point in the history
  2. security group naming 변경

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a459ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8ecaa1 View commit details
    Browse the repository at this point in the history
  4. route table delete exception 추가

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d9e5fd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b79764f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b19db6 View commit details
    Browse the repository at this point in the history
  7. notifier col-md-12 style 변경

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    9cb10c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b804c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf03d38 View commit details
    Browse the repository at this point in the history
  10. 로그인 부분 에러메세지 나오게 수정

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    c689930 View commit details
    Browse the repository at this point in the history
  11. keypair 삭제 기능 추가

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4ad5e28 View commit details
    Browse the repository at this point in the history
  12. secgroup 생성기능 추가

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    6a749cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7f4c8a7 View commit details
    Browse the repository at this point in the history
  14. 키페어 리스트 프론트

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    11b261d View commit details
    Browse the repository at this point in the history
  15. sec group 프론트 백엔드 연동

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d0b5dd0 View commit details
    Browse the repository at this point in the history
  16. support 부분 레이아웃 조금 수정

    kimJenny committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    1d241e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. 관리자 계정 생성 쿼리 추가

    kimJenny committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    af1d738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a59f46 View commit details
    Browse the repository at this point in the history
  3. threading 추가

    kimJenny committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    249e72b View commit details
    Browse the repository at this point in the history
  4. 잔액 없을 때 처리

    kimJenny committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    bafcb8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4448d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    7bec05d View commit details
    Browse the repository at this point in the history
  2. Support 스키마 구성

    kimJenny committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c470ef6 View commit details
    Browse the repository at this point in the history
  3. front 스타일 수정

    kimJenny committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    c4949f0 View commit details
    Browse the repository at this point in the history
  4. change structure for merge master

    kimJenny committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    38fdec1 View commit details
    Browse the repository at this point in the history
  5. merge for master merge

    kimJenny committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    f1cb982 View commit details
    Browse the repository at this point in the history
  6. Create README.md

    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    bc709a7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from kookmin-sw/backend

    Backend merge
    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    52674d7 View commit details
    Browse the repository at this point in the history
  8. Create README.md

    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9ca83d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db074e8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5 from kookmin-sw/dependabot/pip/backend/jinja2-2…

    ….11.3
    
    Bump jinja2 from 2.11.2 to 2.11.3 in /backend
    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1b2212b View commit details
    Browse the repository at this point in the history
  11. Update .gitignore

    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6cd0f8a View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into frontend

    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    3488231 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #6 from kookmin-sw/frontend

    Frontend merge
    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6c111ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2603126 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #7 from kookmin-sw/dependabot/pip/backend/cryptogr…

    …aphy-3.3.2
    
    Bump cryptography from 3.3.1 to 3.3.2 in /backend
    kimjenny authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1d8b3de View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f20e2a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Merge pull request #8 from kookmin-sw/dependabot/pip/backend/urllib3-…

    …1.26.3
    
    Bump urllib3 from 1.26.2 to 1.26.3 in /backend
    kimjenny authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b6fdf5a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. 로고 반영

    kimJenny committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7947591 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Create index.md

    kimjenny authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    1982119 View commit details
    Browse the repository at this point in the history
  2. Delete index.md

    kimjenny authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7a53071 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Add files via upload

    kimjenny authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    6ff48cc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    5c7745e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from kookmin-sw/dependabot/pip/backend/urllib3-…

    …1.26.4
    
    Bump urllib3 from 1.26.3 to 1.26.4 in /backend
    kimjenny authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    fe0ea3d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    8c35d6f View commit details
    Browse the repository at this point in the history
  2. add receiver for client daemon

    kimJenny committed May 6, 2021
    Configuration menu
    Copy the full SHA
    07b9a44 View commit details
    Browse the repository at this point in the history
  3. receiver patch

    kimJenny committed May 6, 2021
    Configuration menu
    Copy the full SHA
    82ca7f5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

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

Commits on May 8, 2021

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

Commits on May 9, 2021

  1. Update .gitignore

    kimjenny authored May 9, 2021
    Configuration menu
    Copy the full SHA
    6e97771 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    kimjenny authored May 9, 2021
    Configuration menu
    Copy the full SHA
    70bc575 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from kookmin-sw/frontend

    Frontend
    kimjenny authored May 9, 2021
    Configuration menu
    Copy the full SHA
    486e08f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from kookmin-sw/backend

    Backend frontend match
    kimjenny authored May 9, 2021
    Configuration menu
    Copy the full SHA
    3a5c756 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    22ee504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    becefb9 View commit details
    Browse the repository at this point in the history
  3. cloud detail monitoring

    kimJenny committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4ce8c1a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'backend' into frontend

    kimjenny authored May 11, 2021
    Configuration menu
    Copy the full SHA
    ad1538a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #13 from kookmin-sw/frontend

    Frontend 작업내용 backend 에 반영
    kimjenny authored May 11, 2021
    Configuration menu
    Copy the full SHA
    ed317bc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from kookmin-sw/backend

    Merge pull request #13 from kookmin-sw/frontend
    kimjenny authored May 11, 2021
    Configuration menu
    Copy the full SHA
    7a7d963 View commit details
    Browse the repository at this point in the history
  7. Cloud Detail url

    parkhuijoo committed May 11, 2021
    Configuration menu
    Copy the full SHA
    41a4c35 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15 from kookmin-sw/frontend

    Sync with frontend branch
    kimjenny authored May 11, 2021
    Configuration menu
    Copy the full SHA
    47cfbed View commit details
    Browse the repository at this point in the history
  9. Cloud Detail init.

    parkhuijoo committed May 11, 2021
    Configuration menu
    Copy the full SHA
    5013565 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    c322b49 View commit details
    Browse the repository at this point in the history
  2. 전체 디자인 수정

    parkhuijoo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    26f8410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09784b0 View commit details
    Browse the repository at this point in the history
  4. landing 페이지 완성

    parkhuijoo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    abe1fe6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request #16 from kookmin-sw/frontend

    Frontend merge
    kimjenny authored May 17, 2021
    Configuration menu
    Copy the full SHA
    f0ecdf9 View commit details
    Browse the repository at this point in the history
  2. flask app test

    kimJenny committed May 17, 2021
    Configuration menu
    Copy the full SHA
    5b8119f View commit details
    Browse the repository at this point in the history
  3. template update

    kimJenny committed May 17, 2021
    Configuration menu
    Copy the full SHA
    e96b150 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    7873638 View commit details
    Browse the repository at this point in the history
  2. hostedzone environment변수로

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    787bdaf View commit details
    Browse the repository at this point in the history
  3. rollback 틀 구성, hostedzone 버그 수정, 이 커밋 이후에 security rule 80 443 추가해주고,…

    … 8080,8081 추가해주는코드 필요
    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c96315a View commit details
    Browse the repository at this point in the history
  4. rec

    eiver update
    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ac57abe View commit details
    Browse the repository at this point in the history
  5. receiver

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    321b233 View commit details
    Browse the repository at this point in the history
  6. requirement receiver

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7728f41 View commit details
    Browse the repository at this point in the history
  7. daemon test

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    966e52f View commit details
    Browse the repository at this point in the history
  8. receiver upgrade

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6248986 View commit details
    Browse the repository at this point in the history
  9. receiver backend patch

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d43837b View commit details
    Browse the repository at this point in the history
  10. receiver update

    kimJenny committed May 18, 2021
    Configuration menu
    Copy the full SHA
    41c52eb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    7fffb58 View commit details
    Browse the repository at this point in the history
  2. restart stop 은 나중에 시간되면

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    81f6a7f View commit details
    Browse the repository at this point in the history
  3. 비밀번호 찾ㄱ ㅣroute 변경

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b37f8a7 View commit details
    Browse the repository at this point in the history
  4. access code length change dbschema

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d0a3c17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    559a684 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d733e9b View commit details
    Browse the repository at this point in the history
  7. db commit 되게

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d9b7607 View commit details
    Browse the repository at this point in the history
  8. template auto reload on

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e69b4a0 View commit details
    Browse the repository at this point in the history
  9. 색깔 매치

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    059aae7 View commit details
    Browse the repository at this point in the history
  10. iframe refresh - cloud preview

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    ce71d41 View commit details
    Browse the repository at this point in the history
  11. 회원가입 페이지 연동

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1d7a51f View commit details
    Browse the repository at this point in the history
  12. register page 연동

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    87a85a3 View commit details
    Browse the repository at this point in the history
  13. cloud detail preview 추가 , login logo 변경

    kimJenny committed May 19, 2021
    Configuration menu
    Copy the full SHA
    2e6d842 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. add public ip addr environment

    kimJenny committed May 20, 2021
    Configuration menu
    Copy the full SHA
    05ff85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38feb57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ea5a6 View commit details
    Browse the repository at this point in the history
  4. preview view for app

    kimJenny committed May 20, 2021
    Configuration menu
    Copy the full SHA
    e10c6ad View commit details
    Browse the repository at this point in the history
  5. flash message patch

    kimJenny committed May 20, 2021
    Configuration menu
    Copy the full SHA
    ed30047 View commit details
    Browse the repository at this point in the history
  6. gunicorn patch

    kimJenny committed May 20, 2021
    Configuration menu
    Copy the full SHA
    bc4161d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    aae2d3b View commit details
    Browse the repository at this point in the history
  2. lbdelete -> target group delete

    kimJenny committed May 21, 2021
    Configuration menu
    Copy the full SHA
    4e83d8c View commit details
    Browse the repository at this point in the history
  3. add delay for delete target group

    kimJenny committed May 21, 2021
    Configuration menu
    Copy the full SHA
    9a0856c View commit details
    Browse the repository at this point in the history
  4. add deregister target

    kimJenny committed May 21, 2021
    Configuration menu
    Copy the full SHA
    eb7bb26 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. CPU 사용량 모니터링

    kimjenny authored May 22, 2021
    Configuration menu
    Copy the full SHA
    9ef48df View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Update README.md

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    6e7d792 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    31529ca View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    960d04d View commit details
    Browse the repository at this point in the history
  4. Update README.md

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    9213cf3 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    8642f82 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    26cbcca View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into backend

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    1fe41f5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #18 from kookmin-sw/backend

    Backend
    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    0f11c42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d51547c View commit details
    Browse the repository at this point in the history
  10. Update initdb.py

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    27f71a2 View commit details
    Browse the repository at this point in the history
  11. Update app.css

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    b8793c1 View commit details
    Browse the repository at this point in the history
  12. Update utils.py

    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    e0f6e36 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #20 from kookmin-sw/backend

    Backend
    kimjenny authored May 23, 2021
    Configuration menu
    Copy the full SHA
    f01d6b9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Update initdb.py

    kimjenny authored May 24, 2021
    Configuration menu
    Copy the full SHA
    ae19340 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from kookmin-sw/master

    initdb 오타수정
    kimjenny authored May 24, 2021
    Configuration menu
    Copy the full SHA
    f57bbd7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kimjenny authored May 24, 2021
    Configuration menu
    Copy the full SHA
    70cac93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22 from kookmin-sw/backend

    Backend
    kimjenny authored May 24, 2021
    Configuration menu
    Copy the full SHA
    9d6a5dc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19 from kookmin-sw/dependabot/pip/backend/cloud_a…

    …pp_template/flask/urllib3-1.26.4
    
    Bump urllib3 from 1.26.3 to 1.26.4 in /backend/cloud_app_template/flask
    kimjenny authored May 24, 2021
    Configuration menu
    Copy the full SHA
    751cacd View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Bump urllib3 from 1.26.4 to 1.26.5 in /backend

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.4...1.26.5)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c994880 View commit details
    Browse the repository at this point in the history
  2. Bump urllib3 from 1.26.4 to 1.26.5 in /backend/cloud_app_template/flask

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.4...1.26.5)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    895abf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Update README.md

    kimjenny authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6fc8683 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Update README.md

    kimjenny authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    47ae26b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merge pull request #24 from kookmin-sw/dependabot/pip/backend/cloud_a…

    …pp_template/flask/urllib3-1.26.5
    
    Bump urllib3 from 1.26.4 to 1.26.5 in /backend/cloud_app_template/flask
    kimjayney authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    bc9c946 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from kookmin-sw/dependabot/pip/backend/urllib3…

    …-1.26.5
    
    Bump urllib3 from 1.26.4 to 1.26.5 in /backend
    kimjayney authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0e6c22a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Update README.md

    kimjayney authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fad7b32 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kimjayney authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2936602 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. ERD add

    kimjayney authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c2604a9 View commit details
    Browse the repository at this point in the history