syuilo
8f2759eb47
Update frontend-browser-report.mts
2026-07-03 19:35:46 +09:00
syuilo
9858fd1417
Merge branch 'develop' into frontend-browser-metrics-workflow-2
2026-07-03 19:28:17 +09:00
おさむのひと
9f614517c0
fix: tsconfig.jsonにskipLibCheck: trueを追加する ( #17651 )
...
* fix: tsconfig.jsonにskipLibCheck: trueを追加する
* skipLibCheckで抜けたチェックを自前でやる
2026-07-03 19:22:23 +09:00
github-actions[bot]
5432984af8
Bump version to 2026.7.0-alpha.0
2026.7.0-alpha.0
2026-07-03 10:15:24 +00:00
かっこかり
c29a3d902b
refactor(frontend): MkNote/MkNoteDetailedのロジックを統合 ( #17636 )
...
* refactor(frontend): MkNote/MkNoteDetailedのロジックを統合
* refactor
* fix
* fix: 差分を解消
* fix lint
* fix types
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-07-03 19:14:48 +09:00
かっこかり
721b1b06a0
fix(backend/test): backend e2e test の beforeAll でdispose前にschema dropが走るのを修正 ( #17653 )
...
fix(backend): setup.e2e.ts の beforeAll でdispose前にschema dropが走る順序バグを修正 (Phase 6) (tiramiss-community/endolphin#52 )
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com >
2026-07-03 15:57:39 +09:00
かっこかり
97e54a1ee8
fix(frontend): APIキーを指定するいくつかのフォームでautocompleteが発動する問題を修正 ( #17655 )
2026-07-03 14:58:58 +09:00
syuilo
b487f91087
wip
2026-07-03 11:21:28 +09:00
syuilo
cd953e918c
refactor
2026-07-03 11:11:08 +09:00
syuilo
0c7ee11a2b
Merge branch 'develop' into frontend-browser-metrics-workflow-2
2026-07-03 11:02:04 +09:00
かっこかり
96d6a09ebc
fix(backend/test): e2e testの固定待ち時間をポーリングに変更 ( #17654 )
...
* test(backend): timelines.ts の固定250ms待ちをポーリング化する (tiramiss-community/endolphin#47 )
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com >
* test(backend): move.ts のflaky/低速sleepをポーリング化する (tiramiss-community/endolphin#49 )
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com >
---------
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com >
2026-07-03 10:46:04 +09:00
かっこかり
1eedf04d9a
fix(frontend): デバイスサイズをスマートフォンに固定している場合はページヘッダーのアイコンを常に表示するように ( #17590 )
...
* fix(frontend): デバイスサイズをスマートフォンに固定している場合はページヘッダーのアイコンを常に表示するように
* Update Changelog
* Update Changelog
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-07-02 22:36:57 +09:00
ihoronir
2d67380f2a
fix(backend): 同名の新規ハッシュタグが複数同時に作成されたとき、DBで発生した競合を適切にハンドリング ( #17640 )
...
* Hashtag Timeline のテストを復活させる
* HashtagService.ts を修正
* fix indent
* refactor
* Update CHANGELOG.md
* fix review
2026-07-02 09:48:26 +09:00
おさむのひと
174fb434cc
fix: frontend-embedで見つけた型エラーの修正 ( #17650 )
2026-07-02 09:24:50 +09:00
greymoth
7e29f04287
fix(chat): don't send message while the IME is composing ( #17646 )
...
Co-authored-by: greymoth <246701683+greymoth-jp@users.noreply.github.com >
2026-07-01 10:06:16 +09:00
renovate[bot]
bf88122140
chore(deps): update [github actions] update dependencies [ci skip] ( #17645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-30 13:11:23 +09:00
かっこかり
4daa1ffe05
chore(deps): 未使用依存パッケージを削除 ( #17641 )
...
chore(deps): 未使用依存パッケージを削除 (tiramiss-community/endolphin#20 )
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com >
2026-06-29 23:08:09 +09:00
syuilo
551162b70a
Merge branch 'develop' into frontend-browser-metrics-workflow-2
2026-06-28 18:03:10 +09:00
syuilo
8dc5962ce9
Update frontend-browser-report.mts
2026-06-28 18:02:09 +09:00
syuilo
8bc8ebc333
Update frontend-browser-metrics-report.yml
2026-06-28 17:56:58 +09:00
syuilo
62f8589c05
Update CONTRIBUTING.md
2026-06-28 17:52:08 +09:00
syuilo
7dcf7658b2
fix
2026-06-28 17:48:30 +09:00
syuilo
4a41b1461e
wip
2026-06-28 17:24:52 +09:00
syuilo
5f2022341a
refactor
2026-06-28 10:46:47 +09:00
syuilo
5f10968491
Update chrome.mts
2026-06-28 10:25:29 +09:00
syuilo
5856784288
fix
2026-06-28 10:16:57 +09:00
syuilo
c5951175ef
refactor
2026-06-28 10:06:04 +09:00
かっこかり
6193c35f9f
fix: stats API の型に reactionCount が定義されていない問題を修正 ( #17634 )
...
* fix: stats API の型に reactionCount が定義されていない問題を修正
* Update Changelog
2026-06-28 01:49:00 +09:00
かっこかり
1220f05903
Update CHANGELOG.md
2026-06-28 01:02:03 +09:00
かっこかり
7544ebf7a3
Update CHANGELOG.md
2026-06-28 00:54:52 +09:00
かっこかり
ffe65caf10
Update CHANGELOG.md
2026-06-28 00:25:42 +09:00
かっこかり
4f993cef1b
enhance: Set default Node.js version to v26 ( #17623 )
...
* enhance: Set default Node.js version to v26
* fix
* Update Changelog
* fix types
* drop node v22
* update changelog
* fix test
* update
* fix test
* fix test
* Revert "drop node v22"
This reverts commit bb4e011628 .
* fix changelog
* attempt to fix test
* attempt to fix test
* fix: update re2 that supports node 26
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* restore 2fa e2e
* refactor
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* attempt to fix test
2026-06-28 00:06:49 +09:00
かっこかり
ba3fb4aa14
Merge branch 'master' into develop
2026-06-27 23:40:06 +09:00
かっこかり
0137b1c406
fix: update compatible node version on master ( #17632 )
...
Update package.json
2026-06-27 23:39:29 +09:00
かっこかり
797dec7d0e
Update CHANGELOG.md
2026-06-27 23:36:35 +09:00
github-actions[bot]
42ff280163
Bump version to 2026.6.1-alpha.1
2026.6.1-alpha.1
2026-06-27 13:08:35 +00:00
かっこかり
554339aaa1
deps: update dependencies ( #17631 )
...
* deps: update deps
* Update Changelog
* update dependencies (major)
* fix: broken lockfile on changelog-checker
* update vite
* update minimum working node version to 22.22.0
* update minimum working node version to 22.22.2
* fix types
* refactor: avoid using default import
* Revert "refactor: avoid using default import"
This reverts commit 5784df2ff0 .
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com >
2026-06-27 22:04:08 +09:00
syuilo
48f676511c
Update frontend-browser-report.mts
2026-06-27 20:44:11 +09:00
syuilo
ce10eceda1
Update frontend-browser-report.mts
2026-06-27 20:27:11 +09:00
syuilo
982d4034bd
Merge branch 'develop' into frontend-browser-metrics-workflow-2
2026-06-27 20:21:30 +09:00
syuilo
529c4d4d0e
chore(dev): tweak heap snapshot table
2026-06-27 20:21:17 +09:00
syuilo
67f25a7da7
Update frontend-browser-report.mts
2026-06-27 20:18:31 +09:00
syuilo
364ccd07ff
Update frontend-browser-report.mts
2026-06-27 20:03:54 +09:00
syuilo
0deac44320
Update frontend-browser-report.mts
2026-06-27 20:00:53 +09:00
syuilo
812b5fbf0b
Update frontend-browser-report.mts
2026-06-27 19:57:48 +09:00
syuilo
7247535d65
Merge branch 'develop' into frontend-browser-metrics-workflow-2
2026-06-27 19:46:35 +09:00
syuilo
cec23e5756
enhance(dev): improve heap snapshot analysis ( #17628 )
...
* Update measure-memory.mts
* Update utility.mts
* Update backend-memory-report.mts
* tweak
2026-06-27 18:59:46 +09:00
syuilo
790c84dcca
Update frontend-browser-report.mts
2026-06-27 18:43:03 +09:00
syuilo
21473857d9
Update measure-frontend-browser-comparison.mts
2026-06-27 17:34:44 +09:00
syuilo
96a454ee3a
wip
2026-06-27 17:17:43 +09:00