731 Commits

Author SHA1 Message Date
lovasoa 2fdf668c8d v0.15.0
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 sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
v0.15.0
2023-10-29 21:40:41 +01:00
lovasoa 3b133f5914 update sqlparser
fixes: MySQL's `REGEXP` binary operator is not supported #107

and answers https://github.com/lovasoa/SQLpage/discussions/109
2023-10-29 09:59:02 +01:00
lovasoa 9780a11152 v0.15.0-beta.0
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 sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
v0.15.0-beta.0
2023-10-27 10:22:55 +02:00
lovasoa 0ce4a85239 fix typo 2023-10-27 10:18:14 +02:00
lovasoa 46d6c87ae1 fmt 2023-10-26 20:14:06 +02:00
lovasoa c57efa3112 update deps 2023-10-26 20:14:01 +02:00
lovasoa 14b86acaa8 remove unneeded generated sql casts 2023-10-26 03:46:34 +02:00
lovasoa ec5875e4a6 normalize paths on windows in tests 2023-10-26 03:04:52 +02:00
lovasoa 69f040b75d fix test error msg 2023-10-26 03:00:23 +02:00
lovasoa dab123f355 color type docs 2023-10-26 02:59:28 +02:00
lovasoa 38f5b81a04 New function: sqlpage.path
fixes https://github.com/lovasoa/SQLpage/issues/114
2023-10-26 02:50:17 +02:00
lovasoa fc4ba7d6d4 new align_right attribute in the table component
fixes #115
2023-10-26 02:34:47 +02:00
lovasoa ecc172aca2 add a new footer_link property to cards 2023-10-26 01:58:40 +02:00
lovasoa 41f6fecae7 documentation 2023-10-26 01:58:02 +02:00
lovasoa 3369e9a5b9 add links for icon and color types in the docs 2023-10-26 01:57:36 +02:00
lovasoa 1425125240 update dependencies 2023-10-23 20:29:17 +02:00
ophir e45c059fe6 improve example 2023-10-22 15:51:26 +02:00
ophir 91def50180 form example: use raw product ids for clearer code 2023-10-22 15:41:33 +02:00
Ophir LOJKINE a8fa3b955b add link 2023-10-22 01:54:46 +02:00
Ophir LOJKINE 807268fed8 Update CHANGELOG.md 2023-10-22 01:53:20 +02:00
ophir 164f54825e use sqlpage.variables in the "variable number of fields" example 2023-10-22 01:51:55 +02:00
ophir 5e5eaee7ce fix typo in example 2023-10-22 01:17:07 +02:00
ophir c3be66bab0 add products in the example 2023-10-22 01:16:56 +02:00
ophir bac3ccce4e improve docs for mysql 2023-10-22 01:00:35 +02:00
ophir ec65bc95f6 new function: sqlpage.variables 2023-10-22 00:41:40 +02:00
ophir 1ec8a4b515 add a vscode launch config 2023-10-21 22:10:22 +02:00
lovasoa b7122673c6 Fix display of long titles in the shell component. 2023-10-19 01:04:53 +02:00
lovasoa 70ab3e13b8 blog about v0.14 2023-10-19 00:22:10 +02:00
lovasoa 642cb2162e new component: button
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
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 / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
creates a row of buttons to implement easy navigation
v0.14.0
2023-10-19 00:04:58 +02:00
lovasoa f94f4d7a24 push to cargo on ci 2023-10-18 22:50:22 +02:00
lovasoa c17f9b1e8a include only source code in rust package on crates.io 2023-10-18 22:33:26 +02:00
lovasoa fb4325d3f8 update dependencies 2023-10-18 22:11:11 +02:00
lovasoa a6c15efad1 better time series support in the chart component
fixes https://github.com/lovasoa/SQLpage/issues/103
2023-10-18 22:02:37 +02:00
lovasoa b663dde92f official website code example display improvement 2023-10-18 22:00:54 +02:00
lovasoa 9a52756ed9 carify error message provenance 2023-10-18 21:35:00 +02:00
lovasoa d3ac30eaac use sqlpage main in corporate conundrum example 2023-10-18 00:55:16 +02:00
lovasoa 37a730388e Many improvements in the official website and the documentation.
Most notably, the documentation now has syntax highlighting on code blocks.
2023-10-18 00:30:20 +02:00
lovasoa 9b873ca152 better error messages for sql server 2023-10-17 09:45:39 +02:00
lovasoa 22c39c10d5 blog about v0.13 2023-10-17 00:18:34 +02:00
lovasoa 5f2325e93c fix dockerfile config 2023-10-16 01:37:04 +02:00
lovasoa ccebfdfd56 fix dockerfiles 2023-10-16 01:24:46 +02:00
lovasoa 9f243bfe47 small code style fixes 2023-10-16 01:00:36 +02:00
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