Commit Graph

34 Commits

Author SHA1 Message Date
Kristaps Fabians Geikins 4b06f42db7 chore(server): run TS files directly (no compilation) (#5134)
* sort of works

* type fixes

* added option to run old way too
2025-07-23 11:20:40 +02:00
Kristaps Fabians Geikins bde148f286 chore(server): migrating fully to ESM (#5042)
* wip

* some extra fixes

* stuff kinda works?

* need to figure out mocks

* need to figure out mocks

* fix db listener

* gqlgen fix

* minor gqlgen watch adjustment

* lint fixes

* delete old codegen file

* converting migrations to ESM

* getModuleDIrectory

* vitest sort of works

* added back ts-vitest

* resolve gql double load

* fixing test timeout configs

* TSC lint fix

* fix automate tests

* moar debugging

* debugging

* more debugging

* codegen update

* server works

* yargs migrated

* chore(server): getting rid of global mocks for Server ESM (#5046)

* got rid of email mock

* got rid of comment mocks

* got rid of multi region mocks

* got rid of stripe mock

* admin override mock updated

* removed final mock

* fixing import.meta.resolve calls

* another import.meta.resolve fix

* added requested test

* nyc ESM fix

* removed unneeded deps + linting

* yarn lock forgot to commit

* tryna fix flakyness

* email capture util fix

* sendEmail fix

* fix TSX check

* sender transporter fix + CR comments

* merge main fix

* test fixx

* circleci fix

* gqlgen bigint fix

* error formatter fix

* more error formatting improvements

* esmloader added to Dockerfile

* more dockerfile fixes

* bg jobs fix
2025-07-14 10:26:19 +03:00
Daniel Gak Anagrov a4ab20c938 feat(activity): add workspace billing events and seats to activity (#4944)
* feat: improved gatekeeper eventsfor workspace history
* feat: userId on seat assign
* feat: record workspace seat events
* feat: workspace removals as activity
* feat: emit role and seat events on create workspace
* fix: reordered events for workspace creation
2025-06-30 16:49:36 +02:00
Alessandro Magionami c3abd854ff chore(activitystream): refactor getUserActivity 2024-09-25 15:58:49 +02:00
Alessandro Magionami 66d215371a chore(activitystream): refactor getResourceActivity 2024-09-25 15:21:03 +02:00
Alessandro Magionami 2d5117beae chore(activitystream): refactor getUserTimeline 2024-09-25 10:56:30 +02:00
Alessandro Magionami 79582677d7 chore(activitystream): refactor getActivityCountByResourceId 2024-09-25 10:41:56 +02:00
Alessandro Magionami 49ea90509b chore(activitystream): refactor getTimelineCount 2024-09-25 10:17:36 +02:00
Alessandro Magionami 4ed8d11773 chore(activitystream): refactor getActivityCountByUserId 2024-09-24 17:41:39 +02:00
Alessandro Magionami e3bc1e1a8b chore(activitystream): refactor getActivityCountByStreamId 2024-09-24 16:52:24 +02:00
Alessandro Magionami 6920bb1f0c chore(activitystream): refactor getStreamActivity 2024-09-23 15:40:49 +02:00
Kristaps Fabians Geikins 8e59ee7243 refactor: moving away from 'user' query (#1046)
* refactor: moving away from 'user' query + various fixes

* fix: linting issue in stream tests

* fix(server): some tests broken after rebase onto main
2022-10-06 12:08:08 +03:00
Kristaps Fabians Geikins b966f20fdb refactor(server): typescript support (#874)
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2022-08-04 14:21:39 +02:00
Kristaps Fabians Geikins fec9b5345c fix(frontend): timeline items duplicating after going to stream page and back (#842) 2022-07-29 14:08:44 +03:00
Fabians 1c7436e7ff extra prefer-const & object-shorthand 2022-04-04 19:00:24 +03:00
Gergő Jedlicska 1355ddab6f style(all): some extra formatting fixes 2022-04-01 09:40:47 +02:00
Gergő Jedlicska d53df11f77 style(server): fix all eslint errors and break the tests 2022-03-31 14:18:44 +02:00
Gergő Jedlicska 569b4688fa style(all): reformat with print width 88 2022-03-29 19:46:49 +02:00
Fabians aa5e94d640 chore: reformatting everything with prettier 2022-03-29 17:12:31 +03:00
Dimitrie Stefanescu ff166927d4 feat(server): received receipts cleanup 2021-10-05 16:28:13 +01:00
KatKatKateryna bef4974360 adding "received" property to Commit 2021-10-05 13:55:14 +02:00
KatKatKateryna d5298a4aab NA 2021-09-15 19:39:30 +08:00
KatKatKateryna 44076033cc Revert "just save"
This reverts commit 64f52bd9d0.
2021-09-15 19:36:10 +08:00
KatKatKateryna e6a0d1fc2d NA 2021-09-15 19:35:27 +08:00
KatKatKateryna 64f52bd9d0 just save 2021-09-15 19:23:10 +08:00
KatKatKateryna 4a51a4bc9c Activity timeline now includes Commit_received 2021-09-14 19:50:12 +08:00
Dimitrie Stefanescu 7b28e8de37 feat(server/frontend): example first pass implementation re rrs (received receipts) 2021-09-13 15:30:46 +01:00
Cristian Balas 8d53b08608 correct activity count with filters (#379) 2021-08-11 11:45:19 +03:00
izzy lyseggen b4275888c7 feat(server): activity stream timeline and tests 2021-06-24 16:07:16 +01:00
izzy lyseggen 3e2c90e6a6 feat(server): chat w cristi - bring limits back! 2021-06-23 15:39:47 +01:00
izzy lyseggen 8172328257 feat(server): activity stream args 2021-06-23 15:06:21 +01:00
izzy lyseggen 35dde4bdac feat(server): fill out activity stream queries 2021-06-23 10:19:04 +01:00
izzy lyseggen f5ed0c8a9d feat(server): scaffold activity stream queries 2021-06-22 18:03:33 +01:00
cristi8 8c328c3947 after discussisons 2021-06-22 14:29:37 +03:00