-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merge resurrector into github.com:magao-x/MagAOX #169
base: resurrector
Are you sure you want to change the base?
Merge resurrector into github.com:magao-x/MagAOX #169
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e89c4b - Browse repository at this point
Copy the full SHA 1e89c4bView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for debcf1b - Browse repository at this point
Copy the full SHA debcf1bView commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2a9bf4 - Browse repository at this point
Copy the full SHA b2a9bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb3ef7 - Browse repository at this point
Copy the full SHA acb3ef7View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6933989 - Browse repository at this point
Copy the full SHA 6933989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1803d98 - Browse repository at this point
Copy the full SHA 1803d98View commit details -
Bring in four files from drbitboy/resurrector
Along with previous commit that brought in /libMagAOX/app/MagAOXApp.hpp, everything under /libMagAOX/ is now the same as current resurrector
Configuration menu - View commit details
-
Copy full SHA for ac832b8 - Browse repository at this point
Copy the full SHA ac832b8View commit details -
Bring in /apps/ files from drbitboy/resurrector
- /apps/CGFSMHIfpga/ - /apps/CGFSMUIfpga/ - /apps/CGraphFSMHardwareInterface/
Configuration menu - View commit details
-
Copy full SHA for 43222e8 - Browse repository at this point
Copy the full SHA 43222e8View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6457981 - Browse repository at this point
Copy the full SHA 6457981View commit details -
Configuration menu - View commit details
-
Copy full SHA for b13ed8e - Browse repository at this point
Copy the full SHA b13ed8eView commit details -
/utils/logstream/ comment unused var declaration
- remove trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for 2cd0ecf - Browse repository at this point
Copy the full SHA 2cd0ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b8572 - Browse repository at this point
Copy the full SHA a2b8572View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d0291 - Browse repository at this point
Copy the full SHA f8d0291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ea6c7 - Browse repository at this point
Copy the full SHA 31ea6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ba8c9 - Browse repository at this point
Copy the full SHA 36ba8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7df007 - Browse repository at this point
Copy the full SHA b7df007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424d355 - Browse repository at this point
Copy the full SHA 424d355View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc2530 - Browse repository at this point
Copy the full SHA fbc2530View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb66913 - Browse repository at this point
Copy the full SHA cb66913View commit details -
Bring in /script/ fixes from drbitboy/resurrector
- also new script files: - /script/resuctrl - /script/magaox (may be obsolete)
Configuration menu - View commit details
-
Copy full SHA for 546fe26 - Browse repository at this point
Copy the full SHA 546fe26View commit details -
Bring in xindiserver from drbitboy/resurrector
- Updated /apps/xindiserver/xindiserver.cpp - Works with resurrector (/utils/resurrector_indi/) - Uses named FIFOs to INDI drivers: xindidriver,symlinks are obsolete - builds with and calls INDI server internally - instead of forking INDI server (/INDI/INDI/indiserver.c) - N.B. Still gets logging from STDERR - New/updated configuration options - f = <INDI server control FIFO/pipe> - z = <inter-INDI server compression> - v = <handles multiple verbosity options correctly> - remote.drivers@hosts = <other INDI servers on other hosts> - new file /apps/xindiserver/callable_indiserver.c - updated /apps/xindiserver/Makefile
Configuration menu - View commit details
-
Copy full SHA for eabf5d2 - Browse repository at this point
Copy the full SHA eabf5d2View commit details -
Add resurrector to /Makefile, drbitboy/resurrector
- /utils/resurrector_indi/ - /scripts/resuctrl
Configuration menu - View commit details
-
Copy full SHA for 510aca1 - Browse repository at this point
Copy the full SHA 510aca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b337db7 - Browse repository at this point
Copy the full SHA b337db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb73386 - Browse repository at this point
Copy the full SHA bb73386View commit details -
New /setup/{x,y}.sh from drbitboy/resurrector
- {x,y}.sh are _common.sh and provision.sh - this approximates a merge of drbitboy/resurrector into magaox/dev - Merging was not possible, I feel I left in the best from resurrector: - systemd-detect-virt sets VM_KIND to none i.e. assume host is not VM - VM_KIND assignemnts are in both _common.sh and provision.sh - apt install uses NEEDRESTART_SUSPEND=yes, so apt will not wait for user input - In function [clone_or_update_and_cd], [git clone] will use directory $HOME/githubalt/<reponame>, if it exists, as an alternate upstream repo - Future openBLAS installations, which take a long time, are inhibited after a successful installation - MAGAOX_ROLE of "vm" is no longer checked in provision.sh, but other scripts under /setup/scripts/ have not yet be modified for that. - install_zlib-drbitboy.sh installs a custome zlib under /usr/local/ - magaox/dev has removed the duplicate installs of xrif and mxlib; this is reflected by re-enabling those installations in their original location in this commit
Configuration menu - View commit details
-
Copy full SHA for 34a446f - Browse repository at this point
Copy the full SHA 34a446fView commit details -
Backup user/group setup from drbitboy/resurrector
- setup/setup_users_and_groups.sh[.resurrector] - magaox/dev version uses $MAGAOX_ROLE == vm, and hardcoded instrument groups, so the drbitboy/resurrector version has been backed up: - setup/setup_users_and_groups.sh.resurrector
Configuration menu - View commit details
-
Copy full SHA for c5c83cc - Browse repository at this point
Copy the full SHA c5c83ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e29602a - Browse repository at this point
Copy the full SHA e29602aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dd415 - Browse repository at this point
Copy the full SHA 05dd415View commit details -
Configuration menu - View commit details
-
Copy full SHA for df1c5a8 - Browse repository at this point
Copy the full SHA df1c5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f12da30 - Browse repository at this point
Copy the full SHA f12da30View commit details -
Get four setup scripts from drbitboy/resurrector
- Remove trailing slash on parentdir passed to clone_or_update_and_cd
Configuration menu - View commit details
-
Copy full SHA for d8ae338 - Browse repository at this point
Copy the full SHA d8ae338View commit details -
Get OpenBLAS script from drbitboy/resurrector
- Minor changes - USE_OPENMP=1 passed to make on install target (may not matter) - Newline at EOF
Configuration menu - View commit details
-
Copy full SHA for 5b0d4b1 - Browse repository at this point
Copy the full SHA 5b0d4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e2b28 - Browse repository at this point
Copy the full SHA 56e2b28View commit details -
Get Ubuntu 22 script from drbitboy/resurrector
- adds NEEDRESTART_SUSPEND=yes to apt commands
Configuration menu - View commit details
-
Copy full SHA for f6d92a8 - Browse repository at this point
Copy the full SHA f6d92a8View commit details -
Get Network mgr script from drbitboy/resurrector
- adds NEEDRESTART_SUSPEND=yes to apt commands
Configuration menu - View commit details
-
Copy full SHA for 60f68cb - Browse repository at this point
Copy the full SHA 60f68cbView commit details -
Get Ubuntu 24 script from drbitboy/resurrector
- adds NEEDRESTART_SUSPEND=yes to apt commands
Configuration menu - View commit details
-
Copy full SHA for 687039c - Browse repository at this point
Copy the full SHA 687039cView commit details
Commits on Aug 26, 2024
-
Remove several unused dirs, magaox/resurrector PR
Per request of jaredmales
Configuration menu - View commit details
-
Copy full SHA for c054439 - Browse repository at this point
Copy the full SHA c054439View commit details -
Remove unneeded doc changes, magaox/resurrector PR
Per request of jaredmales
Configuration menu - View commit details
-
Copy full SHA for ca02d0e - Browse repository at this point
Copy the full SHA ca02d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72dccc0 - Browse repository at this point
Copy the full SHA 72dccc0View commit details -
Cut back /setup/ changes, magaox/resurrector PR
Limiting changes wrt magaox/resurrector (magaox/dev) under /setup/ to those relevant to merging resurrector into magaox/dev
Configuration menu - View commit details
-
Copy full SHA for e2d27f2 - Browse repository at this point
Copy the full SHA e2d27f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e490d2f - Browse repository at this point
Copy the full SHA e490d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e76b40 - Browse repository at this point
Copy the full SHA 3e76b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for e46b977 - Browse repository at this point
Copy the full SHA e46b977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9031547 - Browse repository at this point
Copy the full SHA 9031547View commit details -
Configuration menu - View commit details
-
Copy full SHA for e44275a - Browse repository at this point
Copy the full SHA e44275aView commit details
Commits on Sep 3, 2024
-
Allow direct, non-sshDigger remotes in sshTunnels
- Assign localPort = -1 in sshTunnels.conf
Brian T. Carcich authored and Brian T. Carcich committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for e05b081 - Browse repository at this point
Copy the full SHA e05b081View commit details -
Brian T. Carcich authored and Brian T. Carcich committed
Sep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d8954b - Browse repository at this point
Copy the full SHA 0d8954bView commit details -
Brian T. Carcich authored and Brian T. Carcich committed
Sep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 6f813ae - Browse repository at this point
Copy the full SHA 6f813aeView commit details -
Merge branch 'magaox-resurrector-20240825' into resurrector-testing-2…
…02409
Brian T. Carcich authored and Brian T. Carcich committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c603e4 - Browse repository at this point
Copy the full SHA 5c603e4View commit details
Commits on Sep 4, 2024
-
Finish allowing direct remotes
Brian T. Carcich authored and Brian T. Carcich committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 1d85b19 - Browse repository at this point
Copy the full SHA 1d85b19View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f49264 - Browse repository at this point
Copy the full SHA 1f49264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617f612 - Browse repository at this point
Copy the full SHA 617f612View commit details
Commits on Sep 26, 2024
-
xindiserver/indiserver updates
- Remote Drivers without driver names preceding the @ - Allow xindiserver to accept remote.drivers@hosts=@hostname config - Allow xindiserver to accept remote.drivers=@tunnel config - Remove bug when Remote Driver has no driver name - Fix bug: adjust order of steps involved in logging threads - xindiserver/indiserver initialization was filling the logging FIFO buffer before intermediate logging thread was active, which caused indiserver to hang during initialization for long argc/argv lists - Miscellaneous logging changes and fixes - Fix some alignment/whitespace issues - Improve and add comments
Brian T. Carcich authored and Brian T. Carcich committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 4aee155 - Browse repository at this point
Copy the full SHA 4aee155View commit details
Commits on Sep 29, 2024
-
Brian T. Carcich authored and Brian T. Carcich committed
Sep 29, 2024 Configuration menu - View commit details
-
Copy full SHA for d2debd5 - Browse repository at this point
Copy the full SHA d2debd5View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83f9bc6 - Browse repository at this point
Copy the full SHA 83f9bc6View commit details -
Brian T. Carcich authored and Brian T. Carcich committed
Oct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 6778f65 - Browse repository at this point
Copy the full SHA 6778f65View commit details -
Brian T. Carcich authored and Brian T. Carcich committed
Oct 2, 2024 Configuration menu - View commit details
-
Copy full SHA for f23ac05 - Browse repository at this point
Copy the full SHA f23ac05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d35f5 - Browse repository at this point
Copy the full SHA 67d35f5View commit details
Commits on Oct 3, 2024
-
Drain remote driver message queue
Brian T. Carcich authored and Brian T. Carcich committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 29af6c1 - Browse repository at this point
Copy the full SHA 29af6c1View commit details -
Fix spacing; move flush outside send-message loop
Brian T. Carcich authored and Brian T. Carcich committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 10c29db - Browse repository at this point
Copy the full SHA 10c29dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b84cae9 - Browse repository at this point
Copy the full SHA b84cae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0e384 - Browse repository at this point
Copy the full SHA 2c0e384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b9cec - Browse repository at this point
Copy the full SHA 68b9cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f1bc5 - Browse repository at this point
Copy the full SHA 34f1bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4431b - Browse repository at this point
Copy the full SHA 6f4431bView commit details -
Add starting value to magAOXMaths configuration
Brian T. Carcich authored and Brian T. Carcich committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for e7314a0 - Browse repository at this point
Copy the full SHA e7314a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5a97b - Browse repository at this point
Copy the full SHA 5a5a97bView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54be47f - Browse repository at this point
Copy the full SHA 54be47fView commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a4638a - Browse repository at this point
Copy the full SHA 1a4638aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0622f - Browse repository at this point
Copy the full SHA df0622fView commit details
Commits on Oct 8, 2024
-
Add option to dump INDI server state
Brian T. Carcich authored and Brian T. Carcich committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 29701f3 - Browse repository at this point
Copy the full SHA 29701f3View commit details
Commits on Oct 9, 2024
-
Pass defXXX INDI protocol messages to snooping drivers
Brian T. Carcich authored and Brian T. Carcich committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for bc225d3 - Browse repository at this point
Copy the full SHA bc225d3View commit details
Commits on Oct 11, 2024
-
Merge remote-tracking branch 'magao-x/dev' into tmp
- fixed conflicts in INDI/INDI/Makefile
Brian T. Carcich authored and Brian T. Carcich committedOct 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d9ad12 - Browse repository at this point
Copy the full SHA 5d9ad12View commit details
Commits on Oct 15, 2024
-
Refactor a lot of indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 31a8bd0 - Browse repository at this point
Copy the full SHA 31a8bd0View commit details -
Brian T. Carcich authored and Brian T. Carcich committed
Oct 15, 2024 Configuration menu - View commit details
-
Copy full SHA for b6a4927 - Browse repository at this point
Copy the full SHA b6a4927View commit details
Commits on Oct 16, 2024
-
Brian T. Carcich authored and Brian T. Carcich committed
Oct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 817e2f8 - Browse repository at this point
Copy the full SHA 817e2f8View commit details -
Update comments in indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 17a3821 - Browse repository at this point
Copy the full SHA 17a3821View commit details -
More refactoring of indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 06c0caf - Browse repository at this point
Copy the full SHA 06c0cafView commit details -
More refactoring of indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 7a084fe - Browse repository at this point
Copy the full SHA 7a084feView commit details
Commits on Oct 17, 2024
-
More refactoring of indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6835dbd - Browse repository at this point
Copy the full SHA 6835dbdView commit details -
More refactoring of indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 65b9d88 - Browse repository at this point
Copy the full SHA 65b9d88View commit details
Commits on Oct 25, 2024
-
More refactoring of indiserver.c
Brian T. Carcich authored and Brian T. Carcich committedOct 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9bfaff2 - Browse repository at this point
Copy the full SHA 9bfaff2View commit details
Commits on Nov 1, 2024
-
Fix memory error for INDI server dump
Brian T. Carcich authored and Brian T. Carcich committedNov 1, 2024 Configuration menu - View commit details
-
Copy full SHA for fa74f55 - Browse repository at this point
Copy the full SHA fa74f55View commit details -
Handle case where GZ read object exists but GZ write object does not
Brian T. Carcich authored and Brian T. Carcich committedNov 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 0476c0e - Browse repository at this point
Copy the full SHA 0476c0eView commit details -
Brian T. Carcich authored and Brian T. Carcich committed
Nov 1, 2024 Configuration menu - View commit details
-
Copy full SHA for dc8ab00 - Browse repository at this point
Copy the full SHA dc8ab00View commit details