Kristaps Fabians Geikins
be0155a95d
feat: rename a group ( #5228 )
...
* add disclosure edit mode support
* group update backend works
* WIP group title edit
* rename seems to work
* fix menu overflow
* remove comment
* optimistic responser fix
* rename validation
* disclosure sync fix
2025-08-13 17:38:20 +03:00
Kristaps Fabians Geikins
0c837715a3
feat: support group delete ( #5215 )
...
* backend implemented
* added create to group, but search seems busted
* group search fixed
* moar group retrieval fixes
* more recalculations
* support group delete
* delete confirm dialogs
2025-08-13 10:14:44 +03:00
Chuck Driesler
2b68a47e21
chore(acc): bump importer function version ( #5225 )
2025-08-12 19:19:55 +01:00
Daniel Gak Anagrov
ba8a62dd2a
feat: added schedule for deleting stale prepared transactions ( #5169 )
2025-08-12 15:23:27 +01:00
Kristaps Fabians Geikins
ea5dadbdb2
feat: move view into group dialog ( #5211 )
...
* looking into dialog premature closing
* fixed group select
* rover update
* tests
2025-08-12 13:32:38 +03:00
Kristaps Fabians Geikins
34290877fa
feat: list & create groups ( #5206 )
...
* WIP group create
* create and list group works
* test fix
* safe router
2025-08-12 11:28:52 +03:00
Kristaps Fabians Geikins
0f5096fb2e
feat: copy link to view + load original version ( #5202 )
...
* frontend nearly there
* backend adjustment sort of there
* WIP url busted issue
* does it work?
* how about now
* loading seems to work now
2025-08-11 16:02:35 +03:00
Chuck Driesler
97ee392b6a
chore(acc): bump acc importer function ( #5200 )
...
* chore(acc): bump function version
* fix(acc): demote error to warning log
* chore(acc): bump function
* chore(acc): bump function version
2025-08-08 11:42:57 +01:00
Kristaps Fabians Geikins
f87edcb50f
feat: saved view update dialog ( #5196 )
...
* view update BE foundation
* WIP update service call
* a bunch of tests
* WIP edit view dialog
* fix for auto submit
* frontend works
2025-08-08 13:27:15 +03:00
Kristaps Fabians Geikins
21e8ec3e27
feat: saved view delete ( #5192 )
...
* canUpdate auth policy
* delete mutation WIP
* backend works
* frontend working
* minor adjustments
* test fix
* switch to new empty state
* beefing up coverage
* cr fix
2025-08-07 12:13:39 +03:00
Chuck Driesler
9754450124
fix(regions): return in project region move handler ( #5190 )
...
* fix(regions): return in proejct region move handler
* fix(regions): rollback in correct database
2025-08-06 19:38:35 +01:00
Chuck Driesler
73ebacc40a
fix(acc): drop automation foreign key constraint ( #5191 )
2025-08-06 19:03:05 +01:00
Jedd Morgan
24f7fa48f9
Ensure fileType is lowercase ( #5188 )
2025-08-06 12:17:34 +01:00
Chuck Driesler
7aee4255f9
fix(acc): return webhook id when found ( #5186 )
2025-08-05 21:48:03 +01:00
Charles Driesler
327dbbbd35
fix(acc): FASTER
2025-08-05 17:20:40 +01:00
Charles Driesler
6f5b664834
fix(acc): don't forget to call your functions
2025-08-05 16:32:45 +01:00
Charles Driesler
b76b4a5d29
Merge branch 'main' into oguzhan/acc-connector
2025-08-05 16:21:49 +01:00
Charles Driesler
8e7bbe516b
chore(acc): bump function version
2025-08-05 16:21:28 +01:00
Charles Driesler
e2d6f36fae
fix(acc): this is why we test
2025-08-05 15:44:35 +01:00
Jedd Morgan
392a285423
feat(file-import): Proposed changes for file type handling with various FF ( #5181 )
...
* Proposed-changes
* Reverted changes to acceptedFileExtensions
* revert docker yml changes
* and again
* reverted yarn lock
2025-08-05 15:30:57 +01:00
Charles Driesler
6fd54b5a41
Merge branch 'main' into oguzhan/acc-connector
2025-08-05 13:57:05 +01:00
Charles Driesler
b19c8477c7
fix(acc): string enum
2025-08-05 13:56:37 +01:00
Kristaps Fabians Geikins
0633340de3
fix(server): multiregion saved views not being listed properly ( #5183 )
2025-08-05 15:33:27 +03:00
Charles Driesler
9096190568
fix(acc): move type augmentations
2025-08-05 13:25:06 +01:00
Charles Driesler
9f57e42152
fix(acc): revert cors change
2025-08-05 12:59:15 +01:00
Charles Driesler
a4b0f1eee5
Merge branch 'main' into oguzhan/acc-connector
2025-08-05 11:46:37 +01:00
Charles Driesler
9c637c27a4
Merge branch 'main' into oguzhan/acc-connector
2025-08-05 11:45:44 +01:00
Kristaps Fabians Geikins
902c290a63
fix(server): attempting to import .d.ts files ( #5180 )
2025-08-05 13:20:32 +03:00
Kristaps Fabians Geikins
9545ff6147
fix(shared): parseFeatureFlags should ignore empty string values ( #5179 )
...
* fix(shared): parseFeatureFlags should ignore empty string values
* updated values.yaml
* updated values.yaml
* tests fix
2025-08-05 12:54:53 +03:00
Kristaps Fabians Geikins
a6287fc06d
feat(fe2 & server): saved views foundation (list & view) + bits n bobs ( #5163 )
...
* init db migration
* WIP store view
* create service call
* WIP insertion
* insert sort of works
* moving code arounmd
* creation tests
* avoid duplicate entries
* fixes from main
* basic group retrieval works
* group filtering works
* WIP view listing
* filter by acl
* fixes + WIP single group retrieval
* wip pivot
* more pivot query fixes
* tests fixed after pivot
* views list tests
* fixing test command
* business plan only checks
* more tests for coverage
* .dts import fix
* cli fix
* anutha one
* auth policy tests for business plan access
* WIP saved views panel base
* BE listing adjustments
* WIP group rendering
* group render done
* WIP post create cache updates
* listing fine?
* my vs theirs
* auto open
* minor fixes
* click load omg
* nicely loading views
* type fix
* less spammy loading
* another type fix:
* more lint fix
* test fix
* codecov disable
* moar coverage
* fix sidebar flashin
* more test coverage
* more test cvoverage
* minor adfjustments
* adj
* saved view wipe fixes
* CSR viewer
* more improvements
* extra feature flag checks
* lint fix
* feature flags fix
* more test fixes
2025-08-05 11:52:50 +03:00
Charles Driesler
e989ae871c
Merge branch 'main' into oguzhan/acc-connector
2025-08-05 00:52:34 +01:00
Charles Driesler
6da00d524c
fix(acc): policy and usage in FE
2025-08-05 00:52:16 +01:00
Charles Driesler
4b96a9faeb
fix(acc): getter gql and more
2025-08-04 23:05:39 +01:00
oguzhankoral
ef747de057
chore(acc): log
2025-08-04 19:36:41 +03:00
oguzhankoral
c5d46ea267
Fix(acc): correct graphql argument for subs
2025-08-04 18:23:50 +03:00
oguzhankoral
a322d76273
Fix(acc): subscriptions for update and delete
2025-08-04 18:19:23 +03:00
Kristaps Fabians Geikins
3ff32d639d
feat(server): allow running migrations w/o having to build ( #5178 )
...
* feat(server): allow running migrations w/o having to build
* package.json fix
* avoid string mutation
* CLI for purging test DB
2025-08-04 13:40:28 +03:00
Charles Driesler
46d6e18192
fix(acc): tell nobody what happened here today
2025-08-01 21:00:04 +01:00
Charles Driesler
85b90e6ecf
chore(acc): bump function and update inputs
2025-08-01 19:26:17 +01:00
Charles Driesler
3828115c09
Merge branch 'main' into oguzhan/acc-connector
2025-08-01 18:21:13 +01:00
Charles Driesler
898e8ee149
fix(acc): query non-unique sync item urns
2025-08-01 15:21:36 +01:00
oguzhankoral
71559e0cb1
fix(acc): missing id on delete resolver
2025-07-31 20:58:43 +03:00
oguzhankoral
55b63f45e6
fix(acc): delete by id
2025-07-31 20:25:03 +03:00
oguzhankoral
d4b9d4a002
fix(acc): remove fileLineageUrn
2025-07-31 19:20:38 +03:00
oguzhankoral
44fdd95840
feat(acc): blind change on update delete mutations from lineageUrn to id
2025-07-31 18:47:40 +03:00
Daniel Gak Anagrov
4e62c78b15
fix: added in progress to ifc importer service ( #5172 )
...
* fix: added in progress to ifc importer service
* feat: improved background job handling
2025-07-31 17:11:00 +02:00
oguzhankoral
edd96b6f6f
fix(acc): types
2025-07-31 17:08:54 +03:00
oguzhankoral
4a9742e4fb
feat(acc): view name text input and graphql
2025-07-31 16:57:39 +03:00
Chuck Driesler
4bed1afc78
fix(acc): update db schema
2025-07-31 15:02:33 +02:00
Chuck Driesler
d040146899
fix(acc): cors and sql fixes
2025-07-31 13:25:46 +02:00