summaryrefslogtreecommitdiff
path: root/src/queue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix #4484 (#4485)MeiMei2019-03-126-14/+14
| | | | | | * Fix #4484 * import order
* Add logsyuilo2019-03-121-0/+2
|
* Remove unnecessary checkingsyuilo2019-03-121-9/+0
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-121-3/+3
|\
| * log failed job (#4472)MeiMei2019-03-111-3/+3
| |
* | Resolve #1736syuilo2019-03-123-0/+74
|/
* Refactor: Extract downloadTextFile functionsyuilo2019-03-111-69/+2
|
* Refactorsyuilo2019-03-111-16/+3
|
* リストをインポートしたときにプロキシアカウントがフ ↵syuilo2019-03-111-1/+11
| | | | ローするように修正
* Resolve #4259syuilo2019-03-113-1/+154
|
* リストのエクスポートをできるようにsyuilo2019-03-113-0/+84
| | | | #4259
* Improve redis configsyuilo2019-03-091-2/+3
|
* Fix logsyuilo2019-03-091-4/+4
|
* Better logssyuilo2019-03-092-25/+27
|
* Make infosyuilo2019-03-091-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-092-4/+30
|\
| * To retry AP deliver queue (#4457)MeiMei2019-03-092-4/+30
| |
* | Renamesyuilo2019-03-092-1/+1
|/
* Increase job attempts limit a littlesyuilo2019-03-081-2/+2
|
* Disable lifosyuilo2019-03-081-2/+0
|
* ジョブの数を一覧できるようにsyuilo2019-03-081-3/+3
|
* Enable lifo jobsyuilo2019-03-081-0/+2
|
* Increase job concurrencysyuilo2019-03-081-2/+2
|
* Update job handlerssyuilo2019-03-082-23/+7
|
* Clean jobssyuilo2019-03-071-4/+10
|
* Refactorsyuilo2019-03-072-33/+17
|
* Resolve #4444syuilo2019-03-0710-169/+142
|
* Implement Update Question (#4435)MeiMei2019-03-071-3/+3
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start working * WIP: Enhance poll * Fix bug * Use `name` in voting note refs: https://github.com/syuilo/misskey/issues/4407#issuecomment-469057296 * Fix style * Refactor Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> * WIP: Update poll editor * Fix bug * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r * Fix typo * Better design * Beautify poll editor * Fix UI * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r262217524 * Add debug logging * Fix bug * Log deliver * fix vote * Update ap/show refs: https://github.com/syuilo/misskey/pull/4409#issuecomment-469652386 * Update poll view * Maybe done * Add tests * Fix path * Fix test * Fix test * Fix test * Fix expired check on AP * Update note.ts * Squashed commit of the following: commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Squashed commit of the following: commit ae696b1ed12568b27c27367ac5a77035c97c9a1f Author: mei23 <m@m544.net> Date: Wed Mar 6 06:11:17 2019 +0900 fix commit b735e354e7a9e64534c4f17d04ecbc65fb735c21 Author: mei23 <m@m544.net> Date: Wed Mar 6 06:08:33 2019 +0900 messge commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Fix typo * Update vote.ts * Update vote.ts * Update poll-editor.vue * Update tslint.json * Fix layout * Add note * Fix bug * Rename text key * 投票するときに投稿として扱わないように (#4425) * wip * 形式をMastodonと合わせた * Bye something * Use - instead of ~ * Redundancy * Yes! * Refactor * Use moment instead of Date * Fix indent * Refactor if (votes.length) は必要なさそう * Clean up * Bye Date * Clean * Fix timer is not displayed * Fix リモートから無期限pollにvoteできない * Fix vote actor
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-022-2/+2
|
* Change queue db namesyuilo2019-03-021-1/+1
|
* Resolve #2017syuilo2019-02-214-0/+140
|
* 重いのでジョブキュー無効化syuilo2019-02-105-32/+45
|
* Improve instances manegementsyuilo2019-02-082-3/+8
| | | | Resolve #4187
* Introduce per-instance chart (#4183)syuilo2019-02-082-0/+8
| | | | | | | | | | | | | | | | | | * Introduce per-instance chart * Implement chart view in client * Handle note deleting * More chart srcs * Add drive stats * Improve drive stats * Fix bug * Add icon
* Implement instance blocking (#4182)syuilo2019-02-081-0/+18
| | | | | | | | | | * Implement instance blocking * Add missing text * Delete unnecessary file * Covert Punycode to Unicode
* Fix bugsyuilo2019-02-071-2/+4
|
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-071-6/+8
|
* Improve instance statssyuilo2019-02-071-0/+11
|
* Improve instance statssyuilo2019-02-071-1/+25
|
* Check config on load (#4170)Aya Morisawa2019-02-061-8/+6
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Fix bugsyuilo2019-02-061-0/+30
|
* Fix file namesyuilo2019-02-061-1/+1
|
* Better file namessyuilo2019-02-064-4/+4
|
* Fix file extsyuilo2019-02-063-3/+3
|
* Clean upsyuilo2019-02-063-3/+0
|
* Resolve #4151syuilo2019-02-064-0/+276
|
* Resolve #4165syuilo2019-02-061-0/+6
|
* Improve queue optionsyuilo2019-02-061-12/+28
|
* Update queue settingsyuilo2019-02-061-2/+2
|