689 Commits

Author SHA1 Message Date
lovasoa 9cc5817de3 new component: timeline
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
v0.13.0
2023-10-16 00:52:15 +02:00
lovasoa b0050f6189 better error logs on 404 2023-10-16 00:12:35 +02:00
lovasoa 7aab04dced When NULL is passed as an icon name, display no icon instead of raising an error. 2023-10-16 00:12:03 +02:00
lovasoa cd3e6a9b5e update dependencies 2023-10-15 11:45:47 +02:00
lovasoa 0c26d97c32 fix mssql dockerfile 2023-10-13 22:30:02 +02:00
lovasoa c4ac5da515 fix error message on invalid header-only component usage
fixes https://github.com/lovasoa/SQLpage/discussions/101
2023-10-13 21:14:57 +02:00
lovasoa 0a93d81469 Update to rust 1.73 2023-10-10 15:16:18 +02:00
lovasoa bee3f3f3a4 docker fix typo in env variable
fixes #98
2023-10-09 13:48:11 +02:00
lovasoa 2e19eb92f7 update dependencies 2023-10-09 00:13:12 +02:00
lovasoa acc82016d7 fix suffix 2023-10-08 23:51:20 +02:00
lovasoa 2c3ed4fa9c docker tag intermediate platform-specific images 2023-10-08 23:50:48 +02:00
lovasoa 10723f9ce1 build official site on latest unreleased version 2023-10-08 23:13:57 +02:00
lovasoa 4f962b4397 fix invalid cache image tag name 2023-10-08 23:10:43 +02:00
lovasoa 4075ffdf5e ci: docker cache on specific tag 2023-10-08 22:57:38 +02:00
lovasoa f0d9a6005f top_image attribute in card component 2023-10-08 09:33:57 +02:00
lovasoa 51a2ca320d changes 2023-10-08 09:33:57 +02:00
lovasoa 4a099bfb6e improve bubble chart support and simplify example 2023-10-08 09:33:56 +02:00
lovasoa 45b4f0291c fix log level 2023-10-08 09:33:56 +02:00
lovasoa 47cedaea56 Improve migration formatting in logs 2023-10-08 09:33:56 +02:00
lovasoa 53b9dbab67 clippy 2023-10-08 09:33:56 +02:00
lovasoa 76a093e48f Improve error messages on invalid migrations
Provide the user with the precise location of the error within the
migration file
2023-10-08 09:33:56 +02:00
lovasoa 83a4509a5c change sql error message 2023-10-08 09:33:56 +02:00
lovasoa caf13bcc6b report precise syntax error position
SQL errors reported by the db were already handled correctly.
When sqlpage cannot parse a sql statement, it now reportes the precise error position too
2023-10-08 09:33:56 +02:00
lovasoa a2d7697b90 add support for bubble charts 2023-10-08 09:33:56 +02:00
lovasoa 0fa787149b update tabler icons 2023-10-08 09:33:56 +02:00
lovasoa 425bb525c3 v0.12 blog 2023-10-08 09:33:56 +02:00
lovasoa 3ab2795688 fix #97
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
New docker push ci was misconfigured
v0.12.0
2023-10-08 09:14:33 +02:00
lovasoa e286a10038 update rustix 2023-10-05 00:04:30 +02:00
lovasoa 1d354885e8 docker latest tag 2023-10-04 12:27:21 +02:00
lovasoa b797cdadd2 allow customization of empty lists 2023-10-04 12:01:18 +02:00
lovasoa 3223929d24 change default working directory to /etc 2023-10-03 13:07:41 +02:00
lovasoa 632e8561e5 small code simplification 2023-10-03 12:53:47 +02:00
lovasoa 274b178beb Include a default rw sqlite db in the docker image
Fixes https://github.com/lovasoa/SQLpage/issues/94
2023-10-03 12:51:41 +02:00
lovasoa 29af4eed69 improve tutorial 2023-10-03 12:33:14 +02:00
lovasoa 02b529712a create the config dir if it does not exist 2023-10-03 12:04:33 +02:00
lovasoa 53eda07765 default db is now inaccessible by http by default
Create the default SQLite database file in the "sqlpage" config
directory instead of at the root of the web server by default.

see https://github.com/lovasoa/SQLpage/issues/94
2023-10-03 11:37:44 +02:00
lovasoa 995ea2d8af fix redundant docker layer 2023-10-03 03:58:20 +02:00
lovasoa 43f705bb65 use docker registry cache 2023-10-03 03:48:20 +02:00
lovasoa 86339d0eac fix docker hub push 2023-10-03 03:36:42 +02:00
lovasoa 942020f952 fix armv7 build 2023-10-03 03:24:12 +02:00
lovasoa 10d9ae00c2 remove unused install 2023-10-03 03:20:02 +02:00
lovasoa 8c2bb5a5e9 fix native rust build on exotic targets 2023-10-03 03:17:36 +02:00
lovasoa ec738c4569 armv7 2023-10-03 02:59:29 +02:00
lovasoa f5b369da8a docker cross compilation 2023-10-03 02:56:24 +02:00
lovasoa f6dfe8ca61 change docker platform 2023-10-03 00:14:03 +02:00
lovasoa b26f75a6f4 update docker rust version 2023-10-03 00:13:46 +02:00
lovasoa 503252eb2c faster docker builds with cache 2023-10-02 23:51:12 +02:00
lovasoa 5849f6a900 build docker images for arm 2023-10-02 23:26:56 +02:00
lovasoa 83f0d76512 clippy 2023-10-02 22:57:34 +02:00
lovasoa 7605d56353 reformat 2023-10-02 18:11:17 +02:00