<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/admin/queue/jobs.ts, branch master</title>
<subtitle>my misskey fork</subtitle>
<id>http://g.freya.cat/misskey/atom/packages/backend/src/server/api/endpoints/admin/queue/jobs.ts?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom/packages/backend/src/server/api/endpoints/admin/queue/jobs.ts?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2025-05-31T07:34:25Z</updated>
<entry>
<title>fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正 (#16124)</title>
<updated>2025-05-31T07:34:25Z</updated>
<author>
<name>おさむのひと</name>
<email>46447427+samunohito@users.noreply.github.com</email>
</author>
<published>2025-05-31T07:34:25Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=0c2d799acd1be72fff7b41e7400019de3cf8ee66'/>
<id>urn:sha1:0c2d799acd1be72fff7b41e7400019de3cf8ee66</id>
<content type='text'>
* fix(backend): ジョブキュー画面のPausedタブをアクティブにすると400エラーが返ってくるのを修正

* fix CHANGELOG.md</content>
</entry>
<entry>
<title>fix(frontend): ジョブキューインスペクタの型エラー解消 (#16020)</title>
<updated>2025-05-22T03:06:07Z</updated>
<author>
<name>かっこかり</name>
<email>67428053+kakkokari-gtyih@users.noreply.github.com</email>
</author>
<published>2025-05-22T03:06:07Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=000ed1f51f061118cc2e9d6d08822ea96c66a86a'/>
<id>urn:sha1:000ed1f51f061118cc2e9d6d08822ea96c66a86a</id>
<content type='text'>
* fix(frontend): ジョブキューインスペクタの型エラー解消

* fix

* fix

* fix

* fix</content>
</entry>
<entry>
<title>feat: Job queue inspector (#15856)</title>
<updated>2025-04-19T05:00:38Z</updated>
<author>
<name>syuilo</name>
<email>4439005+syuilo@users.noreply.github.com</email>
</author>
<published>2025-04-19T05:00:38Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=7b38806413b84bd20070f3c81b899e5b890b1a8b'/>
<id>urn:sha1:7b38806413b84bd20070f3c81b899e5b890b1a8b</id>
<content type='text'>
* wip

* wip

* Update job-queue.vue

* wip

* wip

* Update job-queue.vue

* wip

* Update job-queue.vue

* wip

* Update QueueService.ts

* Update QueueService.ts

* Update QueueService.ts

* Update job-queue.vue

* wip

* wip

* wip

* Update job-queue.vue

* wip

* Update MkTl.vue

* wip

* Update index.vue

* wip

* wip

* Update MkTl.vue

* 🎨

* jobs search

* wip

* Update job-queue.vue

* wip

* wip

* Update job-queue.vue

* Update job-queue.vue

* Update job-queue.vue

* Update job-queue.vue

* wip

* Update job-queue.job.vue

* wip

* wip

* wip

* Update MkCode.vue

* wip

* Update job-queue.job.vue

* wip

* Update job-queue.job.vue

* Update misskey-js.api.md

* Update CHANGELOG.md

* Update job-queue.job.vue</content>
</entry>
<entry>
<title>Delete jobs.ts</title>
<updated>2022-02-18T11:30:22Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-02-18T11:30:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=debef43111a91cd34355e0cfbcc3146c1ebcfa9e'/>
<id>urn:sha1:debef43111a91cd34355e0cfbcc3146c1ebcfa9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: APIエンドポイントファイルの定義を良い感じにする (#8154)</title>
<updated>2022-01-18T13:27:10Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2022-01-18T13:27:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=efb0ffc4ec1e0b9f6af922cee11481c28dd9a8d6'/>
<id>urn:sha1:efb0ffc4ec1e0b9f6af922cee11481c28dd9a8d6</id>
<content type='text'>
* Fix API Schema Error

* Delete SimpleSchema/SimpleObj
and Move schemas to dedicated files

* Userのスキーマを分割してみる

* define packMany type

* add ,

* Ensure enum schema and Make "as const" put once

* test?

* Revert "test?"

This reverts commit 97dc9bfa70851bfb7d1cf38e883f8df20fb78b79.

* Revert "Fix API Schema Error"

This reverts commit 21b6176d974ed8e3eb73723ad21a105c5d297323.

* :v:

* clean up

* test?

* wip

* wip

* better schema def

* :v:

* fix

* add minLength property

* wip

* wip

* wip

* anyOf/oneOf/allOfに対応？ ~ relation.ts

* refactor!

* Define MinimumSchema

* wip

* wip

* anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正

* anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正

* Update packages/backend/src/misc/schema.ts

Co-authored-by: Acid Chicken (硫酸鶏) &lt;root@acid-chicken.com&gt;

* fix

* array oneOfをより正確な型に

* array oneOfをより正確な型に

* wip

* :v:

* なんかもういろいろ

* remove

* very good schema

* api schema

* wip

* refactor: awaitAllの型定義を変えてみる

* fix

* specify types in awaitAll

* specify types in awaitAll

* :v:

* wip

* ...

* :v:

* AllowDateはやめておく

* 不必要なoptional: false, nullable: falseを廃止

* Packedが展開されないように

* 続packed

* wip

* define note type

* wip

* UserDetailedをMeDetailedかUserDetailedNotMeかを区別できるように

* wip

* wip

* wip specify user type of other schemas

* ok

* convertSchemaToOpenApiSchemaを改修

* convertSchemaToOpenApiSchemaを改修

* Fix

* fix

* :v:

* wip

* 分割代入ではなくallOfで定義するように

Co-authored-by: Acid Chicken (硫酸鶏) &lt;root@acid-chicken.com&gt;</content>
</entry>
<entry>
<title>lint</title>
<updated>2022-01-02T17:12:50Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-01-02T17:12:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=4a64280a7c8723fc9e15b7411e1e404d4054af78'/>
<id>urn:sha1:4a64280a7c8723fc9e15b7411e1e404d4054af78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix lint</title>
<updated>2021-12-09T14:58:30Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-12-09T14:58:30Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c69b72e1999578cba15e34677ebd366482cba734'/>
<id>urn:sha1:c69b72e1999578cba15e34677ebd366482cba734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactoring</title>
<updated>2021-11-11T17:02:25Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-11-11T17:02:25Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=0e4a111f81cceed275d9bec2695f6e401fb654d8'/>
<id>urn:sha1:0e4a111f81cceed275d9bec2695f6e401fb654d8</id>
<content type='text'>
Resolve #7779
</content>
</entry>
</feed>
