Commit 15f62ca
[dev] [tofikwest] tofik/move-logic-from-SSA-to-API (#1853)
* refactor(api): move logic from SSE to API
* chore(api): add knowledge base document management endpoints and refactor document actions
* refactor(soa): moved SOA feature to API
* feat(trust-portal): add compliance resource management endpoints and update documentation
* refactor(questionnaire): remove unused actions for answering questions
* refactor(questionnaire): clear questionnaire module
* refactor(soa): enhance SOA service with new utility methods and improve answer processing
* refactor(knowledge-base): clear components
* refactor(vector-store-sync): restructure sync logic for policies, contexts, and knowledge base documents
* refactor(knowledge-base): remove unused components and update document formats
* refactor(api): remove duplicate DevicesModule import
* refactor(api): rename compliance framework and update related logic
* refactor(ci): remove Vercel credentials from deployment workflows
* refactor(api): update compliance framework references to use TrustFramework
* refactor(api): enhance SSE handling and add sanitization utilities
* refactor(api): update SSE utilities to enhance security and sanitization
---------
Co-authored-by: Tofik Hasanov <[email protected]>
Co-authored-by: Mariano Fuentes <[email protected]>1 parent 0192e34 commit 15f62ca
File tree
170 files changed
+13660
-7594
lines changed- .github/workflows
- apps
- api
- src
- app
- attachments
- config
- knowledge-base
- dto
- utils
- policies/dto
- questionnaire
- dto
- utils
- vendors
- soa
- dto
- seedJson/ISO
- utils
- trust-portal
- dto
- utils
- vector-store
- jobs
- helpers
- lib
- core
- sync
- utils
- app
- src
- app
- (app)/[orgId]
- questionnaire
- [questionnaireId]/components
- actions
- components
- hooks
- useQuestionnaireDetail
- knowledge-base
- additional-documents
- actions
- components
- hooks
- components
- manual-answers
- actions
- components
- soa
- actions
- components
- data
- hooks
- utils
- settings/trust-portal
- components
- api/questionnaire
- answer-single
- auto-answer
- soa/auto-fill
- helpers
- jobs/tasks/vendors
- lib/vector/sync
- packages
- db/prisma
- migrations/20251203000000_add_trust_resources
- schema
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+13660
-7594
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
62 | 73 | | |
63 | 74 | | |
64 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments