Skip to content

Commit d010f94

Browse files
andhreljaKernlumburovskalinaLennartSchmidtKernJWittmeyer
authored
Cognition integration provider (#302)
* perf(alembic): adds integration providers * chore: update submodules * perf: rename integration providers * chore: update submodules * chore: update submodules * perf: update integration last_extraction * chore: update submodules * perf(alembic): use list integration access types * chore: update submodules * perf: add integration providers * chore: update submodules * perf(alembic): adds integration providers * chore: update submodules * perf: update integration providers * perf: task manipulation * chore: update submodules * chore: update submodules * perf(alembic): integration provider * perf: add org_id to integration provider * chore: update submodules * chore: update submodules * chore: update submodules * perf(alembic): recreate integration providers * chore: update submodules * perf(alembic): add started_at * chore: update submodules * perf(alembic): add integration records * chore: update submodules * chore: update submodules * perf: update integration providers * chore: update submodules * perf(alembic): sharepoint integration * chore: update submodules * perf(alembic): add integrations * chore: update submodules * perf(alembic): integration tables * chore: update submodules * perf(alembic): db update * chore: update submodules * perf(alembic): db update * chore: update submodules * perf(alembic): integration sync updates * chore: update submodules * perf(alembic): added column * chore: update submodules * perf(alembic): db upgrade * chore: update submodules * perf: add project deletion internal endpoint * chore: update submodules * perf: update internal projects delete endpoint * perf(alembic): db update perf: rename internal delete endpoint * chore: update submodules * perf(alembic): db updates * chore: update submodules * chore: update submodules * perf(alembic): db update * chore: update submodules * Adding groups for access management (#304) * Oidc identifier migrated to the users table * Search for user only if there is not oidc identifier * migrate * model * alembic merge * model * projects with access management * add access management attribute * deactivate mock up * deactivate access management * add groups/users to records * fix smaller issues * embeddings * model * update payloads * alembic fix * endpoint for sync internal * model * update logic * error handling * chore: update submodules * chore: update submodules * chore: update submodules --------- Co-authored-by: LennartSchmidtKern <[email protected]> Co-authored-by: andhreljaKern <[email protected]> * chore: update submodules * perf(alembic): db alignment * chore: update submodules * perf: rename task * perf: add fail-safe while wait * chore: update submodules * perf: pr review comments * chore: update submodules * perf: make REFINERY_ATTRIBUTE_ACCESS constants * PR typing format * perf: delta access management * chore: update submodules * projects active sync * active * perf: add get_embedding_name endpoint * commit frequency * typing, set operations * group auth * model * PR comments * chore: update submodules * remove unique group * chore: update submodules * perf: db update * chore: update submodules * perf: remove language attribute + POST embedding_name * chore: update submodules * user ids fix * Submodule update --------- Co-authored-by: lumburovskalina <[email protected]> Co-authored-by: LennartSchmidtKern <[email protected]> Co-authored-by: Lina <[email protected]> Co-authored-by: JWittmeyer <[email protected]>
1 parent 34aff59 commit d010f94

File tree

22 files changed

+1130
-57
lines changed

22 files changed

+1130
-57
lines changed

alembic/versions/0e975f452a77_step_template_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Step template table
22
33
Revision ID: 0e975f452a77
4-
Revises: ad13850a7245
4+
Revises: 6868ac66ea92
55
Create Date: 2025-05-26 13:17:19.196643
66
77
"""
@@ -12,7 +12,7 @@
1212

1313
# revision identifiers, used by Alembic.
1414
revision = "0e975f452a77"
15-
down_revision = "ad13850a7245"
15+
down_revision = "6868ac66ea92"
1616
branch_labels = None
1717
depends_on = None
1818

0 commit comments

Comments
 (0)