Skip to content
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
109c5f9
Enhancement: Switched from Google Analytics to Vercel Analytics
OverDsh Oct 18, 2025
49743fc
Enhancement: Improved auth toaster
OverDsh Oct 22, 2025
5ebe9b8
[FEAT] Email verification (#6)
OverDsh Oct 22, 2025
d5817ba
Enhancement: Switch to Jetbrains IDE and qodana for code quality anal…
OverDsh Oct 26, 2025
55c66f0
Merge remote-tracking branch 'origin/dev' into dev
OverDsh Oct 26, 2025
224f510
Merge remote-tracking branch 'origin/dev' into dev
OverDsh Oct 26, 2025
c448660
Merge branch 'dev' of https://github.com/rmanager-dev/rmanager-core i…
OverDsh Oct 26, 2025
8348595
Remove Qodana from Github workflow (#10)
OverDsh Nov 2, 2025
1858dba
Refactor: Made Navbar and User Dropdown components to be re-used on t…
OverDsh Nov 2, 2025
d1d71ec
Chore: Add sidebar component from shadcn/ui
OverDsh Nov 2, 2025
790506e
Refactor: Update Navbar component to accept className prop
OverDsh Nov 2, 2025
7f96be3
Refactor: Update UserDropdown component to accept tirggerProps prop
OverDsh Nov 2, 2025
44e532a
Feat: Created the dashboard navbar
OverDsh Nov 2, 2025
fc7a115
Chore: Update to Next.js 16.0.1
OverDsh Nov 2, 2025
7cbef97
Migration from Firebase ecosystem to Better-Auth + Turso (and Drizzle…
OverDsh Nov 10, 2025
48374ba
[FEAT] 2FA Auth (#15)
OverDsh Nov 22, 2025
5c3e3e5
Feat/user settings (#16)
OverDsh Nov 30, 2025
73487b2
Fix: Cleanup unused Dialog folder
OverDsh Nov 30, 2025
5fc7c4c
Security: Patched React2Shell
OverDsh Dec 14, 2025
1712517
Feat/user settings (#22)
OverDsh Dec 19, 2025
ca31306
Merge main into dev
OverDsh Dec 22, 2025
99da13e
Chore: Uninstall old react-query package
OverDsh Dec 22, 2025
d7bc56b
Enhancement: Feature branches now creates a deployment only on PRs. (…
OverDsh Dec 23, 2025
089c46b
Enhancement: Ignore deployment workflows if changes are not affecting
OverDsh Dec 23, 2025
dd7b293
Enhancement: Added README.md to paths-ignore and added paths-ignore to
OverDsh Dec 23, 2025
84adb0b
Potential fix for code scanning alert no. 4: Workflow does not contai…
OverDsh Dec 23, 2025
d6ca003
Fix: PR_NUM env was not corrcetly imported in workflow
OverDsh Dec 23, 2025
906e42c
Resolved merge conflict
OverDsh Dec 23, 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/pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const {DEPLOYMENT_URL, DEPLOY_STATUS, RUN_URL} = process.env;
const {DEPLOYMENT_URL, DEPLOY_STATUS, RUN_URL, PR_NUM} = process.env;
const status = DEPLOY_STATUS === "success" ? "✅ Ready" : "❌ Failed to deploy";

const body = `### 🚀 Preview Deployment:
Expand Down