Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
38ce071
feat: New & improved dashboard
carhartlewis Aug 22, 2025
2d6195d
feat: enhance Prisma exports and update db:generate script
carhartlewis Aug 22, 2025
da3fe6d
chore: update legacy 'docker-compose' command to modern 'docker compo…
lame-engineer Aug 22, 2025
52afe86
feat: implement publish all policies action and UI components
carhartlewis Aug 22, 2025
d4dd686
fix: improve error handling in ToDoOverview component
carhartlewis Aug 22, 2025
4287fec
feat: update SingleControl component and enhance control status logic
carhartlewis Aug 22, 2025
e03f402
feat: enhance ToDoOverview component with dynamic tab selection
carhartlewis Aug 22, 2025
b6f9757
feat: simplify Prisma exports and update db:generate script
carhartlewis Aug 22, 2025
4e00985
feat: enhance control status logic and onboarding process
carhartlewis Aug 22, 2025
41f8006
feat: enhance MemberRow component and onboarding task updates
carhartlewis Aug 22, 2025
d84daeb
feat: add progress bars to ComplianceOverview for improved visibility
carhartlewis Aug 22, 2025
d742463
feat: update AddFrameworkModal to make organizationId optional
carhartlewis Aug 22, 2025
67741b4
feat: update publishAllPoliciesAction to use parsedInput for organiza…
carhartlewis Aug 22, 2025
6e55979
feat: optimize width calculation in ToDoOverview component
carhartlewis Aug 22, 2025
bfb7975
Merge pull request #1375 from carhartlewis/lewis/comp-fix-prisma-warn…
Marfuen Aug 22, 2025
7fe384c
Merge pull request #1374 from lame-engineer/main
Marfuen Aug 22, 2025
1558b63
chore: update trigger.dev version in workflows and package.json
Marfuen Aug 22, 2025
6b4df8e
Merge pull request #1377 from trycompai/mariano/pin-trigger-dev
Marfuen Aug 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/trigger-tasks-deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
VERCEL_ACCESS_TOKEN: ${{ secrets.VERCEL_ACCESS_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TEAM_ID: ${{ secrets.VERCEL_TEAM_ID }}
run: bunx trigger.dev@latest deploy --env staging --log-level debug
run: bunx trigger.dev@4.0.0 deploy --env staging --log-level debug
2 changes: 1 addition & 1 deletion .github/workflows/trigger-tasks-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
VERCEL_ACCESS_TOKEN: ${{ secrets.VERCEL_ACCESS_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TEAM_ID: ${{ secrets.VERCEL_TEAM_ID }}
run: bunx trigger.dev@latest deploy
run: bunx trigger.dev@4.0.0 deploy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- PROJECT LOGO -->
<p align="center">
<a href="https://github.com/trycompai/comp">
<img src="https://trycomp.ai/horizontal_black.svg" alt="Logo" width="50%">
<img src="https://lp.trycomp.ai/logo_light.svg" alt="Logo" width="50%">
</a>

<h3 align="center">Comp AI</h3>
Expand Down
37 changes: 37 additions & 0 deletions apps/app/public/badges/gdpr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/app/public/badges/hipaa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading