Commit Graph

1363 Commits

Author SHA1 Message Date
shamoon
3b44cb0092 Merge branch 'dev' into gateway-api 2025-02-11 18:52:48 -08:00
Randall Hand
2a95f88cdf Fix: Timezone-aware Date comparison for Calendar integration (#4742)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-02-11 18:52:32 -08:00
shamoon
73573a48c8 lint 2025-02-11 15:52:23 -08:00
djeinstine
1c36eb119e Fixed lint issues. 2025-02-11 21:29:51 +00:00
djeinstine
e531d7cd15 Updated to new kubernetes/client-node ObjectApi 2025-02-11 21:24:12 +00:00
shamoon
2757bc96e2 Fix lint 2025-02-11 07:08:55 -08:00
shamoon
02b29ced94 Merge branch 'dev' into pr/4643 2025-02-11 06:54:49 -08:00
shamoon
d0f7520a3d eslint 2025-02-11 06:50:44 -08:00
shamoon
f075317eff Code style lint 2025-02-11 06:50:30 -08:00
djeinstine
10e840344a Update src/utils/kubernetes/traefik-list.js
Co-authored-by: Brett Dudo <brett@dudo.io>
2025-02-11 09:31:25 +01:00
djeinstine
02aa94e516 Update src/utils/kubernetes/ingress-list.js
Co-authored-by: Brett Dudo <brett@dudo.io>
2025-02-11 09:31:18 +01:00
djeinstine
1f7b1d9c8c Update src/utils/kubernetes/httproute-list.js
Co-authored-by: Brett Dudo <brett@dudo.io>
2025-02-11 09:30:59 +01:00
djeinstine
35375f6635 Fixed ES Lint issues and default imports 2025-02-10 20:39:05 +00:00
djeinstine
50f4c6027a Separated kubeconfig from homepage settings 2025-02-10 20:25:43 +00:00
djeinstine
16c5fb190f Removed kubernetes prefix from kubernetes files 2025-02-10 15:51:44 +00:00
djeinstine
f18d2d793f fixed resource list comment 2025-02-10 15:38:01 +00:00
djeinstine
bf13ef79f4 refactored code to seperate kubernetes resources 2025-02-10 15:36:08 +00:00
djeinstine
702a547de4 services need to be awaited as they are now promises. Also cleaned up ANNOTATION_BASE constant 2025-02-10 13:19:30 +00:00
djeinstine
6cf702684b first basic reconfigure. Fixed linting issues. 2025-02-10 11:52:51 +00:00
djeinstine
410b920a7e Added constant exports and linted new ...list.js files. 2025-02-10 10:55:23 +00:00
djeinstine
8e44424ffc fixed getKubeArguments. Bad if statement. 2025-02-10 10:41:40 +00:00
shamoon
839f6d4baf Enhancement: use datasets for truenas pools (#4716) 2025-02-06 16:12:09 -08:00
shamoon
cc6fe63d40 Fix nesting with unsorted groups (#4711)
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled
2025-02-04 20:45:39 -08:00
shamoon
873c265205 Enhancement: filter prometheus API endpoint for active only (#4701)
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled
2025-02-03 08:56:40 -08:00
shamoon
07dff4c8a5 Enhancement: support speedtest v1.2 API (#4695)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-02-02 19:11:08 -08:00
djeinstine
75a2342848 placed each ingress list type in to its own file. 2025-02-02 21:16:19 +00:00
djeinstine
039f687caf fixed annotation_base argument 2025-02-02 20:09:28 +00:00
djeinstine
6669559bb8 reverted kubeconfig behaviour 2025-02-02 19:40:59 +00:00
djeinstine
51e74f105e simplified getKubeArguments() 2025-02-02 19:34:05 +00:00
djeinstine
663f25b012 simplified route and traefik config in kubernetes.js 2025-02-02 19:30:37 +00:00
djeinstine
ec7dbc3d37 Removed global variables. 2025-02-02 19:25:00 +00:00
djeinstine
c5ca09b943 Fixed all caps method parameter. 2025-02-02 19:17:31 +00:00
djeinstine
e31ec87f54 get URL when httproute path match not RegularExpression 2025-02-02 19:08:41 +00:00
Amjad Alsharafi
cae304b7eb Feature: Firefly widget (#4683)
Some checks are pending
Docker / Docker Build & Push (push) Blocked by required conditions
Docker / Linting Checks (push) Waiting to run
Signed-off-by: Amjad Alsharafi <26300843+Amjad50@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-02-01 19:40:21 -08:00
djeinstine
a96975f92c Moved checkCRD to config/kubernetes.js 2025-02-01 17:38:51 +00:00
djeinstine
c4f2c87e57 Ensure httproute rule match is only of type PathPrefix 2025-02-01 17:28:01 +00:00
djeinstine
1bbbcfda69 Protect against httproutes for GAMMA where spec.hostnames does not exist. 2025-02-01 17:17:37 +00:00
shamoon
49036a9738 Fix: fix semver detection bug
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-01-27 00:23:20 -08:00
shamoon
0197b449ed [BREAKING] Chore: update to next v15 (#4661)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-01-26 00:20:41 -08:00
shamoon
dc3382447c Fix: fix overlap with glances charts in multi-widgets (#4653)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-01-24 16:53:14 -08:00
djeinstine
6cc078151f Merge branch 'gethomepage:dev' into integration 2025-01-23 19:50:28 +01:00
shamoon
b9622f75b0 Fix: generic proxy error data display
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled
2025-01-21 07:13:12 -08:00
shamoon
fe462a71d6 Fix: handle evcc breaking change (#4630)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-01-20 07:55:26 -08:00
djeinstine
f568f4e91f Merge branch 'gethomepage:dev' into integration 2025-01-07 11:13:39 +01:00
shamoon
b5f4daa8ef Fix: fix bing search logo (#4571)
Some checks failed
Docker / Linting Checks (push) Has been cancelled
Docs / Linting Checks (push) Has been cancelled
Docker / Docker Build & Push (push) Has been cancelled
Docs / Test Build (push) Has been cancelled
Docs / Build & Deploy (push) Has been cancelled
2025-01-06 07:25:14 -08:00
shamoon
fd50241e2a Update errorboundry.jsx
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-01-06 00:53:10 -08:00
Bjorn Lammers
6a0fbba407 Chore: migrate dashboard-icons to homarr-labs (#4564)
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
2025-01-05 13:45:15 -08:00
shamoon
2ee5fd123b code style
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
Docs / Linting Checks (push) Waiting to run
Docs / Test Build (push) Blocked by required conditions
Docs / Build & Deploy (push) Blocked by required conditions
2025-01-05 07:58:28 -08:00
shamoon
86a13817df Merge branch 'main' into dev 2025-01-05 07:57:05 -08:00
Adi Vaknin
2f7d948a5c Fix: quick launch not showing nested services (#4561)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-01-05 07:56:12 -08:00