Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.4.3 #59

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

v4.4.3 #59

wants to merge 38 commits into from

Conversation

jackyaz
Copy link
Owner

@jackyaz jackyaz commented Jan 16, 2022

CHANGED: If InfluxDB port is set as 443, use https

@waeltken
Copy link

Hey @jackyaz, I would love to try this!

@waeltken
Copy link

waeltken commented Sep 1, 2023

I've tried the https implementation with InfluxDB v2.3.0 and was able to make it work by fiddling with the curl line as shown here: #60

Martinski4GitHub and others added 25 commits July 1, 2024 04:29
Made changes to comply with JS dependencies when loading the WebGUI page on the 3006.102.1 F/W version.
Updated version string & date.
Updated version string.
Changes to support 3006.102.1 F/W
Corrected next version string.
Corrected next version string.
Fixed the "Reset Database" functionality on the CLI menu where the database file was correctly reset but the result was not reflected on the webGUI page where "old" entries were still shown as if the database had not been reset.
Updated numerical comparison operator.
Fixed "Reset Database" functionality
Added latest fixes for the 3.0.3 release version.
Removed/modified code related to "var $j = jQuery.noConflict();" which is now considered obsolete.
Fixed an issue reported by the Codacy Static Analysis check:
Function "buildLastXTable()" was used before it was defined.
1) IMPROVED: Modified all SQLite3 calls to capture and log errors in the system log.

2) IMPROVED: Modified SQLite3 configuration parameters to improve the trimming of records from the database and then perform "garbage collection" of deleted entries to reclaim unused space & avoid excessive fragmentation.

3) IMPROVED: Modified SQLite3 configuration parameters to improve the processing database records.

4) IMPROVED: Modified code to set the corresponding priority level of log entries when calling the built-in logger utility.

5) IMPROVED: Modified the startup call made in the post-mount script to check if the USB-disk partition passed as argument has Entware installed.

6) IMPROVED: Added code to show the current database file size information on the CLI menu and the webGUI page.

7) IMPROVED: Added code to show the "JFFS Available" space information for the "Data Storage Location" option on the CLI menu and the webGUI page.
   This allows users to see if/when the "JFFS Available" space is getting too low to store the database and additional supporting files (CSV, HMT, configs) when the "Data Storage Location" is set to JFFS.

8) IMPROVED: Miscellaneous coding improvements & fine-tuning.
Fixing Codacy Static Code Analysis check errors.
Fixing Codacy Static Code Analysis check errors.
Fixing Codacy Static Code Analysis check errors.
Fixing Codacy Static Code Analysis check errors.
Fixing Codacy Static Code Analysis check error.
Fine-tuning code.
Fine-tuning code.
Fine-tuning code.
Fine-tuning.
Martinski4GitHub and others added 10 commits January 4, 2025 18:45
Some code improvements & fine-tuning, most related to the curl command calls.
More fine-tuning.
Improvements & fine-tuning code.
Fixed the database journaling method so that SQLite3 commands work when the database in stored in JFFS; otherwise, some errors are generated.
Some code improvements & fine-tuning.
Indentation changes.
Fixed calculation of JFFS Available vs Required Space.
Fixed Database Journaling Method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants