-
Notifications
You must be signed in to change notification settings - Fork 180
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
Modules and overlay editor #2582
Merged
Merged
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
…M_CHECKS upload.sh: bug fix with NUM_CHECKS
If there are "a lot" of aborted uploads, let the user know.
…age-on-aborts upload.sh: add System Message on aborts
…nge-ALL-newlines-to-<br> addMessage.sh: bug fix: change ALL newlines
allsky.sh: add missing <code>
We were using "/" for the regex search, but "/" could (and often was) in messages so the sed failed. Use "%" instead (which is not likely to be in a message), but convert it to its ASCII code in the message.
…h-sed addMessage.sh: bug fix with sed
Changes for Suntimes and dates
It's stopped via the Allsky service
Start and stop allskyperiodic with main allsky service
One tester had installation take over 3 hours on a Pi 3b
Move extra directory
Install.sh add debug message
Add date/time formats
* Use "vcgencmd get_config total_mem" if possible to get the actual memory on the Pi. It's very accurate. * Set DESIRED_COMBINATION to the amount of physical memory+swap and check against that in a loop. This will be easier to maintain. * Handle no swap correctly (0 versus 1 MB). * Handle user not removing leading "0" in suggested swap size. * Increase max swap if needed.
…handling install.sh: improved swap handling
…riable install.sh: fix typo in variable
Add some checks for empty variables and log if needed.
…re-log-entries website/install.sh: add more log entries
Update version to 2023.05.01
For whatever reason, a tilda at the start of a file/directory name wasn't working so the item wasn't found. Replace tilda with $HOME so it works.
check_allsky.sh: handle tilda
Remove files and environment variables for disabled modules
Plus: * Split reminder message onto multiple lines so it's easer to read. * Don't log when calling a single function so we don't create the installation_logs directory.
…o-run-check_allsky.sh Install.sh remind users to run check allsky.sh
Add default for stroke colour
…re-troubleshooting-for-short-videos timelapse.html: more info on short videos
Error message needs to go to stdout so $VALUE can be set correctly.
…error-to-stdout install.sh: bug fix: write error to stdout
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.
Merging
dev
branch intomaster
.See README file to learn about new features.