Commit graph

575 commits

Author SHA1 Message Date
ThatOneCalculator f12d3c5f10 badge 2023-07-19 10:51:58 -07:00
ThatOneCalculator 4a34ef0452 docs: 📝 codeberg -> gitlab 2023-07-19 10:22:36 -07:00
ThatOneCalculator fcce21e889 docs: 🚚 new website 2023-07-19 10:06:57 -07:00
ThatOneCalculator 3b287a11af repo 2023-07-18 21:21:48 -07:00
ThatOneCalculator 2913eddbce we be renamin 2023-07-15 14:21:17 -07:00
ThatOneCalculator 6bc25eb38b Merge branch 'develop' into rebrand 2023-07-15 14:15:01 -07:00
ThatOneCalculator 22cc5a5953 docs: 📝 FoundKey migration docs
Co-authored-by: Jeder <jeder@noreply.codeberg.org>
Superscedes #10471
2023-07-11 15:05:58 -07:00
ThatOneCalculator 89c1ddd27c docs: 📝 join server 2023-07-10 21:35:20 -07:00
Kainoa Kanter 71e97fce01 docs: 📝 simplify dependencies 2023-07-07 05:44:22 +00:00
ThatOneCalculator 6decfe88e7 docs: 📝 KeyDB, megalodon 2023-07-06 17:29:29 -07:00
ThatOneCalculator b2af795b6d docs: ✏️ dragonflydb typo 2023-07-06 11:55:02 -07:00
ThatOneCalculator 4d7a85b1a6 docs: 📝 dragonfly flag 2023-07-06 11:52:48 -07:00
ThatOneCalculator f5c7b6f55f feat: cache server 2023-07-06 11:50:34 -07:00
ThatOneCalculator 6c7f0521aa find and replace 2023-07-02 15:18:30 -07:00
ThatOneCalculator 47fd2ab06c docs: 📝 mention libvips requirement
#10352
2023-06-24 13:23:12 -07:00
ThatOneCalculator a597708b37 docs: 📝 update links 2023-06-23 20:10:12 -07:00
ThatOneCalculator e6cebfbe4d docs: 📝 min rust ver 2023-06-21 22:13:57 -07:00
ThatOneCalculator eeb97d0645 docs: 📝 changelog 2023-06-14 20:25:22 -07:00
Kainoa Kanter 5887b696f4 docs: 📝 tips 2023-06-10 16:09:48 +00:00
Kainoa Kanter f37c5c436a docs: 📝 rust version 2023-06-03 16:00:46 +00:00
naskya 9a322cc364 instance -> server 2023-06-03 04:16:36 +09:00
Kainoa Kanter 91616081c2 docs: 📝 full git clone 2023-05-31 02:41:29 +00:00
Kainoa Kanter 4896b4a976 docs: 📝 typos 2023-05-31 02:40:23 +00:00
Kainoa Kanter 4f4ca5e534 docs: 📝 versions 2023-05-31 02:37:57 +00:00
ThatOneCalculator c8b36b170e node v20 2023-05-29 19:49:53 -07:00
ThatOneCalculator 5d58ed6858 docs: deps 2023-05-29 09:22:24 -07:00
ThatOneCalculator 35b2432102 docs: searc providers 2023-05-29 09:21:45 -07:00
ThatOneCalculator 659ce39213 docs: develop by default 2023-05-23 18:03:45 -07:00
ThatOneCalculator 75252602cd docs: notes 2023-05-22 17:40:59 -07:00
Pyrox 6e8c1ea6c8 docs: Add configuration for Caddy 2023-05-11 09:27:23 -04:00
ThatOneCalculator 36c2a6eafb docs: cleanup apache 2023-05-10 17:10:01 -07:00
Kainoa Kanter f108c5e158 Merge pull request 'docs: Add Apache2 documentation' (#10078) from warrows/calckey:main into main
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10078
2023-05-10 17:08:51 -07:00
ThatOneCalculator 12571c2191 docs: add opencollective 2023-05-10 16:59:47 -07:00
ThatOneCalculator 440e919251 docs: fix k8s link 2023-05-10 16:56:46 -07:00
ThatOneCalculator de66421ff8 Merge remote-tracking branch 'helm/add-helm-chart' into develop 2023-05-10 16:54:26 -07:00
ThatOneCalculator c73e6bc433 docs: 📝 pm2 logrotate 2023-05-07 12:35:46 -07:00
ThatOneCalculator bfe7e16035 docs: links 2023-05-05 12:51:26 -07:00
ThatOneCalculator 4dae793c5e docs 2023-04-29 13:38:52 -07:00
warrows 18cf042d79 Fix readme link to docker doc page 2023-04-27 14:09:37 +00:00
ThatOneCalculator 386b93ddfd Revert "docs: rm yunohost"
This reverts commit 9ef11deb9934a4aecf601441f9d20f465e02ca04.
2023-04-19 20:41:57 -07:00
Kainoa Kanter db315b4f8f docs: rm yunohost
has been broken for months, I don't maintain it either.
2023-04-17 02:21:19 +00:00
s1idewhist1e 981d3ee725 Refactor: use rust for native mastodon id conversion (#9786)
This uses [napi-rs](https://napi.rs/) to allow for automatic generation of node bindings for the native code.

I also changed the `isolatedModules` TS flag to false to allow for `static enum` to be shared across modules. It doesn't seem to be necessary for the build system that CK uses.

Currently this method does not work with ID generators with longer IDs. Likely the best solution is to add another key in the database.

Some benchmarks for 1 million conversions:

```
	node, x1_000_000: 2.847s
	rust, x1_000_000: 1.265s
```

There are still optimizations that can be made, but I think this is a good starting point and a good way to bring rust into the CK stack.

Co-authored-by: s1idewhist1e <trombonedude05@gmail.com>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9786
Co-authored-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
Co-committed-by: s1idewhist1e <s1idewhist1e@noreply.codeberg.org>
2023-03-31 01:58:28 +00:00
ThatOneCalculator eab664dc59 fix doc link 2023-03-29 14:10:01 -07:00
ThatOneCalculator 1914ce10ce docs: 📝 sonic 2023-03-19 01:32:57 -07:00
ThatOneCalculator 31e2bc70c7 docs: 📝 sonic instructions 2023-03-19 01:32:17 -07:00
ThatOneCalculator 734866a191 docs: changes 2023-03-16 18:17:53 -07:00
ThatOneCalculator a1f91b5110 docs: 📝 accurate update instructions
Closes #9709
2023-03-15 18:29:55 -07:00
ThatOneCalculator 6d71456244 docs: 📝 accurate update instructions
Closes #9709
2023-03-15 18:28:53 -07:00
ThatOneCalculator b62a22653f update readme 2023-02-20 12:20:47 -08:00
ThatOneCalculator 02042b40cb docs: 📝 migration from mk 2023-02-20 12:13:55 -08:00