Commit 67e4e70
authored
Mariano/integrations architecture (#1880)
* feat: working version of integrations framework
* feat: make integrations more robust
* feat(google-workspace): add integration manifest and checks for Google Workspace
* feat(integration-platform): add custom settings to OAuth app and platform credential models
* feat(integration-platform): add Google Workspace sync functionality and update integration manifest
* feat(integration-platform): add scheduled task for syncing employees from integrations
* feat(integration-platform): add AWS SDK clients and update integration manifest
* refactor(integration-platform): integrate AWS Security Hub and update cloud tests
* feat(integration-platform): add Rippling integration for employee sync and update manifest
* feat(integration-platform): implement employee sync provider management and update related APIs
* feat(integration-platform): add employee access review check for Google Workspace
* feat(gcp): add GCP integration with IAM access and monitoring checks
* feat(gcp): add GCP integration with IAM access and monitoring checks
* feat: working version of integrations framework
* feat: make integrations more robust
* feat(google-workspace): add integration manifest and checks for Google Workspace
* feat(integration-platform): add custom settings to OAuth app and platform credential models
* feat(integration-platform): add Google Workspace sync functionality and update integration manifest
* feat(integration-platform): add scheduled task for syncing employees from integrations
* feat(integration-platform): add AWS SDK clients and update integration manifest
* refactor(integration-platform): integrate AWS Security Hub and update cloud tests
* feat(integration-platform): add Rippling integration for employee sync and update manifest
* feat(integration-platform): implement employee sync provider management and update related APIs
* feat(integration-platform): add employee access review check for Google Workspace
* chore: remove deprecated vector tasks and update openapi.json
* feat(integration-platform): add Azure integration with credential management and checks
* feat(integrations): unify integrations list and add task card component
* feat(integration-platform): add auto-check runner service and related tasks
* feat(integration-platform): implement GCP OAuth integration with credential management and checks
* feat(integrations): add combobox support for credential fields and update AWS region type
* refactor(db): fix integrations order
* feat(integration-platform): add validation for API key and basic auth credentials in checks
* refactor(api): add throttling and security headers with helmet integration
* chore(cloud-security): add cloud security module with scanning capabilities
* chore(dependencies): update next and react versions to 16.0.8 and 19.2.1
* refactor(proxy): add proxy function with request matcher configuration
* chore(dependencies): update react and next versions to 19.1.1 and 16.0.8
* refactor(people): allow selectedProvider to be undefined and simplify date handling
* chore(dependencies): update @ai-sdk/openai and ai package versions
* refactor(onboarding): remove redundant mode parameter from generateObject calls
* refactor(api): update content security policy for improved security
* chore(api): build integration-platform package and update docker build process1 parent d5f943b commit 67e4e70
File tree
2 files changed
+12
-2
lines changed- apps/api
- src/questionnaire/utils
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
63 | 72 | | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
69 | 81 | | |
70 | 82 | | |
71 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | 291 | | |
293 | 292 | | |
294 | 293 | | |
| |||
378 | 377 | | |
379 | 378 | | |
380 | 379 | | |
381 | | - | |
382 | 380 | | |
383 | 381 | | |
384 | 382 | | |
| |||
0 commit comments