-
Notifications
You must be signed in to change notification settings - Fork 396
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
Schedule API #10848
Open
amirroth
wants to merge
31
commits into
develop
Choose a base branch
from
ScheduleAPI
base: develop
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
Schedule API #10848
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2d1b4c3
Initial commit, pre develop merge.
amirroth 6a339a8
Merge develop, resolve conflicts
amirroth d0b7ff9
First round of fixes
amirroth 1272641
Fix EMS issues and several others
amirroth 0a5be5d
Fix a few more issues
amirroth ed1b393
Doh, forgot to update some unit test files
amirroth aa645ef
One more
amirroth b8b9473
Fix some audit, rdd, and eio diffs
amirroth 72066d1
Fix accumulation/averaging issue
amirroth 5f69976
Changing to std::vector for debugging purposes
amirroth 60706a3
Spell out std::find, std::fill, and std::accumulate so that we can us…
amirroth 1c1ead8
Moving a few more std::find's to loops
amirroth 7b4e5a4
I'm officially starting to lose it
amirroth 98978bd
Fix a few more memory issues and crashes
amirroth bc4d001
This one was a doozy, lAlphaFieldBlanks is true if the field was left…
amirroth e4974ba
Two more fixes, thanks rraustad
amirroth 3e020e2
This pump fix was pervasive
amirroth aaac698
Dag nabbit
amirroth aa9851e
Plugging away
amirroth aa03507
Fix EMS issue
amirroth 04e1872
VRF fix
amirroth 4f8a09e
More fixes from RRaustad
amirroth 0fe2ff0
ZoneContaminant and format fixes
amirroth 33b94a9
More fixes, or maybe just changes
amirroth dfc8545
One step back
amirroth 13c52af
Address nullptr-based failures
amirroth 4243a37
Fix more crashes and diffs
amirroth 278e872
Merge remote-tracking branch 'origin/develop' into ScheduleAPI
amirroth c6833bb
WalkIn freezer fix
amirroth d26c66d
A few cases that didn't pass visual code inspection
amirroth 7d637f2
Got a little too exuberant
amirroth 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was trying to bisect something I was seeing locally so I reverted this line. I didn't work.