Commit Graph

2957 Commits

Author SHA1 Message Date
Herbert Wolverson
168fca6b00 Shaper Tree View includes an "up one level" link. 2024-12-21 09:19:08 -06:00
Robert Chacón
debc094dbf
Merge pull request #616 from LibreQoE/embed_python
No More Embed python version requirement
2024-12-20 23:32:39 -08:00
Robert Chacón
a967643242
Update integrationSplynx.py 2024-12-20 22:24:45 -07:00
Robert Chacón
35bebff8a8
Update integrationSplynx.py 2024-12-20 22:21:42 -07:00
Robert Chacón
fbbe455ed4
Merge pull request #617 from LibreQoE/rchac-patch-7
Splynx Integration Overhaul
2024-12-20 20:53:27 -08:00
Robert Chacón
d27765ce0e
Update integrationSplynx.py 2024-12-20 20:47:35 -07:00
Robert Chacón
13474fb766
Splynx Integration Overhaul 2024-12-20 20:12:33 -07:00
Herbert Wolverson
46e942172e Fixup build_rust.sh to undo the last set of "optimizations". 2024-12-20 14:42:20 -06:00
Herbert Wolverson
9332bffb07 Remove dependency on a specific Python version. 2024-12-20 13:39:12 -06:00
Robert Chacón
e5f715a89c
Merge pull request #607 from LibreQoE/dashboard-revamp
Improve Default Dashboard
2024-12-20 07:58:45 -08:00
Robert Chacón
4b089757ce
Merge pull request #614 from LibreQoE/rchac-patch-6
Fix python pip issue with Ubuntu Server 24.04
2024-12-20 07:10:27 -08:00
Robert Chacón
8a2415bf4c
Update main.rs 2024-12-20 08:00:36 -07:00
Robert Chacón
d517697915
Update build_dpkg.sh 2024-12-20 07:47:50 -07:00
Robert Chacón
de022079f2
Update VERSION_STRING 2024-12-20 07:45:27 -07:00
Robert Chacón
aa482058d4
Update troubleshooting.md 2024-12-19 16:31:19 -07:00
Robert Chacón
0ffd8093fe
Update build_dpkg.sh 2024-12-19 04:45:15 -07:00
Robert Chacón
e02d1c4b7e
Update requirements.txt 2024-12-19 04:44:21 -07:00
Robert Chacón
af9456d3f9
Fix ModuleNotFoundError
Fixes errors:
- ModuleNotFoundError: No module named 'binpacking'
- ModuleNotFoundError: No module named 'apscheduler'
2024-12-19 04:11:43 -07:00
Robert Chacón
3515b306f8
Add missing files from .deb 2024-12-19 04:04:07 -07:00
Robert Chacón
062c53f280
Merge pull request #612 from LibreQoE/rchac-patch-4
Fix python requirements, rework #553
2024-12-19 02:55:22 -08:00
Robert Chacón
d69eccd780
Update requirements.txt 2024-12-19 03:54:12 -07:00
Robert Chacón
ea5cf4cefb
Update .readthedocs.yaml 2024-12-19 03:53:33 -07:00
Robert Chacón
2a1ef1a05b
Update requirements.txt 2024-12-19 03:49:09 -07:00
Robert Chacón
2af7a1111e
Update Compute.md 2024-12-18 08:32:04 -07:00
Robert Chacón
5e40fa190e
Update Compute.md 2024-12-18 02:16:09 -07:00
Robert Chacón
19342e3d6c
Update Compute.md 2024-12-17 19:07:53 -07:00
Robert Chacón
9a79bff081
Merge pull request #611 from LibreQoE/rchac-patch-3
v1.5-BETA-5 Version string
2024-12-17 17:10:50 -08:00
Robert Chacón
4fbe3a5141
Update ShapedDevices.example.csv 2024-12-17 18:09:58 -07:00
Robert Chacón
34861bf994
Update VERSION_STRING 2024-12-17 18:09:30 -07:00
Robert Chacón
af3b56f2a4
Merge pull request #610 from LibreQoE/in_progress_do_not_run
Hotfix!
2024-12-17 15:47:35 -08:00
Herbert Wolverson
c99ba6dc95 Merge remote-tracking branch 'origin/sqm-fix' into in_progress_do_not_run 2024-12-17 12:15:33 -06:00
Robert Chacón
9b84ec228c
Merge pull request #609 from LibreQoE/sqm-fix
Allow fq_codel - fix bug
2024-12-17 10:13:34 -08:00
Robert Chacón
5398e29a7a
Allow fq_codel - fix bug 2024-12-17 11:13:12 -07:00
Herbert Wolverson
e27a33c733 Increase hash table size to allow 128k mapped IPs. 2024-12-17 10:20:56 -06:00
Herbert Wolverson
78943e6589 Very important: the insight ingest check was inverted. 2024-12-17 10:07:59 -06:00
Herbert Wolverson
3e143bcbf1 Fixup warnings. 2024-12-17 09:56:38 -06:00
Herbert Wolverson
f9f718430e Add webserver_listen option to lqos.conf. By default it will be ":::9123" as before. If specified, it can change the port or address. 2024-12-17 09:52:08 -06:00
Herbert Wolverson
57aff77eeb Now that we don't have an internal FFI barrier to worry about, we can re-enable LTO fo better binaries. 2024-12-17 09:44:15 -06:00
Herbert Wolverson
817b4b3fef Merge remote-tracking branch 'origin/issue_542_reverse_proxy' into in_progress_do_not_run 2024-12-17 09:40:46 -06:00
Herbert Wolverson
ee6aeed515 Merge remote-tracking branch 'origin/develop' into in_progress_do_not_run 2024-12-17 09:39:49 -06:00
Herbert Wolverson
15e16fa981 Actually prevent Insight from sending if it hasn't been enabled. 2024-12-17 09:11:18 -06:00
Herbert Wolverson
8329a5e404 This *should* fixup the async snafu preventing the web UI from working with the inline Insight client. 2024-12-17 08:57:49 -06:00
Herbert Wolverson
2882085dec This *should* fixup the async snafu preventing the web UI from working with the inline Insight client. 2024-12-17 08:55:43 -06:00
Robert Chacón
133a4e7fd7
Merge pull request #608 from LibreQoE/hotfix-342
Fix TC comments breaking deployments of 30k+ subs
2024-12-16 15:39:47 -08:00
Robert Chacón
7bdac5ee38
Fix TC comments breaking deployments of 30k+ subs 2024-12-16 16:39:33 -07:00
Herbert Wolverson
88a961b8b9 Update to match the actual data schema. 2024-12-16 15:55:58 -06:00
Herbert Wolverson
3ad62825a1 TEST COMMIT: Tracing the segfault. I mean it about the branch name at this point. 2024-12-16 14:42:49 -06:00
Robert Chacón
888c3779b5
Update git-install.md 2024-12-16 08:03:58 -07:00
Robert Chacón
e1bc36d427
Update git-install.md 2024-12-16 08:02:15 -07:00
Robert Chacón
36cd3a449d
Improve Default Dashboard 2024-12-15 21:54:15 -07:00