Luis Eduardo
|
6cdb8f2267
|
Refactor project to migrate from Node.js to Deno, updating configurations and removing obsolete files
|
2025-02-05 00:24:59 +00:00 |
|
Luis Eduardo
|
6fb8255cfc
|
Add Tailwind CSS configuration and update taskfile for Deno compatibility
|
2025-02-05 00:21:09 +00:00 |
|
Luis Eduardo
|
a6381a15ca
|
Migrate JavaScript build scripts from Node.js to Deno
|
2025-02-05 00:20:34 +00:00 |
|
Luis Eduardo
|
545f3f9217
|
Format YAML workflow file for improved readability
|
2025-02-05 00:20:25 +00:00 |
|
Luis Eduardo
|
1bd9a43bdd
|
Remove Standard formatter and update JavaScript default formatter to Deno in devcontainer configuration
|
2025-02-05 00:20:16 +00:00 |
|
Luis Eduardo
|
f0a60bd482
|
Run deno fmt
|
2025-02-04 18:56:15 +00:00 |
|
Luis Eduardo
|
c99d234040
|
Add htmx configuration and restore htmx attributes in dashboard layout
|
2025-02-04 17:11:07 +00:00 |
|
Luis Eduardo
|
543352c369
|
Update MinIO root password in development container configuration
|
2025-02-04 17:04:03 +00:00 |
|
Luis Eduardo
|
adb40abc41
|
Refactor htmxserver references to respondhtmx in dashboard handlers
|
2025-02-04 16:31:39 +00:00 |
|
Luis Eduardo
|
ff64d8e730
|
Use nodxgo-htmx for server responds
|
2025-02-04 16:28:10 +00:00 |
|
Luis Eduardo
|
ceeff00e59
|
Merge pull request #82 from eduardolat/refactor-htmx-handling
Refactor htmx handling
|
2025-02-03 21:15:44 -06:00 |
|
Luis Eduardo
|
f63450b03b
|
Rename htmxs package to htmxserver and update references throughout the codebase
|
2025-02-04 03:11:21 +00:00 |
|
Luis Eduardo
|
f4b4e5c864
|
Replace all htmx client side handling
|
2025-02-04 03:03:20 +00:00 |
|
Luis Eduardo
|
0481275383
|
Add nodxgo-htmx dependency in go.mod and update go.sum
|
2025-02-04 03:03:10 +00:00 |
|
Luis Eduardo
|
26635ee7f2
|
Add nodxgo-alpine dependency and refactor imports in components
|
2025-02-04 02:48:37 +00:00 |
|
Luis Eduardo
|
c472052331
|
Update nodxgo-lucide dependency to version 0.1.1 in go.mod and go.sum
|
2025-02-04 02:46:05 +00:00 |
|
Luis Eduardo
|
960c46efd7
|
Update NodX dependency to version 0.2.2 in go.mod and go.sum
|
2025-02-04 02:45:21 +00:00 |
|
Luis Eduardo
|
da77c27a26
|
Merge pull request #81 from eduardolat/refactor-nodx
Refactor components to use NodX library, replacing gomponents referen…
|
2025-02-03 20:42:31 -06:00 |
|
Luis Eduardo
|
04ae97f668
|
Refactor components to use NodX library, replacing gomponents references and updating CSS imports
|
2025-02-03 16:15:13 +00:00 |
|
Luis Eduardo
|
8edc7d8fd9
|
Update CONTRIBUTING.md and taskfile.yaml to enhance development guidelines and simplify task commands
|
2025-02-03 04:52:46 +00:00 |
|
Luis Eduardo
|
bbfa1bf068
|
Merge pull request #79 from eduardolat/feat-add-devcontainer
Feat add devcontainer
|
2025-02-02 22:40:38 -06:00 |
|
Luis Eduardo
|
0b625fc88e
|
Add default git configuration to Dockerfiles for safe.directory
|
2025-02-03 04:37:23 +00:00 |
|
Luis Eduardo
|
a483c327b5
|
Update lint-test-build workflow to include Docker image loading and streamline run command
|
2025-02-03 04:29:38 +00:00 |
|
Luis Eduardo
|
1a349a9287
|
Refactor Docker build command in lint-test-build workflow for improved readability
|
2025-02-03 04:21:21 +00:00 |
|
Luis Eduardo
|
60dd3b265c
|
Refactor lint-test-build workflow to improve readability of Docker run command
|
2025-02-03 04:20:06 +00:00 |
|
Luis Eduardo
|
53380c9dcf
|
Remove devcontainer-ci.json and update lint-test-build workflow to build Docker image directly
|
2025-02-03 04:17:15 +00:00 |
|
Luis Eduardo
|
be2422ac75
|
Remove unnecessary 'go mod download' step from lint-test-build workflow
|
2025-02-03 04:06:25 +00:00 |
|
Luis Eduardo
|
b9fb31e60d
|
Update Dockerfile and Dockerfile.dev to streamline PATH environment variable configuration
|
2025-02-03 04:01:46 +00:00 |
|
Luis Eduardo
|
edb78f1b2c
|
Reorder preparation of devcontainer configuration in lint-test-build workflow
|
2025-02-03 03:57:58 +00:00 |
|
Luis Eduardo
|
3e509ba17a
|
Remove configFile reference from lint-test-build workflow
|
2025-02-03 03:54:14 +00:00 |
|
Luis Eduardo
|
b8c7c11790
|
Prepare devcontainer configuration for CI by renaming devcontainer-ci.json
|
2025-02-03 03:51:59 +00:00 |
|
Luis Eduardo
|
f169aabe14
|
Fix devcontainer CI configuration by updating Dockerfile path and context
|
2025-02-03 03:48:46 +00:00 |
|
Luis Eduardo
|
bccb6e32fe
|
Fix devcontainer configuration by updating the Dockerfile path and context
|
2025-02-03 03:47:38 +00:00 |
|
Luis Eduardo
|
bcff9d5c13
|
Add devcontainer configuration for CI and update lint-test-build workflow to use it
|
2025-02-03 03:42:37 +00:00 |
|
Luis Eduardo
|
f38666cd67
|
Update lint-test-build workflow to use docker/setup-buildx-action and install Skopeo
|
2025-02-03 03:28:04 +00:00 |
|
Luis Eduardo
|
2dd479472a
|
Simplify Docker buildx setup in lint-test-build workflow by replacing action with direct command
|
2025-02-03 03:24:16 +00:00 |
|
Luis Eduardo
|
90d4adbf08
|
Add Docker buildx setup for multi-architecture builds in lint-test-build workflow
|
2025-02-03 03:20:13 +00:00 |
|
Luis Eduardo
|
277784d4ff
|
Optimize command execution in lint-test-build workflow for improved efficiency
|
2025-02-03 02:44:56 +00:00 |
|
Luis Eduardo
|
54fa7514db
|
Refactor lint-test-build workflow to support multi-platform builds with updated matrix configuration
|
2025-02-03 02:41:03 +00:00 |
|
Luis Eduardo
|
61858315f0
|
Enhance Dockerfile to validate TARGETPLATFORM for multi-arch builds
|
2025-02-03 02:40:57 +00:00 |
|
Luis Eduardo
|
f874eee6ad
|
Add dependency installation and permission fix tasks to lint-test-build workflow
|
2025-02-02 04:40:37 +00:00 |
|
Luis Eduardo
|
3f75949630
|
Merge branch 'develop' into feat-add-devcontainer
|
2025-02-02 04:35:38 +00:00 |
|
Luis Eduardo
|
e45054452d
|
Refactor GitHub Actions workflow for linting, testing, and building: streamline steps and update matrix configuration
|
2025-02-02 04:29:30 +00:00 |
|
Luis Eduardo
|
eb0f8870e7
|
Refactor Docker setup for development environment: rename compose file, update service configurations, and VSCode settings
|
2025-02-02 04:20:01 +00:00 |
|
Luis Eduardo Jeréz Girón
|
006c9eafca
|
Add TARGETPLATFORM build argument to publish-docker-image workflow for multi-arch support
|
2024-11-02 10:41:06 -06:00 |
|
Luis Eduardo Jeréz Girón
|
280b285f7e
|
Add TARGETPLATFORM build argument to lint-test-build workflow for multi-arch support
|
2024-11-02 10:38:54 -06:00 |
|
Luis Eduardo Jeréz Girón
|
717abf14c5
|
Re-declare TARGETPLATFORM ARG in Dockerfiles to ensure availability in build stages and add echo command for better visibility during builds
|
2024-11-02 10:35:48 -06:00 |
|
Luis Eduardo Jeréz Girón
|
5f60984c50
|
Refactor Dockerfile.dev to declare TARGETPLATFORM without a default value for improved multi-arch support
|
2024-11-02 10:31:33 -06:00 |
|
Luis Eduardo Jeréz Girón
|
cf83ac2598
|
Update Dockerfiles to set default TARGETPLATFORM and simplify multi-arch support
|
2024-11-02 10:27:29 -06:00 |
|
Luis Eduardo Jeréz Girón
|
14b50fc6bf
|
Add echo command to Dockerfiles for TARGETPLATFORM during build
|
2024-11-02 10:21:16 -06:00 |
|