Commit graph

115 commits

Author SHA1 Message Date
Anish Sarkar
2fb0f0c050 ci: align workflows and playwright with runtime env vars 2026-06-16 02:11:48 +05:30
DESKTOP-RTLN3BA\$punk
52f035f344 fix(build): disable npm rebuild for non-macOS platforms in release workflow 2026-06-09 23:58:47 -07:00
Anish Sarkar
8e32df4496 refactor(docker): rename tag_release job to compute_version in Docker build workflow 2026-06-07 12:14:18 +05:30
Anish Sarkar
b254ef32e2 feat(docker): integrate HF_TOKEN secret into Docker build process
- Added support for HF_TOKEN as a secret in the Docker build workflow to enhance security during model embedding retrieval.
- Updated the Dockerfile to utilize the HF_TOKEN secret for fetching embeddings, ensuring sensitive information is handled securely.
2026-06-07 12:06:34 +05:30
Anish Sarkar
6ebee03931 feat(docker): enhance Docker build workflow for version tagging and release identification
- Added support for version tagging with 'v*' and 'beta-v*' patterns in the Docker build workflow.
- Updated the tag_release job to identify release tags and calculate the next Docker version accordingly.
- Improved error handling for version validation and adjusted conditions for build and release processes.
2026-06-07 11:50:32 +05:30
Anish Sarkar
4c1b8fc315 feat(docker): enhance Docker build workflow with commit SHA output and digest verification
- Added output for commit SHA in the Docker build workflow to facilitate tagging.
- Introduced a new verification step to ensure both architectures are present for each required variant before proceeding with the release.
- Updated the finalize_release job to tag the correct commit after successful builds and verifications.
2026-06-07 11:41:26 +05:30
Anish Sarkar
c1ee5fabf9 feat(docker): enhance multi-architecture and CUDA support in Docker workflows
- Added support for multiple image variants (CPU, CUDA 12.8, CUDA 12.6) in the Docker build workflow.
- Updated Docker Compose configuration to utilize the new SURFSENSE_VARIANT environment variable for selecting image variants.
- Enhanced documentation to clarify usage of backend image variants and their corresponding environment variable settings.
2026-06-05 23:39:42 +05:30
Anish Sarkar
58a975205d chore: add workflow file to change detection filters for backend and frontend jobs 2026-05-20 20:06:38 +05:30
Anish Sarkar
a6a0f7a373 chore: streamline GitHub Actions workflow by removing change detection job and simplifying test conditions 2026-05-20 20:03:51 +05:30
Anish Sarkar
844b8ba609 chore: refactor GitHub Actions workflow to improve backend change detection and job dependencies 2026-05-20 19:42:47 +05:30
Anish Sarkar
a786574484 chore: simplify job names in GitHub Actions workflow 2026-05-20 19:29:09 +05:30
Anish Sarkar
20152b1243 chore: update Node.js version to 20 in GitHub Actions workflow 2026-05-20 18:41:05 +05:30
Anish Sarkar
ff2d621185 chore: fix the pnpm version in GitHub Actions workflow 2026-05-20 18:37:21 +05:30
Anish Sarkar
650b691a39 chore: enhance E2E tests by adding synthetic global LLM config and updating environment variables for Google OAuth 2026-05-12 02:37:39 +05:30
Anish Sarkar
315329f344 chore: update E2E tests workflow to capture logs on cancellation and add shared volume for backend services 2026-05-12 01:35:33 +05:30
Anish Sarkar
b247ff37df chore: implement test-only token mint endpoint and update E2E test authentication flow 2026-05-11 19:48:18 +05:30
Anish Sarkar
99e667f3f9 chore: refine E2E tests workflow by removing pnpm version specification and updating Docker Compose for backend build reference 2026-05-11 13:01:20 +05:30
Anish Sarkar
65fecb3337 chore: update Docker Buildx action to version 4 in E2E tests workflow 2026-05-11 03:53:47 +05:30
Anish Sarkar
f091182b94 chore: update GitHub Actions workflows and Dockerfile to use latest action versions and improve build targets 2026-05-11 03:52:22 +05:30
Anish Sarkar
68f45335bc chore: implement E2E testing setup with Docker Compose and update workflow for backend and Redis services 2026-05-11 03:09:01 +05:30
Anish Sarkar
292b4d70ac chore: enhance E2E tests workflow by adding caching for Next.js build and updating test command 2026-05-10 22:21:06 +05:30
Anish Sarkar
548e574f1a chore: refactor E2E tests workflow to start Postgres as a container and add readiness check 2026-05-10 21:47:59 +05:30
Anish Sarkar
288c18bdf7 chore: update E2E tests workflow to include scoped proxy settings for backend and Celery worker 2026-05-10 21:34:07 +05:30
Anish Sarkar
21d3be14c9 chore: update E2E tests workflow name and adjust video recording settings 2026-05-10 21:13:57 +05:30
Anish Sarkar
cf9e702bee chore: refine E2E tests workflow by updating Redis configuration and adding fake API keys for various services 2026-05-10 13:09:50 +05:30
Anish Sarkar
dec06e0e18 chore: add E2E tests workflow configuration 2026-05-10 04:50:38 +05:30
Anish Sarkar
0487703106 chore: remove E2E tests workflow configuration 2026-05-10 04:29:16 +05:30
Anish Sarkar
b1d8a45347 fix: update Playwright test email domain in E2E tests 2026-05-04 19:35:27 +05:30
Anish Sarkar
fbd41f3cf8 ci: add E2E test workflow 2026-05-04 17:50:15 +05:30
DESKTOP-RTLN3BA\$punk
360b5f8e3a chore: update environment variables for improved macOS codesigning debugging 2026-04-30 20:47:30 -07:00
DESKTOP-RTLN3BA\$punk
1efed5e489 chore: add debug environment variables for macOS codesigning troubleshooting 2026-04-30 20:28:41 -07:00
DESKTOP-RTLN3BA\$punk
b2f487bf36 feat: added mac signing & notarization for desktop app 2026-04-30 15:03:10 -07:00
Anish Sarkar
3b9be79d65 chore: update SurfSense plugin identifiers and versioning
- Changed plugin ID from "surfsense" to "surfsense-obsidian" for clarity.
- Updated version from "0.1.1" to "0.1.0" in manifest and versions files.
- Modified author URL to point to the official SurfSense website.
- Adjusted GitHub release workflow to ensure compatibility with Obsidian and BRAT.
2026-04-24 23:43:01 +05:30
Anish Sarkar
3b7f27cff9 chore: update GitHub Actions workflows to use Node.js 22.x and enhance connection indicator styling in SurfSense plugin 2026-04-22 06:26:49 +05:30
Anish Sarkar
e86d279d55 chore: update GitHub Actions workflow to include publish mode selection and improve version resolution logic 2026-04-22 05:34:17 +05:30
Anish Sarkar
08489dbd5a chore: update obsidian GitHub Actions workflows to use latest action versions 2026-04-22 00:48:07 +05:30
Anish Sarkar
16ea8e2401 Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin 2026-04-21 23:35:22 +05:30
DESKTOP-RTLN3BA\$punk
fde8035185 refactor: remove Azure OIDC token fetching steps from desktop release workflow
- Eliminated the Azure login and OIDC token fetching steps for Windows signing.
- Updated environment variable handling for Azure signing to use client-secret authentication due to electron-builder limitations.
2026-04-21 10:54:12 -07:00
DESKTOP-RTLN3BA\$punk
63739ee737 feat: add GitHub OIDC token fetching for Azure signing in desktop release workflow
- Implemented a step to fetch the GitHub OIDC token for Azure signing SDK when signing is enabled.
- Updated environment variables for Azure.Identity EnvironmentCredential to support the TrustedSigning PowerShell module.
2026-04-21 02:24:22 -07:00
DESKTOP-RTLN3BA\$punk
fc45b62c1b fix: remove unnecessary publisherName from Windows signing command in desktop release workflow 2026-04-21 02:05:07 -07:00
DESKTOP-RTLN3BA\$punk
2703fd4ebe feat: add Windows signing process in desktop release workflow
- Added permissions for id-token to enable Windows signing.
- Implemented logic to detect Windows signing eligibility based on production v* tags.
- Integrated Azure login step for Windows signing if eligible.
- Updated packaging command to include Windows signing options when applicable.
2026-04-20 23:14:59 -07:00
Anish Sarkar
f903bcc80d feat: add GitHub workflows for linting and releasing Obsidian plugin 2026-04-20 04:02:54 +05:30
DESKTOP-RTLN3BA\$punk
7c154784b3 fix: unified version management
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
- Changed the method of retrieving the app version in the Docker build workflow from the pyproject.toml file to the VERSION file for improved consistency and reliability.
- Updated error messaging to reflect the new source of the app version.
2026-04-07 22:12:30 -07:00
DESKTOP-RTLN3BA\$punk
6dd85dd365 feat: validate version format in auto-updater and release workflow
- Added a check in the desktop release workflow to ensure version tags follow semantic versioning (semver) format.
- Enhanced the auto-updater to log a message and skip updates if the app version is not valid semver.
- Improved type definitions for event handlers in the auto-updater for better TypeScript support.
2026-04-07 20:07:15 -07:00
DESKTOP-RTLN3BA\$punk
526057022d chore: update dependencies in desktop release workflow
- Upgraded actions/checkout from v4 to v5.
- Upgraded pnpm/action-setup from v4 to v5.
- Upgraded actions/setup-node from v4 to v5 and changed node version from 20 to 22.
2026-04-07 15:25:48 -07:00
DESKTOP-RTLN3BA\$punk
b9b567fe30 chore: update desktop release workflow and configuration
- Changed shell to bash in the desktop release workflow for consistency.
- Updated the hosted frontend URL in the .env file to point to the new domain.
- Enhanced package.json with homepage and author details for better project metadata.
2026-04-07 15:13:26 -07:00
DESKTOP-RTLN3BA\$punk
9ac062ad7e ci: add workflow_dispatch to desktop release for manual testing
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-04-07 15:03:33 -07:00
CREDO23
8566b03c91 Add PostHog analytics to desktop main process 2026-04-07 20:18:42 +02:00
CREDO23
e85c355592 Add NEXT_PUBLIC_POSTHOG_KEY to desktop release CI and .env.example 2026-04-07 19:45:30 +02:00
CREDO23
f9ba7e52d9 feat: add Zero infra — docker-compose, env vars, Dockerfile, CI workflows
- Add zero-cache service to docker-compose.yml and docker-compose.dev.yml
- Add ZERO_* env vars to docker/.env.example
- Add NEXT_PUBLIC_ZERO_CACHE_URL to surfsense_web/.env.example
- Add NEXT_PUBLIC_ZERO_CACHE_URL placeholder ARG/ENV to Dockerfile
- Add NEXT_PUBLIC_ZERO_CACHE_URL runtime substitution to docker-entrypoint.js
- Add NEXT_PUBLIC_ZERO_CACHE_URL build arg to docker-build.yml and desktop-release.yml
2026-03-23 18:27:18 +02:00