Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(m): improve search engine support #196

merged opened by a.starrysky.fyi targeting main from private/minion/push-ylnkptnukolr

FYI: if this doesn't work for you, you may need to use it from a different URL than http://go/ (try https://starry.sk or https://menu.freshlybakedca.ke) - I'm not sure why exactly, I suspect some browsers may be unhappy with accessing this over http

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mdxwnwzzl422
+1 -1
Interdiff #1 โ†’ #2
menu/Cargo.lock

This file has not been changed.

menu/Cargo.toml

This file has not been changed.

menu/src/html/create.html

This file has not been changed.

menu/src/html/create/conflict/direct.html

This file has not been changed.

menu/src/html/create/conflict/regex.html

This file has not been changed.

menu/src/html/create/failure.html

This file has not been changed.

menu/src/html/create/success/direct.html

This file has not been changed.

menu/src/html/create/success/regex.html

This file has not been changed.

menu/src/html/delete/failure.html

This file has not been changed.

menu/src/html/delete/success/direct.html

This file has not been changed.

menu/src/html/delete/success/regex.html

This file has not been changed.

menu/src/html/index.html

This file has not been changed.

menu/src/html/opensearch.xml

This file has not been changed.

menu/src/html/public/favicon.ico

This file has not been changed.

menu/src/html/public/favicon.ico.license

This file has not been changed.

menu/src/html/public/favicon.png

This file has not been changed.

menu/src/html/public/favicon.png.license

This file has not been changed.

+1 -1
menu/src/main.rs
··· 114 impl IntoResponse for InvalidSearchEngine { 115 fn into_response(self) -> Response { 116 return ( 117 - StatusCode::UNAUTHORIZED, 118 format!("Invalid Search Engine {}", self.engine), 119 ) 120 .into_response();
··· 114 impl IntoResponse for InvalidSearchEngine { 115 fn into_response(self) -> Response { 116 return ( 117 + StatusCode::NOT_FOUND, 118 format!("Invalid Search Engine {}", self.engine), 119 ) 120 .into_response();
menu/src/static_html.rs

This file has not been changed.

History

3 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
feat(m): improve search engine support
expand 0 comments
pull request successfully merged
1 commit
expand
feat(m): improve search engine support
expand 1 comment

any reason for unauthorized (401) instead of bad request or not found for https://tangled.org/freshlybakedca.ke/patisserie/pulls/196#menu%2fsrc%2fmain.rs-N117

1 commit
expand
feat(m): improve search engine support
expand 0 comments