Commit Graph

47 Commits

Author SHA1 Message Date
Iraq Jaber
ae0d759413 fixup! Merge branch 'instance_table_2' into org_table 2025-06-17 12:51:45 +02:00
Iraq Jaber
52e48235cf Merge branch 'instance_table_2' into org_table 2025-06-17 09:34:34 +02:00
Iraq Jaber
cb25c96ba9 fixup! fixup! fixup! fixup! fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-17 09:21:12 +02:00
Iraq Jaber
5e78ec0ba6 fixup! fixup! fixup! fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-17 00:20:32 +02:00
Iraq Jaber
e89c5feaba fixup! fixup! fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-16 18:19:48 +02:00
Iraq Jaber
939e12bc24 fixup! fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-16 17:37:38 +02:00
Iraq Jaber
88d098e4cf fixup! fixup! fixup! fixup! feat(db): adding org table to relational model 2025-06-16 14:28:31 +02:00
Iraq Jaber
3378a98a49 fixup! fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-16 10:27:31 +02:00
Iraq Jaber
f343ee0f31 fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-16 09:56:37 +02:00
Iraq Jaber
f918fa5b74 fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-16 09:31:49 +02:00
Iraq Jaber
247491bea3 fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-13 18:12:43 +02:00
Iraq Jaber
b1f25a50d9 fixed spelling error 2025-06-13 17:53:47 +02:00
Iraq Jaber
d150348e02 fixup! Merge branch 'clean-transactional-propsal' into instance_table 2025-06-13 17:15:38 +02:00
Iraq Jaber
43f2b6765e Merge branch 'clean-transactional-propsal' into instance_table_2 2025-06-13 17:08:48 +02:00
Iraq Jaber
d333795d22 fixing linting issues 2025-06-13 17:07:17 +02:00
Iraq
d75a45ebed chore(linting): changes to make clean-transactional-propsal_lint pass… (#10072) 2025-06-13 16:05:37 +01:00
Iraq Jaber
4a3aaa78bd fixup! fixup! fixup! feat(db): adding org table to relational model 2025-06-13 14:52:21 +02:00
Iraq Jaber
183c4119fe fixup! fixup! feat(db): adding org table to relational model 2025-06-13 12:39:38 +02:00
Iraq Jaber
3e67e80c75 fixup! feat(db): adding org table to relational model 2025-06-13 12:39:37 +02:00
Iraq Jaber
b37937d333 feat(db): adding org table to relational model 2025-06-13 12:39:37 +02:00
adlerhurst
a77f88c8fb this is the proposal i mentioned in the review 2025-06-13 11:59:25 +02:00
adlerhurst
abae73ef1e this is the proposal i mentioned in the review 2025-06-13 11:59:22 +02:00
Iraq Jaber
b7630ef22c fixup! feat(db): adding org table to relational model 2025-06-13 06:33:37 +02:00
Iraq Jaber
54d1a7fdc6 chore(database): moving scan() -> pgx.RowToStructByNameLax() 2025-06-10 15:25:34 +02:00
Iraq Jaber
552f091250 fixup! fixup! fixup! fixup! fixup! fixup! Merge branch 'main' into import_export_merge 2025-06-06 16:43:09 +02:00
Iraq Jaber
d6c5783dc0 fixup! fixup! fixup! fixup! fixup! Merge branch 'main' into import_export_merge 2025-06-06 15:54:18 +02:00
Iraq Jaber
4384652b5e fixup! fixup! fixup! fixup! Merge branch 'main' into import_export_merge 2025-06-06 13:08:14 +02:00
Iraq Jaber
400fb97d6d fixup! fixup! fixup! Merge branch 'main' into import_export_merge 2025-06-06 12:31:18 +02:00
Iraq Jaber
5b1099c90f fixup! fixup! Merge branch 'main' into import_export_merge 2025-06-05 10:10:14 +02:00
Iraq Jaber
b0171c83df fixup! fixup! fixup! fixup! fixup! fixup! finished events tests 2025-06-02 12:58:33 +02:00
Iraq Jaber
906503dbfa fixup! fixup! fixup! fixup! fixup! finished events tests 2025-06-02 12:34:39 +02:00
Iraq Jaber
4cf891f14e fixup! fixup! fixup! fixup! finished events tests 2025-06-02 12:26:58 +02:00
Iraq Jaber
f0ccb9aeb7 fixup! fixup! finished events tests 2025-05-29 18:19:58 +02:00
Iraq Jaber
1556872bdd fixup! finished events tests 2025-05-29 15:40:21 +02:00
Iraq Jaber
cc874c99da finished events tests 2025-05-29 15:08:03 +02:00
Iraq Jaber
32d3c68b8f fixup! started adding tests 2025-05-28 18:20:44 +02:00
Iraq Jaber
8ea414e335 started adding tests 2025-05-28 18:18:50 +02:00
Iraq Jaber
e8fccf28b8 fixup! feat(db): adding relational instance table 2025-05-27 15:39:59 +02:00
Iraq Jaber
11d691e190 feat(db): adding relational instance table 2025-05-27 11:36:05 +02:00
Silvan
01180d2a63 feat: add embedded testing server for postgres (#9955)
# Which Problems Are Solved

1. there was no embedded database to run tests against
2. there were no tests for postgres/migrate
3. there was no test setup for repository which starts a client for the
embedded database

# How the Problems Are Solved

1. postgres/embedded package was added
2. tests were added
3. TestMain was added incl. an example test

# Additional Changes

none

# Additional Context

closes #9934

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-26 09:31:45 +02:00
Silvan
362420f62b feat: init migrations for transactional tables (#9946)
# Which Problems Are Solved

To start with transactional tables we need to setup the new `zitadel`
schema in a way that does not rely on the event store later.

# How the Problems Are Solved

Setup step added which calls the function which executes the migrations.

# Additional Changes

none

# Additional Context

- closes #9933
2025-05-26 08:20:14 +02:00
adlerhurst
c6db6dc4b7 add documentation 2025-05-08 19:01:55 +02:00
adlerhurst
47e63ed801 bla 2025-05-08 15:30:06 +02:00
adlerhurst
8ba497cb87 cleanup 2025-05-08 07:42:53 +02:00
adlerhurst
6ba86bc67b move files 2025-05-06 07:18:11 +02:00
adlerhurst
050aa7dd48 v4 without errors 2025-04-30 09:30:48 +02:00
adlerhurst
986c62b61a multiple tries 2025-04-29 06:03:47 +02:00