forked from yamcs/yamcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Add arg to disable sequence count check #1
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
mbenson1
wants to merge
29
commits into
master
Choose a base branch
from
add_arg_to_disable_sequence_count_check
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 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
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.0...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Modify BatchSetParameterValuesRequest.SetParameterValueRequest and SetParameterValueRequest to have an optional generation time for the new value. Modify processing API to use the generation time in the request, if specified.
Allow specification of generation time in set parameter value requests
…-web/src/main/webapp/tar-6.1.11 Bump tar from 6.1.0 to 6.1.11 in /yamcs-web/src/main/webapp
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…-web/src/main/webapp/nth-check-2.0.1 Bump nth-check from 2.0.0 to 2.0.1 in /yamcs-web/src/main/webapp
Before writing new segments in the archive, delete the old overlapping ones. Otherwise, if the new segment start does not coincide with the old segment start, duplicated data will exist Fixes yamcs#617
The sorting threshold was not working properly. Fixes yamcs#618
moved bad/good stream options to the right place added the missing frameMaxRate
Misc minor
Fix segment queue so that the queue is full when there is one slot free, so that the head==tail test is only satisfied when the queue is empty. Fix realtime archiver so that segments are archived as soon as they are either from a prior segment and the current time is past the sorting threshold into the new segment, or they are full and they end prior to the current time minus the sorting threshold. This avoids a problem where segments are never archived, causing the cache to eventually fill up. Added unit tests that fail without the new code changes.
Allow absolute positions for parameters in the container sheet
lorenzo-gomez-windhover
approved these changes
Feb 14, 2022
Collaborator
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.
LGTM! I'll cleanup it up and make a PR to be merged into YAMCS main.
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.
No description provided.