liuyi
|
e73c39fe6b
|
fix(server): wrong OTEL config (#5084)
|
2023-11-28 05:54:42 +00:00 |
|
liuyi
|
8cc9a0b21b
|
feat(server): add soft deleted flag to optimized blob table (#5058)
requires https://github.com/toeverything/OctoBase/pull/561
|
2023-11-27 07:06:31 +00:00 |
|
liuyi
|
9dc2d55a5a
|
fix(server): add guid compatibility of :space:page variant (#5062)
|
2023-11-24 15:46:09 +00:00 |
|
liuyi
|
91efca107a
|
refactor(server): standarderlize metrics and trace with OTEL (#5054)
you can now export span to Zipkin and metrics to Prometheus when developing locally
follow the docs of OTEL: https://opentelemetry.io/docs/instrumentation/js/exporters/
<img width="2357" alt="image" src="https://github.com/toeverything/AFFiNE/assets/8281226/ec615e1f-3e91-43f7-9111-d7d2629e9679">
|
2023-11-24 15:19:22 +00:00 |
|
liuyi
|
cf65a5cd93
|
fix(server): never throw in websocket gateways (#5050)
|
2023-11-24 07:26:40 +00:00 |
|
liuyi
|
1740e7efa1
|
fix(server): check state changes before saving history record (#5038)
|
2023-11-23 07:39:02 +00:00 |
|
liuyi
|
3710bcdc14
|
fix(server): use iso date string as history query input (#5035)
|
2023-11-23 01:59:08 +00:00 |
|
liuyi
|
d1476495ae
|
feat(server): impl doc history (#5004)
|
2023-11-22 07:56:59 +00:00 |
|
liuyi
|
946b7b4004
|
feat(server): event on snapshot upserted (#5002)
|
2023-11-22 07:23:44 +00:00 |
|
liuyi
|
525b196cae
|
feat(server): reduce duplidated merge with cache (#4975)
|
2023-11-22 04:09:07 +00:00 |
|
liuyi
|
c69e542b98
|
feat(server): add cache module (#4973)
|
2023-11-22 04:09:00 +00:00 |
|
liuyi
|
85bee72e6b
|
chore(server): remove deprecated redis manager (#4971)
|
2023-11-22 03:51:18 +00:00 |
|
liuyi
|
b7d6237c20
|
feat(server): add doc history support (#4970)
|
2023-11-22 03:31:22 +00:00 |
|
liuyi
|
9baad36e41
|
fix(server): all viewers can share public link (#4968)
|
2023-11-17 13:48:09 +08:00 |
|
liuyi
|
c44a9a4903
|
fix(server): wrap updates applying in a transaction (#4922)
|
2023-11-14 14:39:39 +08:00 |
|
forehalo
|
dc8e84df31
|
fix(server): increase server acceptable websocket payload size
|
2023-11-12 11:22:00 +08:00 |
|
 liuyiandDarkSky
|
7698a6ac8e
|
chore(server): bump octobase versions (#4893)
Co-authored-by: DarkSky <darksky2048@gmail.com>
|
2023-11-10 02:25:28 +00:00 |
|
liuyi
|
405167854b
|
perf(server): avoid auto select blob data when upsert (#4891)
|
2023-11-09 10:45:31 +00:00 |
|
liuyi
|
f9654bb1f8
|
feat(core): unify all new created page IDs to nanoid (#4884)
|
2023-11-09 09:22:02 +00:00 |
|
liuyi
|
248fb1fa69
|
fix(server): token set with id instead of email (#4883)
|
2023-11-09 08:23:03 +00:00 |
|
liuyi
|
7305530d97
|
fix(server): wrong data migration (#4855)
|
2023-11-07 09:20:42 +00:00 |
|
liuyi
|
b99ac51624
|
chore(server): decrease amount of batch updates merging (#4860)
|
2023-11-07 09:18:02 +00:00 |
|
liuyi
|
01d7fe4597
|
fix(server): avoid saving invalid data (#4859)
|
2023-11-07 08:27:17 +00:00 |
|
liuyi
|
cb6974f263
|
fix(server): avoid server overloading by too many updates (#4846)
|
2023-11-06 10:21:19 +00:00 |
|
liuyi
|
f75684d6f6
|
fix(server): failed to share again if disable once (#4844)
|
2023-11-06 10:19:21 +00:00 |
|
liuyi
|
f491ff94cc
|
refactor(server): separate page visibility from workspace permission (#4836)
|
2023-11-06 03:49:39 +00:00 |
|
liuyi
|
f6cfe7c8a1
|
fix(server): only treat active subscription as existing (#4826)
|
2023-11-03 04:00:58 +00:00 |
|
liuyi
|
a3906bf92b
|
fix(server): do not return subscription if not active (#4820)
|
2023-11-02 14:17:26 +00:00 |
|
forehalo
|
5e9efbffa3
|
fix(server): page variant may exist
|
2023-11-02 18:25:30 +08:00 |
|
forehalo
|
7e516236f5
|
fix(workspace): remove awareness states cache
|
2023-11-02 18:24:00 +08:00 |
|
liuyi
|
6a93203d68
|
feat(server): sync data with ack (#4791)
|
2023-11-02 09:05:28 +00:00 |
|
liuyi
|
b4d8f1428c
|
Merge pull request #4771 from toeverything/jimmfly/1030/add-i18n
feat(i18n): add new key for billing
|
2023-10-30 10:56:51 +00:00 |
|
forehalo
|
26b953ce57
|
fix(server): wrong prod data migration scripts filter
|
2023-10-30 16:50:39 +08:00 |
|
forehalo
|
98d0ac3c90
|
feat(server): add data migration system
|
2023-10-30 11:12:09 +08:00 |
|
liuyi
|
50563dcb6e
|
feat(server): auto attach early access coupon (#4728)
|
2023-10-27 10:28:22 +08:00 |
|
liuyi
|
9334a363c7
|
chore(server): upgrade stripe sdk (#4733)
|
2023-10-26 12:37:52 +00:00 |
|
liuyi
|
97d06432f0
|
fix(server): wrong invoice recurring value saved (#4712)
|
2023-10-24 18:32:52 +08:00 |
|
forehalo
|
ef1228dcb4
|
perf(server): opmitize updates table
|
2023-10-24 17:54:59 +08:00 |
|
forehalo
|
7ecee01d20
|
fix(server): respond stripe webhook immediately
|
2023-10-24 12:09:14 +08:00 |
|
forehalo
|
2e4f6ef2ed
|
feat(server): combine plan and recurring as stripe lookup key
|
2023-10-24 12:09:14 +08:00 |
|
forehalo
|
9b43380b05
|
fix(server): cancel scheduled subscription
|
2023-10-24 12:09:14 +08:00 |
|
liuyi
|
303dade2ef
|
fix cancel subscription edge cases (#4691)
|
2023-10-24 11:40:46 +08:00 |
|
liuyi
|
113b20f669
|
fix(core): payment ui issues (#4672)
|
2023-10-24 11:40:46 +08:00 |
|
liuyi
|
95d37fc63f
|
refactor(core): make subscription hook (#4669)
|
2023-10-24 11:40:46 +08:00 |
|
liuyi
|
858a1da35f
|
feat(core): impl billing settings (#4652)
|
2023-10-24 11:40:46 +08:00 |
|
forehalo
|
1d62133f4f
|
feat(core): impl subscription plans setting
|
2023-10-24 11:40:46 +08:00 |
|
forehalo
|
df054ac7f6
|
feat(core): payment backend
|
2023-10-24 11:40:44 +08:00 |
|
liuyi
|
7275d417b2
|
fix(server): avoid workspace subdoc guid conflict (#4664)
|
2023-10-19 08:12:57 +00:00 |
|
liuyi
|
01987990ee
|
fix: make server guid consistent (#4341)
|
2023-10-17 02:34:13 +00:00 |
|
liuyi
|
0092a19812
|
refactor(server): deprecate unstable redis manager (#4567)
|
2023-10-10 03:23:12 +00:00 |
|
liuyi
|
504dda2092
|
fix(core): setting ui regression (#4525)
|
2023-09-27 09:56:01 +00:00 |
|
liuyi
|
4a03fa65d1
|
fix(server): wrong member count query (#4506)
|
2023-09-26 15:36:08 +00:00 |
|
liuyi
|
e10868cd20
|
fix(server): deal with unexpected updates (#4064)
|
2023-08-31 16:56:33 +08:00 |
|
liuyi
|
6bafa83cef
|
fix(workspace): should avoid sending providers' update back (#3384)
|
2023-07-26 09:47:24 +00:00 |
|
liuyi
|
2c95bfcc3d
|
feat(storage): binding jwst storage to node (#2808)
|
2023-06-29 01:45:45 +00:00 |
|
 liuyiandHimself65
|
b4bb57b2a5
|
feat(server): port resolvers to node server (#2026)
Co-authored-by: Himself65 <himself65@outlook.com>
|
2023-04-27 18:02:05 -05:00 |
|