-
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
Make logrotate_fs a generator #1066
Merged
Merged
Conversation
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 was referenced Oct 26, 2024
Merged
This was referenced Oct 26, 2024
Merged
Merged
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 14:46
de63c23
to
6388c1f
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 14:47
677d49a
to
0842372
Compare
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 15:52
6388c1f
to
83a1e46
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 15:53
0842372
to
b64551e
Compare
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 16:30
83a1e46
to
31b8d54
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 16:31
b64551e
to
8ba2e64
Compare
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 16:32
31b8d54
to
0d48b33
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 16:32
8ba2e64
to
49411e9
Compare
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 17:20
0d48b33
to
0b5d700
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 17:21
49411e9
to
9282c06
Compare
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 17:47
0b5d700
to
cf6590f
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 17:47
9282c06
to
c565f27
Compare
blt
force-pushed
the
blt/introduce_filehandle
branch
from
October 28, 2024 18:27
cf6590f
to
8d0d109
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 28, 2024 18:27
c565f27
to
7c86467
Compare
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 29, 2024 01:06
695d044
to
2fe78db
Compare
goxberry
approved these changes
Oct 29, 2024
This commit migrates logrotate_fs to be a generator and not a stand-alone binary. While I think it is interesting to consider logrotate_fs as a user defined generator that's more of a rig that needs to be developed than I would like to for this project. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
blt
force-pushed
the
blt/make_logrotate_fs_a_generator
branch
from
October 29, 2024 15:55
2fe78db
to
0735cf3
Compare
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
This was referenced Oct 29, 2024
Merged
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.
What does this PR do?
This commit migrates logrotate_fs to be a generator and not a stand-alone binary. While I think it is interesting to consider logrotate_fs as a user defined generator that's more of a rig that needs to be developed than I would like to for this project.