syuilo
|
ecaf152b4a
|
enhance(backend): improve cache
|
2023-04-04 17:32:09 +09:00 |
|
syuilo
|
da2483f7fe
|
fix test
|
2023-03-24 19:09:02 +09:00 |
|
YS
|
658901a47f
|
bump aws-sdk to v3 for s3 (#10363)
* indent
* aws-sdk v3移行
|
2023-03-23 13:48:14 +09:00 |
|
syuilo
|
9a40a4e315
|
Update packages/backend/test/utils.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
|
2023-03-22 08:59:50 +09:00 |
|
choco
|
eb5781465b
|
fix(users/show): ユーザーが見つからなかった場合に404ステータスコードを返す (#10344)
* fix(users/show): ユーザーが見つからなかった場合に404ステータスコードを返す
* test(users/show): ステータスコードの期待値を修正
|
2023-03-20 14:26:11 +09:00 |
|
Kagami Sascha Rosylight
|
e542a030e4
|
fix(backend/URLPreviewService): エラーでHTTP 422を出すように (#10339)
* fix(backend/URLPreviewService): エラーでHTTP 402を出すように
* fix import
|
2023-03-19 20:27:17 +09:00 |
|
Nanashia
|
2e051c5871
|
test(backend): Add tests for clips (#10358)
|
2023-03-19 20:26:38 +09:00 |
|
Nanashia
|
8571c692ba
|
test(backend): Add tests for web resources (#10341)
|
2023-03-18 09:01:10 +09:00 |
|
syuilo
|
a43398ce1d
|
refactor(test): rename variable for INestApplicationContext
|
2023-03-12 20:57:01 +09:00 |
|
Kagami Sascha Rosylight
|
57cac0aa23
|
fix(backend/ApRendererService): allow announces with visibility: followers (#10291)
* fix(backend/ApRendererService): allow announces with visibility: followers
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-03-12 12:11:37 +09:00 |
|
Nanashia
|
4e7e377987
|
add backend 2fa test (#10289)
|
2023-03-11 14:13:39 +09:00 |
|
Kagami Sascha Rosylight
|
4094ab58aa
|
fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 (#10292)
* fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3
* Update CHANGELOG.md
* import type
|
2023-03-11 13:35:51 +09:00 |
|
Kagami Sascha Rosylight
|
3f53cbd8f6
|
fix(backend/DriveService): convert WebP/AVIF to WebP (#10239)
* fix(backend/DriveService): convert transparent WebP/AVIF to PNG
* webpにする
その希望が複数ありましたので
* Update packages/backend/src/core/DriveService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update test
* webpはwebpublicにできる
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-03-10 09:37:22 +09:00 |
|
Kagami Sascha Rosylight
|
e0b7633a7a
|
enhance(backend): restore OpenAPI endpoints (#10281)
* enhance(backend): restore OpenAPI endpoints
* Update CHANGELOG.md
* version
* set max-age
* update redoc
* follow redoc documentation
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-03-10 02:37:44 +09:00 |
|
tamaina
|
dc49a24f07
|
Merge pull request #9970 from saschanaz/mkusername-empty
fix(backend/ApPersonService): normalize empty value of `name` into an absent value
|
2023-03-09 22:36:26 +09:00 |
|
syuilo
|
4c2f7c64cc
|
feat: Per-user renote mute (#10249)
* feat: per-user renote muting
From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey
* Update ja-JP.yml
* Delete renote-muting.ts
* rename
* fix ids
* lint
* fix
* Update CHANGELOG.md
* リノートをミュートしたユーザー一覧を見れるように
* 🎨
* add test
* fix test
---------
Co-authored-by: Hélène <pleroma-dev@helene.moe>
|
2023-03-08 08:56:09 +09:00 |
|
Kagami Sascha Rosylight
|
5651353c27
|
Merge branch 'develop' into mkusername-empty
|
2023-03-06 07:51:17 +01:00 |
|
tamaina
|
87d0f56dc7
|
fix correctFilename extが.から始まる場合も考慮する
|
2023-03-06 01:17:13 +00:00 |
|
tamaina
|
2d551a8598
|
enhance(server): downloadUrlでContent-Dispositionからファイル名を取得 (#10150)
* enhance(server): downloadUrlでContent-Dispositionからファイル名を取得
Resolve #10036
Resolve #4750
* untitled
* オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする
* ✌️
* tiff
* fix filename
* add test
* /files/でもContent-Disposition
* comment
* fix test
|
2023-03-04 16:51:07 +09:00 |
|
rinsuki
|
49f0837729
|
fix(server): DriveFile related N+1 query when call note packMany (again) (#10190)
* Revert "Revert "fix(server): DriveFile related N+1 query when call note packMany (#10133)""
This reverts commit a7c82eeabc .
* packManyByIdsMap: 存在チェックをしてなかったものは null を入れるように
* Note.packMany で reply とか renote がもうあったらそのファイルも引く
* テストを書く
* fix test
* fix test
* fix test
* fix test
|
2023-03-04 16:48:50 +09:00 |
|
Kagami Sascha Rosylight
|
61215e50ff
|
test(backend): APIテストの復活 (#10163)
* Revert 1c5291f818
* APIテストの復活
* apiテストの移行
* moduleNameMapper修正
* simpleGetでthrowしないように
status確認しているので要らない
* longer timeout
* ローカルでは問題ないのになんで
* case sensitive
* Run Nest instance within the current process
* Skip some setIntervals
* wait for 5 seconds
* kill them all!!
* logHeapUsage: true
* detectOpenHandlesがじゃましているらしい
* maxWorkers=1?
* restore drive api tests
* workerIdleMemoryLimit: 500MB
* 1024MiB
* Wait what
|
2023-03-03 11:13:12 +09:00 |
|
syuilo
|
1c5291f818
|
feat: 時限ロール (#10145)
* feat: 時限ロール
* クライアントから期限を確認できるように
* リファクタとか
* fix test
* fix test
* fix test
* clean up
|
2023-03-01 10:20:03 +09:00 |
|
tamaina
|
18dbcfa0b0
|
test(server): add validation test of api:notes/create (#10090)
* fix(server): notes/createのバリデーションが効いていない
Fix #10079
Co-Authored-By: mei23 <m@m544.net>
* anyOf内にバリデーションを書いても最初の一つしかチェックされない
* ✌️
* wip
* wip
* ✌️
* RequiredProp
* Revert "RequiredProp"
This reverts commit 74693900119a590263106fa3adefd008d69ce80c.
* add api:notes/create
* fix lint
* text
* ✌️
* improve readability
---------
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-02-26 11:28:05 +09:00 |
|
Kagami Sascha Rosylight
|
b468330ed9
|
Merge branch 'develop' into mkusername-empty
|
2023-02-25 20:04:48 +01:00 |
|
Kagami Sascha Rosylight
|
d1d3b48e51
|
test(backend): restore ap-request tests (#9997)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-02-24 16:10:48 +09:00 |
|
syuilo
|
5b3a07ee9e
|
Revert "Allow configuring the listen host (#9924)"
This reverts commit 3dfe3aa9a4 .
|
2023-02-22 18:00:35 +09:00 |
|
ledlamp
|
3dfe3aa9a4
|
Allow configuring the listen host (#9924)
|
2023-02-22 17:51:40 +09:00 |
|
syuilo
|
3bb7afe544
|
improve performance of some tests
|
2023-02-22 15:16:29 +09:00 |
|
syuilo
|
29399e1ddc
|
fix test
|
2023-02-22 15:12:21 +09:00 |
|
Kagami Sascha Rosylight
|
f846b207b6
|
test(backend): restore emoji reaction tests (#9996)
|
2023-02-20 17:24:39 +09:00 |
|
Kagami Sascha Rosylight
|
c6b07acdcc
|
test(backend): restore more unit tests (#9994)
|
2023-02-20 17:24:09 +09:00 |
|
Kagami Sascha Rosylight
|
8c64f999dc
|
Add test
|
2023-02-19 09:49:18 +01:00 |
|
Kagami Sascha Rosylight
|
2aa73fdf6c
|
test(backend): restore AP unit tests (#9987)
|
2023-02-19 15:27:14 +09:00 |
|
syuilo
|
8f2049bcd2
|
drop messaging (#9919)
* drop messaging (from backend)
* wip
|
2023-02-15 13:06:06 +09:00 |
|
mattn
|
a7c1afffc6
|
fix typo (#9900)
|
2023-02-12 16:40:12 +09:00 |
|
Masaya Suzuki
|
f3c5edc852
|
fix: postgre -> postgres (#9814)
|
2023-02-07 19:50:38 +09:00 |
|
syuilo
|
ed3e035ad6
|
refactor: use test
|
2023-02-02 18:18:25 +09:00 |
|
syuilo
|
07f885fea8
|
refactor
|
2023-02-02 18:08:34 +09:00 |
|
syuilo
|
2cc98226ca
|
improve RoleService test
|
2023-02-02 18:06:23 +09:00 |
|
syuilo
|
00e3453ce1
|
improve role test
|
2023-02-02 14:28:29 +09:00 |
|
syuilo
|
1f39d1fe26
|
test: add test of RoleService
|
2023-02-02 10:26:59 +09:00 |
|
Kagami Sascha Rosylight
|
af9034355c
|
Remove redundant ts-node things (#9335)
|
2022-12-18 07:51:31 +09:00 |
|
Kagami Sascha Rosylight
|
e8a49c9c9e
|
Fix MetaService unit tests (#9319)
|
2022-12-14 14:26:25 +09:00 |
|
syuilo
|
bbb49457f9
|
refactor: introduce bindThis decorator to bind this automaticaly
|
2022-12-04 15:03:09 +09:00 |
|
syuilo
|
22ccb0fa71
|
refactor
|
2022-12-04 10:16:03 +09:00 |
|
Kainoa Kanter
|
bdbc448d13
|
refactor: migrate to Yarn Berry (v3.2.1) (#8764)
* Yarn berry
* Add `.yarn` to dockerignore
* Mention in CHANGELOG
* Update Dockerfile
* Proper upgrade to yarn
* use `"packageManager"`
* Replace `install-packages.js` with workspaces
* Replace `install-packages.js` with workspaces
* Typo
* `corepack enable` for linting
* Remove `packages/*/yarn.lock`
* Improve lint workflow
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add `eslint`
* Regenerate yarn.lock
* 🙏
* Update lint.yml
🤔
* Fix workflow!
* yarn lint my beloved
* corepack enable for mocha/e2e
* Update CHANGELOG.md
* fix the code that depends on node_modules
* tbh
* tbh
* More yarn workspaces stuff
* 🍀
* Change `browser-image-resizer`
* :finnadie:
* :goberserk:
* :godmode:
* Remove yarnrc for workspaces
* 🙏
* Add proper packages for eslint
* Skip extra install
* New steps for test.yml too
* uhh
* Update .dockerignore
* Update lint.yml
* Update test.yml
* Make client/backend lints seperate workflows
* package.json names
* pnpm = dont change paths
* Fix changelog
* :bowtie:
* I don't know why github workflows hates me...
* test
* ?????
* continue-on-error: true
* Fix yarn.lock
Co-authored-by: ishowta <ishowta@gmail.com>
* add @rollup/pluginutils
* add packageExtensions for chartjs_date-fns
Co-authored-by: acid-chicken <root@acid-chicken.com>
* npm run => yarn
* wip
* yarn node => node
依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない
* fix
* fix http-signature
* fix
* fix
* add packageExtensions
* ✌️
* remove `yarn set version berry`
* yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
* https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892
* enable actions/setup-node's global cache
* Update .gitignore
Co-authored-by: iwata <ishowta@gmail.com>
* revival gulp build
66ab7591bf (r885899944)
* fix lockfile
* Update packages/backend/package.json
Co-authored-by: iwata <ishowta@gmail.com>
* remove packagemanager
* `yarn run gulp` in `build` instead of just `gulp`
* Update CHANGELOG.md
* update lockfile
* Add .yarn/cache to gitignore for packages
* ?
* move resolutions
* ✌️
* update lockfie
* update-lockfile
* update yarn.lock
* fix build
* fix
* fix
* fix: add @tensorflow/tfjs
* ダメ
* modify lockfile
* use yarnrc
* update yarnlock
* add jest-mock
* update-lockfile
* update lockfile
* update lockfile
* move jest-mock, update lockfile
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: ishowta <ishowta@gmail.com>
|
2022-11-24 15:39:00 +09:00 |
|
syuilo
|
db2d391b3a
|
update test
|
2022-09-22 04:59:58 +09:00 |
|
syuilo
|
18fe773923
|
add test for metaService
|
2022-09-21 04:58:32 +09:00 |
|
syuilo
|
89174904bc
|
fix(test): fix chart test
|
2022-09-19 08:25:44 +09:00 |
|
syuilo
|
b75184ec8e
|
なんかもうめっちゃ変えた
|
2022-09-18 03:27:08 +09:00 |
|