Commit Graph

41 Commits

Author SHA1 Message Date
x 861391048e Merge pull request #2 from skidoodle/dependabot/go_modules/golang.org/x/net-0.38.0
Docker / build (push) Has been cancelled
Go / build (push) Has been cancelled
Bump golang.org/x/net from 0.33.0 to 0.38.0
2025-11-22 13:10:50 +00:00
dependabot[bot] 28657ec130 Bump golang.org/x/net from 0.33.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-22 00:40:54 +00:00
x b8418353b3 Update readme.md 2025-06-15 01:09:30 +02:00
x 373eb6d324 Refactor web assets structure; migrate HTML, CSS, and JS to new directory and update Dockerfile for new paths 2025-06-15 01:07:02 +02:00
x 12a313eea4 Refactor application structure and enhance logging
- Introduced a Configuration struct to manage application settings.
- Created a State struct to encapsulate application state and dependencies.
- Replaced log package with logrus for improved logging capabilities.
- Implemented graceful shutdown handling for the HTTP server.
- Added context management for background tasks.
- Updated database initialization to ensure tables are created.
- Refactored user management functions to use the new State struct.
- Enhanced error handling and logging throughout the application.
- Updated README to reflect changes in user addition process.
2025-06-15 00:59:50 +02:00
x e62aa1ca21 Update readme.md 2025-06-14 05:22:49 +02:00
x a001334c9b Update Dockerfile 2025-06-14 05:21:30 +02:00
x 95188e3d38 Update readme.md 2025-06-14 05:11:44 +02:00
x 6d5fc75719 Refactor HTML structure and styles; implement dynamic serving of CSS and JS files 2025-06-14 04:58:23 +02:00
x e901de46e9 ` 2025-06-14 02:09:08 +02:00
x d0e2686e2d Refactor index.html to enhance styling, structure, and functionality; update libraries and improve modal handling 2025-06-14 02:06:13 +02:00
x f9fa996da8 Update Dockerfile 2025-06-14 00:10:16 +02:00
x 5084c70295 Refactor database handling and API endpoints
- Removed fsnotify dependency and related file watching logic.
- Introduced SQLite database for storing user profiles and history.
- Created new API endpoints for fetching latest profiles and user history.
- Migrated existing JSON data to the new database structure.
- Simplified HTML and JavaScript for fetching and displaying profile data.
- Improved error handling and logging throughout the application.
2025-06-12 22:42:22 +02:00
x 1ed17d152f Update go.sum to reflect dependency version changes 2024-12-31 02:24:35 +01:00
x f49aa28de0 Merge branch 'main' of https://github.com/skidoodle/trackncore 2024-12-31 02:19:32 +01:00
x 96d7d5d277 rename 2024-12-31 02:19:29 +01:00
x fe9647f863 Update main.go 2024-11-08 20:30:27 +01:00
x 51da89ff19 if 2024-11-08 20:25:28 +01:00
x 56d41d7d3d Refactor history modal styles and chart height 2024-10-23 14:00:01 +02:00
x cf147272cb Merge branch 'main' of https://github.com/skidoodle/trackncore 2024-10-19 14:32:44 +02:00
x 20d6510053 fix some stuff lol 2024-10-19 14:32:16 +02:00
x d62689b48e Update main.go 2024-10-11 09:45:40 +02:00
x 9acfc490f0 +Seeding count 2024-10-10 18:35:02 +02:00
x c6ac549281 this should fix it 2024-10-10 17:31:06 +02:00
x 61cbd62ee3 I really should've committed this when I finished it... 2024-10-10 17:12:08 +02:00
x 237ea8fe9b Update readme.md 2024-10-10 17:09:05 +02:00
x 3498545d5c Merge pull request #1 from hasitotabla/main
refactor: profiles are now stored in json, added displaynames
2024-10-10 17:07:51 +02:00
x 8ea02ee188 bara bra grejjor 2024-10-10 17:07:08 +02:00
hasitotabla 2aa7b29b23 fit: add .env and profiles.json to dockerfile
bumta alb
2024-10-10 16:52:17 +02:00
hasitotabla f1eb603813 chore: removed unused clusterfuckery env variable 2024-10-10 16:05:17 +02:00
hasitotabla 6ffa3de9bb refactor: profiles are now stored in json, added displaynames 2024-10-10 16:01:08 +02:00
x 8a994c3bb8 chartjs 2024-10-09 23:44:12 +02:00
x 134d09869e d 2024-10-09 02:11:17 +02:00
x 366147766f x 2024-10-09 01:34:41 +02:00
x cb0df8a5dd Create go.yml 2024-10-09 01:19:49 +02:00
x 3cbb0e944e Create docker-image.yml 2024-10-09 01:19:28 +02:00
x 708befb076 Create license 2024-10-09 01:15:15 +02:00
x 7cd9703420 Delete license 2024-10-09 01:14:48 +02:00
x a2e2526483 Create license 2024-10-09 01:13:34 +02:00
x 76765a887d readme 2024-10-09 01:12:25 +02:00
x 614504e933 Init 2024-10-09 01:11:28 +02:00