Commit graph

43 commits

Author SHA1 Message Date
alyssa
226947e6aa feat(premium): initial subscription implementation through paddle 2026-01-18 06:08:07 -05:00
alyssa
f1471088d2 feat: premium service boilerplate 2026-01-18 06:08:07 -05:00
alyssa
17ee73f264 add /api/v2/bulk endpoint
also, initial support for patch models in rust!
2026-01-18 06:07:06 -05:00
alyssa
83dd880374 chore: move app-commands script to rust 2025-11-09 09:09:50 +00:00
alyssa
ccbc027729 chore: fix rust build
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Has been cancelled
rust checks / cargo fmt (push) Has been cancelled
2025-09-07 17:18:27 +00:00
dependabot[bot]
2ba624d127
build(deps): bump tokio from 1.44.1 to 1.44.2 (#729)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 13:03:17 -04:00
dependabot[bot]
443e402cdb
chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#768)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 13:02:48 -04:00
dependabot[bot]
5df3191a2c
chore(deps): bump webp from 0.2.6 to 0.3.1 (#767)
Bumps [webp](https://github.com/jaredforth/webp) from 0.2.6 to 0.3.1.
- [Commits](https://github.com/jaredforth/webp/commits)

---
updated-dependencies:
- dependency-name: webp
  dependency-version: 0.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 13:02:10 -04:00
alyssa
214f164fbc feat(api): implement PKError in rust-api 2025-09-03 00:35:39 +00:00
alyssa
9c1acd84e1 fix(api): use constant time comparison for tokens 2025-09-03 00:35:39 +00:00
alyssa
2d40a1ee16 feat(stats): add metric for basebackup age 2025-09-03 00:35:39 +00:00
asleepyskye
c4a4aad791 chore: bump twilight
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Has been cancelled
2025-08-21 11:20:47 -04:00
alyssa
47c5990218 chore: move migrations to rust
also adds some basic test seed data
2025-07-24 01:36:04 +00:00
asleepyskye
277bfebb33 chore: bump twilight 2025-07-23 19:44:59 -04:00
alyssa
0610701252 feat(api): allow unauthed requests to /systems/:id/settings 2025-06-15 21:10:57 +00:00
alyssa
50900ee640 chore: bump axum version 2025-05-24 12:40:14 +00:00
alyssa
f9a6c2cefe chore(rust): tidier libpk::main macro impl 2025-05-24 12:40:14 +00:00
alyssa
4a098e4533 fix(gateway): improve shutdown flow 2025-04-26 17:00:48 +00:00
alyssa
19616b6bbb chore: bump twilight 2025-04-04 12:20:15 +00:00
alyssa
15c992c572 feat: remote await events from gateway 2025-04-04 11:10:39 +00:00
alyssa
2578eb0e3c feat: send events from gateway to bot over http 2025-04-04 11:10:39 +00:00
alyssa
b77390c0cd feat: add metric for remaining gateway sessions 2025-03-08 13:13:14 +00:00
alyssa
63777bf810 feat: add sentry error logging to dotnet-api and rust crates 2025-02-23 18:49:31 +00:00
alyssa
9f8d3d22d2 feat: new stats embed / api 2025-01-05 00:52:45 +00:00
alyssa
89d6481ddb chore: clean up compile warnings 2025-01-02 05:20:43 +00:00
alyssa
357122a892 fix(scheduled_tasks): replace broken time parsing code with cron library 2025-01-02 05:20:43 +00:00
alyssa
882e9b66f2 feat(api): port discord/callback to rust 2025-01-02 05:20:43 +00:00
alyssa
3e194d7c8a feat(models): basic rust impl 2025-01-02 05:20:43 +00:00
alyssa
0862964305 feat: rewrite scheduled_tasks in rust 2025-01-02 05:20:43 +00:00
alyssa
4596d98670 refactor: remove protobuf 2024-12-24 02:43:41 +00:00
alyssa
701bafdf97 feat: add global component tag to rust json logs, add sentry, some cleanup 2024-11-21 10:45:03 +09:00
alyssa
93f8786da1 feat: add basic api/gateway metrics 2024-11-14 13:40:35 +09:00
alyssa
c8b6dc4c23 chore: bump deps 2024-11-10 11:08:30 +09:00
alyssa
17f5561293 chore: merge avatars service into monorepo 2024-10-23 05:11:12 +09:00
alyssa
f3c4590d11 fix Cargo.lock 2024-10-20 09:36:20 +09:00
alyssa
01b32d827f bump twilight 2024-10-20 09:36:20 +09:00
alyssa
e4ed354536 feat: gateway service 2024-10-20 09:36:20 +09:00
alyssa
873643153d fix(rust): update some deps to build correctly on nightly 2024-09-27 16:17:09 +09:00
alyssa
45640f08ee feat: improve dispatch security 2024-08-22 07:10:35 +09:00
alyssa
cfde105e19 chore(api): move token auth to rust api service 2024-08-04 07:49:57 +09:00
alyssa
e415c6704f feat(api): update rust deps, move /private/meta endpoint to rust-api 2024-06-16 21:56:14 +09:00
spiral
fcc270f121 feat(api): prometheus metrics 2023-03-18 23:06:55 -04:00
spiral
5440386969 feat(api): init rust rewrite 2023-02-15 19:27:36 -05:00