summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/ReversiService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix TS errors in ReversiServiceHazelnoot2025-06-041-0/+2
|
* fix type errors caused by new User, Note, and Instance fieldsHazelnoot2025-05-281-0/+2
|
* Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-301-5/+28
|\
| * fix(backend): リバーシの設定変更が反映されないのを修正 ↵かっこかり2024-08-161-5/+28
| | | | | | | | | | | | | | | | | | (#14404) * fix(backend): リバーシの設定変更が反映されないのを修正 * Update Changelog * add bindthis
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-5/+2
|\|
| * fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)Acid Chicken2024-06-011-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(backend): use insertOne insteadof insert/findOneOrFail combination * fix: typo * fix(backend): inherit mainAlias? * refactor(backend): use extend * fix(backend): invalid entityTarget * fix(backend): fake where * chore: debug * chore: debug * test: log * fix(backend): column names * fix(backend): remove dummy from * revert: log * fix(backend): position * fix(backend): automatic aliasing * chore(backend): alias * chore(backend): remove from * fix(backend): type * fix(backend): avoid pure name * test(backend): fix type * chore(backend): use cte * fix(backend): avoid useless alias * fix(backend): fix typo * fix(backend): __disambiguation__ * fix(backend): quote * chore(backend): t * chore(backend): accessible * chore(backend): concrete returning * fix(backend): quote * chore: log more * chore: log metadata * chore(backend): use raw * fix(backend): returning column name * fix(backend): transform * build(backend): wanna logging * build(backend): transform empty * build(backend): build alias * build(backend): restore name * chore: return entity * fix: test case * test(backend): 204 * chore(backend): log sql * chore(backend): assert user joined * fix(backend): typo * chore(backend): log long sql * chore(backend): log join * chore(backend): log join depth null * chore(backend): joinAttributes * chore(backend): override createJoinExpression * chore: join log * fix(backend): escape * test(backend): log log * chore(backend): join gonna success? * chore(backend): relations * chore(backend): undefined * chore(backend): target * chore(backend): remove log * chore(backend): log chart update * chore(backend): log columns * chore(backend): check hasMetadata * chore(backend): unshift id when not included * chore(backend): missing select * chore(backend): remove debug code
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | merge: upstreamMarie2024-01-251-38/+98
|\|
| * fix(reversi/backend): refactor and fixessyuilo2024-01-241-6/+7
| |
| * enhance(reversi): 変則なしマッチングを可能にsyuilo2024-01-241-9/+24
| |
| * enhance(reversi): improve matching systemsyuilo2024-01-241-10/+9
| |
| * fix(reversi): wait redis operation to improve stabilitysyuilo2024-01-241-1/+1
| |
| * perf(reversi): set expire matchSpecific and matchAnysyuilo2024-01-241-2/+8
| |
| * enhance(reversi): tweak MATCHING_TIMEOUT_MSsyuilo2024-01-241-1/+1
| |
| * fix of 65557d5f27044bd90c538266fde1e6b91b696f80syuilo2024-01-241-5/+5
| |
| * enhance(reversi): more robust matching processsyuilo2024-01-241-11/+51
| |
| * enhance(reversi): improve desync handlingsyuilo2024-01-231-10/+9
| |
* | chore: typecheckMarie2024-01-221-0/+2
|/
* perf(reversi): improve performance of reversi backendsyuilo2024-01-221-3/+34
|
* refactor(reversi): refactoring of reversi backendsyuilo2024-01-221-51/+26
|
* perf(reversi): improve performance of reversi backendsyuilo2024-01-221-123/+92
|
* enhance(reversi): tweak reversisyuilo2024-01-211-66/+91
|
* enhance(reversi): tweak reversisyuilo2024-01-211-54/+186
|
* enhance(reversi): tweak reversisyuilo2024-01-201-0/+5
|
* enhance(reversi): tweak reversisyuilo2024-01-201-23/+28
|
* lint fixsyuilo2024-01-201-1/+1
|
* feat: reversisyuilo2024-01-191-0/+411
Resolve #12962