Commit Graph

20 Commits

Author SHA1 Message Date
Orne Brocaar
9bf78eebfd Attempt #3 to fix matrix.database Docker image suffix. 2024-10-30 11:58:35 +00:00
Orne Brocaar
905db6e9b7 Attempt #2 to fix matrix.database Docker image suffix. 2024-10-29 15:58:54 +00:00
Orne Brocaar
49e7c1ccb9 Try fix matrix.database == 'postgres'. 2024-10-29 12:16:15 +00:00
Orne Brocaar
3378a81a37 Fix GitHub workflow. 2024-10-29 11:00:16 +00:00
Orne Brocaar
e3b83066b7 Build separate Docker image for SQLite. 2024-10-29 10:48:28 +00:00
Julien Catalano
d69f18edad
Build/archive package for both Postgres and SQLite (#540) 2024-10-17 15:39:49 +01:00
Orne Brocaar
e63296573b
Implement support for SQLite database backend. (#418) (#500)
This feature makes it possible to select between PostgreSQL and SQLite as database backend using a compile feature-flag. It is not possible to enable both at the same time.

---------

Co-authored-by: Momo Bel <plopyomomo@gmail.com>
2024-08-26 13:22:35 +01:00
Orne Brocaar
2eb17bde92 Update install-nix-action workflow step. 2024-07-22 11:51:00 +01:00
SAGAR PATEL
262f51da3f
Update main.yml workflow. (#461) 2024-07-22 10:14:37 +01:00
Orne Brocaar
2e65c5baa9 Set CARGO_INCREMENTAL=0 for CI builds. 2024-05-08 14:12:04 +01:00
Orne Brocaar
d170c7dd79 api: Remove generated API files from repo + update build.
All these files can be generated using the `make api` command and there
is no real need to commit these into the repo. Only the api/go files
need to be comitted of how the Go import system works.

This also updates the Rust, Go, JS and gRPC-web (JS) code generation and
UI build to use the nix-shell environment instead of using Docker.
2024-04-01 14:27:15 +01:00
Aidar
5f72db234f
Updated docker-compose to docker compose (#377) 2024-03-12 11:27:27 +00:00
Orne Brocaar
e7dc3beafa Update dist workflow. 2023-05-30 12:13:52 +01:00
Orne Brocaar
c0d4270508 Update test workflow. 2023-05-30 12:13:52 +01:00
Orne Brocaar
aa09d23492
Create FUNDING.yml 2023-01-24 15:11:28 +00:00
Orne Brocaar
add5bb9f06
Create dependabot.yml 2023-01-11 11:22:18 +00:00
Orne Brocaar
5436582f03 Refactor testing and (cross)compile.
With the update to diesel 2.0.0-rc0, it is now possible to cross-compile
without emulation. Note that during each (cross)compile, we have to
install libpq-dev for the target platform, as only one version can be
installed at a time (e.g. libpq-dev:amd64 conflicts with libpq-dev:armhf).
2022-07-21 11:00:47 +01:00
Orne Brocaar
1e6aad326c Implement building distributable binaries in ci workflow. 2022-04-28 22:57:01 +01:00
Orne Brocaar
8e5d7f760a CI related changes. 2022-04-18 21:19:24 +01:00
Orne Brocaar
96fe672fc7 Initial commit. 2022-04-06 21:18:32 +01:00