Abhimanyu Saharan
|
359de2868d
|
fix(ci): address installer workflow review feedback
|
2026-03-05 02:05:03 +05:30 |
|
Abhimanyu Saharan
|
d46480bd23
|
feat(ci): enhance installer smoke tests for macOS and Linux with improved readiness checks
|
2026-03-05 01:55:33 +05:30 |
|
Abhimanyu Saharan
|
ba6726a99c
|
feat(ci): enhance installer workflow with OS matrix and conditional smoke tests
|
2026-03-05 01:39:38 +05:30 |
|
copilot-swe-agent[bot]
|
1fa7dccda6
|
docs: add Copilot instructions for repository guidelines
Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com>
|
2026-03-02 19:40:33 +00:00 |
|
Claude Thebot
|
c402344cb8
|
feat: add macOS support to installer and docs
- install.sh: detect Darwin, use Homebrew for packages/Node, Docker Desktop hint
- install.sh: portable realpath and bash 3-compatible confirm() for macOS
- docs/installer-support.md: add macOS (Darwin) / Homebrew to support matrix
- README.md: document supported platforms (Linux and macOS), Docker Desktop/Homebrew
- ci.yml: add installer-macos job (macos-latest, bash -n install.sh)
Made-with: Cursor
|
2026-02-26 15:52:47 -08:00 |
|
Abhimanyu Saharan
|
e3404d8590
|
feat: implement local authentication flow and update related tests
|
2026-02-25 02:24:51 +05:30 |
|
Abhimanyu Saharan
|
1d50e48609
|
chore: update CI configuration and improve README instructions
|
2026-02-25 00:49:35 +05:30 |
|
Abhimanyu Saharan
|
1cad57f6b5
|
ci(policy): enforce one migration per PR
|
2026-02-14 19:09:09 +00:00 |
|
Abhimanyu Saharan
|
52f0ca79e0
|
feat: add conditional execution for migration integrity gate on pull requests
|
2026-02-14 00:28:52 +05:30 |
|
Abhimanyu Saharan
|
c772063280
|
Merge branch 'master' into installer
|
2026-02-14 00:20:07 +05:30 |
|
Abhimanyu Saharan
|
35a9471eb6
|
ci: restore push trigger to master only
|
2026-02-13 16:55:12 +00:00 |
|
Abhimanyu Saharan
|
6e8069fc2a
|
chore: remove manual CI trigger for master branch in workflow configuration
|
2026-02-13 14:45:15 +05:30 |
|
Abhimanyu Saharan
|
8750335281
|
feat: add installer script and CI configuration for deployment modes
|
2026-02-13 14:41:27 +05:30 |
|
Abhimanyu Saharan
|
e60734f3e7
|
ci: add migration integrity gate for migration-relevant changes
|
2026-02-12 20:04:38 +00:00 |
|
Abhimanyu Saharan
|
d6db63480e
|
CI: add markdownlint + docs-check wrapper; extend link check scope
|
2026-02-12 14:44:43 +00:00 |
|
Abhimanyu Saharan
|
d830918fd1
|
ci(docs): add markdown relative link check gate
|
2026-02-12 14:44:43 +00:00 |
|
Abhimanyu Saharan
|
d95a8ab3cd
|
Merge pull request #110 from abhi1693/ci/nextjs-build-cache
CI: cache Next.js build artifacts
|
2026-02-12 14:44:18 +05:30 |
|
Abhimanyu Saharan
|
ec8d126301
|
meta: add PR template and branching hygiene guidance
|
2026-02-12 08:27:36 +00:00 |
|
Abhimanyu Saharan
|
88e401368a
|
ci: dedupe Next.js cache step in e2e job
|
2026-02-12 08:27:34 +00:00 |
|
Abhimanyu Saharan
|
d812353656
|
ci: cache Next.js build cache (.next/cache)
|
2026-02-12 08:27:34 +00:00 |
|
Abhimanyu Saharan
|
586502b407
|
fix(ci): update environment variables for Clerk integration in CI configuration
|
2026-02-12 00:24:22 +05:30 |
|
Abhimanyu Saharan
|
6cd5ac295d
|
chore: update Node.js version from 20 to 22 in CI configuration
|
2026-02-11 20:32:44 +05:30 |
|
Abhimanyu Saharan
|
56e97785d5
|
feat: add Clerk secret key to CI environment for enhanced security
|
2026-02-11 11:49:45 +05:30 |
|
openclaw-bot
|
9153e9cf4d
|
ci: remove invalid hashFiles() job condition
|
2026-02-08 17:56:49 +00:00 |
|
Anya
|
419ce1bcf2
|
ci: add conditional e2e job + document canonical test commands
|
2026-02-08 17:33:04 +00:00 |
|
Kunal
|
bd352c506b
|
ci(e2e): set NEXT_PUBLIC_API_URL for frontend during Cypress
|
2026-02-08 15:17:16 +00:00 |
|
Kunal
|
26fdff6aa0
|
ci(e2e): always upload Cypress artifacts
|
2026-02-08 15:06:46 +00:00 |
|
Kunal
|
bd9ee7883a
|
test(e2e): migrate Cypress auth to @clerk/testing commands
|
2026-02-08 14:52:03 +00:00 |
|
Kunal
|
81a4135347
|
fix(e2e): provide Clerk test creds + derive origin from publishable key
|
2026-02-07 19:16:47 +00:00 |
|
Kunal
|
388402b834
|
fix(e2e): keep localhost baseUrl; bind dev server to 0.0.0.0
|
2026-02-07 19:02:17 +00:00 |
|
Kunal
|
f2f1ac5bb2
|
fix(e2e): force IPv4 + 127.0.0.1 baseUrl to avoid localhost ::1 proxy hangups
|
2026-02-07 19:00:09 +00:00 |
|
Kunal
|
f44f715e62
|
test(e2e): reuse shared cy.loginWithClerkOtp helper
|
2026-02-07 17:57:49 +00:00 |
|
Kunal
|
fd2c272824
|
chore(e2e): run Cypress in Chrome; use 127.0.0.1 baseUrl
|
2026-02-07 17:46:47 +00:00 |
|
Kunal
|
cacf6f27df
|
fix(ci): export Clerk pk to Cypress via CYPRESS_ env var
|
2026-02-07 17:44:33 +00:00 |
|
abhi1693
|
ecee7ecaf5
|
E2E: remove Clerk bypass and sign in via Clerk in Cypress
|
2026-02-07 17:32:39 +00:00 |
|
Riya
|
8660f0ffce
|
ci(e2e): run Cypress in Chrome against 127.0.0.1
|
2026-02-07 17:21:11 +00:00 |
|
Riya
|
94dd8e439d
|
test(e2e): add Cypress scaffold + CI job
|
2026-02-07 16:01:13 +00:00 |
|
Mateo (OpenClaw)
|
ad38fcf69c
|
ci: wire Clerk env vars into frontend CI steps
|
2026-02-07 09:36:47 +00:00 |
|
Ishaan (OpenClaw)
|
24a3a720d3
|
chore: remove noop workflow trigger file
|
2026-02-06 23:34:08 +00:00 |
|
Ishaan (OpenClaw)
|
ba21ca9b61
|
chore: noop commit to retrigger CI
|
2026-02-06 23:34:08 +00:00 |
|
Ishaan (OpenClaw)
|
527879b55e
|
ci: add workflow_dispatch for manual reruns
|
2026-02-06 23:34:08 +00:00 |
|
Ishaan (OpenClaw)
|
b88936ae9c
|
ci: remove dummy Clerk key; tighten AuthProvider guard
|
2026-02-06 23:33:25 +00:00 |
|
Ishaan (OpenClaw)
|
eec790455f
|
ci: set dummy Clerk key for Next build in CI
|
2026-02-06 23:33:25 +00:00 |
|
Ishaan (OpenClaw)
|
5682460e70
|
ci: add GitHub Actions workflow for PR validation
|
2026-02-06 23:33:25 +00:00 |
|
Abhimanyu Saharan
|
d0d8b09d5d
|
Delete .github/dependabot.yml
|
2026-02-05 19:14:34 +05:30 |
|
Abhimanyu Saharan
|
abcc871321
|
Create dependabot.yml
|
2026-02-05 19:12:41 +05:30 |
|