MCPcopy Create free account

hub / github.com/bonnie/bonniedotdev / functions

Functions286 in github.com/bonnie/bonniedotdev

Functionserve_favicon
(icon_file)
server/app/__init__.py:83
Functionserve_manifest
()
server/app/__init__.py:75
Functionserve_portrait_image
(filename)
server/app/__init__.py:87
Functionserve_react
Serve the built react app.
server/app/__init__.py:62
Functionserve_robots
()
server/app/__init__.py:67
Functionserve_sitemap
()
server/app/__init__.py:71
Functionserve_upload_image
(filename)
server/app/__init__.py:91
FunctionsetAlertState
( state = null, action: AlertAction, )
client/src/State/Reducers/alertReducer.ts:6
FunctionsetUserState
( state = getUserFromStorage(), action: UserAction, )
client/src/State/Reducers/userReducer.ts:12
Functionsimple_course_id
(test_db)
server/tests/functional/conftest.py:165
FunctionsortByTimestampAscending
(talkA: Talk, talkB: Talk)
client/src/Hooks/GetData/useTalks.ts:15
FunctionsortByTimestampDescending
(talkA: Talk, talkB: Talk)
client/src/Hooks/GetData/useTalks.ts:9
Functiontalk_id
(test_db)
server/tests/functional/test_talk_routes.py:8
Functiontest_access_uploaded_file
(test_client, upload_test_file_response)
server/tests/functional/test_upload_routes.py:124
Functiontest_add_known_tag_capitalized_underscored
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:33
Functiontest_add_unknown_tag
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:50
Functiontest_bestCoupon_no_coupons
(unmocked_course)
server/tests/unit/app/models/test_course_model.py:147
Functiontest_bestCoupon_one_expired
(unmocked_course, expired_coupon)
server/tests/unit/app/models/test_course_model.py:152
Functiontest_bestCoupon_one_good_coupon
(unmocked_course, good_coupon_30_days)
server/tests/unit/app/models/test_course_model.py:157
Functiontest_bestCoupon_three_coupons
( unmocked_course, good_coupon_30_days, bad_coupon, expired_coupon, )
server/tests/unit/app/models/test_course_model.py:162
Functiontest_bestCoupon_three_coupons_price_tie
( unmocked_course, good_coupon_30_days, good_coupon_4_days, expired_coupon, )
server/tests/unit/app/models/test_course_model.py:172
Functiontest_cheat_sheets_route
(test_db, test_client)
server/tests/functional/test_cheat_sheets_route.py:6
Functiontest_client
(app)
server/tests/conftest.py:91
Functiontest_courses_route
(test_client)
server/tests/functional/test_log_resource.py:5
Functiontest_courses_route
(test_db, test_client)
server/tests/functional/test_courses_routes.py:6
Functiontest_create_new_cheat_sheet
(test_db, test_client)
server/tests/functional/test_cheat_sheet_route.py:74
Functiontest_create_new_coupon
(test_client, iso_30_days_from_now, simple_course_id)
server/tests/functional/test_coupon_resource.py:4
Functiontest_create_new_course
(test_db, test_client)
server/tests/functional/test_course_routes.py:55
Functiontest_create_new_review_quote
(test_db, test_client, simple_course_id)
server/tests/functional/test_review_quote_routes.py:60
Functiontest_create_new_talk
(test_db, test_client, talk_id)
server/tests/functional/test_talk_routes.py:67
Functiontest_create_user
(mock_update_db)
server/tests/unit/app/models/test_user_model.py:11
Functiontest_created_at
(cheat_sheet)
server/tests/unit/app/models/test_cheat_sheet_model.py:50
Functiontest_db
(app)
server/tests/functional/conftest.py:147
Functiontest_delete_cheat_sheet
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:67
Functiontest_delete_coupon
(test_db, test_client)
server/tests/functional/test_coupon_resource.py:38
Functiontest_delete_course
(test_db, test_client, simple_course_id)
server/tests/functional/test_course_routes.py:47
Functiontest_delete_review_quote
(test_db, test_client, review_quote_id)
server/tests/functional/test_review_quote_routes.py:53
Functiontest_delete_talk
(test_db, test_client, talk_id)
server/tests/functional/test_talk_routes.py:60
Functiontest_expired_jwt
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:17
Functiontest_get_existing_course
( test_db, test_client, review_quote_id, )
server/tests/functional/test_review_quote_routes.py:12
Functiontest_get_existing_course
( test_db, test_client, full_course_id, )
server/tests/functional/test_course_routes.py:4
Functiontest_get_existing_course
( test_db, test_client, talk_id, )
server/tests/functional/test_talk_routes.py:16
Functiontest_get_nonexistent_course
(test_db, test_client)
server/tests/functional/test_course_routes.py:24
Functiontest_get_nonexistent_review_quote
(test_db, test_client)
server/tests/functional/test_review_quote_routes.py:30
Functiontest_get_nonexistent_talk
(test_db, test_client)
server/tests/functional/test_talk_routes.py:37
Functiontest_hash_password
()
server/tests/unit/app/models/test_user_model.py:22
Functiontest_invalid_coupon_is_not_valid
(invalid_coupon)
server/tests/unit/app/models/test_coupon_model.py:46
Functiontest_invalid_jwt
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:36
Functiontest_jwt_for_invalid_user
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:27
Functiontest_no_jwt
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:12
Functiontest_review_quotes_route
(test_db, test_client)
server/tests/functional/test_review_quotes_routes.py:6
Functiontest_tags_route
(test_db, test_client)
server/tests/functional/test_tags_route.py:6
Functiontest_talks_route
(test_db, test_client)
server/tests/functional/test_talks_routes.py:6
Functiontest_to_dict
(cheat_sheet)
server/tests/unit/app/models/test_cheat_sheet_model.py:38
Functiontest_to_dict
(valid_coupon)
server/tests/unit/app/models/test_coupon_model.py:31
Functiontest_to_dict
(mock_update_db)
server/tests/unit/app/models/test_review_quote_model.py:13
Functiontest_to_dict
(course)
server/tests/unit/app/models/test_course_model.py:64
Functiontest_to_dict_with_coupons
(course_with_coupons)
server/tests/unit/app/models/test_course_model.py:77
Functiontest_update_description
(test_db, test_client, review_quote_id)
server/tests/functional/test_review_quote_routes.py:36
Functiontest_update_description
(test_db, test_client, full_course_id)
server/tests/functional/test_course_routes.py:30
Functiontest_update_description
(test_db, test_client, talk_id)
server/tests/functional/test_talk_routes.py:43
Functiontest_update_price
(test_db, test_client)
server/tests/functional/test_coupon_resource.py:20
Functiontest_update_title
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:14
Functiontest_upload_file
(upload_test_file_response, uploads_path)
server/tests/functional/test_upload_routes.py:51
Functiontest_upload_file_bad_extension
(test_client, uploads_path, upload_headers, test_db)
server/tests/functional/test_upload_routes.py:105
Functiontest_upload_file_exists
( test_client, upload_test_file_response, uploads_path, upload_headers, )
server/tests/functional/test_upload_routes.py:61
Functiontest_upload_file_name_clash
( test_client, upload_test_file_response, uploads_path, upload_headers, )
server/tests/functional/test_upload_routes.py:83
Functiontest_valid_coupon_is_valid
(valid_coupon)
server/tests/unit/app/models/test_coupon_model.py:42
Functiontest_valid_login
( test_db, test_client, username, password, expected_response, )
server/tests/functional/test_login_routes.py:21
Functionunmocked_course
(mock_update_db)
server/tests/unit/app/models/test_course_model.py:96
FunctionupdateItem
(patch: Operation[])
client/src/Pages/Common/EditButtons.tsx:39
Methodupdate_from_patch
Update based on JsonPatch.
server/app/models/review_quote_model.py:32
Methodupdate_from_patch
Update based on JsonPatch.
server/app/models/coupon_model.py:56
Methodupdate_from_patch
Update based on JsonPatch.
server/app/models/course_model.py:67
Methodupdate_from_patch
Update based on JsonPatch.
server/app/models/cheat_sheet_model.py:92
Functionupload_headers
()
server/tests/functional/test_upload_routes.py:15
Functionupload_test_file_response
(test_client, upload_headers, test_db)
server/tests/functional/test_upload_routes.py:40
Functionuploads_folder
(uploads_path)
server/tests/functional/test_upload_routes.py:26
Functionuploads_path
()
server/tests/functional/test_upload_routes.py:21
FunctionuseAxios
( url: urls, queryIdentifier: ItemType, )
client/src/Hooks/GetData/useDataFromServer.ts:9
FunctionuseTalks
()
client/src/Hooks/GetData/useTalks.ts:38
Functionusers
()
server/tests/conftest.py:64
Functionvalid_coupon
(mock_update_db, iso_30_days_from_now)
server/tests/unit/app/models/test_coupon_model.py:12
FunctionvalidateStatus
(status)
client/src/Hooks/useUpload.ts:31
Methodvalidate_loglevel
(self, data, **kwargs)
server/app/resources/log_resource.py:19
Functionwrapper
(*args, **kwargs)
server/app/jwt.py:33
← previous201–286 of 286, ranked by callers