1033 Commits

Author SHA1 Message Date
lovasoa 7196f50a6e v0.20.3
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.20.3
2024-04-21 22:30:09 +02:00
lovasoa 5c6e9924a5 remove newlines from tests for windows 2024-04-21 19:30:08 +02:00
lovasoa 066c80ace2 new function: sqlpage.fetch
fixes https://github.com/lovasoa/SQLpage/issues/7

see
 - https://github.com/lovasoa/SQLpage/discussions/197
 - https://github.com/lovasoa/SQLpage/discussions/215
 - https://github.com/lovasoa/SQLpage/discussions/254
2024-04-21 18:47:14 +02:00
lovasoa d303f3bb92 update dependencies 2024-04-21 09:45:55 +02:00
lovasoa 9df50c89c9 update deps 2024-04-16 08:33:12 +02:00
lovasoa 074a1bc528 better documentation 2024-04-15 22:30:36 +02:00
lovasoa e30c381fae clippy 2024-04-15 20:42:39 +02:00
lovasoa 39a11aae17 improve the 'simple select' optimization to take pseudo-functions into account. 2024-04-15 20:40:34 +02:00
lovasoa fe268f45ed bundle tomselect with sqlpage 2024-04-14 18:52:59 +02:00
lovasoa 12cc7cf0eb add a dropdown form item that allows multiple selection
fixes https://github.com/lovasoa/SQLpage/issues/221
fixes https://github.com/lovasoa/SQLpage/discussions/281
see https://github.com/lovasoa/SQLpage/discussions/220
2024-04-14 18:31:31 +02:00
lovasoa 49332324c0 update tabler icons 2024-04-14 10:49:31 +02:00
lovasoa f7f83e1d9b fix support for serving the same site as both HTTP and HTTPS
fixes https://github.com/lovasoa/SQLpage/issues/288
2024-04-12 22:40:15 +02:00
Ophir LOJKINE a234df744a Merge pull request #282 from lovasoa/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.25 to 0.3.26
2024-04-05 19:14:26 +02:00
dependabot[bot] a91eadc1ea Bump h2 from 0.3.25 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:26:09 +00:00
lovasoa feb899c2f5 document the height property of charts
see https://github.com/lovasoa/SQLpage/discussions/270
2024-04-02 14:13:29 +02:00
lovasoa 91a143332a update website 2024-04-01 19:04:32 +02:00
lovasoa 885f8f7ec8 fix lambda docker image
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.20.2
2024-04-01 15:57:48 +02:00
lovasoa 4cbdf2f6a9 update rust in gh actions 2024-04-01 15:55:17 +02:00
lovasoa 1334b8d8bf fix mssql tests 2024-04-01 14:16:58 +02:00
lovasoa b545bcafac 0.20.2 2024-04-01 12:59:29 +02:00
lovasoa 4da279bc1f Allow string concatenation in inside sqlpage function parameters 2024-04-01 12:54:06 +02:00
lovasoa e338a99f7d rust 1.77 for lambda image 2024-03-30 22:58:26 +01:00
lovasoa 59f4d8a562 update rust version in docker images 2024-03-30 22:57:44 +01:00
lovasoa 69ae9f7923 allow arbitrary nested sqlpage functions 2024-03-30 22:49:17 +01:00
lovasoa e5bdbdd5f1 fix typo in function name 2024-03-30 22:22:44 +01:00
lovasoa 3cee61226c allow parameters to sqlpage.hash_password to be any sqlpage expression, including the results of functions such as sqlpage.read_file_as_text 2024-03-30 22:22:04 +01:00
lovasoa c86e0f50af update dependencies 2024-03-30 22:15:41 +01:00
lovasoa d6b3a5b6e3 add an example of redirection when no file was uploaded
See https://github.com/lovasoa/SQLpage/discussions/278
2024-03-30 22:14:01 +01:00
lovasoa 6982681bd7 chart performance: use .textContent instead of .innerText 2024-03-25 09:41:17 +01:00
lovasoa a171ab2ff2 better template syntax error messages 2024-03-25 07:57:01 +01:00
lovasoa f83592c44d slightly improve error messages on invalid templates
https://github.com/lovasoa/SQLpage/discussions/275#discussion-6413288
2024-03-24 19:13:31 +01:00
lovasoa e3917f7f8a "table" as the default component
this fixes the default component not being rendered properly
2024-03-24 18:54:06 +01:00
lovasoa 20b55b66cd changelog 2024-03-23 16:19:46 +01:00
lovasoa 3fe951d0d3 clippy
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.20.1
2024-03-23 13:30:13 +01:00
lovasoa d1764a00b9 fmt 2024-03-23 13:18:38 +01:00
lovasoa ee77e9e5ba add a test for errors on large file uploads 2024-03-23 13:13:29 +01:00
lovasoa ba4292b492 add an easy was to persist uploaded files
fixes https://github.com/lovasoa/SQLpage/issues/199
2024-03-23 13:03:47 +01:00
lovasoa 0f80ad2b68 update dependencies 2024-03-19 18:23:36 +01:00
lovasoa 746541fa9b add a css class with the column name to table headers, and document the behavior
fixes https://github.com/lovasoa/SQLpage/discussions/264
2024-03-13 18:26:41 +01:00
lovasoa 38fad27b5d update tabler icons 2024-03-13 11:32:29 +01:00
lovasoa 7af71061ea add a link to the documentation 2024-03-12 20:51:01 +01:00
lovasoa cce526e2bf v0.20.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.20.0
2024-03-12 15:43:12 +01:00
lovasoa d7e3b9001a changelog 2024-03-12 15:41:40 +01:00
lovasoa 378ed9c50e update apexcharts 2024-03-12 15:40:24 +01:00
lovasoa fc6c798503 update dependencies 2024-03-12 15:08:05 +01:00
lovasoa 0561724934 run_sql documentation in shell component 2024-03-12 13:25:18 +01:00
Ophir LOJKINE 184440f391 Merge pull request #253 from lovasoa/run-sql
sqlpage.run_sql
2024-03-12 11:50:39 +01:00
Ophir LOJKINE 943e77dc4a Merge branch 'main' into run-sql 2024-03-11 15:30:19 +01:00
lovasoa 6482d7f3ff deeply nested dynamic components are now allowed 2024-03-11 07:50:44 +01:00
lovasoa 63131646ec Refactor dynamic component parsing 2024-03-10 20:24:09 +01:00