mikestefanello
acb12c393a
Removed accidental user field inclusin.
2025-08-15 09:52:37 -04:00
mikestefanello
9d75c2a665
Fix enums in generated admin schema code.
2025-08-15 09:51:06 -04:00
mikestefanello
f154d42e67
Update dependencies.
2025-08-04 08:38:30 -04:00
Mike Stefanello
37104788e7
Generate ent schema in admin code. ( #127 )
2025-08-04 08:32:10 -04:00
mikestefanello
75c9c5be34
Support multiple forms on a single page.
2025-07-20 14:55:29 -04:00
mikestefanello
f634285909
Updated dependencies.
2025-07-18 09:01:48 -04:00
mikestefanello
1641ac51a6
Updated README.
2025-07-18 08:59:09 -04:00
Paulo Chaves
2eefb46e08
Set tailwindcss binary file name depending on current os ( #125 )
...
* Download tailwindcss arm64 binary if on macOS
* add tailwind binary download for macos x64 or arm64
2025-07-18 08:51:44 -04:00
mikestefanello
fd6218c0ad
Fixed missing name attribute on select component.
2025-06-24 19:11:23 -04:00
Mike Stefanello
79a589da65
Swap Bulma for DaisyUI (Tailwind) ( #111 )
2025-06-17 20:19:58 -04:00
mikestefanello
2a546dfe3d
Fix Safari cookies and CSRF.
2025-06-02 08:42:14 -04:00
Eduardo Zepeda
885a6ad7bf
Fix HTTPErrorHandler always returning 200 ( #109 )
2025-05-19 13:13:22 -04:00
mikestefanello
4c4a503cdc
Added backlite UI to the admin panel.
2025-05-02 10:18:15 -04:00
mikestefanello
0d6e26ab39
Use memdb for in-memory sqlite dbs.
2025-04-22 09:09:56 -04:00
mikestefanello
e85ca0a93f
Cleanup configuration.
2025-04-22 08:54:56 -04:00
mikestefanello
8d6f0b1261
Update dependencies.
2025-04-22 08:35:29 -04:00
Mike Stefanello
7dcf6bc039
Add dynamic admin panel for managing entities ( #108 )
2025-04-22 08:26:35 -04:00
mikestefanello
d91774313d
Updated dependencies.
2025-04-10 09:11:44 -04:00
mikestefanello
efab433d5c
Fixed HTMX listeners.
2025-04-01 10:23:32 -04:00
mikestefanello
9441014517
Cleaned up conditional rendering.
2025-03-29 09:40:04 -04:00
mikestefanello
fbb3fdc70d
Log ui node cache failures.
2025-03-25 09:25:18 -04:00
mikestefanello
a7c6994062
Update dependencies.
2025-03-16 19:37:14 -04:00
Mike Stefanello
62d46c475c
Migrate from templates to Gomponents ( #103 )
2025-03-05 20:01:58 -05:00
mikestefanello
5cad4cbd33
Upgraded ent.
2025-02-18 19:27:00 -05:00
mikestefanello
633c60cdf5
Upgrade to Bulma 1.0.2.
2025-02-18 19:19:09 -05:00
mikestefanello
ca1de66033
Added file management.
2025-02-16 14:23:52 -05:00
mikestefanello
b808500a23
Use custom logger in main.
2025-02-16 09:47:15 -05:00
mikestefanello
b2ad889f56
Move web/task shutdown to container. Shutdown web before tasks. Add shutdown timeouts to config.
2025-02-16 09:39:29 -05:00
mikestefanello
a7006b3997
Start task runner before web server.
2025-02-12 22:01:46 -05:00
mikestefanello
d2d8c02a2f
Use more secure cookie settings.
2025-02-12 22:01:30 -05:00
mikestefanello
02a58946f1
Updated test workflow go version.
2025-02-12 22:01:10 -05:00
mikestefanello
d736551869
Update dependencies.
2025-01-19 09:37:58 -05:00
Nick Krecklow
e3217fc852
use alpine v3 click.outside event name ( #83 )
...
Alpine v3 deprecates the v2 `click.away` event and marks it for possible future removal, replacing it with `click.outside`.
See v3 release notes: https://alpinejs.dev/upgrade-guide#away-replace-with-outside
2024-10-02 10:32:25 -04:00
Dimitri Balios
c244389971
Update Makefile ( #80 )
...
ent install -d flag is deprecated. -d=true is a no-op
2024-09-18 17:06:54 -04:00
mikestefanello
a9319559e1
Fixed pager page and pages value when no items present.
2024-09-13 09:16:20 -04:00
mikestefanello
f54d9f8b37
Switched to backlite for task queues.
2024-07-24 21:04:32 -04:00
mikestefanello
062d1f70be
Updated documentation.
2024-06-24 19:03:42 -04:00
mikestefanello
73098499dd
Upgrade to HTMX 2.0.
2024-06-22 11:07:43 -04:00
mikestefanello
6da0fcb7be
Fixed doc code formatting.
2024-06-22 10:38:57 -04:00
Mike Stefanello
62c53a6b4d
Default to SQLite rather than Postgres & Redis ( #72 )
...
* Initial rough draft switch to sqlite.
* Rewrote cache implemenation.
* Provide typed tasks.
* Task cleanup.
* Use same db for tasks.
* Provide task queue registration and service container injection.
* Added optional delay to tasks. Pool buffers when encoding.
* Added tests for the task client and runner.
* Added handler examples for caching and tasks.
* Cleanup and documentation.
* Use make in workflow.
* Updated documentation.
* Updated documentation.
2024-06-22 10:34:26 -04:00
mikestefanello
11def45666
Log request URI rather than path.
2024-06-19 09:32:22 -04:00
mikestefanello
ca22f54c89
Added redirect package.
2024-06-16 11:30:11 -04:00
mikestefanello
6730b6a319
Added redirect support with query params.
2024-06-16 10:53:43 -04:00
mikestefanello
71f7de8771
Removed echo-contrib dependency.
2024-06-15 16:56:47 -04:00
Mike Stefanello
5531e0bec2
Move controller to the template renderer ( #68 )
2024-06-15 15:34:24 -04:00
mikestefanello
6a7070a729
Misc cleanup.
2024-06-15 09:09:36 -04:00
Mike Stefanello
9acf73a4d9
Replace Echo logger with slog. ( #67 )
...
* Replace Echo logger with slog.
2024-06-14 21:01:48 -04:00
Mike Stefanello
5ebd42d8f9
Improve form and template usage ( #66 )
...
* Improve form and template usage.
2024-06-14 12:35:35 -04:00
mikestefanello
7d85ff0b08
Updated documentation.
2024-06-10 08:28:00 -04:00
mikestefanello
afa8b5d2cc
Fixed typo.
2024-06-09 21:42:43 -04:00