Commit graph

16 commits

Author SHA1 Message Date
Kamil Kisiela
ccf41a1ad3
Remove version from private packages (#5655) 2024-10-09 16:21:22 +00:00
Laurin Quast
75ad8dfa9d
feat: app deployments (persisted operations/documents) (#4746) 2024-07-19 11:13:51 +02:00
Kamil Kisiela
da433137eb
Make organization non-optional in usage-ingestor (#5064) 2024-07-10 13:51:35 +02:00
Kamil Kisiela
6dbcc5e122
chore: update graphql dependency to v16.9.0 (#5049) 2024-06-25 08:29:04 +00:00
Kamil Kisiela
b88c9faf6e
fix: keep organization id when splitting the report (#5063) 2024-06-25 07:41:32 +00:00
Laurin Quast
cfdcbab08a
refactor: move cast-value function (#4991) 2024-06-18 09:46:30 +00:00
Kamil Kisiela
e4fd8e8b71
Store monthly usage per organisation (#4366) 2024-04-05 12:51:54 +02:00
Laurin Quast
df0ea91920
feat: client subscription usage reporting and ingestion (#4176) 2024-03-25 13:08:58 +01:00
Kamil Kisiela
56de2938f2
Update trpc, graphql, whatwg-node, nextjs and guild/components (#2964) 2023-09-27 09:16:05 +02:00
Kamil Kisiela
9c9cec7bef
Move direct dependencies of services to devDependencies (#2652) 2023-09-04 11:45:18 +00:00
Dimitri POSTOLOV
7ad5e26c34
[🔧 ESLint] import sort (#736) 2022-12-28 20:22:54 +01:00
Kamil Kisiela
a031bb642c
Add current month to the date ranges in the admin panel (#708) 2022-11-29 12:25:51 +01:00
renovate[bot]
1afe0ec73a
Update dependency @theguild/prettier-config to v1 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2022-11-24 10:00:41 +00:00
Kamil Kisiela
db19282bf8
Implement new ClickHouse DB structure (#304)
FF_CLICKHOUSE_V2_TABLES
2022-08-23 12:53:22 +02:00
Kamil Kisiela
86f5945aab
Fix missing dependencies between packages (#121)
Why?  Few reasons:

- tsup treats dependencies as external code and does not bundle them
- without dependencies turborepo will always serve stale code when some of dependencies changed

Moving internal dependencies to devDependencies makes tsup treat them as non-external and turborepo still keep tracks of relations
2022-05-27 14:15:11 +02:00
Kamil Kisiela
dc3bc1ec87 Hello 2022-05-18 09:26:57 +02:00