Commit Graph

2535 Commits

Author SHA1 Message Date
Chuck Driesler 88abc5473d fix(acc): try trigger import on sync item create 2025-07-30 00:12:30 +02:00
Chuck Driesler 0f62f18de4 chore(acc): the last of the repos and services 2025-07-29 19:12:18 +02:00
Chuck Driesler ec692afe87 chore(acc): on the way to pagination 2025-07-28 18:37:22 +01:00
Chuck Driesler 0674a0d3ec chore(acc): even mo services 2025-07-28 18:12:29 +01:00
Chuck Driesler 64d7aece29 chore(acc): mo repos mo services 2025-07-28 17:02:18 +01:00
Chuck Driesler e894477cd3 fix(acc): env variables and repo functions 2025-07-25 21:18:43 +01:00
Chuck Driesler da338e1cd1 fix(acc): acc client methods 2025-07-25 17:48:31 +01:00
Chuck Driesler fd350e79d7 fix(acc): encode correctly 2025-07-25 09:50:49 +01:00
Chuck Driesler 8fbe2fe9ca fix(acc): check if ready before import 2025-07-25 09:20:55 +01:00
Chuck Driesler 2752fead21 chore(acc): import type 2025-07-24 13:29:16 +01:00
Chuck Driesler ce7a004ce0 Merge branch 'main' into oguzhan/acc-connector 2025-07-24 12:40:01 +01:00
Chuck Driesler 810005fe4f chore(acc): bump function again 2025-07-24 11:54:49 +01:00
Mike 24b6f1f329 Feat: Improved workspace switcher (#5058) 2025-07-24 12:31:43 +02:00
Chuck Driesler 4270255df5 chore(acc): bump function release id 2025-07-24 10:11:13 +01:00
Daniel Gak Anagrov f8c8170e48 feat(fileImport): gql mutation for nextGen (#5132)
* feat: drafted gql mutation

* fix: warning issue

* unified naming of action

* feat(file_uplaod): moved finishFileUplaod test to graphql

* fix: tests

* removed nextGen rest endpoint

* fix: Int type, adapted fileupload next gen call

* feat: udpated gqlgen

* improved fileimport errors

* fix: access control

* mr comments

* fix: tests

* fix: import
2025-07-24 08:00:52 +02:00
Chuck Driesler f318da9e1d fix(acc): real trigger 2025-07-23 19:14:32 +01:00
Chuck Driesler c5e4632fb2 fix(acc): simpler update 2025-07-23 18:49:52 +01:00
Chuck Driesler 362db6fd2d fix(acc): use correct automation id 2025-07-23 18:19:58 +01:00
Chuck Driesler fa4e4ea3bd chore(acc): automate token logs 2025-07-23 17:50:45 +01:00
Chuck Driesler 9446e422cd fix(acc): correct origin 2025-07-23 16:47:52 +01:00
Iain Sproat 6a1f7ed767 fix(server): object previews, ensure sorting same if no cursor (#5136)
* fix(server): object previews, ensure sorting same if no cursor

* fix tests; with a null cursor it was implicitly using asc order
2025-07-23 16:39:58 +01:00
Chuck Driesler 0e8aaf5bc2 fix(acc): missed a spot 2025-07-23 16:12:49 +01:00
Chuck Driesler 8c27954684 fix(acc): input validation 2025-07-23 15:42:38 +01:00
Chuck Driesler 6688580ca4 fix(acc): use correct url 2025-07-23 14:25:32 +01:00
Iain Sproat d0e3377978 feat(file uploads): large file uploads API is always available (#5103) 2025-07-23 13:36:27 +01:00
Kristaps Fabians Geikins 8d72ae9cab fix(server): extra fixes for running TS directly (#5135) 2025-07-23 12:44:19 +03:00
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 e34a44bf66 fix(server): incorrectly dealing w/ different email casing (#5131)
* fix(server): incorrectly dealing w/ different email casing

* Cr comments
2025-07-23 10:19:46 +03:00
Chuck Driesler 1efc93104a fix(acc): replace env 2025-07-22 23:27:11 +01:00
Chuck Driesler 1e32323536 chore(acc): deps 2025-07-22 22:55:52 +01:00
Chuck Driesler c2ff02f0f0 chore(acc): lint 2025-07-22 20:41:11 +01:00
Chuck Driesler 06f12c134c Merge branch 'main' into oguzhan/acc-connector 2025-07-22 20:24:52 +01:00
Chuck Driesler 26acf14aa9 fix(acc): trigger the automation 2025-07-22 19:53:08 +01:00
oguzhankoral b4331def45 Do not log webhook body and token 2025-07-22 17:53:32 +01:00
oguzhankoral ed39428b58 Remove data:create which is not needed 2025-07-22 17:52:42 +01:00
oguzhankoral b2f6401ca7 Webhooks on! 2025-07-22 17:45:22 +01:00
Chuck Driesler b27960851d fix(acc): here's your automation you clown 2025-07-22 16:09:21 +01:00
oguzhankoral 154ba0ec7e Acc version id fixes 2025-07-22 14:58:12 +01:00
Chuck Driesler c60a093a0a fix(acc): updated table shape 2025-07-22 14:13:12 +01:00
Kristaps Fabians Geikins cad77b92c9 feat(fe2): conditional cross origin isolation on viewer page (#5124)
* feat(fe2): conditional cross origin isolation on viewer page

* minor change

* minor cleanup
2025-07-22 10:14:49 +03:00
Charles Driesler 88ca250afa feat(acc): pending item cron and automate trigger 2025-07-21 22:17:09 +01:00
Daniel Gak Anagrov 6d33b4989c feat(file_upload): update observability metrics (#5079)
* feat: added count of background jobs
* feat: added repository function to count background jobs
* feat: addapted metrics to new queueing system
* feat: added duration to fileuploads
2025-07-21 10:51:14 +02:00
Daniel Gak Anagrov e5fb1361c6 fix: getting all user projects on deletion and user filter (#5112)
* fix: getting all user projects on deletion and user filter
2025-07-21 10:07:46 +02:00
Iain Sproat 964bc0fd44 Revert "chore(server/logging): logging for user deletion issue in prod (#5106)" (#5109)
This reverts commit 61ebb8f34e.
2025-07-18 12:26:34 +01:00
Iain Sproat 61ebb8f34e chore(server/logging): logging for user deletion issue in prod (#5106) 2025-07-18 11:15:00 +01:00
Iain Sproat 3d1346ff06 chore(server/logging): preview resurrector logs database region (#5104) 2025-07-18 11:07:24 +01:00
Iain Sproat f85f346285 chore(server/errors): add message to error (#5105) 2025-07-18 10:47:28 +01:00
Iain Sproat fd4588c99b feat(server/previews): retry dead preview resurrection if no backpressure (#5099) 2025-07-17 13:09:29 +01:00
Chuck Driesler d2f2d7bcfd feat(automate): allow function authors to regenerate function tokens (#5057)
* feat(automate): expose function regeneration endpoint

* chore(automate): remember to call the function

* fix(automate): use correct auth code action

* fix(automate): token regenerate policy

* fix(automate): expose function regen token policy

* feat(automate): workspace automation settings tab

* feat(automate): function token regeneration dialog

* fix(automate): improve gql usage in vue components

* chore(authz): tests for automate function policies

* fix(automate): use paginated query

* fix(automate): resolve initial result
2025-07-17 11:24:58 +02:00
Iain Sproat 875a1a1783 feat(previews): retry errored previews if feature flag enabled (#4498) 2025-07-16 15:30:19 +01:00