-
Notifications
You must be signed in to change notification settings - Fork 0
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
Main Release - 202409 #146
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ba31e9 - Browse repository at this point
Copy the full SHA 6ba31e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edd3e5 - Browse repository at this point
Copy the full SHA 2edd3e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 646da14 - Browse repository at this point
Copy the full SHA 646da14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9a31e - Browse repository at this point
Copy the full SHA 2a9a31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c7c0a - Browse repository at this point
Copy the full SHA f7c7c0aView commit details -
Merge branch 'release' of github.com:sparcs-kaist/otlplus-server into…
… issue/15/course
Configuration menu - View commit details
-
Copy full SHA for 4eb2ac6 - Browse repository at this point
Copy the full SHA 4eb2ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a11161 - Browse repository at this point
Copy the full SHA 8a11161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ae6fb - Browse repository at this point
Copy the full SHA 95ae6fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 836e701 - Browse repository at this point
Copy the full SHA 836e701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 788d157 - Browse repository at this point
Copy the full SHA 788d157View commit details -
Configuration menu - View commit details
-
Copy full SHA for f400f6c - Browse repository at this point
Copy the full SHA f400f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 380264a - Browse repository at this point
Copy the full SHA 380264aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be73bfb - Browse repository at this point
Copy the full SHA be73bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa234a0 - Browse repository at this point
Copy the full SHA aa234a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a6d8dd - Browse repository at this point
Copy the full SHA 2a6d8ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad514b5 - Browse repository at this point
Copy the full SHA ad514b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d3cad - Browse repository at this point
Copy the full SHA e9d3cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd9855 - Browse repository at this point
Copy the full SHA 4bd9855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02519d5 - Browse repository at this point
Copy the full SHA 02519d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d394423 - Browse repository at this point
Copy the full SHA d394423View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c4a0b - Browse repository at this point
Copy the full SHA e3c4a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70fdac1 - Browse repository at this point
Copy the full SHA 70fdac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a39eff5 - Browse repository at this point
Copy the full SHA a39eff5View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c17bf0 - Browse repository at this point
Copy the full SHA 8c17bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7d8e0 - Browse repository at this point
Copy the full SHA bf7d8e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62660f6 - Browse repository at this point
Copy the full SHA 62660f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0495635 - Browse repository at this point
Copy the full SHA 0495635View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ac28f5 - Browse repository at this point
Copy the full SHA 6ac28f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f36ca - Browse repository at this point
Copy the full SHA c4f36caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a9f40 - Browse repository at this point
Copy the full SHA 33a9f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9126f0 - Browse repository at this point
Copy the full SHA c9126f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e498b - Browse repository at this point
Copy the full SHA 34e498bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e28b5 - Browse repository at this point
Copy the full SHA 86e28b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6697c - Browse repository at this point
Copy the full SHA ef6697cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f35a326 - Browse repository at this point
Copy the full SHA f35a326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df345b - Browse repository at this point
Copy the full SHA 3df345bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5bc32 - Browse repository at this point
Copy the full SHA 5f5bc32View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 108a9f6 - Browse repository at this point
Copy the full SHA 108a9f6View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6680e01 - Browse repository at this point
Copy the full SHA 6680e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9093c9c - Browse repository at this point
Copy the full SHA 9093c9cView commit details
Commits on Jul 31, 2023
-
Resolve #13, add API /api/courses (#14)
* Add: implementing serializer * Add: reType the select result of user * Add: add FKs to userprofile and other tables * Add: complete implementing session/info * Add: remove redundant functions * Chore: Add DepartmentRepositiory to PrismaModule * Chore: remove redundant console.log * Chore: make departmentRepository injectable * Add: complete implementing * commit for merge * temporal commit * migrate: add_no_space_columns * add_fk_between_course_and_department * migrate: drop_subject_professor_course_list * migrate: add_fk_subject_course_professors * Add: implement filterByRequest * migrate: add_fk_subject_course_subject_lecture * Add: implement course filtering * Add: implement course search feature * temp * Fix: change db types into class * Add: resolve rebase conflict * Add: change snake to camel * refactor: implement types and serializer for courses * Fix: change hadling no representative lecture case to 0 --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 965e5c4 - Browse repository at this point
Copy the full SHA 965e5c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f41d8e - Browse repository at this point
Copy the full SHA 2f41d8eView commit details -
Merge pull request #19 from sparcs-kaist/issue/15/course
Resolve #15 /api/courses/{courseId}
Configuration menu - View commit details
-
Copy full SHA for 217ab51 - Browse repository at this point
Copy the full SHA 217ab51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5720144 - Browse repository at this point
Copy the full SHA 5720144View commit details -
Merge pull request #20 from sparcs-kaist/issue/16/course
Resolve #16 /api/courses/{courseId}/lectures
Configuration menu - View commit details
-
Copy full SHA for a8ac217 - Browse repository at this point
Copy the full SHA a8ac217View commit details -
Merge pull request #24 from sparcs-kaist/issue/21/lecture
Resolve #21 /api/lectures
Configuration menu - View commit details
-
Copy full SHA for 9f89764 - Browse repository at this point
Copy the full SHA 9f89764View commit details -
Merge pull request #25 from sparcs-kaist/issue/22/lecture
Resolve #22 /api/lectures/{lectureId}
Configuration menu - View commit details
-
Copy full SHA for 47d7f44 - Browse repository at this point
Copy the full SHA 47d7f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2eab48 - Browse repository at this point
Copy the full SHA e2eab48View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af89d6c - Browse repository at this point
Copy the full SHA af89d6cView commit details -
Merge pull request #29 from sparcs-kaist/issue/5/reviews
Issue/5/reviews
Configuration menu - View commit details
-
Copy full SHA for e216b59 - Browse repository at this point
Copy the full SHA e216b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd83a30 - Browse repository at this point
Copy the full SHA cd83a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6791b26 - Browse repository at this point
Copy the full SHA 6791b26View commit details -
Merge pull request #11 from sparcs-kaist/issue/2/session
Resolve #7, add API /session/info
Configuration menu - View commit details
-
Copy full SHA for 7f90b0a - Browse repository at this point
Copy the full SHA 7f90b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcefd43 - Browse repository at this point
Copy the full SHA bcefd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a7e7f - Browse repository at this point
Copy the full SHA b7a7e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e35741 - Browse repository at this point
Copy the full SHA 7e35741View commit details -
- /api/lectures - /api/lectures/{lectureId} - session/info
Configuration menu - View commit details
-
Copy full SHA for ba31cf6 - Browse repository at this point
Copy the full SHA ba31cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902b80e - Browse repository at this point
Copy the full SHA 902b80eView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2725d4a - Browse repository at this point
Copy the full SHA 2725d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21bfbcd - Browse repository at this point
Copy the full SHA 21bfbcdView commit details -
-[GET] /api/reviews/:reviewId -[PATCH] /api/reviews/:reviewId
Configuration menu - View commit details
-
Copy full SHA for a724dea - Browse repository at this point
Copy the full SHA a724deaView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45e3077 - Browse repository at this point
Copy the full SHA 45e3077View commit details -
todo - patch도 같은 함수 쓰도록 - validator 조금 더 범용적으로 쓸 수 있게 바꾸기
Configuration menu - View commit details
-
Copy full SHA for a235dcc - Browse repository at this point
Copy the full SHA a235dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1bb70 - Browse repository at this point
Copy the full SHA ac1bb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507d2ae - Browse repository at this point
Copy the full SHA 507d2aeView commit details -
* Add: test complete -/api/users/:userId/taken-courses * Refactor: rename UserTakenCoursesQueryDto --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41c050c - Browse repository at this point
Copy the full SHA 41c050cView commit details
Commits on Aug 22, 2023
-
Move: review request validator to decorator folder
Refactor -orderdefaultvalidator -ReviewUpdateDto use pratialtype and omittype(base: ReviewCreateDto) at review request dto
Configuration menu - View commit details
-
Copy full SHA for 4e6ff57 - Browse repository at this point
Copy the full SHA 4e6ff57View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f780ec - Browse repository at this point
Copy the full SHA 7f780ecView commit details -
Add: @ApiProperty at ReviewCreateDto for partialtype
Configuration menu - View commit details
-
Copy full SHA for 3d04b94 - Browse repository at this point
Copy the full SHA 3d04b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for c351ee8 - Browse repository at this point
Copy the full SHA c351ee8View commit details -
Merge pull request #31 from sparcs-kaist/issue/30/reviews
Issue/30/reviews
Configuration menu - View commit details
-
Copy full SHA for d0b0923 - Browse repository at this point
Copy the full SHA d0b0923View commit details
Commits on Aug 24, 2023
-
Squashed commit of the following:
commit 60de07f Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com> Date: Wed Aug 23 23:37:34 2023 +0900 Add: Complete Implement - /api/users/:userId/timetables/:timeTableId commit 8deb9ed Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com> Date: Wed Aug 23 22:33:29 2023 +0900 Add: Complete Implement - /api/users/:userId/timetables/remove-lecture(POST) commit 9e3a93d Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com> Date: Wed Aug 23 22:22:39 2023 +0900 Add: Complete Implement - /api/semesters - /api/users/:userId/timetables (GET, POST) - /api/users/:userId/timetables/add-lecture(POST) commit 1fd4136 Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com> Date: Wed Aug 23 21:53:56 2023 +0900 Add: Implement api/semesters commit 632a6f6 Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com> Date: Wed Aug 23 21:08:19 2023 +0900 Add: implement users/:userId/timetables commit 6382d56 Author: LarryKwon <65128957+LarryKwon@users.noreply.github.com> Date: Wed Jul 26 22:58:58 2023 +0900 Add: implement timeTables Repository Todo: create dto and toJson, and add include options
Configuration menu - View commit details
-
Copy full SHA for 5c40adc - Browse repository at this point
Copy the full SHA 5c40adcView commit details -
Feat: add get lecture review api
Fix:change string to array when order have one value at review.request.dto, user.request.dto.ts Refactor: parameter name at review.repo-getReviews
Configuration menu - View commit details
-
Copy full SHA for c40e8cc - Browse repository at this point
Copy the full SHA c40e8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e434575 - Browse repository at this point
Copy the full SHA e434575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9646a - Browse repository at this point
Copy the full SHA 5b9646aView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e18ad7 - Browse repository at this point
Copy the full SHA 5e18ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1099f3 - Browse repository at this point
Copy the full SHA d1099f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbf202 - Browse repository at this point
Copy the full SHA 9dbf202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4121b63 - Browse repository at this point
Copy the full SHA 4121b63View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18cb5b0 - Browse repository at this point
Copy the full SHA 18cb5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c12668 - Browse repository at this point
Copy the full SHA 8c12668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492dbfa - Browse repository at this point
Copy the full SHA 492dbfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a2ba4 - Browse repository at this point
Copy the full SHA 74a2ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084328b - Browse repository at this point
Copy the full SHA 084328bView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c3fdda - Browse repository at this point
Copy the full SHA 0c3fddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4831114 - Browse repository at this point
Copy the full SHA 4831114View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90ac52e - Browse repository at this point
Copy the full SHA 90ac52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5eb9eb - Browse repository at this point
Copy the full SHA a5eb9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159eeee - Browse repository at this point
Copy the full SHA 159eeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69485ce - Browse repository at this point
Copy the full SHA 69485ceView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fba8feb - Browse repository at this point
Copy the full SHA fba8febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55bd2dc - Browse repository at this point
Copy the full SHA 55bd2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6a20e - Browse repository at this point
Copy the full SHA 4a6a20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dabf43b - Browse repository at this point
Copy the full SHA dabf43bView commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aeba0bd - Browse repository at this point
Copy the full SHA aeba0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3534774 - Browse repository at this point
Copy the full SHA 3534774View commit details -
Merge pull request #45 from sparcs-kaist/fix/strict-error-ddungiii
Fix strict error w/ ddungiii
Configuration menu - View commit details
-
Copy full SHA for 68f63eb - Browse repository at this point
Copy the full SHA 68f63ebView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8560144 - Browse repository at this point
Copy the full SHA 8560144View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 459c9dc - Browse repository at this point
Copy the full SHA 459c9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c1ff37 - Browse repository at this point
Copy the full SHA 5c1ff37View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a34f1 - Browse repository at this point
Copy the full SHA e7a34f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c06c1d - Browse repository at this point
Copy the full SHA 6c06c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c80ffa7 - Browse repository at this point
Copy the full SHA c80ffa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191c833 - Browse repository at this point
Copy the full SHA 191c833View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aecf41 - Browse repository at this point
Copy the full SHA 5aecf41View commit details
Commits on Sep 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4416c8 - Browse repository at this point
Copy the full SHA b4416c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2f031 - Browse repository at this point
Copy the full SHA 1e2f031View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12dc96b - Browse repository at this point
Copy the full SHA 12dc96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a526eee - Browse repository at this point
Copy the full SHA a526eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78fb8af - Browse repository at this point
Copy the full SHA 78fb8afView commit details -
Merge pull request #46 from sparcs-kaist/fix/strict-error-jeuk
Fix strict error w/ jeuk
Configuration menu - View commit details
-
Copy full SHA for 2ce72a8 - Browse repository at this point
Copy the full SHA 2ce72a8View commit details -
Merge pull request #39 from sparcs-kaist/issue/23/lecture_review(recent)
issue/23/lecture-review
Configuration menu - View commit details
-
Copy full SHA for 3592d0f - Browse repository at this point
Copy the full SHA 3592d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7628077 - Browse repository at this point
Copy the full SHA 7628077View commit details -
Merge pull request #42 from sparcs-kaist/fix/formatting
Fix: format all files
Configuration menu - View commit details
-
Copy full SHA for f0eaab7 - Browse repository at this point
Copy the full SHA f0eaab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7f0fc - Browse repository at this point
Copy the full SHA 7b7f0fcView commit details -
Merge pull request #43 from sparcs-kaist/fix/strict-error
Fix: strict option to true in tsconfig
Configuration menu - View commit details
-
Copy full SHA for ebc52c4 - Browse repository at this point
Copy the full SHA ebc52c4View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aec4691 - Browse repository at this point
Copy the full SHA aec4691View commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2dc588 - Browse repository at this point
Copy the full SHA c2dc588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82429d9 - Browse repository at this point
Copy the full SHA 82429d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f2e3c - Browse repository at this point
Copy the full SHA 89f2e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fec0346 - Browse repository at this point
Copy the full SHA fec0346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c0f903 - Browse repository at this point
Copy the full SHA 4c0f903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc8cfb - Browse repository at this point
Copy the full SHA 6dc8cfbView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df1aaa4 - Browse repository at this point
Copy the full SHA df1aaa4View commit details -
Merge pull request #48 from sparcs-kaist/feat/status
feat: Add status api
Configuration menu - View commit details
-
Copy full SHA for 52b8844 - Browse repository at this point
Copy the full SHA 52b8844View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd370bc - Browse repository at this point
Copy the full SHA dd370bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f3170 - Browse repository at this point
Copy the full SHA 06f3170View commit details -
Configuration menu - View commit details
-
Copy full SHA for be87283 - Browse repository at this point
Copy the full SHA be87283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb2f2c - Browse repository at this point
Copy the full SHA 7fb2f2cView commit details -
Merge pull request #49 from sparcs-kaist/feat-timetable-reorder
make api for timetable reorder
Configuration menu - View commit details
-
Copy full SHA for bcfa9b6 - Browse repository at this point
Copy the full SHA bcfa9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f49835 - Browse repository at this point
Copy the full SHA 1f49835View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13a517 - Browse repository at this point
Copy the full SHA e13a517View commit details -
Configuration menu - View commit details
-
Copy full SHA for c231497 - Browse repository at this point
Copy the full SHA c231497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29139b3 - Browse repository at this point
Copy the full SHA 29139b3View commit details -
Merge pull request #52 from sparcs-kaist/ci/prisma-generate
chore: add prisma-generate on ci
Configuration menu - View commit details
-
Copy full SHA for b54240c - Browse repository at this point
Copy the full SHA b54240cView commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ca3806 - Browse repository at this point
Copy the full SHA 9ca3806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7caffb6 - Browse repository at this point
Copy the full SHA 7caffb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851bb5b - Browse repository at this point
Copy the full SHA 851bb5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0287f - Browse repository at this point
Copy the full SHA ce0287fView commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 759e483 - Browse repository at this point
Copy the full SHA 759e483View commit details -
Merge pull request #63 from sparcs-kaist/refactor/migrations
Refactor/migrations
Configuration menu - View commit details
-
Copy full SHA for e8177a0 - Browse repository at this point
Copy the full SHA e8177a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 871c8d2 - Browse repository at this point
Copy the full SHA 871c8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a99193 - Browse repository at this point
Copy the full SHA 3a99193View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae3dd77 - Browse repository at this point
Copy the full SHA ae3dd77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3248310 - Browse repository at this point
Copy the full SHA 3248310View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73aec7 - Browse repository at this point
Copy the full SHA a73aec7View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6fb2ff - Browse repository at this point
Copy the full SHA a6fb2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 965f067 - Browse repository at this point
Copy the full SHA 965f067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c9166 - Browse repository at this point
Copy the full SHA 10c9166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692eeee - Browse repository at this point
Copy the full SHA 692eeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 498329c - Browse repository at this point
Copy the full SHA 498329cView commit details -
refactor: Rename repository method
getWishlistLectures -> getWishlistWithLectures
Configuration menu - View commit details
-
Copy full SHA for 42883f1 - Browse repository at this point
Copy the full SHA 42883f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e315a8d - Browse repository at this point
Copy the full SHA e315a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d0c7c - Browse repository at this point
Copy the full SHA 84d0c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b2d36 - Browse repository at this point
Copy the full SHA 26b2d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a9ce3 - Browse repository at this point
Copy the full SHA 63a9ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f3e78 - Browse repository at this point
Copy the full SHA e3f3e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a429fce - Browse repository at this point
Copy the full SHA a429fceView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57c9edc - Browse repository at this point
Copy the full SHA 57c9edcView commit details
Commits on Feb 2, 2024
-
Merge pull request #71 from sparcs-kaist/feat/wishlist-rest
/api/users/${userId}/wishlist & /api/users/${userId}/wishlist/remove-lecture API
Configuration menu - View commit details
-
Copy full SHA for 1bfd8af - Browse repository at this point
Copy the full SHA 1bfd8afView commit details -
Merge pull request #68 from sparcs-kaist/feat/add-wishlist
feat: /api/users/:id/wishlist/add-lecture API
Configuration menu - View commit details
-
Copy full SHA for c0774c2 - Browse repository at this point
Copy the full SHA c0774c2View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f6811d - Browse repository at this point
Copy the full SHA 6f6811dView commit details -
* feat: implement without detail feed * chore: add prisma generate on ci * chore: fix prisma-generate command * chore: remove ci branch on target branches * chore: rename generating step name * refactor: prisma scripts * fix: cors origin port * fix: db init script * refactor: add data migrations in prisma migration script * fix: generate script in ci * chore: Add cross-env (#64) * fix: a bug that orderFilter return empty filters (#65) * feat: add feeds module * feat: move feeds api to feeds module * feat: add IFeed * feat: add feed repository and serializer * feat: add get famousHumanityFeeds * feat: make random select HumanityBestReviews * refactor: change class to interface * feat: add rankedReviewDailyFeed * feat: add famous major review daily feed * feat: add review write daily user feed * feat: add ICourse * feat: add related course daily user feed * feat: add rate daily user feed * feat: add const FeedType * refactor: add FeedSchema namespace * refactor: add details interface in IFeed * refactor: rename redundant feed names * refactor: add Feed constants * fix: fix related course * refactor: fix typos * feat: add writable review * feat: comment out related course * refactor: move ICourse to structures * refactor: move directory interfaces * refactor: rename schemaTypes to entities * refactor: remove redundant prefix I * refactor: remove redundant prefix E * refactor: remove redundant prefix E --------- Co-authored-by: JeukHwang <92910273+JeukHwang@users.noreply.github.com> Co-authored-by: doxylee <68041124+doxylee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a73cda6 - Browse repository at this point
Copy the full SHA a73cda6View commit details
Commits on Feb 15, 2024
-
feat: department-options, favorite-departments API (#73)
* feat: /session/department-options API * feat: /session/favorite-departments API * refactor: DTO -> Dto로 변경 * refactor: Not use raw query * fix: Remove console.log
Configuration menu - View commit details
-
Copy full SHA for b168064 - Browse repository at this point
Copy the full SHA b168064View commit details
Commits on Feb 21, 2024
-
* feat: lecture autocomplete * feat: course autocomplete * fix: Add missing files * refactor Co-authored-by: Giyeong Kim <ggcc503@gmail.com> * fix: missing comma --------- Co-authored-by: Giyeong Kim <ggcc503@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be9cf4d - Browse repository at this point
Copy the full SHA be9cf4dView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ac0dc3 - Browse repository at this point
Copy the full SHA 6ac0dc3View commit details -
* feat: implement without detail feed * chore: add prisma generate on ci * chore: fix prisma-generate command * chore: remove ci branch on target branches * chore: rename generating step name * refactor: prisma scripts * fix: cors origin port * fix: db init script * refactor: add data migrations in prisma migration script * fix: generate script in ci * chore: Add cross-env (#64) * fix: a bug that orderFilter return empty filters (#65) * feat: add feeds module * feat: move feeds api to feeds module * feat: add IFeed * feat: add feed repository and serializer * feat: add get famousHumanityFeeds * feat: make random select HumanityBestReviews * refactor: change class to interface * feat: add rankedReviewDailyFeed * feat: add famous major review daily feed * feat: add review write daily user feed * feat: add ICourse * feat: add related course daily user feed * feat: add rate daily user feed * feat: add const FeedType * refactor: add FeedSchema namespace * refactor: add details interface in IFeed * refactor: rename redundant feed names * refactor: add Feed constants * fix: fix related course * refactor: fix typos * feat: add writable review * feat: comment out related course * refactor: move ICourse to structures * refactor: move directory interfaces * refactor: rename schemaTypes to entities * refactor: remove redundant prefix I * refactor: remove redundant prefix E * refactor: remove redundant prefix E * feat: add get notices * refactor: move repository to prisma module * refaoctor: map funciton * fix: add repository to exports in module --------- Co-authored-by: JeukHwang <92910273+JeukHwang@users.noreply.github.com> Co-authored-by: doxylee <68041124+doxylee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be4c5b1 - Browse repository at this point
Copy the full SHA be4c5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f5581 - Browse repository at this point
Copy the full SHA 22f5581View commit details -
* feat: add read course * fix: add course filtering
Configuration menu - View commit details
-
Copy full SHA for 9291fcc - Browse repository at this point
Copy the full SHA 9291fccView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 411d424 - Browse repository at this point
Copy the full SHA 411d424View commit details
Commits on Mar 6, 2024
-
* feat: add DTOs for planner * feat: add types for planners * feat: add basics for planner * feat: add serializers for planner * feat: add union type checker * feat: add union type narrower * feat: implement serializer of item and track * fix: fix typo * fix: fix miscellaneous bugs * feat: implement /api/tracks * feat: implement post * feat: add query param id checker * refactor: refactor maps * fix: snake to camel * fix: fix planner item query logic --------- Co-authored-by: ddungiii <ggcc503@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be17a1f - Browse repository at this point
Copy the full SHA be17a1fView commit details -
refactor: repository dependency injection (#81)
* refactor: get FamousHumanityReview * refactor: get rankedReview * refactor: get majorBestReviews * refactor: get reviewWrite * refactor: get reviewWritableTakenLectures * refactor: get related course * refactor: remove userRepository injection in feedRepository
Configuration menu - View commit details
-
Copy full SHA for dae130c - Browse repository at this point
Copy the full SHA dae130cView commit details -
* feat: init rate module * chore: lock new package version * fix: add endpoint prefix * fix: rate module * fix: add created_datetime * refactor: ICommon -> IBasic * refactor: remove prefix I in Basic * fix: package verion supporting sementic versioning * feat: add default date for rate
Configuration menu - View commit details
-
Copy full SHA for 1c61d3b - Browse repository at this point
Copy the full SHA 1c61d3bView commit details -
refactor: get courseuser (#78)
* feat: add read course * fix: add course filtering * fix: use Public decorator * refactor: get courseUser for a user * refactor: remove redundant include * refactor: rename function
Configuration menu - View commit details
-
Copy full SHA for 1be7a33 - Browse repository at this point
Copy the full SHA 1be7a33View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26a168d - Browse repository at this point
Copy the full SHA 26a168dView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c1c80c - Browse repository at this point
Copy the full SHA 2c1c80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 956c23c - Browse repository at this point
Copy the full SHA 956c23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1a68b - Browse repository at this point
Copy the full SHA 2c1a68bView commit details -
Feat/api get lecture reviews (#84)
* docs: TODO comment about django specifics * feat: Review types * fix: Min, Max of limit, offset * refactor: fix orderFilter util to allow nested field ordering * refactor: getLectureReviewsById - Make it return review list directly - Organize include, orderBy * refactor: Organize getReviewsByCourseId * docs: Add TODO comment * refactor: Move getLectureREviewsById to ReviewsRepository * style * refactor: Use IReview.LectureReviewsQueryDto instead
Configuration menu - View commit details
-
Copy full SHA for 30aaf4f - Browse repository at this point
Copy the full SHA 30aaf4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8adc3 - Browse repository at this point
Copy the full SHA 9e8adc3View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eccbe67 - Browse repository at this point
Copy the full SHA eccbe67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74beb2d - Browse repository at this point
Copy the full SHA 74beb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aeb573 - Browse repository at this point
Copy the full SHA 9aeb573View commit details -
Configuration menu - View commit details
-
Copy full SHA for d967251 - Browse repository at this point
Copy the full SHA d967251View commit details
Commits on Mar 24, 2024
-
feat: Add arbitrary item to planner (#93)
* feat: Add arbitrary item to planner * refactor: Remove unnecessary comment
Configuration menu - View commit details
-
Copy full SHA for 7adcb5c - Browse repository at this point
Copy the full SHA 7adcb5cView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5438f03 - Browse repository at this point
Copy the full SHA 5438f03View commit details -
Implement remove planner item operation (#83)
* feat(planners): define controller interface * feat(planners): implement remove planner item
Configuration menu - View commit details
-
Copy full SHA for ed3c692 - Browse repository at this point
Copy the full SHA ed3c692View commit details -
Implement fetching related reviews of a lecture (#82)
* feat(lectures): define entry for GET /lectures/:lectureId/related-reviews * feat(lecture): impl svc level queries * feat(review): implement ReviewRepository#getRelatedReviewsOfLecture * refactor(review): use common expression snippet * refactor(repositories): use EReview.Details (@doxylee) * refactor(repositories): use orderFilters of search utils (@doxylee) * refactor(lectures): rename (@doxylee) * docs(lectures): add comment
Configuration menu - View commit details
-
Copy full SHA for 18039e5 - Browse repository at this point
Copy the full SHA 18039e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a962b29 - Browse repository at this point
Copy the full SHA a962b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 014b5e0 - Browse repository at this point
Copy the full SHA 014b5e0View commit details -
Merge pull request #92 from sparcs-kaist/issue/91/share-timetable-image
issue/91/share-timetable-image
Configuration menu - View commit details
-
Copy full SHA for 1e31d6b - Browse repository at this point
Copy the full SHA 1e31d6bView commit details
Commits on Mar 31, 2024
-
* feat:add future item * Merge: Resolve conflicts --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 836ab57 - Browse repository at this point
Copy the full SHA 836ab57View commit details -
Implement reorder planner orderings (#95)
* feat(planners): implement reorder planner * refactor(repositories): do not throw during get operation in repositories * fix(planners): type corrections * feat(planners): shift orders of reordered planner items * Merge: Resolve conflicts & little revision of createFuturePlannerItem --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 83a6df5 - Browse repository at this point
Copy the full SHA 83a6df5View commit details -
* Add: complete implementing users/liked-reviews * Add: enhanced the response time * Chore: Use ECourse.Details
Configuration menu - View commit details
-
Copy full SHA for 35b3ff0 - Browse repository at this point
Copy the full SHA 35b3ff0View commit details -
Issue/89/planners update item (#97)
* Add: implement Eplanner * Add: implement IPlanner.ts - additionally, implement ICourse, IDepartment, ILecture, IProfessor for new convention * Chore: de-duplicate the 'entities' directory which caused by mistyping * refactor: refactoring the serializer with IPlanner,EPlanner * Add: complete implement conditional type (IMutate) which is determined by PlannerItemType and complete implement updating planner item * Chore: disable forbidNonWhiteListed * refactor: use IPlanner.IItem.Future
Configuration menu - View commit details
-
Copy full SHA for 48dac47 - Browse repository at this point
Copy the full SHA 48dac47View commit details
Commits on Apr 2, 2024
-
* feat:create review like instance * feat: review and reviewvote signal * fix:review count * Add: implement middlewareConstructor & modify ReviewMiddleware Todo - middlewareConstructor가 매번 새로운 object를 생성하는데에 드는 퍼포먼스 저하 해결을 위해 LazyModuleLoader를 도입 - PrismaSerivce가 뜰 때, LazyModuleLoader를 주입받아, Lazy하게 middleware들을 띄우는 middleware를 등록하도록 수정 -> 순환참조 해결 & cache로 성능 문제 해결 --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a65d9a4 - Browse repository at this point
Copy the full SHA a65d9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 485419d - Browse repository at this point
Copy the full SHA 485419dView commit details -
* feat:create review like instance * feat: review and reviewvote signal * fix:review count * Chore: lint --------- Co-authored-by: Jiuuung <kjg682534@kaist.ac.kr>
Configuration menu - View commit details
-
Copy full SHA for af8daa6 - Browse repository at this point
Copy the full SHA af8daa6View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b323c95 - Browse repository at this point
Copy the full SHA b323c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25726b3 - Browse repository at this point
Copy the full SHA 25726b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7850a - Browse repository at this point
Copy the full SHA ba7850aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7031d00 - Browse repository at this point
Copy the full SHA 7031d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e771f - Browse repository at this point
Copy the full SHA 43e771fView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cbc6ac - Browse repository at this point
Copy the full SHA 7cbc6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 163b794 - Browse repository at this point
Copy the full SHA 163b794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cad993 - Browse repository at this point
Copy the full SHA 0cad993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447526a - Browse repository at this point
Copy the full SHA 447526aView commit details -
Merge pull request #112 from sparcs-kaist/109-fix-share-timetable-api…
…-에러-수정 109 fix share timetable api 에러 수정
Configuration menu - View commit details
-
Copy full SHA for 6afa936 - Browse repository at this point
Copy the full SHA 6afa936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395e319 - Browse repository at this point
Copy the full SHA 395e319View commit details
Commits on Jul 19, 2024
-
Refactor/match convention (#117)
* refactor: remove unused types * refactor: CourseDetails * refactor: remove LectureExtended * refactor: ELecture.Details * refactor: TimetableDetails * refactor: MajorTrack * refactor: AdditionalTrack * refactor: TakenPlannerItem * refactor: tracks and planneritem * refactor: fix format error by removing comment * refactor: Use EPlanners.EItems instead of EPlannerItem * refactor: Change missed file * refactor: PlannerDetails * refactor: ReviewDetails * refactor: remove unused type * refactor: Make rest of the types match convention * style
Configuration menu - View commit details
-
Copy full SHA for af14626 - Browse repository at this point
Copy the full SHA af14626View commit details
Commits on Jul 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02e5b72 - Browse repository at this point
Copy the full SHA 02e5b72View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 835d660 - Browse repository at this point
Copy the full SHA 835d660View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb6866 - Browse repository at this point
Copy the full SHA bcb6866View commit details
Commits on Jul 31, 2024
-
114 impl prisma signal middleware (#115)
* fix:코드 깔끔하게 만들기 * resolve error on ci * feat: impl signal * fix: signal func complete * fix: change count logic * fix: remove test code * Fix: rebase merge conflict resolved * fix: increase/decrease logic, etc.. * add Serializable isolation level instead of pessimistic lock * remove serializable --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 39f8417 - Browse repository at this point
Copy the full SHA 39f8417View commit details
Commits on Aug 3, 2024
-
Refactor/interface convention (#120)
* refactor: move dto/auth * refactor: ICourse response and toJsonCourse typing * refactor: rename ICourse.AutocompleteDto -> ICourse.AutocompleteQuery * refactor: course request dto * refactor: course response * refactor: use function to apply type instead of using Object.assign directly * rename ICourse response names to better fit its role * refactor: rename serializers to fit previous commit * refactor: move course review request * refactor: move department response * refactor: move classtime, examtime, rename autocomplte query * refactor: lecture response * refactor: type of lecture used in timetable service * refactor: rename lecture response * docs: Add TODO comment about necessity of ELecture.UserTaken * refactor: divide toJsonCourse function instead of using boolean param * refactor: move lecture request * refactor: planner requests * refactor: planner interface * refactor: professor interface * refactor: review * refactor: semester * refactor: share * refactor: interfaces * feat: share timetable ical * fix: adjust timezone of event * fix: delete annotation and console log * feat: share timetable ical * fix: adjust timezone of event * fix: delete annotation and console log * fix: add missing files * style: prettier * refactor: remove redundant as casting * refactor: enforce convention in DTO names --------- Co-authored-by: pbc1017 <knsol2@naver.com> Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f9c364 - Browse repository at this point
Copy the full SHA 1f9c364View commit details
Commits on Aug 14, 2024
-
Add: implement Auth Chain (#123)
* Add: implement Auth Chain todo: AuthModule Import and register * Add: complete refactoring AuthModule - AuthGuard: 실제로 AppModule에 등록되는 Provider - AuthCommand: 인터페이스이며 개별적인 구현체는 개별적인 인증/인가 로직을 수행 - AuthChain: 전체 Command들을 하나씩 iterating 하며 로직 수행 후 최종적인 결정 및 Exception return - AuthConfig: 각 환경에 맞는 AuthChain 구성 * Add: reflect the reviews * reflect reviews * fix: add token expire option * reflect reviews and minor fix * create docker-compose file --------- Co-authored-by: Jiuuung <kjg682534@kaist.ac.kr>
Configuration menu - View commit details
-
Copy full SHA for bcb4dc7 - Browse repository at this point
Copy the full SHA bcb4dc7View commit details
Commits on Aug 19, 2024
-
* Add: test n+1 * fix: refactor n+1 problem in shareService * add code review github action --------- Co-authored-by: LarryKwon <65128957+LarryKwon@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8dbc514 - Browse repository at this point
Copy the full SHA 8dbc514View commit details
Commits on Aug 20, 2024
-
* Add: TranManager * Add: Implement Transaction with CLS * implement test code * fix the github ci code with option force * fix the github ci code with option force * resolve conflict * add Transactional() to Post,Patch,Delete method endpoint * reflect code review
Configuration menu - View commit details
-
Copy full SHA for 3d2a08b - Browse repository at this point
Copy the full SHA 3d2a08bView commit details
Commits on Aug 21, 2024
-
Ubuntu committed
Aug 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 068782f - Browse repository at this point
Copy the full SHA 068782fView commit details -
add force option to docker-compose
Ubuntu committedAug 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 685bb0e - Browse repository at this point
Copy the full SHA 685bb0eView commit details -
Ubuntu committed
Aug 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 3b068c6 - Browse repository at this point
Copy the full SHA 3b068c6View commit details -
Ubuntu committed
Aug 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 85a1070 - Browse repository at this point
Copy the full SHA 85a1070View commit details -
resolve package.json dependency, and update prisma 4 to 5 (#132)
* resolve package.json dependency, and update prisma 4 to 5 * resolve build error * enable shutdown hook * remove hard-coded lectureId * reflect code review of gpt * reflect review
Configuration menu - View commit details
-
Copy full SHA for dcc3dd1 - Browse repository at this point
Copy the full SHA dcc3dd1View commit details -
128 prisma migration 정리 (#129)
* Add: implement Auth Chain todo: AuthModule Import and register * prisma migration 정리 * fix: migration sql * fix: prisma schema --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-40-122.ap-northeast-2.compute.internal>
Configuration menu - View commit details
-
Copy full SHA for 6441c47 - Browse repository at this point
Copy the full SHA 6441c47View commit details
Commits on Aug 22, 2024
-
DockerFile을 제작 및 share.service의 file path 조정 (#133)
* apply multi-stage build to docker and make the share.service choose proper font file path by DOCKER_DEPLOY * add deploy.sh * reflect review
Configuration menu - View commit details
-
Copy full SHA for 0befbd5 - Browse repository at this point
Copy the full SHA 0befbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f765f32 - Browse repository at this point
Copy the full SHA f765f32View commit details -
Add: implement local-sso-swap (#107)
* Add: implement local-sso-swap * new package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 5d263eb - Browse repository at this point
Copy the full SHA 5d263ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdc861 - Browse repository at this point
Copy the full SHA bcdc861View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc6697 - Browse repository at this point
Copy the full SHA adc6697View commit details -
Ubuntu committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 91251aa - Browse repository at this point
Copy the full SHA 91251aaView commit details -
Ubuntu committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 3be6f1c - Browse repository at this point
Copy the full SHA 3be6f1cView commit details -
Ubuntu committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 0c1a35b - Browse repository at this point
Copy the full SHA 0c1a35bView commit details -
Ubuntu committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 340a798 - Browse repository at this point
Copy the full SHA 340a798View commit details -
Ubuntu committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for c83d8a8 - Browse repository at this point
Copy the full SHA c83d8a8View commit details -
Ubuntu committed
Aug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 97fe6e5 - Browse repository at this point
Copy the full SHA 97fe6e5View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23c9d57 - Browse repository at this point
Copy the full SHA 23c9d57View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ec1ce9 - Browse repository at this point
Copy the full SHA 3ec1ce9View commit details -
Issue/136/planner update delete (#138)
* Add: implement patch planner and refactor post planner * implement delete Planner * test simple cases and pass * reflect review
Configuration menu - View commit details
-
Copy full SHA for 994cf5b - Browse repository at this point
Copy the full SHA 994cf5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4aec5 - Browse repository at this point
Copy the full SHA fd4aec5View commit details -
Ubuntu committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 9fc34b2 - Browse repository at this point
Copy the full SHA 9fc34b2View commit details -
resolve domain error when using sso
Ubuntu committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d5e4c0 - Browse repository at this point
Copy the full SHA 5d5e4c0View commit details -
try to resolve app error but fail
Ubuntu committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 7fcb38d - Browse repository at this point
Copy the full SHA 7fcb38dView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87665d5 - Browse repository at this point
Copy the full SHA 87665d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f1998 - Browse repository at this point
Copy the full SHA f5f1998View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2bd624 - Browse repository at this point
Copy the full SHA c2bd624View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cd1d20 - Browse repository at this point
Copy the full SHA 4cd1d20View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dbd500 - Browse repository at this point
Copy the full SHA 2dbd500View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32fc1c2 - Browse repository at this point
Copy the full SHA 32fc1c2View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1fc362 - Browse repository at this point
Copy the full SHA d1fc362View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b6e922 - Browse repository at this point
Copy the full SHA 6b6e922View commit details