-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[chore][pkg/stanza] - finalize archive's implementation #38267
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1d0e520
docs: archive
VihasMakwana 0b7f793
Merge branch 'main' into archive-docs
VihasMakwana 4b48aab
[chore] - finalize tracker's implementation
VihasMakwana 41dc51c
Merge branch 'main' into tracker-final
VihasMakwana c9a985e
lint
VihasMakwana d1d9099
Merge branch 'main' into tracker-final
VihasMakwana 400479d
Merge branch 'main' into archive-docs
VihasMakwana 9a102d0
skip on windows
VihasMakwana ec2bafb
Merge branch 'main' into tracker-final
VihasMakwana fcc86db
Merge branch 'main' into tracker-final
VihasMakwana e075279
Merge branch 'main' into tracker-final
VihasMakwana 0eb153a
Merge branch 'main' into tracker-final
VihasMakwana e94be1e
Merge branch 'main' into tracker-final
VihasMakwana ddb279c
add readme and changelog
VihasMakwana 2323f1d
Merge branch 'main' into tracker-final
VihasMakwana da29633
Merge branch 'main' into tracker-final
VihasMakwana 07a6651
Merge branch 'main' into tracker-final
VihasMakwana f98fecc
Merge branch 'main' into tracker-final
VihasMakwana fa8c854
Merge branch 'main' into tracker-final
VihasMakwana cecb53e
nits
VihasMakwana 34f9015
Merge branch 'archive-docs' into tracker-final
VihasMakwana a0e83d3
Merge branch 'main' into tracker-final
VihasMakwana 3b65789
comments
VihasMakwana 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
[chore] - finalize tracker's implementation
- Loading branch information
commit 4b48aab1e52a20d87cc0cc00363e85c8e0c2026f
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
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.
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.
This will always be
0
because in line 92 the fieldPollsToArchive
is not mapped to a configuration setting. Is this intended?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.
@andrzej-stencel I've added documentation and enabled the config in line 92. Can you take a look when you have a moment?