-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
jackyaz
wants to merge
38
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey @jackyaz, I would love to try this! |
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 |
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.
Updated for 3.0.3 Release
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.
Updated.
Fine-tuning code.
Fine-tuning code.
Fine-tuning.
Some code improvements & fine-tuning, most related to the curl command calls.
More fine-tuning.
Code improvements
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CHANGED: If InfluxDB port is set as 443, use https