934 Commits

Author SHA1 Message Date
lovasoa 89f0a42af4 update dependencies
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.19.0
2024-02-25 19:24:06 +01:00
Ophir LOJKINE e3fb2f8acc Introduce SQLPAGE_CONFIGURATION_DIRECTORY (#243)
* Introduce SQLPAGE_CONFIGURATION_DIRECTORY

Makes the configuration directory configurable instead of it being hardcoded to "./sqlpage/"

* logging
2024-02-25 19:23:17 +01:00
Ophir LOJKINE c8dc7bc039 Update CHANGELOG.md 2024-02-25 19:21:52 +01:00
olivierauverlot 318dec18d3 Table improvements (#242)
Co-authored-by: Olivier Auverlot <oauv@duck.com>
2024-02-25 19:09:06 +01:00
lovasoa 9974f082b9 update apex charts 2024-02-24 20:15:50 +01:00
Ophir LOJKINE ba121b58da Update CHANGELOG.md 2024-02-24 20:11:34 +01:00
lovasoa beecaa1407 add support for new page layouts
Closes https://github.com/lovasoa/SQLpage/discussions/240
2024-02-24 20:08:39 +01:00
lovasoa 61f046731e update dependencies 2024-02-24 19:25:45 +01:00
Ophir LOJKINE d14508d249 multishell (#234)
* New prefix and suffix attributes to create prepended and appended form fields

* fix indentation

* improve documentation

* add prefix_icon

* update changelog

* fix default cookie path

see https://github.com/lovasoa/SQLpage/discussions/200

* update dependencies

* multiple custom shells

* fmt

* clippy

* clippy

* tests and docs

* changelog

* update dependencies

---------

Co-authored-by: Olivier Auverlot <oauv@duck.com>
2024-02-24 19:23:13 +01:00
lovasoa dfe6dbbbf5 New edit_link, delete_link, and view_link...
...row-level attributes in the list component to add icons and links to each row.
2024-02-18 21:06:54 +01:00
olivierauverlot 29d56fa204 Refactoring of title and code components + documentation of these components (#224)
* New prefix and suffix attributes to create prepended and appended form fields

* Refactoring of code and title components. Documentation of code and title components.

* corrections

---------

Co-authored-by: Olivier Auverlot <oauv@duck.com>
2024-02-17 10:55:42 +01:00
olivierauverlot 2d68c6b767 forms: allow creating input groups with icons and text around form fields
* New prefix and suffix attributes to create prepended and appended form fields

* fix indentation

* improve documentation

* add prefix_icon

* update changelog

---------

Co-authored-by: Olivier Auverlot <oauv@duck.com>
Co-authored-by: lovasoa <pere.jobs@gmail.com>
2024-02-11 10:58:29 +01:00
lovasoa e107919b3b update the documentation to match the new json_table support 2024-02-06 10:41:00 +01:00
lovasoa c8b675335e use json_table in the mysql json example 2024-02-06 09:59:06 +01:00
lovasoa ff00972b51 remove now obsolete attribute from carousel component 2024-02-04 10:47:06 +01:00
lovasoa b44519a0b7 Make the documentation for http_header clearer
closes https://github.com/lovasoa/SQLpage/pull/216

thanks @matthewlarkin
2024-02-04 10:38:34 +01:00
lovasoa 7791b794ae Fix syntax error in documentation
thanks @matthewlarkin

see https://github.com/lovasoa/SQLpage/pull/216
2024-02-04 10:22:25 +01:00
lovasoa 2bdfa09d4a documentation: reformat 2024-02-04 10:19:12 +01:00
lovasoa ede6a2823b update charting library & add new icons 2024-02-03 18:14:21 +01:00
lovasoa 1e158c1201 v0.18.3
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
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.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.18.3
2024-02-03 15:48:17 +01:00
Ophir LOJKINE 5fa50f374a carousel component (#214)
* Initial carousel component implementation

* change carousel example

* make the carousel text description more readable by adding a background

* update cat example

* carousel automatic cycling is now optional

* remove requirement for unique name attribute in carousel

see https://github.com/lovasoa/SQLpage/pull/179#discussion_r1445378383

* fix carousel buttons

* uodate deps

* fix official site docs

* lint

* update changelog

---------

Co-authored-by: Olivier Auverlot <@olivierauverlot>
2024-02-03 15:44:44 +01:00
lovasoa c359574c5b update dependencies 2024-02-01 12:34:41 +01:00
Ophir LOJKINE 49b3d5ba1b Update README.md 2024-02-01 10:26:39 +01:00
lovasoa f6cae41a47 update CI dependencies 2024-01-30 16:07:12 +01:00
lovasoa 449ae78990 format 2024-01-30 14:53:14 +01:00
lovasoa f7b8f7774a update actions/checkoutto v4 2024-01-30 14:51:18 +01:00
lovasoa 6def789d85 Speed-up the tests
Re-use the same connection on all files in tests
2024-01-30 14:47:18 +01:00
lovasoa 72c3aca6df test concurrent requests 2024-01-30 14:42:51 +01:00
lovasoa d38ca15b74 test concurrent requests 2024-01-30 14:35:22 +01:00
lovasoa 4821c4b636 fix post date 2024-01-29 14:23:10 +01:00
lovasoa b085340d6c v0.18.2
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.18.2
2024-01-29 09:54:16 +01:00
Ophir LOJKINE 89c955cc8e Merge pull request #209 from lorefnon/chart-fix
Fix regression causing chart height to not be respected and title not showing up
2024-01-29 09:28:42 +01:00
lorefnon 0ea62650dd Fix regression causing chart height to not be respected and title not showing up 2024-01-29 13:22:24 +05:30
lorefnon 6123bff033 Revert "fix height of charts"
This reverts commit 32abc041b0.
2024-01-29 13:07:32 +05:30
lovasoa 75957959b8 v0.18.1
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.18.1
2024-01-28 21:30:40 +01:00
lovasoa 32abc041b0 fix height of charts
fixes bug introduced in https://github.com/lovasoa/SQLpage/pull/175
2024-01-28 21:25:14 +01:00
lovasoa 9efd4e681c remove sqlite-specific test 2024-01-28 20:58:47 +01:00
lovasoa 987fb59a7a docs: mention that the id and class attributes are new in v0.18
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
fixes https://github.com/lovasoa/SQLpage/discussions/203
v0.18.0
2024-01-28 20:51:19 +01:00
lovasoa 5c751ad5c2 update changelog 2024-01-28 20:48:37 +01:00
lovasoa abb5d2a53c add support for unicode in the lower and upper functions in the built-in sqlite
closes https://github.com/lovasoa/SQLpage/issues/155
2024-01-28 20:46:47 +01:00
lovasoa f259d76691 add support for unicode NOCASE comparisons with the built-in SQLite
see https://github.com/lovasoa/SQLpage/issues/155
2024-01-28 20:38:20 +01:00
lovasoa 9089e6413b v0.18.0 2024-01-28 20:26:41 +01:00
lovasoa 8b2964e13c update dependencies 2024-01-28 17:43:59 +01:00
lovasoa bb4c9fd024 clippy 2024-01-26 18:42:29 +01:00
lovasoa 7c38f7abc0 implement sqlpage.uploaded_file_mime_type
fixes https://github.com/lovasoa/SQLpage/discussions/204
2024-01-26 18:37:34 +01:00
Greg Gaughan 3798078509 Fix typos (#205) 2024-01-26 14:09:52 +01:00
Greg Gaughan bf40f33386 An user -> a user (#206) 2024-01-26 12:35:16 +01:00
lovasoa c760ecc396 Fix problematic intra-page links wirh the text component
see https://github.com/lovasoa/SQLpage/discussions/203
2024-01-24 23:05:08 +01:00
Lorefnon 49fd4f07d4 Support iframe embed mode (#188) 2024-01-19 17:29:42 +01:00
dependabot[bot] 21407bc54d Bump h2 from 0.3.22 to 0.3.24 (#196)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.22 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.22...v0.3.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 17:27:36 +01:00