summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* APIドキュメントが見れなくなっているのを修正など (#7500)MeiMei2021-05-052-2/+17
| | | | | | | * Test api.json * Fix typo * Fix api-doc
* refactor mfm extract (#7434)marihachi2021-04-101-1/+1
| | | | | | | | | | | | | * refactor extractCustomEmojisFromMfm() * refactor extract-hashtags * refactor extract-mentions * refactor extract-hashtags * refactor extract-url-from-mfm * refactor extract-mentions
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-022-1147/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* syuilo/misskey --> misskey-dev/misskeysyuilo2021-03-241-1/+1
|
* fix testsyuilo2021-03-231-0/+4
|
* Improve chart performance (#7360)syuilo2021-03-181-2/+52
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update chart.ts * wip * Improve server performance * wip * wip
* Fix assets test and favicon type (#7344)MeiMei2021-03-132-7/+14
| | | | | | | | | * fix * koa-faviconはimage/x-iconがデフォルトらしい * シンプルに * faviconなど
* test: Add apple-touch-icon.png testsyuilo2021-03-131-0/+5
|
* fix commentsyuilo2021-03-132-4/+4
|
* add testsyuilo2021-03-131-0/+5
|
* eslintrcとtsconfigを整理syuilo2021-03-132-0/+43
|
* リソースが取得できるかどうかのテストなど (#7316)MeiMei2021-03-122-20/+211
| | | | | | | * Tests for Fetch resource * Remove unnecessary copy * Update koa-views, pug
* Fix HTML to MFM (#7150)MeiMei2021-02-061-0/+12
| | | | | * Fix type * Fix HTML to MFM
* Remove outdated testsyuilo2020-11-081-43/+0
|
* In HTML to MFM, use angle bracket if needed (#6817)MeiMei2020-11-081-0/+35
|
* Improve MFMsyuilo2020-11-071-167/+0
| | | | | MFMの構文を調整 + 新しいアニメーション追加 Resolve #6816
* Fix test (#6733)MeiMei2020-10-181-16/+16
|
* Fix blurhash in test (#6573)MeiMei2020-07-211-8/+8
|
* feat: Blurhash integrationsyuilo2020-07-191-8/+8
| | | | Resolve #6559
* nyaizeが適用されるとMFMのオプションが失われるのを修正 ↵MeiMei2020-05-161-0/+70
| | | | Fix #6370 (#6371)
* Update mfm.tstamaina2020-04-261-1/+1
| | | Fix typo
* Update mfm.tstamaina2020-04-261-1/+1
| | | Fix missed file name change
* Update dependencies 🚀 (#6297)Satsuki Yanagi2020-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: Update dependencies 🚀 Make everything is up-to-date * chore: Update dependencies 🚀 Good Bye, core-js@2 ! * packaging * Fix test * fix build * fix test * use default reporter * fix mocha is keep running after test * Revert back is-promise https://github.com/then/is-promise/issues/12 * Refresh
* Use node-fetch instead of request (#6228)MeiMei2020-04-091-14/+22
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* Improve log handlingsyuilo2020-03-281-1/+1
|
* Update testsyuilo2020-03-071-2/+2
|
* wip #6140syuilo2020-03-071-32/+32
|
* Add testsyuilo2020-03-071-0/+29
|
* Resolve #6137syuilo2020-03-071-26/+53
|
* Refactorsyuilo2020-03-071-3/+3
|
* Update commandssyuilo2020-03-0710-56/+20
|
* Migrate deprecated mocha configurationsyuilo2020-03-071-2/+0
|
* chore: Update commandssyuilo2020-03-0610-20/+20
|
* ファイルと画像認識処理の改善 (#5690)MeiMei2020-01-127-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dimensions制限とリファクタ * comment * 不要な変更削除 * use fromFile など * Add probe-image-size.d.ts * えーCRLFで作るなよ… * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix d.ts * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* ローカルタイムラインのテストを修正 (#5699)rinsuki2020-01-091-5/+10
| | | visibility=specifiedな投稿はローカルタイムラインに流れない
* Add GitHub Actions (#5522)rinsuki2020-01-098-134/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add .github/workflows/nodejs.yml * fix * GitHub Actions: Node.js 8.xはサポートしない * add .github/workflows/docker.yml * Dockerビルドをキャッシュするように * Run test in github actions * 同リポジトリ内からのプルリクだと無駄に二回走るのを抑制 * 6925c00のdocker.ymlへの適応忘れ * fix .circleci/misskey/test.yml * test実行時にDBとかredisとか動かすように * fix * fix tests (#5544) * fix test * fix compile errors * PATH引き継ぎでchild_process.spawn時のENOENTを修正 * サーバー起動処理を共通化 * fix coding style * fd=4をipcに使うように * fix port * fix * fix ws port * #4033 にテストケースを追従 * fix? * fix?? * fix * fix * fix * maybe fix * fix * node 10.xサポートしてなかった * 11.10じゃないとだめだった * fix * remove chart test * fix * chart test復活 * fix * 一回一回コネクションを閉じる * Revert "一回一回コネクションを閉じる" This reverts commit 56e35cf4f83070744c8dd852f1a7075011d88828. * 一回一回sync→dropしてるのをやめてみる * fix * fix * … * キャッシュを切ってみる * add ts to require target * omg fix * Revert "キャッシュを切ってみる" This reverts commit 88161c59d2ea769ddf87143ba4fd4660a06afdf2. * done呼び忘れ * 実際の文字数リミットと違ってたので対応 * テストケースがバグってたので修正 * Revert "一回一回sync→dropしてるのをやめてみる" This reverts commit a9e543ba2eef790ac7a14ae8799b898765748e35. * fix * fix * fix * fix? * fix * chartのconnectionを分離する * fix * fix * fix tsconfig? * Revert "fix tsconfig?" This reverts commit ba9269eaf65507ff97ec1dd2e27260fb2cf0510b. * fix * TS_NODE_FILES を scripts の方で指定 * Windowsェ * Circle CIの実行条件をmasterへのpushのみに Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Clean upsyuilo2019-10-311-1/+0
|
* Fix chart bugsyuilo2019-10-311-0/+24
|
* Fix: Keycap Number Sign が表示できない (#5431)MeiMei2019-09-151-0/+14
| | | | | | * Fix: Keycap Number Sign が表示できない * add U+20E3
* Chart resyncing (#5372)syuilo2019-09-021-0/+56
| | | | | | | | | | | | * wip * Add test * Fix test * Insert moderation log * Add todo
* Use npxsyuilo2019-09-0110-20/+20
|
* Improve paste uploading Resolve #3023 (#4542)tamaina2019-07-081-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | * resolve #3023 * fix * fix * better description * widget * fix text * Update post-form.vue * Fix enter-file-name dialog title text * Fix type * On messaging room * Replace moment.js to original one * Fix formatDateTimeString
* Fix testsyuilo2019-07-021-3/+3
|
* Fix MFM parsing: Ignore parent [] of URLsyuilo2019-07-021-0/+9
|
* Fix MFM URL parsingsyuilo2019-06-171-0/+8
|
* Fix MFM strike parsingsyuilo2019-06-161-0/+8
|
* Fix testsyuilo2019-06-161-1/+1
|
* Simplify testsyuilo2019-06-161-2/+2
|
* Add some MFM testssyuilo2019-06-161-0/+18
|
* Refactor API (#4770)syuilo2019-04-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip