Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3lpsy/boucanpy
/ functions
Functions
426 in github.com/3lpsy/boucanpy
⨍
Functions
426
◇
Types & classes
143
↳
Endpoints
53
Function
test_common_or_bad_password_causes_failure
(client, session)
tests/integration/user/test_user_create.py:58
Function
test_email_must_not_already_exist_or_failure
(client, session)
tests/integration/user/test_user_update.py:27
Function
test_mismatching_passwords_causes_failure
(client, session)
tests/integration/user/test_user_create.py:26
Function
test_regular_user_cannot_create_user
(client, session)
tests/integration/user/test_user_create.py:99
Function
test_short_email_causes_failure
(client, session)
tests/integration/user/test_user_create.py:63
Function
test_short_password_causes_failure
(client, session)
tests/integration/user/test_user_create.py:44
Function
test_status
()
tests/integration/status/test_status.py:4
Function
test_superuser_can_create_user
(client, session)
tests/integration/user/test_user_create.py:7
Function
test_superuser_can_update_user
(client, session)
tests/integration/user/test_user_update.py:9
Function
test_unauthed_user_cannot_create_user
(client, session)
tests/integration/user/test_user_create.py:117
Function
test_username_is_not_valid_email_format_causes_failure
(client, session)
tests/integration/user/test_user_create.py:81
Method
token
(self)
boucanpy/db/factories/api_token.py:51
Function
update
( user_id: int, form: UserEditForm, user_repo: UserRepo = Depends(UserRepo()), token: TokenPay
boucanpy/api/routers/user/router.py:76
Function
update
( dns_server: str, form: DnsServerCreateForm, dns_server_repo: DnsServerRepo = Depends(DnsServerRe
boucanpy/api/routers/dns_server/router.py:92
Function
update
( zone_id: int, form: ZoneCreateForm, zone_repo: ZoneRepo = Depends(ZoneRepo()), dns_server_re
boucanpy/api/routers/zone/router.py:91
Function
update
( zone_id: int, dns_record_id: int, form: DnsRecordForZoneCreateForm, dns_record_repo: DnsReco
boucanpy/api/routers/zone/dns_record/router.py:123
Function
update
( dns_record_id: int, request: Request, form: DnsRecordForZoneCreateForm = Depends() )
boucanpy/api/routers/dns_record/router.py:75
Function
update
( http_server: str, form: HttpServerCreateForm, http_server_repo: HttpServerRepo = Depends(HttpSer
boucanpy/api/routers/http_server/router.py:98
Function
upgrade
()
boucanpy/db/alembic/api/versions/cc0e5d3c0bb3_.py:19
Function
upgrade
()
boucanpy/db/alembic/api/versions/dffdb7f0813d_.py:19
Method
validate
(cls, value: str)
boucanpy/core/types.py:14
Method
validate
(cls, v)
boucanpy/core/types.py:42
Function
web_index
()
boucanpy/api/api.py:83
Function
webui_index
()
boucanpy/api/api.py:99
Function
webui_redir
()
boucanpy/api/api.py:74
Function
ws_test
()
boucanpy/api/routers/util/router.py:10
← previous
401–426 of 426, ranked by callers