Commit Graph

431 Commits

Author SHA1 Message Date
Luis Eduardo Jeréz Girón
0c7e7fa86f Change CI workflow to run on Ubuntu instead of macOS 14 for arm64 builds 2024-09-07 19:20:48 -06:00
Luis Eduardo Jeréz Girón
7a10f8fd6d Change CI workflow to run on macOS 14 (M1) instead of Ubuntu for arm64 builds 2024-09-07 19:16:05 -06:00
Luis Eduardo Jeréz Girón
5b121f2087 Update Dockerfiles to remove empty continuation lines 2024-09-07 00:33:36 -06:00
Luis Eduardo Jeréz Girón
c9927fe084 Ensure dependency check script is executable before execution 2024-09-07 00:23:04 -06:00
Luis Eduardo Jeréz Girón
5c72cc015b Refactor Dockerfiles to simplify dependency installation and unify the process across platforms 2024-09-07 00:22:36 -06:00
Luis Eduardo Jeréz Girón
d534d9a8c2 Add dependency checks in CI workflow and scripts to ensure required software is installed before running tests and linting 2024-09-06 23:59:47 -06:00
Luis Eduardo Jeréz Girón
4fe6e7ea00 Add multi-architecture support in Dockerfiles for system dependencies and binaries based on TARGETPLATFORM (amd64/arm64) 2024-09-06 23:46:33 -06:00
Luis Eduardo Jeréz Girón
359ddded8e Add multi-architecture support for Docker builds, tests, and linting in CI workflow for amd64 and arm64 platforms 2024-09-06 23:03:34 -06:00
Luis Eduardo Jeréz Girón
b8b7dfeda2 Update S3 destination instructions in dashboard summary 2024-09-06 22:40:14 -06:00
Luis Eduardo Jeréz Girón
c3960f7800 Refactor dashboard summary layout for improved alignment and styling of components 2024-09-06 22:34:54 -06:00
Luis Eduardo Jeréz Girón
8544bf20f1 Implement health check button in dashboard for displaying system health status 2024-09-06 22:30:13 -06:00
Luis Eduardo Jeréz Girón
73369fb160 Remove scrollbar width property from slim-select.css 2024-09-06 21:50:01 -06:00
Luis Eduardo Jeréz Girón
f134cef38f Remove IsLarge parameter from empty results component in dashboard for a more consistent display across pages 2024-09-06 21:23:50 -06:00
Luis Eduardo Jeréz Girón
5140884d5d Add Skeleton component to dashboard pages for improved loading state representation 2024-09-06 21:14:59 -06:00
Luis Eduardo Jeréz Girón
5ab9aa8018 Remove loading indicators from various dashboard pages for a cleaner UI 2024-09-06 20:58:13 -06:00
Luis Eduardo Jeréz Girón
5aec620b55 Refactor slim-select CSS classes to remove unnecessary ! and ensure styles are applied correctly with !important 2024-09-06 20:28:33 -06:00
Luis Eduardo Jeréz Girón
e34b6f8c52 Add Notyf CSS partial for customizable toast notifications in the UI 2024-09-06 20:26:20 -06:00
Luis Eduardo Jeréz Girón
6370f2d603 Refactor theme management for better performance and small javascript code 2024-09-06 20:17:12 -06:00
Luis Eduardo Jeréz Girón
4cfab67646 Refactor dashboard aside scroll initialization for better structure and debouncing logic 2024-09-06 19:53:31 -06:00
Luis Eduardo Jeréz Girón
667748ef2e Add htmx swap view transitions api 2024-09-06 19:51:18 -06:00
Luis Eduardo Jeréz Girón
0f49a2c2b7 Add empty results message 2024-09-06 19:41:50 -06:00
Luis Eduardo Jeréz Girón
8dd99e14e3 Fix text color class in dashboard summary 2024-09-06 19:19:09 -06:00
Luis Eduardo Jeréz Girón
55739b55ca Update SQL queries to always return an integer for the summary charts 2024-09-06 19:18:16 -06:00
Luis Eduardo Jeréz Girón
15f94febe8 Update Dockerfiles to include git installation 2024-09-06 19:08:15 -06:00
Luis Eduardo Jeréz Girón
3837c958e4 Refactor HTMX initialization to ensure observer setup occurs after DOM content is loaded 2024-09-06 00:33:20 -06:00
Luis Eduardo Jeréz Girón
3c7f417979 Add active state check and update on history changes in dashboard aside item component 2024-09-06 00:30:03 -06:00
Luis Eduardo Jeréz Girón
9cb0fd59a1 Fix build-static command 2024-09-06 00:20:09 -06:00
Luis Eduardo Jeréz Girón
f981261488 Optimize taskfile to prevent rebuilding unchanged things 2024-09-06 00:17:02 -06:00
Luis Eduardo Jeréz Girón
ae6555c6b2 Add air for hot reload 2024-09-05 23:55:33 -06:00
Luis Eduardo Jeréz Girón
62ca473d12 Add descriptive comments for each task in the taskfile.yaml for better clarity and maintenance 2024-09-05 23:22:59 -06:00
Luis Eduardo Jeréz Girón
80189d27dd Add task alias for listing tasks in startup script 2024-09-05 23:18:37 -06:00
Luis Eduardo Jeréz Girón
9aac8ab8b2 Move goose command to taskfile entirely 2024-09-05 23:13:54 -06:00
Luis Eduardo Jeréz Girón
ef8259e7d9 Add javascript bundler and move kill-port dependency from Dockerfile to package.json 2024-09-05 22:56:05 -06:00
Luis Eduardo Jeréz Girón
bdec31ece3 Update Dockerfiles to use debian and better organization 2024-09-05 22:13:23 -06:00
Luis Eduardo Jeréz Girón
ca26502b98 Refactor dev task in taskfile.yaml to not use air 2024-09-05 01:44:12 -06:00
Luis Eduardo Jeréz Girón
2af091aca5 Implement scroll position saving with debouncing in dashboard, improving performance and user experience 2024-09-05 00:54:31 -06:00
Luis Eduardo Jeréz Girón
5093aa5c45 Add hx-boost to dashboard to prevent downloading innecesary html 2024-09-05 00:44:52 -06:00
Luis Eduardo Jeréz Girón
cce403468d Add BrowserCacheMiddleware to improve static file caching, excluding specific files like robots.txt for better performance 2024-09-05 00:15:51 -06:00
Luis Eduardo Jeréz Girón
53155262fc Refactor static file handling by adding SHA256 hash generation and versioned file paths to enhance caching and resource management 2024-09-05 00:00:36 -06:00
Luis Eduardo Jeréz Girón
babc4c6f78 Implement GetSHA256FromFS function to compute SHA256 hash from a filesystem. Add tests and sample files for validation 2024-09-04 23:59:55 -06:00
Luis Eduardo Jeréz Girón
89e01336da Integrate SweetAlert2 for improved alerts and confirmations in HTMX functionality. Adjust alert handling across event triggers 2024-09-04 22:49:56 -06:00
Luis Eduardo Jeréz Girón
95527b25e7 Add sweetalert2 and remove comments from minified files 2024-09-04 11:18:21 -06:00
Luis Eduardo Jeréz Girón
b8811a4072 Change webhook_executions table name 2024-09-01 23:53:39 -06:00
Luis Eduardo Jeréz Girón
f172f4bcbe Remove console error logging in JSON parsing fallback in initHelpers function 2024-09-01 23:43:00 -06:00
Luis Eduardo Jeréz Girón
dd4892c2ef Log error details when failing to send webhook request in runWebhookHandler function 2024-09-01 23:41:54 -06:00
Luis Eduardo Jeréz Girón
0ac245bec2 Add webhook executions list 2024-09-01 23:37:04 -06:00
Luis Eduardo Jeréz Girón
e1b65a49db Add EmptyResults component to handle display for empty states in the UI with customizable title and subtitle parameters 2024-09-01 22:49:25 -06:00
Luis Eduardo Jeréz Girón
fed0893a4f Add run webhook functionality with handler and button in UI for executing webhooks on demand 2024-09-01 22:02:36 -06:00
Luis Eduardo Jeréz Girón
9e090b0b9a Implement delete webhook functionality with handler and UI button integration 2024-09-01 21:46:22 -06:00
Luis Eduardo Jeréz Girón
0453aa946d Add edit webhook functionality 2024-09-01 21:41:45 -06:00