992 Commits

Author SHA1 Message Date
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
lovasoa 30d4abbc98 changelog 2024-03-10 14:27:52 +01:00
lovasoa c5d62a500c remove now redundant 'dynamic' handling from the render logic 2024-03-10 14:13:42 +01:00
lovasoa 1cdd2de83d extract and test dynamic component 2024-03-10 14:06:33 +01:00
lovasoa 704a03301a clippy 2024-03-10 13:24:02 +01:00
lovasoa e1e203dc76 fix properties extraction 2024-03-10 12:19:14 +01:00
lovasoa ff4789c3b7 parse dynamic rows earlier 2024-03-10 12:14:38 +01:00
lovasoa 965aae27ac implement dynamic component expantion at the execute_queries level 2024-03-10 11:59:00 +01:00
lovasoa 96d1e49b9d add a simple run_sql test 2024-03-09 17:16:47 +01:00
lovasoa 1b2ca74a2f fix json encoding in run_sql 2024-03-09 17:07:15 +01:00
lovasoa 49bfbbdfa1 better error message for the dynamic component 2024-03-09 17:05:21 +01:00
lovasoa 7d31033e6d add test for rn_sql 2024-03-09 17:05:06 +01:00
lovasoa 2770603b9c fix run_sql documentation 2024-03-09 17:04:57 +01:00
lovasoa bb018d3a02 better error message 2024-03-09 16:56:02 +01:00
lovasoa 34a558869f better errors in run_sql 2024-03-09 16:34:50 +01:00
lovasoa ed6742a818 fix double pinning 2024-03-09 16:33:20 +01:00
lovasoa 1ce38ef02a handle infinite loops in run_sql 2024-03-09 16:31:45 +01:00
lovasoa 1ce69d821e better error messages 2024-03-09 16:14:56 +01:00
lovasoa d12d03871c better error messages 2024-03-09 15:32:22 +01:00
lovasoa 34a8b5d630 improve carousel documentation
it wasn't very clear that we had a component to display images

https://github.com/lovasoa/SQLpage/pull/257
2024-03-09 10:41:35 +01:00
lovasoa 17bf7cada6 update sql parser 2024-03-09 10:41:35 +01:00
lovasoa 9cd126d3d9 documentation 2024-03-09 10:41:35 +01:00
lovasoa b98cc4f0f3 bugfix: fix missing helper 2024-03-09 10:41:35 +01:00
lovasoa 4360010221 document run_sql 2024-03-09 10:40:21 +01:00
lovasoa 9abc9f8db0 improve carousel documentation
it wasn't very clear that we had a component to display images

https://github.com/lovasoa/SQLpage/pull/257
2024-03-08 12:20:30 +01:00
lovasoa 346736d05f update sql parser 2024-03-08 12:05:01 +01:00
lovasoa a3b6cd43d9 documentation 2024-03-08 11:55:20 +01:00
lovasoa 6f7642390f bugfix: fix missing helper 2024-03-08 11:49:47 +01:00
lovasoa 93c7cf28da clippy 2024-03-07 15:33:15 +01:00
lovasoa 565dc84246 initial run_sql implementatttion 2024-03-07 11:56:44 +01:00
lovasoa 45e1d4e93f improve the documentation for the DEBUG component
closes #251
2024-03-05 19:52:37 +01:00
lovasoa 7738895b6b changelog: rss 2024-03-05 19:52:37 +01:00
olivierauverlot f865b1f4ef New RSS component (#252)
* Produces a data flow in the RSS format

* add documentation and rss reference

* more complete rss component, with support for podcasts

* podcast changes

* documentation

* format dates as rfc2822

* extract template helpers

* extract more helpers

* remove unnecassary error handling

* fmt

* two-param helpers

* rfc2822_date_helper

* test rfc date formatter

* accept dates with or without time

* remove unneeded line breaks

---------

Co-authored-by: Olivier Auverlot <oauv@duck.com>
Co-authored-by: lovasoa <pere.jobs@gmail.com>
2024-03-05 19:52:37 +01:00
lovasoa 74527bc28b update changelog 2024-03-05 19:52:37 +01:00
olivierauverlot 75d7c46040 A unique identifier for the input, which can then be used to select and manage the field with Javascript code. (#250)
Co-authored-by: Olivier Auverlot <oauv@duck.com>
2024-03-05 19:52:37 +01:00
lovasoa c0d4b8222d improve the documentation for the DEBUG component
closes #251
2024-03-05 19:52:00 +01:00
lovasoa bd7a0c9179 changelog: rss 2024-03-05 19:44:40 +01:00
olivierauverlot eaee6987d8 New RSS component (#252)
* Produces a data flow in the RSS format

* add documentation and rss reference

* more complete rss component, with support for podcasts

* podcast changes

* documentation

* format dates as rfc2822

* extract template helpers

* extract more helpers

* remove unnecassary error handling

* fmt

* two-param helpers

* rfc2822_date_helper

* test rfc date formatter

* accept dates with or without time

* remove unneeded line breaks

---------

Co-authored-by: Olivier Auverlot <oauv@duck.com>
Co-authored-by: lovasoa <pere.jobs@gmail.com>
2024-03-05 19:42:44 +01:00
lovasoa 67f6d95781 update changelog 2024-03-04 16:52:28 +01:00
lovasoa 8dbd8bd7ea WIP: sqlpage.run_sql 2024-03-04 16:47:25 +01:00
olivierauverlot edb7bf4d0f A unique identifier for the input, which can then be used to select and manage the field with Javascript code. (#250)
Co-authored-by: Olivier Auverlot <oauv@duck.com>
2024-03-04 16:08:17 +01:00
lovasoa c4e8b0197a update dependencies 2024-03-02 12:06:55 +01:00