gearnode
03f621ec8d
Add framework import
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 16:32:30 +01:00
gearnode
2f229fc27d
Fix organization creation failed
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 13:47:57 +01:00
gearnode
ab739d9bda
Add update organziation
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 11:15:13 +01:00
gearnode
8cbe08d136
Add assigned people to a task
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 10:08:31 +01:00
gearnode
376edd927d
Add task time estimate
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 09:14:08 +01:00
gearnode
3255e32eac
Fix create conrtrol importance is missing
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 08:54:48 +01:00
gearnode
d4280b1111
Add control importance
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-13 08:46:51 +01:00
gearnode
d3ca8cc60d
Fix graphql playground url
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-12 16:07:15 +01:00
gearnode
1f9c5aeadb
Fix tenant not found when creating new organinzation
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-12 14:02:18 +01:00
gearnode
1a6e68f13c
Add email confirmation
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-12 12:17:21 +01:00
gearnode
01af3812c4
Enforce allowed tenant in each request
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-12 10:14:49 +01:00
gearnode
7c8beb74ec
Fix duplicated in key in context
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-12 10:08:08 +01:00
gearnode
8035085331
Fix duplicated ctx key
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 17:37:14 +01:00
gearnode
9640e4266a
Refactor probo service
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 17:02:28 +01:00
gearnode
b41f417af6
Fix unauthenticate user not redirect to login page
...
fix #31
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 14:33:24 +01:00
gearnode
cc1c843d0a
Refactor session loading management
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 12:36:49 +01:00
gearnode
019f76ecfd
Refactor authentication handler
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 12:28:51 +01:00
gearnode
5bdc474aef
Move coredata outside probo service
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 09:38:36 +01:00
gearnode
51fb5c9510
Update gqlgen code
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 09:14:01 +01:00
gearnode
c2bf3a42ed
Simplify database schema
...
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-11 09:03:13 +01:00
gearnode
58eda95d93
Rewrite the global id system to include tenant id
...
The API should be aware of the tenant they are working on. Many solution
is possible like passing a header, adding the tenant id in each function
call, encode the tenant id in the GID.
I consider the header as a hack it force the client to keep in mind to
pass this header, having to returns an error in case of not defined
header and add a non standard header make the API more harder to use.
Passing the tenant id everywhere will be a good option but since Relay
impose to have node(id: ID!) Node interface it is not possible or by
hacking by wrapping node(id: ID!) Node in top query who getting the
tenant_id.
I finish by simpliy encode the tenant id directly in the object id, it
what AWS do too, it allow to always have the information, and it ensure
a right data isolation.
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-10 13:54:55 +01:00
gearnode
123a538d82
Embded frontend inside go binary
...
This will simplify the self hosting of the platform.
Signed-off-by: gearnode <bryan@frimin.fr >
2025-03-09 15:30:28 +01:00