<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/services/chart, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2022-09-17T18:27:08Z</updated>
<entry>
<title>なんかもうめっちゃ変えた</title>
<updated>2022-09-17T18:27:08Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-09-17T18:27:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b75184ec8e3436200bacdcd832e3324702553d20'/>
<id>urn:sha1:b75184ec8e3436200bacdcd832e3324702553d20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(test): make chart tests working</title>
<updated>2022-06-05T11:37:24Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-06-05T11:37:24Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d17298d3b5b5fb7377ad34fe7c2b8613bbf478de'/>
<id>urn:sha1:d17298d3b5b5fb7377ad34fe7c2b8613bbf478de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: improve code quality (#8751)</title>
<updated>2022-05-29T06:15:52Z</updated>
<author>
<name>Johann150</name>
<email>johann.galle@protonmail.com</email>
</author>
<published>2022-05-29T06:15:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=804fa33535baa9e5cdf49070a50a555cf2c3b1ea'/>
<id>urn:sha1:804fa33535baa9e5cdf49070a50a555cf2c3b1ea</id>
<content type='text'>
* remove unnecessary if

`Array.prototype.some` already returns a boolean so an if to return
true or false is completely unnecessary in this case.

* perf: use count instead of find

When using `count` instead of `findOneBy`, the data is not
unnecessarily loaded.

* remove duplicate null check

The variable is checked for null in the lines above and the function
returns if so. Therefore, it can not be null at this point.

* simplify `getJsonSchema`

Because the assigned value is `null` and the used keys are only
shallow, use of `nestedProperty.set` seems inappropriate. Because the
value is not read, the initial for loop can be replaced by a `for..in`
loop.

Since all keys will be assigned `null`, the condition of the ternary
expression in the nested function will always be true. Therefore the
recursion case will never happen. With this the nested function can be
eliminated.

* remove duplicate condition

The code above already checks `dragging` and returns if it is truthy.
Checking it again later is therefore unnecessary.

To make this more obvious the `return` is removed in favour of using
an if...else construct.

* remove impossible "unknown" time

The `ago` variable will always be a number and all non-negative numbers
are already covered by other cases, the negative case is handled with
`future` so there is no case when `unkown` could be achieved.</content>
</entry>
<entry>
<title>refactor: migrate to typeorm 3.0 (#8443)</title>
<updated>2022-03-26T06:34:00Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-26T06:34:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=1c67c26bd87aae64fe0f2ef45140e12a78564699'/>
<id>urn:sha1:1c67c26bd87aae64fe0f2ef45140e12a78564699</id>
<content type='text'>
* wip

* wip

* wip

* Update following.ts

* wip

* wip

* wip

* Update resolve-user.ts

* maxQueryExecutionTime

* wip

* wip</content>
</entry>
<entry>
<title>fix federation chart</title>
<updated>2022-03-08T13:56:46Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-08T13:56:46Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b929bffea5301b98e3a6c6775cd77823d113bba0'/>
<id>urn:sha1:b929bffea5301b98e3a6c6775cd77823d113bba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete needless instance drive columns</title>
<updated>2022-03-07T12:20:14Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-07T12:20:14Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=513c83e3745c47f8a10bd0767539fa24b6de86fc'/>
<id>urn:sha1:513c83e3745c47f8a10bd0767539fa24b6de86fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add active to federation chart</title>
<updated>2022-03-07T06:10:16Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-07T06:10:16Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ec64b5ea0bddfbd628c4a86c321a6c1141b61e42'/>
<id>urn:sha1:ec64b5ea0bddfbd628c4a86c321a6c1141b61e42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix query error</title>
<updated>2022-03-04T09:18:37Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-04T09:18:37Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=82f9d5501bc83e428e8d03ee63e733a170440067'/>
<id>urn:sha1:82f9d5501bc83e428e8d03ee63e733a170440067</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enhance(chart): better federation pub/sub calculation</title>
<updated>2022-03-04T07:26:10Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-04T07:26:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=271854e345e5c653c3ec978131563bcbb11cead1'/>
<id>urn:sha1:271854e345e5c653c3ec978131563bcbb11cead1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix federation chart pubsub</title>
<updated>2022-03-04T06:32:50Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-03-04T06:32:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b67f1287c6d96757161dece7a4045ad3070f9d98'/>
<id>urn:sha1:b67f1287c6d96757161dece7a4045ad3070f9d98</id>
<content type='text'>
</content>
</entry>
</feed>
