Commit Graph

326 Commits

Author SHA1 Message Date
Kristina
7809b1d524
Card & messages UI changes (#8876)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-05-08 14:12:09 +07:00
Kristina
a6e491edf6
Implement replies in new chat (#8866)
Some checks are pending
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
* Fix replies

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* Add workaround to open card in current application

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

---------

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-05-07 13:07:06 +07:00
Kristina
b864fc6f91
Fix messages loading (#8865)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-05-07 08:17:21 +04:00
Nikolay Marchuk
4007537b34
Remove deprecated types packages from dependencies (#8856)
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com>
2025-05-06 18:58:05 +07:00
Kristina
508cef27d4
New card layout (#8796)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
2025-05-02 09:01:01 +07:00
Alexey Zinoviev
65322e86f7
uberf-10454: support ensure person by system user (#8807) 2025-05-02 08:58:06 +07:00
Andrey Sobolev
230e1ec418
UBERF-10441: Fix configure and board item displayed (#8789)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-30 22:52:39 +07:00
Alexey Zinoviev
26f23559c2
UBERF-10346: Combined ensure person (#8701)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
2025-04-25 07:53:58 +07:00
Andrey Sobolev
aedad834f1
Basic rate limits (#8539)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-24 17:40:25 +07:00
Kristina
a1c74384ec
Create queue producers in pipeline phase (#8643) 2025-04-22 08:47:33 +07:00
Kristina
7721300186
Fix threads in new chat (#8653) 2025-04-22 08:46:00 +07:00
Andrey Sobolev
0c9c985ab8
UBERF-9521: Refactor session manager (#8560)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-16 20:50:58 +07:00
Kristina
c49439070a
Update communication (#8578)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-16 13:50:15 +07:00
Kristina
38acd73004
Add personal labels for cards (#8534)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-11 20:33:58 +07:00
Kristina
2aa8ae5243
Adjust tg bot (#8412)
* Remove notification provider func

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* Adjust tg-bot

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* Use global integration

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* Use workspace integration

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* getSocialIdBySocialKey -> findFullSocialIdBySocialKey

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* move findFullSocialIdBySocialKey to service operations

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* use listIntegrations with account token

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* Adjust api

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

* Fxi tests

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>

---------

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-10 12:54:53 +07:00
Chunosov
f51aacacf3
Show CalDav link (#8511)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-04-10 10:38:34 +07:00
Andrey Sobolev
87caab77c9
UBERF-9748: Refactor server-ws (#8495)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-08 12:35:12 +07:00
Andrey Sobolev
9e2baac3d8
QFIX: Fix huge statistics send (#8483)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-07 21:44:18 +07:00
Andrey Sobolev
57114e9888
Remove unused green service anymore (#8480)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-07 12:40:50 +05:00
Denis Bykhov
d398dc54ec
Switch init to main (#8462) 2025-04-04 08:29:48 +07:00
Alexey Zinoviev
690dd788e9
Qfix idp signup (#8455)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-04-03 18:29:01 +05:00
Kristina
b688e52f8a
Bump communication (#8436)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-02 19:41:47 +07:00
Kristina
790e4bf5e8
Update communication (#8422)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-04-02 09:16:14 +07:00
Andrey Sobolev
08434ccb3c
UBERF-9694: Queue processing improvements (#8418)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-04-02 00:15:06 +07:00
Kristina
af9bb74670
New chat & inbox (#8328)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-03-31 17:09:09 +07:00
Alexey Zinoviev
d3ed7eb79a
uberf-9713: fix auto join condition (#8404)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-31 17:08:08 +07:00
Alexey Zinoviev
c6326b3c73
UBERF-9636: Meeting links - more cases (#8369)
Some checks are pending
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-03-28 01:05:53 +07:00
Andrey Sobolev
163f6785c9
UBERF-9693: Allow to reindex from migration (#8345)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-25 23:09:40 +07:00
Andrey Sobolev
58eb205688
use redpanda queue (#8291)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-22 13:55:46 +05:00
Artyom Savchenko
ed5983a9f8
UBERF-9661: Use MAIL_URL env for mail integration (#8272)
* UBERF-9661: Add mail url env

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-9661: Use MAIL_URL env

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-9661: Fix test

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-9661: Remove SES_URL

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* UBERF-9661: Update configs

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-03-19 12:56:09 +07:00
Andrey Sobolev
2ff661d172
Upgrade KOA
https: //github.com/hcengineering/platform/security/dependabot/63
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-18 00:30:25 +07:00
Andrey Sobolev
2b03c56939
UBERF-9633: More proper fix (#8249)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-17 16:37:13 +04:00
Andrey Sobolev
419a3ddfdb
UBERF-9633: Reduce migration calls during workspace creation (#8242) (#8244)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-17 17:44:24 +07:00
Chunosov
88357fe68a
pass schedule url via env var (#8220)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-03-13 17:32:16 +07:00
Anna Khismatullina
d4731a63b0
Support export to JSON, CSV (#8193)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
2025-03-12 22:31:58 +07:00
Andrey Sobolev
7ff824a058
Fix keep alive consistency for account + front (#8198)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-11 21:23:07 +07:00
Andrey Sobolev
8f2d8abc62
Use new base image v20250310 (#8181)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-10 11:09:42 +07:00
Andrey Sobolev
c84f825003
Fix create of elastic index
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-03-06 00:52:59 +07:00
Artyom Savchenko
885e20e8de
UBERF-9551: Add web push URL (#8133)
Some checks are pending
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-03-04 19:43:06 +07:00
Andrey Sobolev
05f1d8395a
Merge 9522 9513 (#8103)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Co-authored-by: Denis Bykhov <bykhov.denis@gmail.com>
Co-authored-by: Alexander Onnikov <aonnikov@hardcoreeng.com>
Co-authored-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-02-27 16:57:36 +07:00
Denis Bykhov
5d5f6e89b3
Merge (#8082)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-02-26 17:59:41 +07:00
Alexander Onnikov
20bbe82144
feat: cookie token (#8057)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-02-24 13:12:19 +07:00
Andrey Sobolev
3673078b11
UBERF-9501: Fix use of Date.now() (#8069)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
2025-02-21 19:46:13 +07:00
Andrey Sobolev
66ef0dc533
Merge branch 'staging' into develop
Some checks are pending
CI / build (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-21 00:24:33 +07:00
Andrey Sobolev
0516b2545b
Allow TRANSACTOR_OVERRIDE in front service
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-19 22:46:08 +07:00
Andrey Sobolev
47ad226066
CF: Transactor fixes (#8045)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-19 02:32:00 +07:00
Andrey Sobolev
e0d6301100
UBERF-9479: Fix adapter security selection (#8007)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-14 17:38:06 +07:00
Alexey Zinoviev
7dec3cf7fb
uberf-9383: fix ws init and import (#8005)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-14 09:00:23 +07:00
Kristina
9d8ec45926
Adjust ai service (#7987)
Some checks are pending
CI / uitest-qms (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-02-12 00:01:18 +07:00
Andrey Sobolev
d39d4ea16c
Fix green reserve (#7951)
Some checks are pending
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-02-06 23:52:26 +07:00