-
Notifications
You must be signed in to change notification settings - Fork 0
Sync scheduler fixes #48
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
Open
brendanjconnelly
wants to merge
54
commits into
main
Choose a base branch
from
for-elephant
base: main
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.
Open
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
002f90e
change location of secrets files
carykees98 27b57ec
add secrets directory to gitignore
carykees98 57a4b92
fixed typo in JobManager
carykees98 5177906
updating SyncDetails to work with new mirrors.json schema
carykees98 ca303ea
updated format for SyncScheduer.cpp
carykees98 a0601c4
updated JobManager to work with mirrors.json change
carykees98 bed3549
trying to figure out what is causing an error
carykees98 26f1bc3
more debug
carykees98 9c9b699
debug again
carykees98 b373b8f
maybe the fix?
carykees98 3989f30
more debug (wooo)
carykees98 784e5f6
moved command logging
carykees98 5d6ce6b
debug and formatting update
carykees98 e15aa75
libfmt cant format json, using dump instead
carykees98 48de63f
adding host, source, and dest shouldn't have been a nested loop
carykees98 e7425fe
debug print to see if fix worked
carykees98 20a49bb
log stderr for failing rsync processes
carykees98 981b588
close stdout and stderr pipes before removing job from active jobs map
carykees98 635c809
removed extra qualification from write_stderr_to_file
carykees98 7e9fbf3
write stdout and stderr instead of just stderr
carykees98 d47be4e
don't use ioctl, just read into a buffer of size bufsiz
carykees98 98dc3fd
had been registering closed write end of pipe as read end
carykees98 24fe5d4
last item in argv has to be nullptr
carykees98 c6a59cc
updated warning for failed sync
carykees98 fe9ae41
resize stream contents string after clearing it
carykees98 7068c5f
update compose files
carykees98 308b28d
fixed bug where all syncs would be interrupted if one timed out
carykees98 0d0d9ea
added zsh to sync scheduler docker file to run fedora sync
carykees98 464e2f3
updated how stderr and stdout are written to files
carykees98 0fa2877
added ability to manual sync all projects
carykees98 2a52db2
passed the wrong variable to start_sync when syncing all projects
carykees98 048af47
fixed script commands not being properly composed
carykees98 9bfa664
tty true for colored logs
carykees98 52c3d87
log project name instead of "all_projects" when failing to start a ma…
carykees98 d7a847d
updated formatting for script command string
carykees98 33604fa
treat argument as string instead of auto
carykees98 e53ba35
more formatting
carykees98 a11d3f6
back to what it was?
carykees98 83383bc
add shebang to kicad sync script
carykees98 2194572
Update docker-compose-prod.yaml
carykees98 967b1ce
Update SyncScheduler.cpp
carykees98 859e3d4
:expressionless:
carykees98 bb15aff
default argument defined in the wrong place
carykees98 c80b8a9
updated format string
carykees98 0be5f66
added debug messages
carykees98 bcb6fde
more debug
carykees98 707a259
static
carykees98 6f70dae
dont reap processes in interrupt_process as they will likely be reape…
carykees98 285ab63
added todo
carykees98 8d039e5
Increased sync time limit from 1 hour to 3
carykees98 8144090
Merge branch 'sync-fix'
brendanjconnelly 91d2224
sync-scheduler: Improve logging
brendanjconnelly d7d26f5
sync-scheduler: Added catch clause during project cataloging
brendanjconnelly 33d1451
sync-scheduler: Change dev config for raspbian mirror to reflect new …
brendanjconnelly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.vscode | ||
build/* | ||
GeoLite2City | ||
GeoLite2City | ||
secrets |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
build | ||
*.secret | ||
.idea | ||
secrets |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.