29 Commits

Author SHA1 Message Date
Ylber Gashi
ed5327a354 Add path-based PR tests for server and web (#328)
* Add path-based PR tests for server and web
* Use Turbo affected tests in PR CI
2026-02-21 16:25:50 +01:00
Ylber Gashi
2f8438549e Add configurable storage backends (File, S3, GCS, Azure) (#225) 2025-10-11 01:59:30 +02:00
Hakan Shehu
1813b716ed Rename github workflows (#91) 2025-06-25 19:12:19 +02:00
Ylber Gashi
af44d9bc16 Add Helm charts for Kubernetes self-hosting (#87)
* Add Helm chart for Kubernetes deployment and reorganize hosting setup

- Created Helm chart for deploying Colanode on Kubernetes with PostgreSQL, Redis, and MinIO configurations
- Moved Docker Compose files to /hosting folder for better organization
- Added health check endpoints for database, Redis, and S3 services
- Introduced Dockerfile for PostgreSQL with pgvector extension to support Helm deployment
- Added GitHub Actions workflow for building and publishing Helm chart
- Updated README with Kubernetes deployment instructions

* Renames and restructure

* Update Helm chart workflow for Colanode deployment

* Remove health check route and related configurations from the server and Kubernetes deployment files.

---------

Co-authored-by: Hakan Shehu <hakanshehu15@gmail.com>
2025-06-25 19:06:35 +02:00
Hakan Shehu
c0507e40e6 Fix windows version update workflow step (#51) 2025-06-11 22:29:33 +02:00
Hakan Shehu
29d7fcdb0d Prepare for release 0.2.0 (#49) 2025-06-11 20:07:12 +02:00
Hakan Shehu
eb3a8a9216 Docker and workflow improvements (#46) 2025-06-11 12:31:52 +02:00
Hakan Shehu
30e15e4bd3 Web version (#43)
* Create client package
* Create the UI package
* Init web app
* Use isomorphic 'ws' for web sockets
* File and asset implementations
* Use Opfs SAH version of sqlite in browser
* Generate Svg sprites for emojis and icons
* Include emojis sprite
* Improve and refactor assets
* More assets improvements
* Implement emoji and icons db import as readonly
* Improve import paths
* Handle concurrency limits for sqlite
* Fix event broadcast in web
* Pass windowId for subscribe and unsubscribe queries in desktop
* Remove asset context
* Implement avatar upload/download with the new structure
* Improve file handlings
* Move the necessary dependencies to client and ui packages
* Update packages
* Improve open file dialog
* Make sure database files are deleted in browser
* Improve avatar loading
* Improve file loading
* Fix some assets
* Implement asset caching for offline access
* Small fixes and improvements
* Use server instead of pre signed urls for file upload/download
* Cleanup some client related metadata
* Switch Axios with ky
* Refactor mutation results
* Minor concurrency fix
* Refactor web sockets
* Improve file uploading
* Handle connection close on server
* Use stream for downloading the file
* Add config options for cors
* Update document in all tabs on local change
* Include necessary icons for web
* Update docker compose
* Implement server upgrade required component
* Use correct client type and platform in web and desktop
* Improve service worker
* Improve versioning
* Fix an import
* Minor fixes
* Update some user endpoints
* Minor endpoint changes
* Enable app badge for desktop
* Add error handling in some database operations
* Update mutation naming convention
* Update query naming convention
* Update event and some metadata naming conventions
* Update event and job naming conventions in server
* Update Github workflow files
* Restructure assets directory
* Update packages
* Upgrade to Zod v4
* Upgrade to react 19
* Upgrade to tailwind v4
* Minor ui improvements
* Fix some cursor pointers
* Add browser not supported message in web
* Enhance server create flow, allow insecure connections and custom api paths
* Execute electron-rebuild as postinstall command
* Update docker compose
2025-06-11 00:14:17 +02:00
Ylber Gashi
147c4230d9 Enhance GitHub Actions workflow for server app deployment (#35)
- Added a step to set up QEMU for multi-platform builds
- Specified target platforms for Docker build: linux/amd64 and linux/arm64.
- Corrected the COPY command in Dockerfile to use relative paths correctly.
2025-05-07 18:44:44 +02:00
Hakan Shehu
7067347110 Add desktop publish step for MacOS Intel (#26) 2025-05-02 15:48:55 +02:00
Hakan Shehu
7e5c31d7f8 Include immutable version and commit sha as part of server docker build (#18) 2025-05-01 10:41:10 +02:00
Hakan Shehu
d2e1cc7020 Minor workflow rename 2025-01-10 14:45:00 +01:00
Hakan Shehu
2ae847becd Rename and update workflows 2025-01-10 14:43:33 +01:00
Hakan Shehu
b6ba69c339 Update macos build workflow 2025-01-10 11:59:58 +01:00
Hakan Shehu
c6f4b97a23 Improve config for app signing for macos 2025-01-10 00:15:23 +01:00
Ylber Gashi
32854de286 Remove working directory specification for dependency installation in CI workflow 2024-12-07 16:59:44 +01:00
Ylber Gashi
9f9ee27452 Remove working directory specification for dependency installation in CI workflow 2024-12-07 16:24:38 +01:00
Ylber Gashi
606881321f Add caching for Electron on Windows and macOS in CI workflow 2024-12-07 16:11:55 +01:00
Ylber Gashi
6d0718c6f1 Remove Electron caching steps for Windows and macOS in CI workflow 2024-12-07 16:08:44 +01:00
Ylber Gashi
b77f3763c1 Refactor CI workflow to separate Windows and macOS build jobs and improve caching 2024-12-07 15:55:35 +01:00
Ylber Gashi
38f2cfa7ef Add Windows certificate handling in CI workflow and configuration 2024-12-07 11:05:04 +01:00
Ylber Gashi
8156c791fc Fix GitHub Actions workflow to use correct GITHUB_TOKEN secret 2024-12-02 23:14:43 +01:00
Ylber Gashi
02fa615494 Update GitHub Actions workflow and forge config for desktop app publishing 2024-11-17 19:17:23 +01:00
Ylber Gashi
92c6fc185e Update build context in GitHub Actions workflow for server image 2024-11-17 00:05:03 +01:00
Ylber Gashi
a32cd3ac65 Update server image name in GitHub Actions workflow 2024-11-17 00:02:37 +01:00
Ylber Gashi
a65cb839b6 Updated GitHub Actions workflow to use Colanode server image 2024-11-16 20:11:21 +01:00
Ylber Gashi
8bbd4fffcc Add GitHub release workflow for publishing the app 2024-10-30 23:04:17 +01:00
ylber-gashi
d44ddbffa3 Updated Docker image build workflow and metadata 2024-10-06 16:29:14 +02:00
ylber-gashi
b64ab9134d Added GitHub Actions workflow for building and pushing Docker image 2024-10-06 00:41:28 +02:00