Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bonnie/bonniedotdev
/ functions
Functions
286 in github.com/bonnie/bonniedotdev
⨍
Functions
286
◇
Types & classes
102
↳
Endpoints
15
Function
serve_favicon
(icon_file)
server/app/__init__.py:83
Function
serve_manifest
()
server/app/__init__.py:75
Function
serve_portrait_image
(filename)
server/app/__init__.py:87
Function
serve_react
Serve the built react app.
server/app/__init__.py:62
Function
serve_robots
()
server/app/__init__.py:67
Function
serve_sitemap
()
server/app/__init__.py:71
Function
serve_upload_image
(filename)
server/app/__init__.py:91
Function
setAlertState
( state = null, action: AlertAction, )
client/src/State/Reducers/alertReducer.ts:6
Function
setUserState
( state = getUserFromStorage(), action: UserAction, )
client/src/State/Reducers/userReducer.ts:12
Function
simple_course_id
(test_db)
server/tests/functional/conftest.py:165
Function
sortByTimestampAscending
(talkA: Talk, talkB: Talk)
client/src/Hooks/GetData/useTalks.ts:15
Function
sortByTimestampDescending
(talkA: Talk, talkB: Talk)
client/src/Hooks/GetData/useTalks.ts:9
Function
talk_id
(test_db)
server/tests/functional/test_talk_routes.py:8
Function
test_access_uploaded_file
(test_client, upload_test_file_response)
server/tests/functional/test_upload_routes.py:124
Function
test_add_known_tag_capitalized_underscored
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:33
Function
test_add_unknown_tag
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:50
Function
test_bestCoupon_no_coupons
(unmocked_course)
server/tests/unit/app/models/test_course_model.py:147
Function
test_bestCoupon_one_expired
(unmocked_course, expired_coupon)
server/tests/unit/app/models/test_course_model.py:152
Function
test_bestCoupon_one_good_coupon
(unmocked_course, good_coupon_30_days)
server/tests/unit/app/models/test_course_model.py:157
Function
test_bestCoupon_three_coupons
( unmocked_course, good_coupon_30_days, bad_coupon, expired_coupon, )
server/tests/unit/app/models/test_course_model.py:162
Function
test_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
Function
test_cheat_sheets_route
(test_db, test_client)
server/tests/functional/test_cheat_sheets_route.py:6
Function
test_client
(app)
server/tests/conftest.py:91
Function
test_courses_route
(test_client)
server/tests/functional/test_log_resource.py:5
Function
test_courses_route
(test_db, test_client)
server/tests/functional/test_courses_routes.py:6
Function
test_create_new_cheat_sheet
(test_db, test_client)
server/tests/functional/test_cheat_sheet_route.py:74
Function
test_create_new_coupon
(test_client, iso_30_days_from_now, simple_course_id)
server/tests/functional/test_coupon_resource.py:4
Function
test_create_new_course
(test_db, test_client)
server/tests/functional/test_course_routes.py:55
Function
test_create_new_review_quote
(test_db, test_client, simple_course_id)
server/tests/functional/test_review_quote_routes.py:60
Function
test_create_new_talk
(test_db, test_client, talk_id)
server/tests/functional/test_talk_routes.py:67
Function
test_create_user
(mock_update_db)
server/tests/unit/app/models/test_user_model.py:11
Function
test_created_at
(cheat_sheet)
server/tests/unit/app/models/test_cheat_sheet_model.py:50
Function
test_db
(app)
server/tests/functional/conftest.py:147
Function
test_delete_cheat_sheet
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:67
Function
test_delete_coupon
(test_db, test_client)
server/tests/functional/test_coupon_resource.py:38
Function
test_delete_course
(test_db, test_client, simple_course_id)
server/tests/functional/test_course_routes.py:47
Function
test_delete_review_quote
(test_db, test_client, review_quote_id)
server/tests/functional/test_review_quote_routes.py:53
Function
test_delete_talk
(test_db, test_client, talk_id)
server/tests/functional/test_talk_routes.py:60
Function
test_expired_jwt
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:17
Function
test_get_existing_course
( test_db, test_client, review_quote_id, )
server/tests/functional/test_review_quote_routes.py:12
Function
test_get_existing_course
( test_db, test_client, full_course_id, )
server/tests/functional/test_course_routes.py:4
Function
test_get_existing_course
( test_db, test_client, talk_id, )
server/tests/functional/test_talk_routes.py:16
Function
test_get_nonexistent_course
(test_db, test_client)
server/tests/functional/test_course_routes.py:24
Function
test_get_nonexistent_review_quote
(test_db, test_client)
server/tests/functional/test_review_quote_routes.py:30
Function
test_get_nonexistent_talk
(test_db, test_client)
server/tests/functional/test_talk_routes.py:37
Function
test_hash_password
()
server/tests/unit/app/models/test_user_model.py:22
Function
test_invalid_coupon_is_not_valid
(invalid_coupon)
server/tests/unit/app/models/test_coupon_model.py:46
Function
test_invalid_jwt
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:36
Function
test_jwt_for_invalid_user
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:27
Function
test_no_jwt
(clean_test_client, test_db)
server/tests/functional/test_jwt.py:12
Function
test_review_quotes_route
(test_db, test_client)
server/tests/functional/test_review_quotes_routes.py:6
Function
test_tags_route
(test_db, test_client)
server/tests/functional/test_tags_route.py:6
Function
test_talks_route
(test_db, test_client)
server/tests/functional/test_talks_routes.py:6
Function
test_to_dict
(cheat_sheet)
server/tests/unit/app/models/test_cheat_sheet_model.py:38
Function
test_to_dict
(valid_coupon)
server/tests/unit/app/models/test_coupon_model.py:31
Function
test_to_dict
(mock_update_db)
server/tests/unit/app/models/test_review_quote_model.py:13
Function
test_to_dict
(course)
server/tests/unit/app/models/test_course_model.py:64
Function
test_to_dict_with_coupons
(course_with_coupons)
server/tests/unit/app/models/test_course_model.py:77
Function
test_update_description
(test_db, test_client, review_quote_id)
server/tests/functional/test_review_quote_routes.py:36
Function
test_update_description
(test_db, test_client, full_course_id)
server/tests/functional/test_course_routes.py:30
Function
test_update_description
(test_db, test_client, talk_id)
server/tests/functional/test_talk_routes.py:43
Function
test_update_price
(test_db, test_client)
server/tests/functional/test_coupon_resource.py:20
Function
test_update_title
(test_db, test_client, cheat_sheet_id)
server/tests/functional/test_cheat_sheet_route.py:14
Function
test_upload_file
(upload_test_file_response, uploads_path)
server/tests/functional/test_upload_routes.py:51
Function
test_upload_file_bad_extension
(test_client, uploads_path, upload_headers, test_db)
server/tests/functional/test_upload_routes.py:105
Function
test_upload_file_exists
( test_client, upload_test_file_response, uploads_path, upload_headers, )
server/tests/functional/test_upload_routes.py:61
Function
test_upload_file_name_clash
( test_client, upload_test_file_response, uploads_path, upload_headers, )
server/tests/functional/test_upload_routes.py:83
Function
test_valid_coupon_is_valid
(valid_coupon)
server/tests/unit/app/models/test_coupon_model.py:42
Function
test_valid_login
( test_db, test_client, username, password, expected_response, )
server/tests/functional/test_login_routes.py:21
Function
unmocked_course
(mock_update_db)
server/tests/unit/app/models/test_course_model.py:96
Function
updateItem
(patch: Operation[])
client/src/Pages/Common/EditButtons.tsx:39
Method
update_from_patch
Update based on JsonPatch.
server/app/models/review_quote_model.py:32
Method
update_from_patch
Update based on JsonPatch.
server/app/models/coupon_model.py:56
Method
update_from_patch
Update based on JsonPatch.
server/app/models/course_model.py:67
Method
update_from_patch
Update based on JsonPatch.
server/app/models/cheat_sheet_model.py:92
Function
upload_headers
()
server/tests/functional/test_upload_routes.py:15
Function
upload_test_file_response
(test_client, upload_headers, test_db)
server/tests/functional/test_upload_routes.py:40
Function
uploads_folder
(uploads_path)
server/tests/functional/test_upload_routes.py:26
Function
uploads_path
()
server/tests/functional/test_upload_routes.py:21
Function
useAxios
( url: urls, queryIdentifier: ItemType, )
client/src/Hooks/GetData/useDataFromServer.ts:9
Function
useTalks
()
client/src/Hooks/GetData/useTalks.ts:38
Function
users
()
server/tests/conftest.py:64
Function
valid_coupon
(mock_update_db, iso_30_days_from_now)
server/tests/unit/app/models/test_coupon_model.py:12
Function
validateStatus
(status)
client/src/Hooks/useUpload.ts:31
Method
validate_loglevel
(self, data, **kwargs)
server/app/resources/log_resource.py:19
Function
wrapper
(*args, **kwargs)
server/app/jwt.py:33
← previous
201–286 of 286, ranked by callers