-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: replace deprecated bouk/staticfiles
with native Go embed
. fixes #11654
#11707
Conversation
542605d
to
a2dc0b1
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@agilgur5 Should I do anything to go forward for this? |
Usually the process is that someone does initial reviews and if it's not an approver, we wait for an approver to then approve and merge. Workflows doesn't have many active approvers so there's occasionally a backlog as there is now. I also have some PRs that have been open for 3+ weeks 😕 That is probably the longest wait I've seen in the past few months though, fwiw (I've only been actively contributing the past few, so can't say beyond that). I had initially deferred review to someone who may know |
For context, I am currently a Member (though may become a Reviewer at the next membership meeting). Lead > Approver > Reviewer > Member. You can see the Argo governance docs here. |
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 am happy with this, looks sensible, the one suggestion I would like to state is that perhaps some generation of the strings used for ByteReedSeeker could be done? Currently only a single "hello world" string is used in all the test cases.
bouk/staticfiles
with native Go embed
. fixes #11654
@sonbui00 sorry this ended up being delayed. I see @isubasinghe approved this awhile back. @isubasinghe is now an Approver and can merge. Do you want to fix the merge conflicts and get this merged still? |
@juliev0 I'll check it |
let me know when you've fixed the codegen and lint issues and we can merge this |
@juliev0 codegen and lint issues have been fixed. help me review |
Sorry @isubasinghe - it looks like your original review has been removed with the fixes @sonbui00 made . Can you re-review/merge when you have time? |
@sonbui00 Could you please fix the merge conflicts? I will merge this in ASAP, sorry about forgetting to re-review this, just have a million things to do atm. |
30a93a3
to
766de34
Compare
Signed-off-by: Son Bui <[email protected]>
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.
Thanks so much for all your diligence on working through this one.
Fixes #11654
Motivation
Modifications
Verification