2
0

Commit Graph

  • be2db6726b fix: assign jobs to unhealthy runners if they're the only option logikonline 2026-01-18 00:22:50 -05:00
  • df34a50102 fix: use full Go version for download URL logikonline 2026-01-17 23:55:43 -05:00
  • 92d87adfdd fix: use BSD-compatible sed on macOS logikonline 2026-01-17 23:54:15 -05:00
  • caef317728 debug: add verbose output to go mod tidy steps logikonline 2026-01-17 23:06:52 -05:00
  • abaa2740a1 fix: use correct vault module path matching repo name logikonline 2026-01-17 22:50:37 -05:00
  • e3429dffbc fix: clear VCS cache instead of fixing remotes logikonline 2026-01-17 22:41:08 -05:00
  • 6e6282208e ci: update VCS cache remotes instead of deleting logikonline 2026-01-17 22:36:07 -05:00
  • 28277f8190 ci: delete entire VCS cache to fix stale remotes logikonline 2026-01-17 22:33:01 -05:00
  • 27bcfb7f01 ci: fix git URL rewrite for public vault module logikonline 2026-01-17 22:29:47 -05:00
  • 1b2391964b ci: fix git authentication for public vault module logikonline 2026-01-17 22:25:09 -05:00
  • 33b14dc593 chore: remove obsolete trigger-vault-rebuild workflow logikonline 2026-01-17 22:21:26 -05:00
  • 034b066ef3 feat: compile vault directly into server binary logikonline 2026-01-17 22:12:50 -05:00
  • b99129c98b fix: use native runners for all builds logikonline 2026-01-17 20:11:01 -05:00
  • ebf6edd8db fix: enable CGO for plugin support in Unix builds logikonline 2026-01-17 19:45:52 -05:00
  • 699622753f fix: wait for release assets before triggering vault rebuild logikonline 2026-01-17 18:53:31 -05:00
  • f59824ecaa fix: trigger vault rebuild only after server build completes logikonline 2026-01-17 18:38:19 -05:00
  • 057bb1a90e fix: resolve lint issues from /v3 refactor logikonline 2026-01-17 18:11:26 -05:00
  • 12f4ea03a8 refactor: add /v3 suffix to module path for proper Go semver logikonline 2026-01-17 17:53:59 -05:00
  • 359ba949cd refactor: simplify vault trigger to use version tags logikonline 2026-01-17 17:30:19 -05:00
  • eb81050b66 fix: use actual commit timestamp for Go pseudo-version logikonline 2026-01-17 13:00:43 -05:00
  • 5a5b63f054 fix: use workflow_dispatch API for vault rebuild trigger logikonline 2026-01-17 12:47:08 -05:00
  • 7c10b9df67 fix: correct Gitea API endpoint for repository dispatch logikonline 2026-01-17 12:42:28 -05:00
  • d3d6b7aa9d feat: trigger vault plugin rebuild on new server releases logikonline 2026-01-17 12:36:45 -05:00
  • 71bf7c06e7 feat(vault): Solo tier now includes limited versioning and CI/CD tokens logikonline 2026-01-17 11:49:12 -05:00
  • e82aaf9a72 vault changes logikonline 2026-01-17 11:31:19 -05:00
  • 8bfa27761a feat: add admin plugins page logikonline 2026-01-17 11:07:09 -05:00
  • ee809f4747 fix: use GetXORMEngine for plugin migrations logikonline 2026-01-17 10:44:59 -05:00
  • 1c15c3c45a fix: lint errors in plugin loader logikonline 2026-01-17 10:24:55 -05:00
  • b91b9c5711 feat: implement plugin loading system logikonline 2026-01-17 10:16:42 -05:00
  • c8f591902c fix: update vault templates to use correct DateUtils and AvatarUtils functions logikonline 2026-01-17 09:53:00 -05:00
  • 5dce758d37 fix: rename stylelint.config.ts to .mjs for jiti compatibility logikonline 2026-01-17 09:39:31 -05:00
  • d612bca9ff fix: use DateUtils.FullTime instead of undefined DateTime function logikonline 2026-01-17 09:39:19 -05:00
  • af6d4addd4 code.caddy rename logikonline 2026-01-17 09:02:21 -05:00
  • 61f2cbe2eb fix(ci): use linux runners for darwin cross-compilation logikonline 2026-01-17 03:21:29 -05:00
  • a579977667 vault templates and translations logikonline 2026-01-17 02:54:23 -05:00
  • 7d852159aa Server fixes logikonline 2026-01-17 01:59:38 -05:00
  • 725e66e001 GitSecrets endpoints logikonline 2026-01-17 01:51:56 -05:00
  • cdaf0b30a8 all 69 vault-related strings logikonline 2026-01-16 23:10:04 -05:00
  • 674dd12372 Vault logikonline 2026-01-16 23:06:07 -05:00
  • 04218a094b vault routes and service interface logikonline 2026-01-16 22:56:13 -05:00
  • 0d36b892eb Plugin entry logikonline 2026-01-16 22:38:01 -05:00
  • d724d1eb64 Fix gofmt formatting GitCaddy 2026-01-16 00:32:35 +00:00
  • ee89fe4960 Fix workflow filter support, AI Learning any option, server stats types, and actions clear buttons GitCaddy 2026-01-16 00:27:03 +00:00
  • cbe3d851c3 Remove --dirty from version string GitCaddy 2026-01-15 22:55:14 +00:00
  • 38fdfeb110 Fix server_stats for Windows: use build tags for platform-specific code GitCaddy 2026-01-15 22:26:56 +00:00
  • 8c1cb361d8 Fix Windows build: add error handling and create dist dir GitCaddy 2026-01-15 22:15:42 +00:00
  • eb292fa940 Fix MinGW path for Windows CGO builds GitCaddy 2026-01-15 21:55:26 +00:00
  • 615d6d379a Add MinGW for Windows CGO/sqlite builds GitCaddy 2026-01-15 21:27:53 +00:00
  • 3ec86dbb57 Fix Windows bindata generation GitCaddy 2026-01-15 21:04:42 +00:00
  • 1ed8287aa6 Fix Windows frontend build GitCaddy 2026-01-15 20:49:46 +00:00
  • 7d84c3bc92 Fix gofmt formatting GitCaddy 2026-01-15 20:36:45 +00:00
  • 656cc2e95a Fix linter issues in server_stats.go GitCaddy 2026-01-15 20:22:50 +00:00
  • b7d533042e Fix Windows build and macOS type compatibility GitCaddy 2026-01-15 20:12:50 +00:00
  • b262fbf949 Fix Windows build: add make-free build steps GitCaddy 2026-01-15 20:11:25 +00:00
  • 3bcc35f0c7 Fix runner labels for cross-platform builds GitCaddy 2026-01-15 20:02:35 +00:00
  • 2c4f51c948 v2.1.5: Remove accidentally committed binary from git history GitCaddy 2026-01-15 17:31:57 +00:00
  • 7e1332b035 v2.1.4: Add bandwidth-aware job routing GitCaddy 2026-01-15 15:33:51 +00:00
  • 70452a9477 v2.1.3: Add AI Learning admin UI and server status dashboard tiles GitCaddy 2026-01-15 14:55:06 +00:00
  • c7b10e1172 Refactor duplicate runner request functions into shared helper GitCaddy 2026-01-15 13:27:53 +00:00
  • bd2848bd95 Fix formatting (gofmt) GitCaddy 2026-01-15 13:08:41 +00:00
  • 9a9597a926 Add runner capacity display in UI GitCaddy 2026-01-15 13:02:41 +00:00
  • 0536b6473e Fix Force Cleanup button to use inline style for color GitCaddy 2026-01-15 12:53:36 +00:00
  • 101b7b142e Add Force Cleanup button to runner edit page GitCaddy 2026-01-15 12:50:52 +00:00
  • 98d26f00b3 Add runner activity view and job wait time display GitCaddy 2026-01-15 12:38:13 +00:00
  • dbd464225b Add queue depth indicator and stuck job alerts to runners page GitCaddy 2026-01-15 12:33:20 +00:00
  • 6ca11bc207 feat(actions): add Clear Running, workflow filter for disk usage, conditional buttons GitCaddy 2026-01-15 12:15:52 +00:00
  • 010c47e6d8 fix(actions): improve Clear Old Success button styling GitCaddy 2026-01-15 01:48:00 +00:00
  • 388ea5264b feat(actions): add Clear Old Success button with configurable age GitCaddy 2026-01-15 01:43:20 +00:00
  • 012394459b fix(actions): set IsRepoAdmin context variable for actions list page GitCaddy 2026-01-15 01:20:26 +00:00
  • c02e648a3e feat(actions): add bulk delete and disk usage display for repo admins GitCaddy 2026-01-14 23:07:38 +00:00
  • a9c04be5cc chore: Fix linter issues and update copyrights GitCaddy 2026-01-14 09:41:09 +00:00
  • ba5d406157 feat: Add runner health UI - unhealthy status display and CPU monitoring tile GitCaddy 2026-01-14 09:09:44 +00:00
  • 8a904de418 feat: Add runner health monitoring with CPU load and disk cleanup GitCaddy 2026-01-14 08:48:36 +00:00
  • cc94fe6e34 fix: Use gitea modules/json instead of encoding/json GitCaddy 2026-01-14 07:47:55 +00:00
  • e72f789967 fix: Format upload.go with gofumpt GitCaddy 2026-01-14 07:36:14 +00:00
  • d2aa7e3605 feat(ai): Add auto-seed for error patterns on fresh deploy GitCaddy 2026-01-14 07:22:04 +00:00
  • d520315ff7 feat(api): Add v2 upload endpoint with enhanced error handling GitCaddy 2026-01-14 07:12:12 +00:00
  • a197cd7648 fix: Replace Gitea branding with GitCaddy throughout codebase GitCaddy 2026-01-14 06:41:05 +00:00
  • 854871af2f feat: Add MCP AI Learning System for CI/CD error patterns GitCaddy 2026-01-14 05:01:44 +00:00
  • 2484efc342 fix: Pages nil pointer panic and HideExploreUsers config GitCaddy 2026-01-14 04:34:28 +00:00
  • bcb1167155 feat: add Android and iOS categories to release downloads GitCaddy 2026-01-13 23:02:28 +00:00
  • f820d05e8a fix: gofmt formatting for HelpURL config GitCaddy 2026-01-13 22:08:24 +00:00
  • 82a5264562 Fix HelpURL config and org menu visibility GitCaddy 2026-01-13 08:55:19 +00:00
  • 7e7a413b78 Fix editorconfig issues and home.tmpl pinned org display format GitCaddy 2026-01-13 08:40:02 +00:00
  • 430109b946 fix: Help URL visibility, AI icon, and linter config GitCaddy 2026-01-13 08:21:28 +00:00
  • e1a88ef43c fix: resolve import cycle and template errors GitCaddy 2026-01-13 08:03:05 +00:00
  • e1254cdf9b feat: UI improvements and API documentation updates GitCaddy 2026-01-13 07:53:43 +00:00
  • 1600d1b274 Fix linter issues: gofmt and modernize for loops GitCaddy 2026-01-13 06:24:19 +00:00
  • 5c6c7dada5 feat: Landing Page Settings UI and template improvements GitCaddy 2026-01-13 04:54:42 +00:00
  • 1ff2e114e2 fix: use import.meta.dirname for stylelint config path resolution GitCaddy 2026-01-13 01:06:13 +00:00
  • 2e718a1053 fix: use process.cwd() for stylelint config path resolution GitCaddy 2026-01-13 00:00:45 +00:00
  • 58e579bfa7 ci: only build binaries on tag pushes GitCaddy 2026-01-12 23:27:07 +00:00
  • 807ec2d2e8 Fix theme settings: add Hide Explore Users, move Help URL inside section GitCaddy 2026-01-12 23:22:48 +00:00
  • 31d3ee3f63 Add GitCaddy branded promotional content translations GitCaddy 2026-01-12 23:13:48 +00:00
  • f16c3bf327 feat: GitCaddy Server v2.0.0 rebrand and enhancements GitCaddy 2026-01-12 21:42:20 +00:00
  • 364796869e fix: update release name to GitCaddy Server GitCaddy 2026-01-12 21:04:48 +00:00
  • 83992c40e6 docs: update repo URLs to gitcaddy-server GitCaddy 2026-01-12 21:02:36 +00:00
  • d74e0e6694 fix: update config_env_test.go for new function signature GitCaddy 2026-01-12 20:38:54 +00:00
  • 5ce1daad81 fix: clean up release binary naming GitCaddy 2026-01-12 20:31:33 +00:00
  • 4d9700d495 docs: add Claude Code acknowledgment GitCaddy 2026-01-12 20:29:03 +00:00