9 Commits

Author SHA1 Message Date
Timothy Jaeryang Baek af89fa4ecd refac 2026-07-06 19:50:54 -05:00
Timothy Jaeryang Baek 5c51ae3201 refac 2026-07-02 16:06:24 -05:00
Classic298 b937806130 Fix generate-raw-docs regex on Windows
routeForDoc built its strip-prefix regex as `^${escaped DOCS_DIR}${path.sep}`, appending path.sep unescaped. On Windows path.sep is a backslash, so the pattern ended in a lone backslash and threw "Invalid regular expression: \ at end of pattern", breaking the postbuild step of every local Windows build (CI on Linux was unaffected). Fold path.sep into the escaped expression so the separator is escaped on every platform.
2026-07-02 22:44:16 +02:00
Timothy Jaeryang Baek 5b5d81b2b7 refac 2026-07-02 15:36:26 -05:00
silentoplayz 3e3da9e0a0 chore: format 2025-10-09 12:47:06 -04:00
Silentoplayz 2ca78ce2c9 Update scan-missing-env-vars.py 2025-04-15 22:08:44 -04:00
Silentoplayz ca86417279 Update scan-missing-env-vars.py
added a missing URL for the only other .env file in the backend:

- `https://raw.githubusercontent.com/open-webui/open-webui/{git_ref}/backend/open_webui/migrations/env.py`
- `migrations/env.py`
2024-12-26 13:54:20 -05:00
Silentoplayz 653234d479 Update scan-missing-env-vars.py
update to work on Windows + some exception catches
2024-12-22 14:14:07 -05:00
Jun Siang Cheah cc3ce6b696 feat: add script for scanning for missing env vars in docs 2024-09-07 12:42:53 +01:00