Commit dd93b2d
authored
Update ws support https (#270)
* feat: update github api with Enterprise endpoint support
* Squashed commit of the following:
commit 5ab6bf9
Author: Kurea <la_trollette@hotmail.com>
Date: Thu Jul 10 01:04:16 2025 +0200
French translation (#267)
* French translation
* translation file
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update README.fr.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* typos correction
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
commit d0c01b7
Author: AlexNiDie <oxcoconu@163.com>
Date: Thu Jul 10 06:37:22 2025 +0800
fix(repo-page): pass 'include' params to API (#268)
Co-authored-by: gaohan1 <gaohan1@huya.com>
commit e6c9f37
Author: Chouzz <zhouhua852@gmail.com>
Date: Wed Jul 9 03:36:39 2025 +0800
feat: Cache repository configurations in frontend (#254)
Implement localStorage-based caching for repository configurations
on the main page ('src/app/page.tsx').
This feature enables the application to remember user-specified
settings for a given repository URL. When a user submits a
repository URL along with configurations such as wiki language,
wiki type, model provider, model selection, custom model options,
and advanced exclusion paths/files, these settings are now cached
locally in the browser's localStorage.
If the user later inputs the same repository URL, the previously
saved settings are automatically loaded and pre-filled in the
configuration modal. This significantly improves user experience
by reducing repetitive data entry for frequently used repositories.
The following configuration items are cached:
- Wiki Language
- Wiki Type (Comprehensive/Concise)
- Model Provider
- Model Selection
- Custom Model (boolean flag and name)
- Selected Platform (GitHub, GitLab, Bitbucket)
- Excluded Directories
- Excluded Files
- Included Directories
- Included Files
Access tokens and other sensitive information are intentionally not
cached to maintain security.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
commit 0efaec5
Author: Michał Żarnecki <michalzarnecki88@gmail.com>
Date: Tue Jul 8 20:37:39 2025 +0200
fix issue with select options background on google chrome browser (#260)
* fix select options background for google chrome
* replace color with variable
* selector refactoring for dark theme select options bg
commit 6b5e494
Author: piekill <piekill@users.noreply.github.com>
Date: Tue Jul 8 07:51:18 2025 +0800
feat: save wiki section structure to server cache (#257)
* feat: save wiki section structure to server cache
* Update api/api.py
for backward compatibility
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
commit dabce48
Author: Jack Cherng <jfcherng@gmail.com>
Date: Tue Jul 8 04:12:52 2025 +0800
Replace OPENAI_API_BASE_URL with OPENAI_BASE_URL (#256)
As per #133
Signed-off-by: Jun-Fei Cherng <jfcherng@realtek.com>
commit 1bfc651
Author: Chouzz <zhouhua852@gmail.com>
Date: Fri Jul 4 12:10:04 2025 +0800
fix: add IgnoreLogChangeDetectedFilter for logging to ignore changes (#253)
* Revert "fix: move log file to parent directory to avoid infinite logging loop (#250)"
This reverts commit 30c400c.
* fix: add IgnoreLogChangeDetectedFilter for logging to ignore changes of log file
* Update api/logging_config.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: Sheing [ASYNCFUNC] <sng@asyncfunc.ai>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
commit 30c400c
Author: Chouzz <zhouhua852@gmail.com>
Date: Fri Jul 4 08:54:56 2025 +0800
fix: move log file to parent directory to avoid infinite logging loop (#250)
commit 2629ce6
Author: Sheing Ng <sng@asyncfunc.ai>
Date: Thu Jul 3 14:53:50 2025 -0500
Fix: Grab Default Branch instead of main/master.
commit 919b040
Author: zcuder <zcforeverud@aliyun.com>
Date: Tue Jul 1 09:17:57 2025 +0800
merge NEXT_PUBLIC_SERVER_BASE_URL env to SERVER_BASE_URL (#240)
* merge NEXT_PUBLIC_SERVER_BASE_URL env to SERVER_BASE_URL
* fix typo
---------
Co-authored-by: chen zhang <chen.zhang@rockbundcapital.com>
commit 1f5b9f2
Author: Sheing [ASYNCFUNC] <sng@asyncfunc.ai>
Date: Sat Jun 28 21:00:39 2025 -0500
Fix GitLab and Bitbucket URLs (#244)
commit c7d488b
Author: Carbarcha (黃柏盛) <39450331+nuts-has-been-taken@users.noreply.github.com>
Date: Sat Jun 28 02:47:48 2025 +0800
feat: update github api with Enterprise endpoint support (#239)
Co-authored-by: carbarcha <carbarcha_huang@trendmicro.com>
commit 7ed5249
Author: Segment (gpsnmeajp) <33391403+gpsnmeajp@users.noreply.github.com>
Date: Sat Jun 28 03:46:26 2025 +0900
fix: select force utf-8 in japanese enviroment (#242)
* feat: ws connect support https
* 🐛 update wss method
* 🐛 del duplicate code1 parent 5ab6bf9 commit dd93b2d
3 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
| 811 | + | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| |||
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
1206 | | - | |
1207 | 1206 | | |
1208 | 1207 | | |
1209 | 1208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments